chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] Building Chicken on OS X Lion


From: Jim Ursetto
Subject: Re: [Chicken-users] Building Chicken on OS X Lion
Date: Thu, 13 Sep 2012 12:18:38 -0500

Hans,
I've verified that chicken 4.7.0.6 builds, installs and tests out correctly on 
Lion
with Xcode 4.4.1.  It works fine with either gcc or clang.  Here is my test 
line:

make PLATFORM=macosx PREFIX=$PWD/inst C_COMPILER=clang all install check

From your paste, it looks like you're not providing a PREFIX.  Can you try it 
with
a prefix, even a temporary one, such as $PWD/inst or ~/local/chicken?  Sometimes
we get strange hangs on install when you have an older (quite a bit older) 
version of
chicken already installed in the PREFIX, or hanging out somewhere weird on your
system where it's in the dynamic linker path and interfering with the install.

So I would try a temporary prefix and also, try to hunt down old
versions of chicken shared libraries hanging out on your disk.

I attached the version output of xcodebuild, clang, gcc and ld I used.

Jim

Attachment: xcode-4.4.1-versions.txt
Description: Text document

On Aug 31, 2012, at 7:31 AM, Hans Nowak wrote:

> Hi,
> 
> I am still having problems building/installing Chicken on OS X Lion, even 
> with the new version 4.7.0.6 and 4.8rc2.
> 
> Here is a paste of the output when I do make install; it hangs at "loading 
> import libraries".
> 
> http://paste.call-cc.org/paste?id=a7fd2260fb3540a24db2fbd703607a0555446589
> 
> I am probably doing something wrong, or have the wrong version of something 
> or another, but what?
> 
> Any tips welcome.
> 
> Thanks,
> 
> --
> Hans Nowak
> 
> 
> _______________________________________________
> Chicken-users mailing list
> address@hidden
> https://lists.nongnu.org/mailman/listinfo/chicken-users


reply via email to

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