Re: Found a bug in libtool 1.4.3 (libtool.m4)
- From: Rémi Cohen-Scali <Remi Cohen-Scali com>
- To: GarNome Mailing List <garnome-list gnome org>
- Subject: Re: Found a bug in libtool 1.4.3 (libtool.m4)
- Date: Sat, 16 Aug 2003 04:33:17 +0200
Comes from the libtool patch (jhbuild-fixes.diff)
--- /tmp/jhbuild-fixes.diff~ Sat Aug 16 04:32:17 2003
+++ /tmp/jhbuild-fixes.diff Sat Aug 16 04:32:17 2003
@@ -33,7 +33,7 @@
+ archive_expsym_cmds='$echo "{ global:" >
$output_objdir/$libname.ver~
+cat $export_symbols | sed -e "s/\(.*\)/\1;/" >>
$output_objdir/$libname.ver~
+$echo "local: *; };" >> $output_objdir/$libname.ver~
-+$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname
${wl}-version-script ${w}l$output_objdir/$libname.ver -o $lib'
++$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname
${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
else
ld_shlibs=no
fi
Rémi Cohen-Scali wrote:
Can you check it, and add the patch ?
Thanks
------------------------------------------------------------------------
--- libtool-1.4.3/libtool.m4~ Fri Aug 15 02:55:54 2003
+++ libtool-1.4.3/libtool.m4 Fri Aug 15 02:55:54 2003
@@ -1415,7 +1415,7 @@
archive_expsym_cmds='$echo "{ global:" > $output_objdir/$libname.ver~
cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
$echo "local: *; };" >> $output_objdir/$libname.ver~
-$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${w}l$output_objdir/$libname.ver -o $lib'
+$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
else
ld_shlibs=no
fi
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]