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=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,913874d23e88b0b6 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!news.glorb.com!news.astraweb.com!border6.newsrouter.astraweb.com!not-for-mail Date: Mon, 30 May 2011 13:29:28 +0930 From: tornenvi User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.17) Gecko/20110414 Lightning/1.0b2 Thunderbird/3.1.10 MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: MinGW issues with gnat References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Message-ID: <4de31622$0$11103$c3e8da3@news.astraweb.com> Organization: Unlimited download news at news.astraweb.com NNTP-Posting-Host: 526c9cda.news.astraweb.com X-Trace: DXC=^UFf;h[09EY40PdiKi@9HQL?0kYOcDh@ZW\:Hm@YlDbZd6[84hXWh;VWoB0c]HSJjSLTUA On 30/05/2011 6:46 AM, Marco wrote: > I downloaded MinGW yesterday. The gcc compiler/linker works fine for C code but when I tried to run gnat (or any of the gnat utilities) I got this: > > procedure entry point GetProcessID could not be located in KERNAL32.dll > > Any ideas? > > Running on an old Window 2000 box. Hello All, You can run MINGW gcc-4.4.0. I am currently using it to run test software on an older hardware test setup. I compile on an XP machine and transfer the files to the 2000 machine. I have tried to use MINGW gcc-4.5.0-1 and found the same problem. I believe it depends on the switches used when the compiler is built.