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.66.153.78 with SMTP id ve14mr22115415pab.44.1450805276242; Tue, 22 Dec 2015 09:27:56 -0800 (PST) X-Received: by 10.182.148.165 with SMTP id tt5mr226360obb.20.1450805276194; Tue, 22 Dec 2015 09:27:56 -0800 (PST) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!mx02.eternal-september.org!feeder.eternal-september.org!usenet.blueworldhosting.com!feeder01.blueworldhosting.com!border2.nntp.dca1.giganews.com!border1.nntp.dca1.giganews.com!nntp.giganews.com!mv3no19684780igc.0!news-out.google.com!f6ni30600igq.0!nntp.google.com!mv3no19684776igc.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Tue, 22 Dec 2015 09:27:55 -0800 (PST) In-Reply-To: <1682177867.472468728.727179.laguest-archeia.com@nntp.aioe.org> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=90.216.166.69; posting-account=L2-UcQkAAAAfd_BqbeNHs3XeM0jTXloS NNTP-Posting-Host: 90.216.166.69 References: <02cc927d-a578-4e06-9706-efeb1db99e40@googlegroups.com> <7bac83ed-0d6f-4d2d-9e9a-0cd659d1d80a@googlegroups.com> <2ea4e650-2499-4fcf-bb0c-6b651ad5dd6e@googlegroups.com> <0403159a-d186-48d2-bb2c-9021e10a41b9@googlegroups.com> <1682177867.472468728.727179.laguest-archeia.com@nntp.aioe.org> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <5770705c-ea2b-4e6d-8a6e-64ef5ea045d3@googlegroups.com> Subject: =?ISO-8859-1?B?UmU6IEFkYSBvbiBpT1MgP6BPciBTd2lmdC4uLg==?= From: Lucretia Injection-Date: Tue, 22 Dec 2015 17:27:56 +0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Xref: news.eternal-september.org comp.lang.ada:28866 Date: 2015-12-22T09:27:55-08:00 List-Id: I had a thought, don't use binutils as the iphone sdk's have their own tool= s. ../gcc-4.9.2/configure --prefix=3D/Users/laguest/opt/apple-gcc --target=3Di= 686-apple-darwin10 --build=3Dx86_64-apple-darwin14 --host=3Dx86_64-apple-da= rwin14 --program-prefix=3Di686-apple-darwin10- --with--sysroot=3D/Developer= /Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk/ = --enable-languages=3Dc,c++,objc,obj-c++,ada --disable-nls --disable-shared = --disable-multilib --with-ppl=3D/Users/laguest/opt/apple-gcc --disable-isl-= version-check --disable-ppl-version-check --with-gmp=3D/Users/laguest/opt/a= pple-gcc --with-mpfr=3D/Users/laguest/opt/apple-gcc --with-mpc=3D/Users/lag= uest/opt/apple-gcc --with-isl=3D/Users/laguest/opt/apple-gcc Still failed at the same point, but a different error this time. configure:3373: $? =3D 1 configure:3389: /Users/laguest/src/gcc/build-gcc/./gcc/xgcc -B/Users/lagues= t/src/gcc/build-gcc/./gcc/ -B/Users/laguest/opt/apple-gcc/i686-apple-darwin= 10/bin/ -B/Users/laguest/opt/apple-gcc/i686-apple-darwin10/lib/ -isystem /U= sers/laguest/opt/apple-gcc/i686-apple-darwin10/include -isystem /Users/lagu= est/opt/apple-gcc/i686-apple-darwin10/sys-include -o conftest -g -O2 c= onftest.c >&5 /Users/laguest/src/gcc/build-gcc/./gcc/as: line 106: exec: i386: not found configure:3392: $? =3D 1 configure:3580: checking for suffix of object files configure:3602: /Users/laguest/src/gcc/build-gcc/./gcc/xgcc -B/Users/lagues= t/src/gcc/build-gcc/./gcc/ -B/Users/laguest/opt/apple-gcc/i686-apple-darwin= 10/bin/ -B/Users/laguest/opt/apple-gcc/i686-apple-darwin10/lib/ -isystem /U= sers/laguest/opt/apple-gcc/i686-apple-darwin10/include -isystem /Users/lagu= est/opt/apple-gcc/i686-apple-darwin10/sys-include -c -g -O2 conftest.c = >&5 /Users/laguest/src/gcc/build-gcc/./gcc/as: line 106: exec: i386: not found configure:3606: $? =3D 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU C Runtime Library" | #define PACKAGE_TARNAME "libgcc" | #define PACKAGE_VERSION "1.0" | #define PACKAGE_STRING "GNU C Runtime Library 1.0" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "http://www.gnu.org/software/libgcc/" | /* end confdefs.h. */ |=20 | int | main () | { |=20 | ; | return 0; | } configure:3620: error: in `/Users/laguest/src/gcc/build-gcc/i686-apple-darw= in10/libgcc': configure:3623: error: cannot compute suffix of object files: cannot compil= e See `config.log' for more details. The previous error (using binutils) was related to the assembly not being r= ecognised. Anyone? Luke.