libtool
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: libtool 1.4.2 on Darwin


From: Guido Draheim
Subject: Re: libtool 1.4.2 on Darwin
Date: Wed, 09 Oct 2002 02:20:12 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.1) Gecko/20020826


Bruce Korb wrote:
Christoph Egger wrote:


Ok, here we come: I just did 2)
The fix is replacing this line

archive_cmds='$nonopt $(test "x$module" = xyes && echo -bundle ||
echo -dynamiclib) $allow_undefined_flag -o $lib $libobjs
$deplibs$linker_flags -install_name $rpath/$soname $verstring'

by this one:

archive_cmds='$nonopt $(test .$module = .yes && echo -bundle || echo
-dynamiclib) $allow_undefined_flag -o $lib $
libobjs $deplibs$linker_flags $(test .$module = .yes || echo -install_name
$rpath/$soname) $verstring'


Can we have a ``diff -u'' of the two versions, please?


fyi, the libtool-1-4 branch *already* contains the following:

 archive_cmds='$nonopt $(test .$module = .yes && echo -bundle || echo
 -dynamiclib) $allow_undefined_flag -o $lib
  $libobjs $deplibs$linker_flags -install_name $rpath/$soname $verstring'

so diff would be just in the last part around `-install_name $parth/$soname`





reply via email to

[Prev in Thread] Current Thread [Next in Thread]