Dear debian gcc maintainer.
I have debugged quite a time into some problem.
When tying to run ./configure I always received the same error.
/usr/bin/ld: crt1.o: No such file: No such file or directory collect2:
ld returned 1 exit status
After some debugging and googling I found out that I had to install
libc6-dev and libc6-dev-amd64.
Now the error is gone.
Is this intended behaviour?
Regards, Tino
P.S.:
[EMAIL PROTECTED]:~/tmp$ gcc -v
Using built-in specs.
Target: i486-linux-gnu
Configured with: ../src/configure -v
--enable-languages=c,c++,java,f95,objc,ada,treelang --prefix=/usr
--enable-shared --with-system-zlib --libexecdir=/usr/lib
--without-included-gettext --enable-threads=posix --enable-nls
--program-suffix=-4.0 --enable-__cxa_atexit
--enable-libstdcxx-allocator=mt --enable-clocale=gnu
--enable-libstdcxx-debug --enable-java-gc=boehm --enable-java-awt=gtk
--enable-gtk-cairo
--with-java-home=/usr/lib/jvm/java-1.4.2-gcj-4.0-1.4.2.0/jre
--enable-mpfr --disable-werror --enable-checking=release i486-linux-gnu
Thread model: posix
gcc version 4.0.3 20051023 (prerelease) (Debian 4.0.2-3)
[EMAIL PROTECTED]:~/tmp$ uname -r
2.6.13.4
[EMAIL PROTECTED]:~/tmp$ cat /etc/apt/sources.list | grep -v "^#" | grep
-v "^ *$"
deb http://ftp.debian.org/debian unstable main
[EMAIL PROTECTED]:~/tmp$
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]