This installs fine: make PLATFORM=macosx PROGRAM_SUFFIX=_clang-4.6.0 ARCH=x86-64 COMPILER=clang OPTIMIZE_FOR_SPEED=1 sudo make PLATFORM=macosx PROGRAM_SUFFIX=_clang-4.6.0 ARCH=x86-64 COMPILER=clang OPTIMIZE_FOR_SPEED=1 install
I'll try to compile clang later, and I'll recheck when it hangs without OPTIMIZE_FOR_SPEED=1 or DEBUGBUILD=1. On Tue, Dec 21, 2010 at 10:04 AM, Felix <[email protected]> wrote: > From: David Dreisigmeyer <[email protected]> > Subject: Re: [Chicken-users] install with llvm-gcc and clang hangs on > chicken-install -update-db ( OS X 10.6 / Chicken 4.6.0 ) > Date: Mon, 20 Dec 2010 11:30:26 -0500 > >> Everything installs fine when I use DEBUGBUILD=1, i.e., it doesn't >> hang(?). Here's the commands: >> >> make PLATFORM=macosx PROGRAM_SUFFIX=_clang-4.6.0 ARCH=x86-64 >> COMPILER=clang DEBUGBUILD=1 >> sudo make PLATFORM=macosx PROGRAM_SUFFIX=_clang-4.6.0 ARCH=x86-64 >> COMPILER=clang DEBUGBUILD=1 install > > This indicates a compiler bug. Now if you are not completely annoyed > yet, you can try to build the newest clang from sources and try > chicken with that and check whether that hangs as well. > > BTW, when it hangs, does it consume CPU time? > > > cheers, > felix > _______________________________________________ Chicken-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/chicken-users
