I am trying to do a static compile of libgcc_s.so into our product.
Bug 3772 states that -static-libgcc flag does not work. The fix says
to use --static-libgcc (note the double dash) flag to force the static
compile... This does not seem to work! I get the same results with
both flags. Is there any other known fix or workaround?
(http://gcc.gnu.org/bugzilla/show_bug.cgi?id=3772)
ldd libwbemsec.so
libsecdb.so.1 => /usr/lib/libsecdb.so.1
libpam.so.1 => /usr/lib/libpam.so.1
libgcc_s.so.1 => (file not found)
libc.so.1 => /usr/lib/libc.so.1
libnsl.so.1 => /usr/lib/libnsl.so.1
libcmd.so.1 => /usr/lib/libcmd.so.1
libdl.so.1 => /usr/lib/libdl.so.1
libmp.so.2 => /usr/lib/libmp.so.2
/usr/platform/SUNW,Ultra-30/lib/libc_psr.so.1