chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] install with llvm-gcc and clang hangs on chicken-ins


From: Felix
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: Wed, 15 Dec 2010 14:11:00 +0100 (CET)

From: David Dreisigmeyer <address@hidden>
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



reply via email to

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