Re: libtool + beos

2000-03-21 Thread Lars J. Aas
On Mon, Mar 20, 2000 at 11:44:08PM -0300, Alexandre Oliva wrote: : On Mar 20, 2000, "Lars J. Aas" <[EMAIL PROTECTED]> wrote: : > I notice I've hardcoded "deplibs_check_method=pass_all" myself in ltmain.sh : > in some project, because libtool kept dropping the libs my library depend : > on... : :

Re: libtool + beos

2000-03-20 Thread Alexandre Oliva
On Mar 20, 2000, "Lars J. Aas" <[EMAIL PROTECTED]> wrote: > I notice I've hardcoded "deplibs_check_method=pass_all" myself in ltmain.sh > in some project, because libtool kept dropping the libs my library depend > on... It would also be nice to have this defined for BeOS, if it works properly.

Re: libtool + beos

2000-03-20 Thread Alexandre Oliva
On Mar 19, 2000, Erik Eriksson <[EMAIL PROTECTED]> wrote: > # Flag that allows shared libraries with undefined symbols to be built. > allow_undefined_flag="unsupported" This used to be true in older releases of BeOS. I'm not sure when the restriction was lifted, so we need some BeOS expert to t

Re: libtool + beos

2000-03-20 Thread Lars J. Aas
On Mon, Mar 20, 2000 at 02:41:03AM +0100, Erik Eriksson wrote: : Hi, : : I have problems getting libtool to create shared libraries under BeOS. : When examining the libtool-script and comparing with another platform, : it seems that if I change the definition below: : : # Flag that allows shared