From: Colin P. A. <co...@co...> - 2008-02-29 14:54:03
|
>>>>> "Eric" == Eric Bezault <er...@go...> writes: > [colin@susannah gestalt]$ ldd ./gestalt > linux-vdso.so.1 => (0x00007fff8bbfe000) > libm.so.6 => /lib64/libm.so.6 (0x0000003eb4a00000) > libpthread.so.0 => /lib64/libpthread.so.0 (0x0000003eb5200000) > librt.so.1 => /lib64/librt.so.1 (0x0000003eb7200000) > libc.so.6 => /lib64/libc.so.6 (0x0000003eb4600000) > /lib64/ld-linux-x86-64.so.2 (0x0000003eb3400000) > [colin@susannah gestalt]$ ldd ~/gobo/bin/gexslt > linux-vdso.so.1 => (0x00007fff075fe000) > libm.so.6 => /lib64/libm.so.6 (0x0000003eb4a00000) > libpthread.so.0 => /lib64/libpthread.so.0 (0x0000003eb5200000) > libgcc_s.so.1 => /lib64/libgcc_s.so.1 (0x0000003ebec00000) > libc.so.6 => /lib64/libc.so.6 (0x0000003eb4600000) > /lib64/ld-linux-x86-64.so.2 (0x0000003eb3400000) > Eric> Can you also run ldd on the executable of gestalt compiled Eric> with ISE 6.1? [colin@susannah gestalt]$ ldd gestalt linux-vdso.so.1 => (0x00007fff3fdfe000) libpthread.so.0 => /lib64/libpthread.so.0 (0x0000003eb5200000) librt.so.1 => /lib64/librt.so.1 (0x0000003eb7200000) libm.so.6 => /lib64/libm.so.6 (0x0000003eb4a00000) libc.so.6 => /lib64/libc.so.6 (0x0000003eb4600000) /lib64/ld-linux-x86-64.so.2 (0x0000003eb3400000) So its the same as when compiled with gec. -- Colin Adams Preston Lancashire |