From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/9486 Path: news.gmane.org!not-for-mail From: John Found Newsgroups: gmane.linux.lib.musl.general Subject: Problem with musl-gcc script. Is it bad installation? Date: Sun, 6 Mar 2016 00:28:23 +0200 Message-ID: <20160306002823.09d603d7c3d8fe4b0f4b15c1@asm32.info> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1457216971 17991 80.91.229.3 (5 Mar 2016 22:29:31 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 5 Mar 2016 22:29:31 +0000 (UTC) To: musl mainling list Original-X-From: musl-return-9499-gllmg-musl=m.gmane.org@lists.openwall.com Sat Mar 05 23:29:25 2016 Return-path: Envelope-to: gllmg-musl@m.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1acKhP-000867-PS for gllmg-musl@m.gmane.org; Sat, 05 Mar 2016 23:29:23 +0100 Original-Received: (qmail 7865 invoked by uid 550); 5 Mar 2016 22:29:21 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-ID: Original-Received: (qmail 7791 invoked from network); 5 Mar 2016 22:29:10 -0000 X-Mailer: Sylpheed 3.5.0 (GTK+ 2.24.29; x86_64-unknown-linux-gnu) X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - hemus.superhosting.bg X-AntiAbuse: Original Domain - lists.openwall.com X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - asm32.info X-Get-Message-Sender-Via: hemus.superhosting.bg: authenticated_id: johnfound@asm32.info X-Authenticated-Sender: hemus.superhosting.bg: johnfound@asm32.info X-Source: X-Source-Args: X-Source-Dir: Xref: news.gmane.org gmane.linux.lib.musl.general:9486 Archived-At: Well, after compiling and installing musl (i386) (and everything seems to be ok), I set the path with: export PATH=/usr/local/musl/bin:$PATH and tried to start the musl-gss. In result I got an error: /usr/local/musl/bin/musl-gcc: line 2: exec: gcc -m32: not found When attempt to compile configure and compile something with: CC=musl-gcc ./configure --prefix=/usr/local/musl The result is the error: configure: error: C compiler cannot create executables So, how to proceed further? Cheers -- http://fresh.flatassembler.net http://asm32.info John Found