From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/349 Path: news.gmane.org!not-for-mail From: Newsgroups: gmane.linux.lib.musl.general Subject: Compilation error Date: Sun, 07 Aug 2011 20:57:11 +0200 Message-ID: <6b8e6a08f65ec476283a3699a41451d7@smtp1.ispfr.net> 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 1312743449 12921 80.91.229.12 (7 Aug 2011 18:57:29 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 7 Aug 2011 18:57:29 +0000 (UTC) To: Original-X-From: musl-return-350-gllmg-musl=m.gmane.org@lists.openwall.com Sun Aug 07 20:57:25 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 1Qq8XM-0001pO-9a for gllmg-musl@lo.gmane.org; Sun, 07 Aug 2011 20:57:24 +0200 Original-Received: (qmail 27699 invoked by uid 550); 7 Aug 2011 18:57:23 -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 27691 invoked from network); 7 Aug 2011 18:57:23 -0000 X-Sender: nicolas@atelier-web.com User-Agent: RoundCube Webmail/0.4-beta Xref: news.gmane.org gmane.linux.lib.musl.general:349 Archived-At: Hello ! (it's me again...) I tried to compile musl with the pcc compiler, but it failed because of : $(CC) $(LDFLAGS) -Wl,-soname=libc.so -o $@ $(LOBJS) -lgcc Is the option -lgcc really necessary ? I had removed it, and the compilation succeeded :) Musl should be compilable with any C Compiler i mean... Cheers, Nick