[PATCH] Don't install .la files when --no-la-files is used

2008-11-01 Thread Dan Nicholson
Add an option, --no-la-files, which skips installing the .la files. When used with --mode=uninstall, libtool tries to use the .lai file from the build directory. Signed-off-by: Dan Nicholson <[EMAIL PROTECTED]> --- Does this seem reasonable? I've checked that this doesn't break uninstall or dist

Re: How to disable building the shared version of one library (but not all)

2008-11-01 Thread Roberto Bagnara
Ralf Wildenhues wrote: * Roberto Bagnara wrote on Fri, Oct 31, 2008 at 09:40:25PM CET: I have a project that builds several libraries. For most of them, both the shared and static versions make sense, so I don't want to use AC_DISABLE_STATIC. However, for some of them the static version does n

Help using libtool with another dynamic linker [newbie]

2008-11-01 Thread Rafael Schleetz Benvenuti
Hi, Sorry if i am posting this in the wrong mailing list, but i cannot really track the problem. I am trying to build gmp-4.2.2 using a different dynamic loader. The gmp package uses a ltmain.sh script to generate the libtool script. What I need is gmp libs linked against /toolchain/ld-linux-x86

Re: How to disable building the shared version of one library (but not all)

2008-11-01 Thread Ralf Wildenhues
Hello Roberto, * Roberto Bagnara wrote on Fri, Oct 31, 2008 at 09:40:25PM CET: > > I have a project that builds several libraries. For most of them, > both the shared and static versions make sense, so I don't want > to use AC_DISABLE_STATIC. However, for some of them the static > version does n

Re: How to disable building the shared version of one library (but not all)

2008-11-01 Thread Roberto Bagnara
Jason Curl wrote: Roberto Bagnara wrote: Hi there, I have a project that builds several libraries. For most of them, both the shared and static versions make sense, so I don't want to use AC_DISABLE_STATIC. However, for some of them the static version does not make any sense. How can I avoi

Re: How to disable building the shared version of one library (but not all)

2008-11-01 Thread Jason Curl
Roberto Bagnara wrote: Hi there, I have a project that builds several libraries. For most of them, both the shared and static versions make sense, so I don't want to use AC_DISABLE_STATIC. However, for some of them the static version does not make any sense. How can I avoid the overhead of b