discuss-gnustep
[Top][All Lists]
Advanced

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

Re: nm -P


From: Nicola Pero
Subject: Re: nm -P
Date: Fri, 11 Jun 2004 12:47:03 +0100 (BST)

> Hi
> 
> Makefiles/Instance/Framework.make uses nm -Pg, however, the P options
> is not available on darwin's custom nm.  Can I go with -g only or
> do I have to get a new one ?

If you can determine what the equivalent Darwin way of 'nm -Pg' is, we can
define NM (or better name) in config.make to be 'nm -Pg' normally, and
'xxx' on Darwin, and in framework.make we use $(NM) instead of 'nm -Pg' 
and it should work on both.

Thanks





reply via email to

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