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=ham autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,222ed89632aabb93 X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.224.39.72 with SMTP id f8mr1399008qae.7.1343315273426; Thu, 26 Jul 2012 08:07:53 -0700 (PDT) Received: by 10.66.76.162 with SMTP id l2mr1246607paw.42.1343315273338; Thu, 26 Jul 2012 08:07:53 -0700 (PDT) Path: a15ni113198934qag.0!nntp.google.com!q21no3777878qas.0!news-out.google.com!p10ni64982136pbh.1!nntp.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!border6.newsrouter.astraweb.com!news.astraweb.com!border6.a.newsrouter.astraweb.com!feed.xsnews.nl!border-1.ams.xsnews.nl!newsfeed.straub-nv.de!news.swapon.de!news.glorb.com!npeer02.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail From: Ada novice Newsgroups: comp.lang.ada Subject: Re: Free AMD Core Math Library (BLAS/LAPACK) + Ada Date: Tue, 24 Jul 2012 06:09:39 -0700 (PDT) Organization: http://groups.google.com Message-ID: <23edac82-3e0e-47f5-85b7-36473e4a44ed@googlegroups.com> References: <41b74e89-f112-4791-883d-236080652dbf@googlegroups.com> <583b29e2-3f75-4b0a-8f1a-802b3d6e502c@googlegroups.com> <34139f6f-5905-4c9e-a873-0b2445a1fccd@googlegroups.com> <87txx8yl8t.fsf@ludovic-brenta.org> <87pq7wyek7.fsf@ludovic-brenta.org> <16a6786f-6de5-49c4-90b7-a55cb238d52a@googlegroups.com> <509991f4-bcb4-45a0-84f3-b8393db64da4@googlegroups.com> <374bd898-5683-4350-8812-e3cae186ab2b@googlegroups.com> <87k3y3jxgj.fsf@ludovic-brenta.org> NNTP-Posting-Host: 193.11.21.204 Mime-Version: 1.0 X-Trace: posting.google.com 1343135379 2421 127.0.0.1 (24 Jul 2012 13:09:39 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Tue, 24 Jul 2012 13:09:39 +0000 (UTC) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=193.11.21.204; posting-account=Rr9I-QoAAACS-nOzpA-mGxtAlZ46Nb6I User-Agent: G2/1.0 X-Received-Bytes: 4626 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Date: 2012-07-24T06:09:39-07:00 List-Id: I did a fresh install of GNAT GPL 2011 and took away the GNAT that is packa= ged for Debian. The latter is problematic on my linux and I cannot explain = why. When I now do which gcc, I get /usr/gnat/bin/gcc Issuing a gnat -v returns me: gnat: Unknown command: -v I have seen many places people using gnat -v but I have never make this wor= k and the documentation doesn't say that -v will give the version of gnat. I have now also installed gfortran-4.6. gfortran-4.6 -v Using built-in specs. COLLECT_GCC=3Dgfortran-4.6 COLLECT_LTO_WRAPPER=3D/usr/lib/gcc/i486-linux-gnu/4.6/lto-wrapper Target: i486-linux-gnu Configured with: ../src/configure -v --with-pkgversion=3D'Debian 4.6.3-1' -= -with-bugurl=3Dfile:///usr/share/doc/gcc-4.6/README.Bugs --enable-languages= =3Dc,c++,fortran,objc,obj-c++,go --prefix=3D/usr --program-suffix=3D-4.6 --= enable-shared --enable-linker-build-id --with-system-zlib --libexecdir=3D/u= sr/lib --without-included-gettext --enable-threads=3Dposix --with-gxx-inclu= de-dir=3D/usr/include/c++/4.6 --libdir=3D/usr/lib --enable-nls --with-sysro= ot=3D/ --enable-clocale=3Dgnu --enable-libstdcxx-debug --enable-libstdcxx-t= ime=3Dyes --enable-plugin --enable-objc-gc --enable-targets=3Dall --with-ar= ch-32=3Di586 --with-tune=3Dgeneric --enable-checking=3Drelease --build=3Di4= 86-linux-gnu --host=3Di486-linux-gnu --target=3Di486-linux-gnu Thread model: posix gcc version 4.6.3 (Debian 4.6.3-1) and locate libgfortran gives /usr/lib/gcc/i486-linux-gnu/4.6/libgfortran.a /usr/lib/gcc/i486-linux-gnu/4.6/libgfortran.so /usr/lib/gcc/i486-linux-gnu/4.6/libgfortran.spec /usr/lib/gcc/i486-linux-gnu/4.6/libgfortranbegin.a /usr/lib/i386-linux-gnu/libgfortran.so.3 /usr/lib/i386-linux-gnu/libgfortran.so.3.0.0 /usr/share/doc/libgfortran3 /var/lib/dpkg/info/libgfortran3.list /var/lib/dpkg/info/libgfortran3.md5sums /var/lib/dpkg/info/libgfortran3.postinst /var/lib/dpkg/info/libgfortran3.postrm /var/lib/dpkg/info/libgfortran3.shlibs /var/lib/dpkg/info/libgfortran3.symbols When I go to Nasser's page at step 11: http://12000.org/my_notes/ada/index.htm The makefile now seems to work with gnat but the lgfortran cannot be locate= d: make all gcc -c cxbbase.ads gcc -c cxbbase.ads gnatmake cxbi.adb -largs ifinc.o -lgfortran -lm gnatbind -x cxbi.ali gnatlink cxbi.ali ifinc.o -lgfortran -lm /usr/gnat/libexec/gcc/i686-pc-linux-gnu/4.5.3/ld: cannot find -lgfortran collect2: ld returned 1 exit status gnatlink: error when calling /usr/gnat/bin/gcc gnatmake: *** link failed. make: *** [cxbi] Error 4 Anything that I must adjust in my path or something else? Thanks, YC