david135 / mosh-scheme

Automatically exported from code.google.com/p/mosh-scheme
Other
0 stars 0 forks source link

no way to build for i386 in snow leopard #157

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
at snow leopard, there is no way to compile in i386 mode. because our configure 
script recognizes
the target triple "x86_64-apple-darwin10.4.0".

an option that enforces target FFI architecture is needed. 

Original issue reported on code.google.com by oku...@gmail.com on 19 Jun 2010 at 3:29

GoogleCodeExporter commented 9 years ago
we can use 
--host=i686-apple-darwin10 CC=i686-apple-darwin10-gcc-4.2.1 
CXX=i686-apple-darwin10-g++-4.2.1
to do this.

Original comment by oku...@gmail.com on 12 Aug 2010 at 10:17