Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Mon, 8 Aug 2011 16:56:18 -0400
From: Rich Felker <dalias@...ifal.cx>
To: musl@...ts.openwall.com
Subject: Re: Make

On Mon, Aug 08, 2011 at 03:03:09PM +0200, nicolas@...lier-web.com wrote:
> But make depends on ld-linux.so.2 ans on librt.so.1 which are not provided
> by musl..

Actually maybe I misunderstood - are you trying to use a glibc-linked
"make" in a chroot that only has musl? If so, it won't work. You could
instead static-link all your glibc programs (so they'll work in the
chroot) then replace them with musl-linked ones as soon as you can..

Rich

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.