From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/7114 Path: news.gmane.org!not-for-mail From: =?UTF-8?Q?Daniel_Cegie=C5=82ka?= Newsgroups: gmane.linux.lib.musl.general Subject: Re: 8cc C Compiler Date: Mon, 2 Mar 2015 15:52:25 +0100 Message-ID: References: <20150302070332.dc30d64f61e5ec441c34ffd4f788e58e.fa0cadfe0e.wbe@email22.secureserver.net> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1425307987 14578 80.91.229.3 (2 Mar 2015 14:53:07 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 2 Mar 2015 14:53:07 +0000 (UTC) To: writeonce@midipix.org, musl@lists.openwall.com Original-X-From: musl-return-7127-gllmg-musl=m.gmane.org@lists.openwall.com Mon Mar 02 15:53:06 2015 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 1YSRiS-0004S3-B9 for gllmg-musl@m.gmane.org; Mon, 02 Mar 2015 15:53:04 +0100 Original-Received: (qmail 3545 invoked by uid 550); 2 Mar 2015 14:53:02 -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 3474 invoked from network); 2 Mar 2015 14:52:57 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type:content-transfer-encoding; bh=jDFODtYTkWHvm0122A1gMdclPMnn5tfsGiGnl5oy0qo=; b=fbi9aBqN0azI8RsDA4qFxi81zaTKbkd643Ie9jV96it0wHzBLlM8GYoeUu+yMIwuU1 nhDZvcGENHs80QnrrP/gTNgZ1ViTa9f/18BNPfNg5ENq3MAC7bFCaQrdXNfiK4HlrjOt Z3n217brfubCCBIpoW1jXT4WW/YyAHPyvSwcrGkddHvfro/M/Ju3xsjgz6Shc8lLUb2d FkeSaAm1w4b6uzi0dZOBoFKSkY+3680Q6e+8Oz0AhmvQt0a8NM1zh+qVms/Pc/81p3Zn OnAdo9WkqxIC/ONS4ZmvpmGJ0zck9ijNk8FcUn2eEfTiR7GoyvdXe4Kf6BuNtaYwoaNp QtKQ== X-Received: by 10.43.67.3 with SMTP id xs3mr30747245icb.39.1425307965691; Mon, 02 Mar 2015 06:52:45 -0800 (PST) In-Reply-To: <20150302070332.dc30d64f61e5ec441c34ffd4f788e58e.fa0cadfe0e.wbe@email22.secureserver.net> Xref: news.gmane.org gmane.linux.lib.musl.general:7114 Archived-At: 2015-03-02 15:03 GMT+01:00 : > > Hi Daniel, > > Very nice, congratulations! Oh no! :) I'm not the author of 8cc :) We must thank Rui Ueyama... On musl list often talked about small compilers (pcc, tcc, cparser/firm etc= .). thx > And also a small bug report... with German as the UI language of my ubunt= u installation, the realpath of my desktop folder is /home/midipix/Arbeitsf= l=C3=A4che. After successfully building 8cc at /home/midipix/Arbeitsfl=C3= =A4che/8cc, the compiler failed at runtime as it was unable to open its inc= lude directory. When building 8cc at /home/midipix/8cc, everything is fine= . > > I hope that helps! > > Zvi