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=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,9084c530f04fa82d X-Google-Attributes: gid103376,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!z6g2000pre.googlegroups.com!not-for-mail From: Alexis Newsgroups: comp.lang.ada Subject: Re: New MacPorts / GNU Ada Release Date: Wed, 18 Feb 2009 23:11:50 -0800 (PST) Organization: http://groups.google.com Message-ID: <0f4a6abf-0193-48e6-925b-b7b26ee8d5a8@z6g2000pre.googlegroups.com> References: NNTP-Posting-Host: 71.198.211.44 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: posting.google.com 1235027510 19353 127.0.0.1 (19 Feb 2009 07:11:50 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Thu, 19 Feb 2009 07:11:50 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: z6g2000pre.googlegroups.com; posting-host=71.198.211.44; posting-account=KFDAqgoAAAAzRrCS-Suie1bEBh8QxNGo User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_6; en-us) AppleWebKit/525.27.1 (KHTML, like Gecko) Version/3.2.1 Safari/525.27.1,gzip(gfe),gzip(gfe) Xref: g2news1.google.com comp.lang.ada:3696 Date: 2009-02-18T23:11:50-08:00 List-Id: M, Thanks for putting this together! I tried install it today, and ran into some snags, perhaps I made a mistake somewhere? Here's what I tried: 1. installed MacPorts 2. installed gnat-gcc-4.3.3.dmg from http://sourceforge.net/project/showfiles.php?group_id=12974&package_id=291480 3. ran sudo port install gnat-gcc +ada; resulted in error included below. Admittedly I'm new to ada and may have made an elementary mistake. If you had any suggestions, they would be appreciated :) Thanks in advance, --Alexis ---> Configuring gnat-gcc Error: Target org.macports.configure returned: configure failure: shell command " cd "/opt/local/var/macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_gnat- gcc/work/build" && ../gcc-4.3.3/configure --prefix=/opt/local --enable- languages=c,c++,ada,objc,obj-c++,java,fortran --libdir=/opt/local/lib/ gnat-gcc --includedir=/opt/local/include/gnat-gcc --infodir=/opt/local/ share/info --mandir=/opt/local/share/man --with-local-prefix=/opt/ local --with-system-zlib --disable-nls --program-suffix=-gnat-4.3 -- with-gxx-include-dir=/opt/local/include/gnat-gcc/c++/ --with-gmp=/opt/ local --with-mpfr=/opt/local " returned error 77 Command output: checking build system type... i386-apple-darwin9.6.0 checking host system type... i386-apple-darwin9.6.0 checking target system type... i386-apple-darwin9.6.0 checking for a BSD-compatible install... /usr/bin/install -c checking whether ln works... yes checking whether ln -s works... yes checking for gcc... /opt/local/bin/gcc-mp-4.3 checking for C compiler default output file name... configure: error: C compiler cannot create executables See `config.log' for more details. Error: Status 1 encountered during processing.