discuss-gnustep
[Top][All Lists]
Advanced

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

Re: building a debug version of GNUstep-base on Darwin


From: Lars Sonchocky-Helldorf
Subject: Re: building a debug version of GNUstep-base on Darwin
Date: Mon, 3 Jun 2002 18:33:00 +0200

>Lars Sonchocky-Helldorf wrote:
>> Hi everybody,
>> 
>> lately I built a debug version of GNUstep base (make debug=yes) on 
Darwin. 
>> However, I wanted to use of a debugging version of libobjc to link 
against 
>> for that purpose. To achive that goal I had to replace every occurance 
of 
>> "-lobjc" in core/ with "-lobjc_debug" to make that work, since I wasn't 

>> able to figure out at which stage of the building process the use of 
>> "-lobjc" is determined.
>> 
>
>Just a note. When you do make debug=yes, GNUstep will automatically try 
>to link with libraries that have a _d ending. Perhaps it might be simple 
>enought to rename the library from libobjc_debug to libobjc_d? I guess 
>it's possible we could change the make package to look for _debug also...

Thanks for the tip, but for now I'll keep the "replace" approach for now 
since I have to rebuild libobjc from time to time (after adding another 
fprints), it is convenient enough for me. If it is not to much work for 
you, I would appreciate a solution which supports libobjc_debug too, but 
again this is not top priority for me, I can live without it.

greetings, Lars





reply via email to

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