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=-2.9 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI autolearn=unavailable autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,718cf9fb0eb52666,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2004-03-27 23:20:52 PST Path: archiver1.google.com!news1.google.com!news.glorb.com!news.cs.univ-paris8.fr!nerim.net!blob.linuxfr.org!212.27.32.7!proxad.net!usenet-fr.net!enst.fr!melchior!cuivre.fr.eu.org!melchior.frmug.org!not-for-mail From: "Andrew Carroll" Newsgroups: comp.lang.ada Subject: Win32Ada Linker Problem Date: Sun, 28 Mar 2004 00:36:29 -0700 Organization: Cuivre, Argent, Or Message-ID: References: <20040327201514.541854C40D8@lovelace.ada-france.org> NNTP-Posting-Host: lovelace.ada-france.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Trace: melchior.cuivre.fr.eu.org 1080458308 87467 212.85.156.195 (28 Mar 2004 07:18:28 GMT) X-Complaints-To: usenet@melchior.cuivre.fr.eu.org NNTP-Posting-Date: Sun, 28 Mar 2004 07:18:28 +0000 (UTC) To: Return-Path: X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 X-Virus-Scanned: by amavisd-new-20030616-p7 (Debian) at ada-france.org X-BeenThere: comp.lang.ada@ada-france.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: "Gateway to the comp.lang.ada Usenet newsgroup" List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Xref: archiver1.google.com comp.lang.ada:6627 Date: 2004-03-28T00:36:29-07:00 I am trying to use A# and RAPID, which requires AdaGIDE, Win32Ada, TASH and last but not least, GNAT. [ For your info, TASH site is still down, ] I read somewhere that GNAT 3.11 came with Win32Ada. Does that mean GNAT 3.15p comes with it? The reason I ask is because I'm having some linker problems with Win32Ada. The specific message is: -------------------------------------- ld: unrecognized option 'C:\PROGRA~1\ADA\lib\gcc-lib\pentium-mingw32msv\2.8.1\adalib\libgnat.a' ld: use the --help option for usage information gnatlink: cannot call C:\PROGRA~1\ADA\BIN\gcc.exe gnatmake: *** link failed. -------------------------------------- So I tried to use verbosity to find out more and it told me, basically, the same thing. Heh, nice feature. I checked my autoexec.bat file for incorrect paths and they are "squared away". So I'm pretty sure finding gcc isn't the problem, for me at least. C:\Progra~1\ada\bin\gcc.exe is the correct path to that executable. It is obvious that I can use Gnatmake, otherwise I would never have gotten to gnatlink. Gnatbind finished with no trouble as well. I Googled the error messages and none of the returned links were that helpful. Is there a configuration file for gnatlink? For ld? Do I need a different ld? Do I need a different gnatlink? Andrew