On Fri, Mar 15, 2002 at 07:43:43PM -0300, Alexandre Oliva wrote: > Another possibility that occurred to me, that would further alleviate > the problem of duplicate shared libraries, would be to get GCC to no > longer issue the `-lgcc_s -lc -lgcc_s' sequence, but instead, to use > just `-lgcc_s -lc'.
Seems ok. > We'd might still have to add duplicates for -lgcc and -lgcc_eh... Not for gcc_eh. The point of the duplicate is to cater to a libc that uses e.g. __divdi3. I suspect that we can use -lgcc_eh -lgcc -lc -lgcc in the static case. r~ _______________________________________________ Libtool mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/libtool