Hello Mike,
* Mike Frysinger wrote on Mon, Aug 20, 2007 at 05:46:14AM CEST:
> there a list of good hints out there for managing libs across
> directories ? i flipped through the libtool manual and the autobook
> but didnt really find anything ...
I think the total ordering implied via partial SU
there a list of good hints out there for managing libs across directories ? i
flipped through the libtool manual and the autobook but didnt really find
anything ...
consider:
c/Makefile.am: create a simple C app, needs lib/libfoo.la via LIBADD
lib/Makefile.am: create a simple libfoo.la
Makefile
Jason Curl wrote:
> I guess what happens if I don't say this the build will fail. I've
It should produce static libraries if it cannot produce shared ones.
> turned it on and it looks good. I'll try and search more info later, but
> while I'm at it:
> - Why is it .dll.a and not .dll?
> - How is
Brian Dessent wrote:
Jason Curl wrote:
/bin/sh ../libtool --tag=CC --mode=link gcc -g -O2 -version-info
0:0:0 -o libtp.la -rpath /usr/local/lib version.lo
libtool: link: warning: undefined symbols not allowed in i686-pc-cygwin
shared libraries
Libtool won't build shared libraries