This is the mail archive of the
libstdc++@sources.redhat.com
mailing list for the libstdc++ project.
bad link in gcc
- To: STDC++ <libstdc++ at sources dot redhat dot com>
- Subject: bad link in gcc
- From: Levente Farkas <lfarkas at mindmaker dot hu>
- Date: Wed, 23 Aug 2000 13:37:11 +0200
- Cc: Jakub Jelinek <jakub at redhat dot com>
- Organization: Mindmaker Ltd.
- Reply-To: lfarkas at mindmaker dot hu
hi,
I found the following link is broken:
[lfarkas@garfield:/home/lfarkas]ll
/usr/lib/gcc-lib/i386-redhat-linux/2.96/libstdc++.a
lrwxrwxrwx 1 root root 19 Aug 8 12:53
/usr/lib/gcc-lib/i386-redhat-linux/2.96/libstdc++.a -> ../../../libstdc++a
^^^
you see the "." is missing. I don't know wheather it's a gcc bug or just gcc's
rpm's bug, but a bug:-)
anyway the follwoing simple code:
--------------------
#include <iostream>
int main()
{
std::cout << std::endl;
return 0;
}
--------------------
cause:
--------------------
[lfarkas@garfield:/home/lfarkas/tmp]./a.out
Illegal instruction (core dumped)
--------------------
[lfarkas@garfield:/home/lfarkas/tmp]gcc -v
Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/2.96/specs
gcc version 2.96 20000731 (experimental)
with the following configure
--------------------
../configure --prefix=/usr --mandir=/usr/man --infodir=/usr/info --enable-shared
--enable-threads=posix --enable-haifa --disable-checking --enable-libstdcxx-v3
--enable-new-gxx-abi --enable-long-long --enable-cshadow-headers
--enable-namespaces --host=i386-redhat-linux
--------------------
any tipp ?
-- Levente http://petition.eurolinux.org/index_html
"The only thing worse than not knowing the truth is
ruining the bliss of ignorance."