From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/361 Path: news.gmane.org!not-for-mail From: Newsgroups: gmane.linux.lib.musl.general Subject: Make Date: Mon, 08 Aug 2011 15:03:09 +0200 Message-ID: <84fdaa74ee78c44b1cbc804bfc2b8635@smtp1.ispfr.net> References: <6b8e6a08f65ec476283a3699a41451d7@smtp1.ispfr.net> <20110807193658.GA29562@port70.net> <20110807193431.GI132@brightrain.aerifal.cx> <20110807195006.GJ132@brightrain.aerifal.cx> <20110807220940.GC29562@port70.net> <20110807220025.GL132@brightrain.aerifal.cx> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1312808607 27197 80.91.229.12 (8 Aug 2011 13:03:27 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 8 Aug 2011 13:03:27 +0000 (UTC) To: Original-X-From: musl-return-362-gllmg-musl=m.gmane.org@lists.openwall.com Mon Aug 08 15:03:22 2011 Return-path: Envelope-to: gllmg-musl@lo.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by lo.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1QqPUI-0005Jh-GJ for gllmg-musl@lo.gmane.org; Mon, 08 Aug 2011 15:03:22 +0200 Original-Received: (qmail 5898 invoked by uid 550); 8 Aug 2011 13:03:21 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Original-Received: (qmail 5890 invoked from network); 8 Aug 2011 13:03:21 -0000 In-Reply-To: <20110807220025.GL132@brightrain.aerifal.cx> X-Sender: nicolas@atelier-web.com User-Agent: RoundCube Webmail/0.4-beta Xref: news.gmane.org gmane.linux.lib.musl.general:361 Archived-At: Yop ! Now, i'm able to compile and to run musl as the only system of the system (chroot) but there 2 things that i don't understand. 1) There is no /lib/ld-linux.so.2 ? 2) How can i link programs with musl if i don't use gcc ? For example, i managed to compile Make 3.82 with pcc : CC=pcc ./configure --prefix=/usr \ --build=i586-pc-linux-gnu --host=i586-pc-linux-gnu CC=pcc make CC=pcc make install But make depends on ld-linux.so.2 ans on librt.so.1 which are not provided by musl.. How should i build it ? Cheers, Nick P.S : scuse me for my noobs questions...