chicken-users
[Top][All Lists]
Advanced

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

[Chicken-users] LLVM fails on Mac OS X 10.7


From: Josh Chaney
Subject: [Chicken-users] LLVM fails on Mac OS X 10.7
Date: Fri, 5 Aug 2011 21:32:44 -0700

I have a similar, or same issue as reported here ( 
http://lists.gnu.org/archive/html/chicken-users/2010-12/msg00159.html ) from 
David Dreisigmeyer. Running make appears to work fine, but when I run make 
install it hangs at chicken-update -update-db. Also running 'csi' does nothing 
( no errors, just sits there ). Running 'csi -:d' gives me:

[debug] application startup...
[debug] heap resized to 500000 bytes
[debug] stack bottom is 0x0. <---- Someone I spoke to on IRC said this was odd, 
and probably important.
[debug] entering toplevel toplevel...
[debug] stack resized to 131072 bytes
[debug] entering toplevel library_toplevel…

Output of gcc -v:
Using built-in specs.
Target: i686-apple-darwin11
Configured with: /private/var/tmp/llvmgcc42/llvmgcc42-2335.15~25/src/configure 
--disable-checking --enable-werror --prefix=/Developer/usr/llvm-gcc-4.2 
--mandir=/share/man --enable-languages=c,objc,c++,obj-c++ 
--program-prefix=llvm- --program-transform-name=/^[cg][^.-]*$/s/$/-4.2/ 
--with-slibdir=/usr/lib --build=i686-apple-darwin11 
--enable-llvm=/private/var/tmp/llvmgcc42/llvmgcc42-2335.15~25/dst-llvmCore/Developer/usr/local
 --program-prefix=i686-apple-darwin11- --host=x86_64-apple-darwin11 
--target=i686-apple-darwin11 --with-gxx-include-dir=/usr/include/c++/4.2.1
Thread model: posix
gcc version 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2335.15.00)


I was able to successfully install using the below params thanks to zbigniew's 
help on #chicken:

make C_COMPILER=gcc-4.2 PLATFORM=macosx  

--  
Josh Chaney




reply via email to

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