[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: can't configure under OS X
From: |
Kevin Ryde |
Subject: |
Re: can't configure under OS X |
Date: |
Fri, 09 Jul 2004 08:48:44 +1000 |
User-agent: |
Gnus/5.110003 (No Gnus v0.3) Emacs/21.3 (gnu/linux) |
Kay Gottschalk <address@hidden> writes:
>
> I am working with gcc version 3.3 20030304 (Apple Computer, Inc. build
> 1635) (-mlongcall).
I think the apple hacked gcc's have worked fine.
> Please find attached config.log.
Looks like gcc is passing -stabs to the assembler, which it doesn't
understand. You might have to check if it's hitting the right "as", I
think the apple one has slightly different options to gnu binutils.
Strange that it seems to be only when passing a .s file, not a .c
file.
Configuring without -g might help, ie. CFLAGS="-O2 -mpowerpc" (or
whatever -mpowerpc cpu type desired).
--
All followups to address@hidden please.