On Jul 16, 2008, at 9:06 AM, Denis Bueno wrote:

> On Tue, Jul 15, 2008 at 23:10, Adrian Robert <[EMAIL PROTECTED] 
> > wrote:
>>
>> On Jul 15, 2008, at 9:31 PM, Denis Bueno wrote:
>>
>>>
> Compiling the failing conftest.c without the "-arch ppc" flag works.
> How can I get configure to exclude that flag?

Ah, this must be due to attempting to build universal binaries.  A  
quick fix would be to edit line 84 in compile to just say:

     export CFLAGS="$OPTFLAGS"

The problem arises because your /opt/local/lib ncurses is found first,  
and that is not universal (the /usr/lib one surely is).

I guess universal binary building should perhaps be off by default?   
In any case the final Emacs binary itself must be combined manually on  
different machines, and maybe all of this is a task for distributors  
only, not regular compiling users.



-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Emacs-app-dev- mailing list
Emacs-app-dev-@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emacs-app-dev-

Reply via email to