From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-vs1-f47.google.com (mail-vs1-f47.google.com [209.85.217.47]) by sourceware.org (Postfix) with ESMTPS id 26ED8385800F for ; Mon, 4 Oct 2021 15:16:50 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 26ED8385800F Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=kegel.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gmail.com Received: by mail-vs1-f47.google.com with SMTP id v4so5326193vsg.12 for ; Mon, 04 Oct 2021 08:16:50 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=TIfO0qp/V9cMOLbrZFbLQXww0xpdgFA9ojNWc44rHXQ=; b=GRt0J6vCIxa5J3oZhcEqIeoK1qDkLPfIknyCqJT94kVbS4CdD3PvkLySP27KH+ClAT tHtyTy8fqFjTx0IRBu1pWIdl1id7Agc9Kl0aOfinuS0XeTrCdzWsXiDED4PIz6zPmoBL ry0Cl6J0bEb1tWVWnS3kiDQIqlVD1HW3IL6e1Httxa8OB1548E+ltKqNSITrMo/+uV1H lOdLqCkM5uoo1ZwdfAEyeaUnaKMkpcqWszOdJmSZYP4DYJ8NlHhmpNczwItxrW5QDX3Y tWOMp3RyjL7OHr0PIvpKx+1OfzN6dmxIxX5srlh6PseOv4IAGlS82sOPX4aAwpEPXDaO UWOw== X-Gm-Message-State: AOAM533cWCCel/e9cTqs0mJPCZKyZUsxXuB5T8YG++hC4qUPRDH8/gzl 7j2WEq+4pMcxskujhHT1haW2BPycvzQZXGx/r8739H4f X-Google-Smtp-Source: ABdhPJytRyq14dygW9Cl7qfG15v/l+TCBPyWT7P1+TCXZIQ8Qk4ZgtTZucO5/p9qDIFxy01GmPNCk987iWTdW+XdgTI= X-Received: by 2002:a67:d996:: with SMTP id u22mr2756818vsj.12.1633360609319; Mon, 04 Oct 2021 08:16:49 -0700 (PDT) MIME-Version: 1.0 References: <2055e796-beb1-d9e6-e3bb-86c01c145969@gmail.com> In-Reply-To: From: Dan Kegel Date: Mon, 4 Oct 2021 08:16:37 -0700 Message-ID: Subject: Re: Simple C compiler To: Anthony de Almeida Lopes Cc: gcc-help X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00, FREEMAIL_FORGED_FROMDOMAIN, FREEMAIL_FROM, HEADER_FROM_DIFFERENT_DOMAINS, HTML_MESSAGE, KAM_DMARC_STATUS, RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H2, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: gcc-help@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-help mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Oct 2021 15:16:52 -0000 Oh, yes, PCC has the right pedigree, too! Anthony de Almeida Lopes via Gcc-help schrieb am So., 3. Okt. 2021, 22:45: > And pcc > > http://pcc.ludd.ltu.se/ > > > On 10/4/21 7:02 AM, Dan Kegel wrote: > > And then there's http://www.tinycc.org ! > > - Dan > > > > On Sun, Oct 3, 2021 at 9:56 PM J Decker via Gcc-help > > wrote: > >> https://github.com/open-watcom/open-watcom-v2/tree/master/bld/cc/c as > an > >> alternative there is also openwatcom. > >> or I guess https://github.com/drh/lcc although I've not used this; > seemed > >> almost like a compiler lacking a linker... > >> > >> > >> On Sun, Oct 3, 2021 at 8:33 PM Bill Cunningham via Gcc-help < > >> gcc-help@gcc.gnu.org> wrote: > >> > >>> Well I do see that the configure script wanted --disable-multilib in > >>> order to work. Also as compilation progressed I do see what I believed, > >>> some of gcc is written in C++. So you will need that I see, if I didn't > >>> have it. There was a warning concerning only C being in the > >>> --enable-languages switch but nothing broke there. > >>> > >>> I stopped compilation and will add --disable-nls, --disable-lto, > >>> and try again. Much to do in compiling a simple C compiler. And maybe > >>> --without-libquadmath since there will be no fortran. > >>> > >>> Bill > >>> > >>> > >>> > >