From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.224.59.205 with SMTP id m13mr758271qah.7.1371595686695; Tue, 18 Jun 2013 15:48:06 -0700 (PDT) X-Received: by 10.49.34.133 with SMTP id z5mr94662qei.39.1371595686666; Tue, 18 Jun 2013 15:48:06 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!news.eternal-september.org!mx05.eternal-september.org!feeder.eternal-september.org!usenet.blueworldhosting.com!npeer01.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!j2no689157qak.0!news-out.google.com!y6ni3510qax.0!nntp.google.com!j2no689154qak.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Tue, 18 Jun 2013 15:48:06 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=200.129.163.17; posting-account=qO7pJgoAAAAyrD5vbjthYiRR0a0gXOTU NNTP-Posting-Host: 200.129.163.17 References: User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: GCC 4.8.0 for Mac OS X From: paulohsantosol@gmail.com Injection-Date: Tue, 18 Jun 2013 22:48:06 +0000 Content-Type: text/plain; charset=ISO-8859-1 X-Received-Bytes: 2418 Xref: news.eternal-september.org comp.lang.ada:15815 Date: 2013-06-18T15:48:06-07:00 List-Id: Em segunda-feira, 15 de abril de 2013 03h38min38s UTC-4, Simon Wright escreveu: > You can find this at > > https://sourceforge.net/projects/gnuada/files/GNAT_GCC%20Mac%20OS%20X/4.8.0/ > > > > The README says: > > > > This is GCC 4.8.0 built for Mac OS X Mountain Lion. > > > > Includes ASIS, AUnit, GPRbuild, XMLAda from GNAT GPL 2012. > > > > Compilers included: Ada C C++ Fortran. > > > > Target: x86_64-apple-darwin12 > > Configured with: > > ../gcc-4.8.0/configure \ > > --prefix=/opt/gcc-4.8.0 \ > > --disable-multilib \ > > --enable-languages=c,ada,c++,fortran \ > > --target=x86_64-apple-darwin12 \ > > --build=x86_64-apple-darwin12 > > Thread model: posix > > gcc version 4.8.0 (GCC) > > > > Install by > > > > $ cd / > > $ sudo tar jxvf ~/Downloads/gcc-4.8.0-x86_64-apple-darwin12.tar.bz2 > > > > and put /opt/gcc-4.8.0/bin first on your PATH. > > > > MD5 (gcc-4.8.0-x86_64-apple-darwin12.tar.bz2) = db2c8b196475faa648b8f40b66465692 I didn't get it, could you be more especific in the installation when you say: $ cd / $ sudo tar jxvf ~/Downloads/gcc-4.8.0-x86_64-apple-darwin12.tar.bz2 and put /opt/gcc-4.8.0/bin first on your PATH. I didn't understand the last line. What do I have to put in the bin directory after I created it?