From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30548 invoked by alias); 16 Aug 2018 12:37:49 -0000 Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org Received: (qmail 30537 invoked by uid 89); 16 Aug 2018 12:37:47 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.6 required=5.0 tests=BAYES_00,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=no version=3.3.2 spammy=H*c:MHil, H*c:HpplH, HX-Gm-Message-State:AOUpUlG, Mac X-HELO: mail-it0-f50.google.com Received: from mail-it0-f50.google.com (HELO mail-it0-f50.google.com) (209.85.214.50) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 16 Aug 2018 12:37:46 +0000 Received: by mail-it0-f50.google.com with SMTP id e14-v6so6048249itf.1 for ; Thu, 16 Aug 2018 05:37:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:mime-version:subject:message-id:date:to; bh=lXl+Xl/dIUNFr0Mrrc7nVfMI9R1b8dNj54zHiO9CZFE=; b=N4lApS7SeoZt+pGBikkEJ6eIWAx3ZnIi9Dt1PDcGKKvqIHouee+vdljyKat11PL2/u O+3Anrf7qYxiE76l3Opu+fnLieY8O6dsZdoNM7JtMPGNJK9QLdmSA3Jac9dugmQ6gMuJ Nwz48ZpTkT7ZkS+xG30Ui3fQZDfndB4UF+nc2eLlPBxVLEN5QfLVZ9NTByM3fA3mWe8x JSjKzY/5DwaLFioXWl4pbSM54MSdOAJfFCRqXZfcF7jT79OmoXZsuwW/5juy4/QQQnX/ 6cXnm/nsNOxoBKBO8kEf4YYZPTPynZO36QEzVPadRuCKRquQBCgHs/pMe948FY8zhhRN QRxA== Return-Path: Received: from [192.168.0.4] (184-158-242-54.dyn.centurytel.net. [184.158.242.54]) by smtp.gmail.com with ESMTPSA id d16-v6sm8294650ioh.15.2018.08.16.05.37.43 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 16 Aug 2018 05:37:43 -0700 (PDT) From: Bryan Dunphy Mime-Version: 1.0 (Mac OS X Mail 11.5 \(3445.9.1\)) Subject: I need help compiling EVERY language on my Mac OS High Sierra based system Message-Id: Date: Thu, 16 Aug 2018 12:37:00 -0000 To: gcc-help@gcc.gnu.org Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2018-08/txt/msg00042.txt.bz2 just tried on my own and only a few languages compiled. /Users/bryandunphy= /Downloads/gcc-8.2.0 is the destination of svn checkout svn://gcc.gnu.org/s= vn/gcc/trunk The configure command was: /Users/bryandunphy/Downloads/gcc-8.2.0/configure --prefix=3D$HOME/gcc-buil= t --build=3Dx86_64-apple-darwin17.7.0 --host=3Dx86_64-apple-darwin17.7.0 --= target=3Dx86_64-apple-darwin17.7.0 CC=3D/opt/gcc-8.1.0/bin/gcc CXX=3D/opt/g= cc-8.1.0/bin/g++ bootstrap The contents of $HOME/gcc-built are at https://gist.github.com/Bryan-Dunphy= /c9abf6a70a8f14025fae666190f4d3bd The ls -lR of /Library/Developer/CommandLineTools/usr/bin is available at h= ttps://gist.github.com/Bryan-Dunphy/8466ad4ce4921dd3e02a04ad81b04852 The ls -lR of /opt/gcc-8.1.0 is available at https://gist.github.com/Bryan-= Dunphy/f76e6b16933efa05e9de399cdb963077