Re: How to build a noinst_ but still shared library?

2010-03-22 Thread Robert Boehne
I didn't think convenience libraries were meant to result in shared libs, just a bucket of object files with a convenient handle. On Fri, Mar 19, 2010 at 7:35 PM, Dave Korn wrote: > >Hi all, > > Well, here I am again with another dumb n00b question. From the automake > manual: > > " Libto

relinking and cross-compiling

2010-03-22 Thread Simon Richter
Hi, I'm using libtool in a project that builds a few shared libraries, a main program and plugins to the program, all in the same source package. I've made Debian style packages from my source tree, which requires installation into DESTDIR to work. In the native case, this works: /bin/sh ../lib

Re: Disable --whole-archive when using convenience archives

2010-03-22 Thread Alon Bar-Lev
Hello Ralf, It is find if you don't want to solve this, but please acknowledge that you don't. So far I did not get any response regarding this issue. When using: AM_CFLAGS = $(PCAP_CFLAGS) -prefer-pic AM_LDFLAGS = -rpath $(libdir) -static In order to make whole-archive go away, it works in *NIX