help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: carbon emacs won't build with Dec 2002 dev tools?


From: Hugo Wolf
Subject: Re: carbon emacs won't build with Dec 2002 dev tools?
Date: Sat, 21 Dec 2002 23:41:43 GMT
User-agent: slrn/0.9.7.4 (Darwin)

In article <m2d6nvdn91.fsf@owlbear.local>, Andrew Choi wrote:
> The change to make is to add an additional comparison 
> 
>  || strncmp (sectp->sectname, "__cfstring", 16) == 0
> 
> to the following comparison in unexmacosx.c (copy_data_segment).
> 
>       ... 
>       else if (strncmp (sectp->sectname, "__la_symbol_ptr", 16) == 0
>              || strncmp (sectp->sectname, "__nl_symbol_ptr", 16) == 0
>              || strncmp (sectp->sectname, "__dyld", 16) == 0
>              || strncmp (sectp->sectname, "__const", 16) == 0)





Yes, that fixes it.  Thanks again.

I'd still be interested to hear if anyone else can verify the original
problem.  It may be specific to my system environment, I really don't
know.





reply via email to

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