chicken-janitors
[Top][All Lists]
Advanced

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

[Chicken-janitors] Re: #143: Build fails on 64-bit Mac OS X


From: Chicken Trac
Subject: [Chicken-janitors] Re: #143: Build fails on 64-bit Mac OS X
Date: Thu, 10 Dec 2009 02:28:33 -0000

#143: Build fails on 64-bit Mac OS X
--------------------------+-------------------------------------------------
 Reporter:  felix         |       Owner:       
     Type:  defect        |      Status:  new  
 Priority:  critical      |   Milestone:  4.3.0
Component:  build system  |     Version:  4.2.x
 Keywords:  arch          |  
--------------------------+-------------------------------------------------

Comment(by zbigniew):

 There was a post to the list a few months ago about this problem on OS X
 10.6 and I recommended compiling with ARCH=x86-64 as a workaround.  But I
 did not have Snow Leopard to test a proper fix (and still don't).

 However, this is what raikov's patch does on my box:
 {{{
 $ gcc -dumpspecs | grep -A2 darwin_arch: | paste - - | grep x86_64
 *darwin_arch:   %{m64:x86_64;:i386}
 }}}
 This is on OS X 10.5 32-bit, but it would set ARCH=x86-64 unconditionally.
 That is only fine if you wish to force 64-bit builds on any OS X system
 that supports them.

-- 
Ticket URL: <http://www.irp.oist.jp/trac/chicken/ticket/143#comment:2>
Chicken Scheme <http://www.call-with-current-continuation.org/>
Chicken Scheme is a compiler for the Scheme programming language.

reply via email to

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