This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Building toolchain with crosstool-ng on Mac OS X SL


Yann,

On Jan 6, 2010, at 10:35 AM, Yann E. MORIN wrote:

> 123070  [ALL  ]  checking compiler cc  -pipe -fexceptions ... yes
> 123071  [ALL  ]  checking compiler cc  -pipe -fexceptions has sizeof(long)==4... no
> 123072  [ERROR]  configure: error: could not find a working compiler, see config.log for details
> 123073  [ERROR]  Build failed in step 'Installing GMP'
> 
> Oh, I guess the initial ERROR starts here... Could you check the GMP
> config.log and see why it fails ?
I know why configure script cant find working compiler with sizeof(long)==4: in Snow Leopard Apple changed default GCC behavior to emit 64bit binaries. My small test confirms that sizeof(long) and sizeof(long*) are now 8 bytes.

I've attached GMP config.log to this mail.

Regards,
Vladyslav

Attachment: config.log
Description: Binary data



--
For unsubscribe information see http://sourceware.org/lists.html#faq

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]