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
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
>
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
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
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 '$
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
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