Re: linking shared libraries into libtool libraries

2001-01-03 Thread Chris Leishman
On Wed, Jan 03, 2001 at 07:42:57AM -0200, Alexandre Oliva wrote: > On Jan 3, 2001, Chris Leishman <[EMAIL PROTECTED]> wrote: > > > Can I suggest that you don't actually link in libtool shared libraries - but > > you DO add them to the libraries dependancy list (and add any dependancies > > from

Re: linking shared libraries into libtool libraries

2001-01-03 Thread Alexandre Oliva
On Jan 3, 2001, Chris Leishman <[EMAIL PROTECTED]> wrote: > Can I suggest that you don't actually link in libtool shared libraries - but > you DO add them to the libraries dependancy list (and add any dependancies > from the .la file) rather than exiting here? Try the current CVS tree. That's

linking shared libraries into libtool libraries

2001-01-03 Thread Chris Leishman
libtool-1.3.5, ltmain.sh, line 1606: # How the heck are we supposed to write a wrapper for a shared library? if test -n "$link_against_libtool_libs"; then $echo "$modename: error: cannot link shared libraries into libtool libraries" 1>&2 exit 1 fi Can I suggest that you don't