Re: -objectlist in compile mode

2009-05-19 Thread Christopher Hulbert
On Tue, May 19, 2009 at 6:24 PM, Ralf Wildenhues wrote: > Hi Christopher, > > * Christopher Hulbert wrote on Tue, May 19, 2009 at 06:38:10PM CEST: >> Would it be acceptable to add the -objectlist option in compile mode. >> If passed in compile mode, the .lo file compiled should be appended to >> t

Re: -objectlist in compile mode

2009-05-19 Thread Ralf Wildenhues
Hi Christopher, * Christopher Hulbert wrote on Tue, May 19, 2009 at 06:38:10PM CEST: > Would it be acceptable to add the -objectlist option in compile mode. > If passed in compile mode, the .lo file compiled should be appended to > the file for use with -objectlist at link time. The reason I am >

Re: printing library version

2009-05-19 Thread Ralf Wildenhues
Hi Lorenzo, * Lorenzo Bettini wrote on Tue, May 19, 2009 at 11:58:04PM CEST: > if I want to print the library version from a program I cannot simply > > current:revision:age > > because that does not correspond to the actual lib file name, e.g., > 2:0:1 corresponds to mylib.so.1.1.0... > > is it

printing library version

2009-05-19 Thread Lorenzo Bettini
Hi if I want to print the library version from a program I cannot simply current:revision:age because that does not correspond to the actual lib file name, e.g., 2:0:1 corresponds to mylib.so.1.1.0... is it correct to print 2:0:1 or 1.1.0? thanks in advance Lorenzo -- Lorenzo Betti

Re: failure during build - Tpo file not found

2009-05-19 Thread Jared Nance
Hi Ralf- Sorry for the delay, I've just had a lot of work on my plate. The output from make SHELL="/bin/sh -x" is + test '!' -f config.h + : make all-recursive + make all-recursive + failcom='exit 1' + for f in x '$MAKEFLAGS' + case $f in + for f in x '$MAKEFLAGS' + case $f in + for f in x '$

-objectlist in compile mode

2009-05-19 Thread Christopher Hulbert
Would it be acceptable to add the -objectlist option in compile mode. If passed in compile mode, the .lo file compiled should be appended to the file for use with -objectlist at link time. The reason I am wondering is I have updated to automake 1.11 to check out the new quieter output. Unfortunatel

shlib_search_path on cygwin in func_mode_link

2009-05-19 Thread Christopher Hulbert
I am working on the search for libraries in func_mode_link to get it to find DLL import libraries on the search path (this is around line 4824 of ltmain.m4sh). The shlib_search_path is built on shlibpath_var which is set to PATH on cygwin. My setup happens to have a PATH with spaces in the director