chicken-hackers
[Top][All Lists]
Advanced

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

Re: [Chicken-hackers] compiling Chicken with musl instead of glibc


From: Felix
Subject: Re: [Chicken-hackers] compiling Chicken with musl instead of glibc
Date: Mon, 06 Feb 2012 11:08:52 +0100 (CET)

From: Sergey <address@hidden>
Subject: Re: [Chicken-hackers] compiling Chicken with musl instead of glibc
Date: Sun, 5 Feb 2012 23:38:34 -0800

> The 'gcvt' function has now been added to musl, and using the very latest 
> musl from git, I was able to successfully complete compiling Chicken with 
> musl:
> 
>   http://paste.pocoo.org/show/546601/
> 

Excellent. Did "make check" run to completion?

> Now on to try to get Chicken to statically link against musl.  Any 
> suggestions on how to do that?

You can pass "STATICBUILD=1" on the make(3) command line, see the README file.
You probably also have to pass "-static" when building the compiler and other
tools, perhaps by trying LINKER_STATIC_OPTIONS="-L. -static".


cheers,
felix



reply via email to

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