discuss-gnustep
[Top][All Lists]
Advanced

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

Re: How to build base static and profile?


From: Adam Fedor
Subject: Re: How to build base static and profile?
Date: Mon, 22 Sep 2003 21:39:06 -0600


On Monday, September 22, 2003, at 04:08 PM, Derek Zhou wrote:

Thank you. But will that build everthing static?
What I want is to make my program and base linked staticly, but everything else, like libc, etc still shared. If everythin is static, the profile could
be too complicate for me to understand.
Derek


This only compiles the base library statically. Other libraries may be static or not depending on what libraries are available and how you use the linker to link them into an executable.

On Monday 22 September 2003 01:51 pm, Adam Fedor wrote:
On Monday, September 22, 2003, at 11:49 AM, Derek Zhou wrote:
Hi, all
I can sprof the base library, but it doesn't give me the complete call
graph.
My program doesn't use gui. Can anybody tell me how to build and link
base
static and profile?
Thanks a lot.
Derek

make shared=no profile=yes


A static base may not compile or run - we don't test it often and there
are various design problems that I don't complete remember now that
make a static base library difficult to make/run.






reply via email to

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