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.184.73 with SMTP id cj9mr2951843qab.6.1342754468317; Thu, 19 Jul 2012 20:21:08 -0700 (PDT) Received: by 10.66.88.1 with SMTP id bc1mr81701pab.0.1342754468252; Thu, 19 Jul 2012 20:21:08 -0700 (PDT) Path: a15ni17185885qag.0!nntp.google.com!x2no7726845qaj.0!news-out.google.com!b9ni8329909pbl.0!nntp.google.com!npeer01.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!news-in-01.newsfeed.easynews.com!easynews.com!easynews!novia!news-peer1!btnet!zen.net.uk!hamilton.zen.co.uk!xlned.com!feeder7.xlned.com!multikabel.net!newsfeed10.multikabel.net!ramfeed-1.ams.xsnews.nl!feed.xsnews.nl!border-1.ams.xsnews.nl!plix.pl!newsfeed2.plix.pl!news.mi.ras.ru!goblin3!goblin.stu.neva.ru!news.bbs-scene.org!border4.nntp.dca.giganews.com!border2.nntp.dca.giganews.com!nntp.giganews.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: Mon, 16 Jul 2012 06:08:13 -0700 (PDT) Organization: http://groups.google.com Message-ID: References: <41b74e89-f112-4791-883d-236080652dbf@googlegroups.com> <7cadf109-e24a-45eb-9d7c-354d8899eec4@googlegroups.com> <3f14ee5a-d055-4252-ab45-7ca512a23fac@googlegroups.com> <9cc53435-3c7f-4443-8209-5137b9377aca@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> NNTP-Posting-Host: 193.11.21.204 Mime-Version: 1.0 X-Trace: posting.google.com 1342444094 18258 127.0.0.1 (16 Jul 2012 13:08:14 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Mon, 16 Jul 2012 13:08:14 +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: 3848 Content-Type: text/plain; charset=ISO-8859-1 Date: 2012-07-16T06:08:13-07:00 List-Id: Simon, thanks for your answers. I have problems... First, I put gfortran-4.4: pt-cache policy gfortran-4.4 gfortran-4.4: Installed: 4.4.6-14 Candidate: 4.4.6-14 Version table: *** 4.4.6-14 0 500 http://debian.linuxmint.com/latest/ testing/main i386 Packages 100 /var/lib/dpkg/status And then, locate libgfortran gives me: /usr/lib/gcc/i486-linux-gnu/4.4/libgfortran.a /usr/lib/gcc/i486-linux-gnu/4.4/libgfortran.so /usr/lib/gcc/i486-linux-gnu/4.4/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 So I have the important libgfortran.a file. I finished step 10: http://12000.org/my_notes/ada/index.htm and in step 11, I do not create any simlink. I replace the existing Makefile in the /lapada/test/interf directory with the one named lapack_interf_makefile.txt (which I rename to Makefile). The file contents are here: http://12000.org/my_notes/ada/lapack_and_blas/lapack_interf_makefile.txt Now, when I go in the /lapada/test/interf folder and do a "make all", I get: make all gcc -c cxbbase.ads gcc: error trying to exec 'gnat1': execvp: No such file or directory make: *** [cxbbase.adb] Error 1 So what is going wrong? Thanks YC