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
Xcode 4.4.1 Build version 4F1003 Apple clang version 4.0 (tags/Apple/clang-421.0.60) (based on LLVM 3.1svn) Target: x86_64-apple-darwin11.4.0 Thread model: posix Using built-in specs. Target: i686-apple-darwin11 Configured with: /private/var/tmp/llvmgcc42/llvmgcc42-2336.11~28/src/configure --disable-checking --enable-werror --prefix=/Applications/Xcode.app/Contents/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-2336.11~28/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 2336.11.00) @(#)PROGRAM:ld PROJECT:ld64-133.3 configured to support archs: armv6 armv7 i386 x86_64 LTO support using: LLVM version 3.1svn, from Apple Clang 4.0 (build 421.0.60)
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 > [email protected] > https://lists.nongnu.org/mailman/listinfo/chicken-users
_______________________________________________ Chicken-users mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/chicken-users
