Package: fakeroot
Version: 1.4.2
Severity: important

fakeroot makes my gcc behave pretty weird:

riff /tmp> cat > bla.c
int main () {}
riff /tmp> fakeroot gcc bla.c
/usr/lib/gcc/alpha-linux-gnu/4.0.2/../../../crt1.o:../sysdeps/alpha/elf/start.S:55:
 undefined reference to `main'
collect2: ld returned 1 exit status
Exitcode 1
riff /tmp> fakeroot-tcp gcc bla.c
/usr/lib/gcc/alpha-linux-gnu/4.0.2/../../../crt1.o:../sysdeps/alpha/elf/start.S:55:
 undefined reference to `main'
collect2: ld returned 1 exit status
Exitcode 1
riff /tmp> fakeroot-sysv gcc bla.c
/usr/lib/gcc/alpha-linux-gnu/4.0.2/../../../crt1.o:../sysdeps/alpha/elf/start.S:55:
 undefined reference to `main'
collect2: ld returned 1 exit status
Exitcode 1

But without fakeroot it works perfectly:

riff /tmp> gcc bla.c
riff /tmp> gcc --version
gcc (GCC) 4.0.2 20050816 (prerelease) (Debian 4.0.1-5)
Copyright (C) 2005 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

riff /tmp>

Maybe an 64bit issue?

Cheers
    Thimo

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: alpha
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.12-1-alpha-generic
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages fakeroot depends on:
ii  libc6.1                       2.3.5-3    GNU C Library: Shared libraries an

fakeroot recommends no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to