Re: Avoiding to install some static libs

2006-05-17 Thread Sander Niemeijer
On 16-mei-2006, at 16:06, Pierre Ossman wrote: Hi! I'd like to avoid installing some of the static libs built, but I can't figure out how. I have a package that contains both "normal" libraries, for which I'd like both dynamic and static to be installed, and some modules. I'd like to k

Re: Avoiding to install some static libs

2006-05-16 Thread Pierre Ossman
Ralf Wildenhues wrote: If you want both built, but only shared installed, one way is to build them twice, say, in different directories, once with and once without --tag=disable-shared. For the ones that you don't want installed, you'll need to make them noinst_LTLIBRARIES, and add -rpath $libd

Re: Avoiding to install some static libs

2006-05-16 Thread Ralf Wildenhues
Hi Pierre, * Pierre Ossman wrote on Tue, May 16, 2006 at 04:06:36PM CEST: > > I'd like to avoid installing some of the static libs built, but I can't > figure out how. > > I have a package that contains both "normal" libraries, for which I'd > like both dynamic and static to be installed, and

Avoiding to install some static libs

2006-05-16 Thread Pierre Ossman
Hi! I'd like to avoid installing some of the static libs built, but I can't figure out how. I have a package that contains both "normal" libraries, for which I'd like both dynamic and static to be installed, and some modules. I'd like to kill off the static versions of the modules as they se