This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
totally stumped with redhat 7.2/7.3 and gcc 3.x
- From: "Marty Leisner" <leisner at gateway dot home>
- To: gcc-help at gcc dot gnu dot org
- Date: Sat, 24 Aug 2002 16:52:01 -0400
- Subject: 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