chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] Chicken 4.8.0.3 failing with Clang 3.2 and 3.4


From: Peter Bex
Subject: Re: [Chicken-users] Chicken 4.8.0.3 failing with Clang 3.2 and 3.4
Date: Sat, 5 Apr 2014 19:28:07 +0200
User-agent: Mutt/1.4.2.3i

On Sat, Apr 05, 2014 at 08:23:38AM -0700, Daniel Leslie wrote:
> I'm not able to build Chicken 4.8.0.3 with clang, either 3.2 or 3.4. GCC
> works well. The build fails with the following:
> 
> ./libchicken.so: file not recognized: File truncated
> 
> Invocation:
> 
> make -j4 PLATFORM=linux C_COMPILER=clang

Parallel Make is not really supported.  clang should work fine,
we have successful daily builds for it on Linux:
http://salmonella-linux-x86-64.call-cc.org/master/clang/linux/x86-64/2014/04/05/salmonella-report/
and on FreeBSD:
http://salmonella-freebsd-x86-64.call-cc.org/master/clang/freebsd/x86-64/2014/04/05/salmonella-report/

Please try without -j.  If you're feeling adventurous,
you could try the patches from http://bugs.call-cc.org/ticket/526

Cheers,
Peter
-- 
http://www.more-magic.net



reply via email to

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