[Top][All Lists]
[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
- [Chicken-hackers] compiling Chicken 4.7.0 with musl instead of glibc, Jefferson Gafton, 2012/02/04
- Re: [Chicken-hackers] compiling Chicken 4.7.0 with musl instead of glibc, John Cowan, 2012/02/05
- Re: [Chicken-hackers] compiling Chicken 4.7.0 with musl instead of glibc, Felix, 2012/02/05
- Re: [Chicken-hackers] compiling Chicken 4.7.0 with musl instead of glibc, Sergey, 2012/02/06
- Re: [Chicken-hackers] compiling Chicken 4.7.0 with musl instead of glibc, John Cowan, 2012/02/06
- Re: [Chicken-hackers] compiling Chicken 4.7.0 with musl instead of glibc, Peter Bex, 2012/02/06