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

libtool + beos

2000-03-19 Thread Erik Eriksson
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 libraries with undefined symbols to be built. allow_undefined_flag="unsuppor

Re: Need help with libtool + BeOS (solved)

2000-02-28 Thread Lars J. Aas
Found the problem myself - it was the RTTI-setting, not libtool that was the problem. Lars J

Need help with libtool + BeOS

2000-02-24 Thread Lars J. Aas
I have a problem with libtool for beos, which is that I can't derive the classes in the standard shared libraries without causing a crash. I'm trying to derive BGLView in a libtool library, and everything seems fine until I add it to a window. I've created a minimal demonstration-archive located