This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

PROBLEMS with g++ (in egcs 1.1b) (follow-up)


I solved it. It seems the upgrade to glibc-2.0.96 broke something in the
*.o files it builds and installs in /usr/lib (crt*.o files)

I recompiled egcs-1.1b again and re-installed. It solved the problem. Most
odd though. 

Cheers,
Alex
--
 /\_/\  Legalise cannabis now! 
( o.o ) Grow some cannabis today!
 > ^ <  Peace, Love, Unity and Respect to all.

http://www.tahallah.demon.co.uk - *new* - rewritten for text browser users!

Linux tahallah 2.1.122 #43 Sat Sep 19 10:54:36 EDT 1998 libc 2.0.96 One AMD 486 DX/4 processor, 49.77 total bogomips, 32M RAM

---------- Forwarded message ----------
Date: Wed, 23 Sep 1998 23:50:30 -0400 (EDT)
From: Alex Buell <alex.buell@tahallah.demon.co.uk>
To: Linux Egcs <egcs@cygnus.com>
Cc: alex.buell@tahallah.demon.co.uk
Subject: PROBLEMS with g++ (in egcs 1.1b)

After I noticed the groff package was broken because of the change to
libg++.2.9.0.so, I proceeded to rebuild the groff-1.1 package. 

The ./configure scripts FAILS with on the working g++ compiler test. And
before you ask, I did rebuild egcs with the --enabled-shared prefix last
week.

Upon further investigations with a test C++ program, it appears that it's
falling over with the following linkage errors:

/usr/lib/libstdc++.so: undefined reference to `_IO_file_underflow@@GLIBC_2.0'
/usr/lib/libstdc++.so: undefined reference to `_IO_do_write@@GLIBC_2.0'
/usr/lib/libstdc++.so: undefined reference to `_IO_file_fopen@@GLIBC_2.0'
/usr/lib/libstdc++.so: undefined reference to `_IO_file_sync@@GLIBC_2.0'
/usr/lib/libstdc++.so: undefined reference to `_IO_file_xsputn@@GLIBC_2.0'
/usr/lib/libstdc++.so: undefined reference to `_IO_file_attach@@GLIBC_2.0'
/usr/lib/libstdc++.so: undefined reference to `_IO_file_init@@GLIBC_2.0'
/usr/lib/libstdc++.so: undefined reference to `_IO_file_setbuf@@GLIBC_2.0'
/usr/lib/libstdc++.so: undefined reference to `_IO_file_overflow@@GLIBC_2.0'
/usr/lib/libstdc++.so: undefined reference to `_IO_file_close_it@@GLIBC_2.0'
/usr/lib/libstdc++.so: undefined reference to `_IO_file_seekoff@@GLIBC_2.0'

Cheers,
Alex
--
 /\_/\  Legalise cannabis now! 
( o.o ) Grow some cannabis today!
 > ^ <  Peace, Love, Unity and Respect to all.

http://www.tahallah.demon.co.uk - *new* - rewritten for text browser users!

Linux tahallah 2.1.122 #43 Sat Sep 19 10:54:36 EDT 1998 libc 2.0.96 One AMD 486 DX/4 processor, 49.77 total bogomips, 32M RAM



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]