libtool
[Top][All Lists]
Advanced

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

Re: nm prints warnings when processing stripped shared libraries


From: Bob Friesenhahn
Subject: Re: nm prints warnings when processing stripped shared libraries
Date: Fri, 10 Dec 2004 10:10:27 -0600 (CST)

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
diff -u -r1.34 ltmain.m4sh
--- config/ltmain.m4sh  9 Dec 2004 17:59:15 -0000       1.34
+++ config/ltmain.m4sh  10 Dec 2004 10:26:33 -0000
@@ -818,7 +818,7 @@
          name="$func_basename_result"
          $opt_dry_run || {
            eval '$ECHO ": $name " >> "$nlist"'
-           eval "$NM $dlprefile | $global_symbol_pipe >> '$nlist'"
+           eval "$NM $dlprefile 2>/dev/null | $global_symbol_pipe >> '$nlist'"
          }
        done



_______________________________________________
Libtool mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/libtool


======================================
Bob Friesenhahn
address@hidden
http://www.simplesystems.org/users/bfriesen




reply via email to

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