On Fri, 10 Dec 2004, Ralf Wildenhues wrote:
So, ok to apply the patch below to HEAD?
Looks good to me.
Bob
Regards,
Ralf
Index: config/ltmain.m4sh
===
RCS file: /cvsroot/libtool/libtool/config/ltmain.m4sh,v
retrieving revision 1.34
dif
Ralf Wildenhues wrote:
So, ok to apply the patch below to HEAD?
With a ChangeLog entry :), yes.
Peter
--
Peter O'Gorman - http://www.pogma.com
___
Libtool mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/libtool
hoi :)
libtool uses nm to extract symbols from libraries:
for arg in $dlprefiles; do
$show "extracting global C symbols from \`$arg'"
name=`$echo "$arg" | ${SED} -e 's%^.*/%%'`
$run eval '$echo ": $name " >> "$nlist"'
$run eval "$NM $arg |