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,718cf9fb0eb52666 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2004-03-28 01:52:14 PST Path: archiver1.google.com!news1.google.com!news.glorb.com!nntp.idg.pl!newsfeed.gazeta.pl!newsfeed.tpinternet.pl!atlantis.news.tpi.pl!news.tpi.pl!not-for-mail From: Szymon Guz Newsgroups: comp.lang.ada Subject: Re: Win32Ada Linker Problem Date: Sun, 28 Mar 2004 11:51:59 +0200 Organization: tp.internet - http://www.tpi.pl/ Message-ID: References: <20040327201514.541854C40D8@lovelace.ada-france.org> NNTP-Posting-Host: hal.skynet.org.pl Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: atlantis.news.tpi.pl 1080467550 25138 195.116.185.50 (28 Mar 2004 09:52:30 GMT) X-Complaints-To: usenet@tpi.pl NNTP-Posting-Date: Sun, 28 Mar 2004 09:52:30 +0000 (UTC) User-Agent: Mozilla Thunderbird 0.5 (Windows/20040207) X-Accept-Language: en-us, en In-Reply-To: Xref: archiver1.google.com comp.lang.ada:6628 Date: 2004-03-28T11:51:59+02:00 List-Id: Andrew Carroll wrote: > 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? Yes, GNAT 3.15p comes with Win32Ada binding. A# (MGNAT) comes with .NET binding, but you have to configure that on your own. > 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. > Maybe there is no path to the .NET framework in the PATH variable, I had a similar problem with linking a program and it seemed that I haven't configured A# properly Szymon Guz