From: David Dreisigmeyer <[email protected]> Subject: [Chicken-users] install with llvm-gcc and clang hangs on chicken-install -update-db ( OS X 10.6 / Chicken 4.6.0 ) Date: Wed, 15 Dec 2010 07:27:11 -0500
> Hello, > > Using the following: > > -------------------------- > make PLATFORM=macosx ARCH=x86-64 PROGRAM_SUFFIX=-4.6.0 C_COMPILER=clang > sudo make PLATFORM=macosx ARCH=x86-64 PROGRAM_SUFFIX=-4.6.0 > C_COMPILER=clang install > -------------------------- > > or > > -------------------------- > make PLATFORM=macosx ARCH=x86-64 PROGRAM_SUFFIX=-4.6.0 C_COMPILER=llvm-gcc > sudo make PLATFORM=macosx ARCH=x86-64 PROGRAM_SUFFIX=-4.6.0 > C_COMPILER=llvm-gcc install > -------------------------- > > causes the install to hang at > > -------------------------- > /usr/local/bin/chicken-install-4.6.0_clang -update-db > -------------------------- > > (see below for the full output during the install). This works > > -------------------------- > make PLATFORM=macosx ARCH=x86-64 PROGRAM_SUFFIX=-4.6.0 COMPILER=gcc > sudo make PLATFORM=macosx ARCH=x86-64 PROGRAM_SUFFIX=-4.6.0 COMPILER=gcc > install > -------------------------- > > > Any idea about what I'm doing wrong would be greatly appreciated. Are there already compiled libraries at the installation destination? If you Ctrl-C and continue, do csi/chicken work? Try to run -update-db manually, adding the "-:d" option. cheers, felix _______________________________________________ Chicken-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/chicken-users
