On Tuesday 04 February 2003 7:10 am, Robert Boehne wrote:
> Hello,
>
> I'm just about to make the release of Libtool 1.5. If anyone would
> like to test the current CVS on their favorite platform and report
> any problems, please do so! If not, your woes may have to wait for
> 1.5.1.
OK, here's the patch and ChangeLog entry
Nick
? ChangeLog.diff
? libtool.m4.diff
Index: libtool.m4
===================================================================
RCS file: /cvsroot/libtool/libtool/libtool.m4,v
retrieving revision 1.293
diff -c -r1.293 libtool.m4
*** libtool.m4 29 Jan 2003 04:57:52 -0000 1.293
--- libtool.m4 4 Feb 2003 08:06:20 -0000
***************
*** 4929,4936 ****
_LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
wlarc=
else
! _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nodefaultlibs $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
! _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared -nodefaultlibs $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
fi
;;
--- 4929,4936 ----
_LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
wlarc=
else
! _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
! _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
fi
;;
2003-01-31 Nick Hudson <[EMAIL PROTECTED]>
* libtool.m4: don't use -nodefaultlibs in archive{,_expsym}_commands
on NetBSD.
_______________________________________________
Libtool mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/libtool