Re: Libtool hassle on Solaris...

2001-01-29 Thread Gary V. Vaughan
On Sat, Jan 27, 2001 at 04:54:43PM -0200, Alexandre Oliva wrote: > On Jan 27, 2001, "Gary V. Vaughan" <[EMAIL PROTECTED]> wrote: > > >> exit0x3fc > >> ../snprintfv/snprintfv/.libs/li > >> bsnprintfvc.a(format.o) > > Solaris' ld can't link non-PIC libraries into sh

Re: Different Build Dirs

2001-01-29 Thread Alexandre Oliva
On Jan 29, 2001, "Andreas Wendt" <[EMAIL PROTECTED]> wrote: > If somebody has an easy and quick solution for this I would appreciate it > very much (I dont't want to hacl libtool if possible). The GNU way to do it is to run configure within each build directory. For example: mkdir /tmp/build-1

Different Build Dirs

2001-01-29 Thread Andreas Wendt
Hi everbody, since I want to build libraries for different systems from one source tree, I wondered if it's possible to specify a 'build directory' where all the object files would go (I wouldn't have to run make clean and re-config after a platform build). If somebody has an easy and quick solut

[patch] libtool.m4

2001-01-29 Thread Lars J. Aas
2001-01-29 Lars J. Aas <[EMAIL PROTECTED]> * libtool.m4 (_LT_AC_LTCONFIG_HACK): clear $CYGWIN variable on cygpath invokation to avoid garbage output (depending on the setting of $CYGWIN) when the "$srcdir" argument is the empty string. Index: libtool.m4