Re: Re: Shared library without dependence on libgcc_s.so

2008-06-06 Thread Arne Steinarson
>>The shared libraries themselves still >>have a dependency on libgcc_s.so: >> >> $ ldd libwx_gtk2ud_fwb_core-2.9.so.0 | grep gcc >> libgcc_s.so.1 => /lib/libgcc_s.so.1 (0xb6ee8000) > >you can use the -nodefaultlibs and manually add what you want. >e.g. you can link a static stlport with stat

Re: Shared library without dependence on libgcc_s.so

2008-06-06 Thread Paweł Sikora
6/6/2008, "Arne Steinarson" <[EMAIL PROTECTED]> napisał/a: >The shared libraries themselves still >have a dependency on libgcc_s.so: > > $ ldd libwx_gtk2ud_fwb_core-2.9.so.0 | grep gcc > libgcc_s.so.1 => /lib/libgcc_s.so.1 (0xb6ee8000) you can use the -nodefaultlibs and manually add what yo