Re: -objectlist in compile mode

2009-05-21 Thread Ralf Wildenhues
Hello Christopher, * Christopher Hulbert wrote on Wed, May 20, 2009 at 01:19:10AM CEST: > On Tue, May 19, 2009 at 6:24 PM, Ralf Wildenhues > wrote: > > * Christopher Hulbert wrote on Tue, May 19, 2009 at 06:38:10PM CEST: > > However, how would you cope with recompiles and changes in the > > set

Re: printing library version

2009-05-21 Thread Tor Lillqvist
> Well I've always needed to get the filename (somewhat related to the library > version) when building Windows DLLs that I can prepare a resource.in file, grep '^dlname' libfoo.la | sed -e "s/dlname=//" -e "s/'//g" ? But yeah, this is a chicken-and-egg problem, you want the full DLL name in the

Re: printing library version

2009-05-21 Thread Jason Curl
Tor Lillqvist wrote: What exactly do you mean with "library version" ? Note that neither the libtool triple current:revision:age nor the Linux-style suffix it causes to be appended after the ".so" correspond to the actual version number for most libraries. Isn't it simplest to just pass a -DMYLI