On Nov 9, 2007, at 12:32 PM, Jean-François Mertens <[EMAIL PROTECTED] 
e> wrote:

>
> On 09 Nov 2007, at 18:18, Jack Howarth wrote:
>
>> Robert,
>>    How about identifying the link in the atlas Makefile.in's which
>> does that 'rm -f *.o x* config?.out *core*' and just changing it
>> to 'rm -fr *.o x* config?.out *core*'?
>>                            Jack
>
> The sed command I suggested him to uncomment equivalently
> just bypasses this (if those dirs are really corrupt, even rm -fR
> might get stuck there..).
> But those dirs should not be there !

This is a new "feature" of Leopard. The compiler now saves debugging  
symbols in a bundle instead of a file. It makes things easier for  
Apple's debugging tools but harder for everyone else. :/ You'll get  
weird warnings during configure and make clean is often broken.

Daniel


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to