Re: libtool 1.3.4 on BeOS doesn't produce shared libs

2000-02-15 Thread Alexandre Oliva
On Feb 15, 2000, "Lars J. Aas" <[EMAIL PROTECTED]> wrote: > Where would be the correct place to add that option? In src/Makefile.am > like this? Yup -- Alexandre Oliva http://www.ic.unicamp.br/~oliva/ Enjoy GuaranĂ¡ Cygnus Solutions, a Red Hat companyaoliva@{redhat, cygnus}.com

Re: libtool 1.3.4 on BeOS doesn't produce shared libs

2000-02-15 Thread Lars J. Aas
On Tue, Feb 15, 2000 at 11:18:44AM -0500, Frank Ch. Eigler wrote: : Hi - : : > /bin/sh ../libtool --mode=link gcc -g -O2 -o libsimage.la -rpath :/boot/users/larsa/lib -version-info 0:0:0 -release 0.9 simage.lo simage_png.lo :simage_tga.lo simage_rgb.lo simage_pic.lo -lpng -lz : : Try addin

Re: libtool 1.3.4 on BeOS doesn't produce shared libs

2000-02-15 Thread Lars J. Aas
On Tue, Feb 15, 2000 at 02:08:13PM -0200, Alexandre Oliva wrote: : On Feb 15, 2000, "Lars J. Aas" <[EMAIL PROTECTED]> wrote: : : > Creating the shared library manually isn't any problem, though: : : Look for `-no-undefined' in the libtool manual. Will do. : Has the restriction on undefined sym

Re: libtool 1.3.4 on BeOS doesn't produce shared libs

2000-02-15 Thread Alexandre Oliva
On Feb 15, 2000, "Lars J. Aas" <[EMAIL PROTECTED]> wrote: > Creating the shared library manually isn't any problem, though: Look for `-no-undefined' in the libtool manual. Has the restriction on undefined symbols in BeOS libraries been lifted? -- Alexandre Oliva http://www.ic.unicamp.br/~

Re: libtool 1.3.4 on BeOS doesn't produce shared libs

2000-02-15 Thread Lars J. Aas
On Tue, Feb 15, 2000 at 04:49:15PM +0100, Lars J. Aas wrote: : I'm programming on some automake/autoconf/libtool based projects on : Linux and BeOS. A while back we upgraded from libtool 1.2f to libtool : 1.3.4 and libtool stopped producing shared libraries. [...] I did this change in the genera

libtool 1.3.4 on BeOS doesn't produce shared libs

2000-02-15 Thread Lars J. Aas
Hi guys, I'm programming on some automake/autoconf/libtool based projects on Linux and BeOS. A while back we upgraded from libtool 1.2f to libtool 1.3.4 and libtool stopped producing shared libraries. We upgraded automake to 1.4a and autoconf to 1.14.1 at the same time - whether this is related