Re: nm prints warnings when processing stripped shared libraries

2004-12-10 Thread Bob Friesenhahn
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

Re: nm prints warnings when processing stripped shared libraries

2004-12-10 Thread Peter O'Gorman
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

nm prints warnings when processing stripped shared libraries

2004-12-09 Thread Martin Waitz
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 |