I have attempted to compile rpms for 7.3 using the files in compat-gcc
rpms

However after using CC=gcc296 CXX=g++296
I get the following output from ldd

 ldd /opt/gnome/lib/mozilla-1.2b/mozilla-bin 
        libgkgfx.so => not found
        libjsj.so => not found
        libmozjs.so => not found
        libxpcom.so => not found
        libplds4.so => not found
        libplc4.so => not found
        libnspr4.so => not found
        libpthread.so.0 => /lib/libpthread.so.0 (0x40025000)
        libdl.so.2 => /lib/libdl.so.2 (0x40055000)
        libstdc++-libc6.2-2.so.3 => /usr/lib/libstdc++-libc6.2-2.so.3
(0x40058000)
        libm.so.6 => /lib/libm.so.6 (0x40099000)
        libc.so.6 => /lib/libc.so.6 (0x400ba000)
        libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x401d9000)
        /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)

as you can see it works for g++ but not gcc.

What is going on?

-- 
Linux, Gnome what more do you need
http://www.redtux.demon.co.uk



-- 
redhat-list mailing list
unsubscribe mailto:redhat-list-request@;redhat.com?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to