Max Horn wrote:

> At 18:24 Uhr -0500 25.09.2001, Bob Friesenhahn wrote:
> >What is required to get shared libraries working under Mac OS X?  Is
> >CVS libtool expected to work for Mac OS X?
>
> It works, sort off, but it has some bugs, most importatnly, it will
> try to link in various twice under some conditions (happen if you use
> conveniance libs). Otherwise it works nicely.
>

I have found that is caused by

    whole_archive_flag_spec="-all_load \$convenience"

replace it with

    whole_archive_flag_spec=


--
Nick Gorham
Easysoft Ltd




_______________________________________________
Libtool mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/libtool

Reply via email to