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-Thread: a07f3367d7,aa21646068c11fac,start X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!postnews.google.com!k31g2000vbu.googlegroups.com!not-for-mail From: Harry Tucker Newsgroups: comp.lang.ada Subject: Installing MinGW and testing it out I have a problem. Date: Thu, 20 May 2010 11:23:16 -0700 (PDT) Organization: http://groups.google.com Message-ID: <5d0323a2-3639-4e4f-88b0-a0c58b41761b@k31g2000vbu.googlegroups.com> NNTP-Posting-Host: 68.94.87.223 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: posting.google.com 1274379797 2684 127.0.0.1 (20 May 2010 18:23:17 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Thu, 20 May 2010 18:23:17 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: k31g2000vbu.googlegroups.com; posting-host=68.94.87.223; posting-account=gm6zjwoAAADRUx8sKB8rAyyVV-bSRk9M User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3,gzip(gfe) Xref: g2news2.google.com comp.lang.ada:11810 Date: 2010-05-20T11:23:16-07:00 List-Id: I've installed MinGW on a WIn 7 machine. I have GPL GNAT already installed. But trying to compile a project which compiles ok under the GPS I get this error from the command line: d:/mingw/bin/../lib/gcc/ mingw32/4.5.0/../../../../mingw32/bin/ld.exe: cannot find -lgnarl-4.5 I looked at the GPL installation, it's copy of gnarl-2009 is in the bin directory as is the MinGW copy of gnarl-4.5.0 is in the MinGW\bin directory. My end goal is to get MSYS running so I can compile and use XMLAda.