Hi,

I finally got around to digging into the libtool code to figure out
why the static libstdc++.a was't being dropped when linking on Solaris
using g++.  It turns out that the culprit is the
"deplibs_check_method" setting used by libtool on Solaris.  It is
currently set to "pass_all," which is why the static lib never gets
dropped during the ILD analysis loop.  Does Solaris actually support
linking shared libs against static ones?  If not, then it may be a
better idea to use the "file_magic" deplibs check method.  Thoughts?

-Ossama
-- 
Ossama Othman <[EMAIL PROTECTED]>
Distributed Object Computing Laboratory, Univ. of California at Irvine
1024D/F7A394A8 - 84ED AA0B 1203 99E4 1068  70E6 5EB7 5E71 F7A3 94A8

Reply via email to