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 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,779963aec8b92c87,start X-Google-Attributes: gid103376,public X-Google-Thread: 1094ba,779963aec8b92c87,start X-Google-Attributes: gid1094ba,public X-Google-ArrivalTime: 2003-04-09 01:12:39 PST Path: archiver1.google.com!postnews1.google.com!not-for-mail From: Gerd.Reger@astrium-space.com (Gerd Reger) Newsgroups: comp.lang.ada,comp.lang.fortran Subject: Fortran calling Ada Date: 9 Apr 2003 01:12:39 -0700 Organization: http://groups.google.com/ Message-ID: NNTP-Posting-Host: 53.141.135.165 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1049875959 15649 127.0.0.1 (9 Apr 2003 08:12:39 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: 9 Apr 2003 08:12:39 GMT Xref: archiver1.google.com comp.lang.ada:36007 comp.lang.fortran:35623 Date: 2003-04-09T08:12:39+00:00 List-Id: I try to compile a Fortran main program which is calling an Ada procedure with the follwing commands: g77 -c *.for gnatmake -c *.adb gnatbind -C -n *.ali gnatlink -C -lm -lg2c -o test *.ali *.o I'm not able to link. I use Suse 8.1 with g77 3.2 and gnat 3.15. Additional I can't debug an Ada program with this version of gnat. There is no more gnatgdb. Any advice is welcome Many thanks Gerd