This is the mail archive of the gcc-help@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]
Other format: [Raw text]

totally stumped with redhat 7.2/7.3 and gcc 3.x


I compiled hello world on redhat 7.3 using gcc 3.2 and gcc 3.0.3

When I try to run it on redhat 7.2 I get:
: leisner@soyata;./foo.3.2 
./foo.3.2: /lib/i686/libc.so.6: version `GCC_3.0' not found (required by ./foo.3.2)

same with compiled programs on 3.0.3 -- 2.96 works fine

when I used the redhat 7.3 libc, I got:
: leisner@soyata;LD_LIBRARY_PATH=/net/gateway/lib/i686 ./foo.3.2   
./foo.3.2: /lib/ld-linux.so.2: version `GLIBC_PRIVATE' not found (required by /net/gateway/lib/i686/libc.so.6)

Not anxious to start replacing ld-linux!!

Can someone explain to me what's going on?

Marty Leisner
leisner@rochester.rr.com


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