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,XPRIO autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,440f93f135e6c7d5,start X-Google-Attributes: gid103376,public Path: g2news1.google.com!news2.google.com!proxad.net!213.200.89.82.MISMATCH!tiscali!newsfeed1.ip.tiscali.net!feed.news.tiscali.de!news.belwue.de!news.tesion.net!news.ip-plus.net!newsfeed.ip-plus.net!news.admin.ch!10.158.136.170 From: "Roger Blum" Newsgroups: comp.lang.ada Subject: Compiler problems Date: Fri, 25 Jun 2004 14:25:09 +0200 Organization: Swisscom IP+ (post doesn't reflect views of Swisscom) Message-ID: <40dc19a5@news.admin.ch> NNTP-Posting-Host: doz.admin.ch X-Trace: atlas.ip-plus.net 1088166482 20161 193.5.216.70 (25 Jun 2004 12:28:02 GMT) X-Complaints-To: abuse@ip-plus.net NNTP-Posting-Date: Fri, 25 Jun 2004 12:28:02 +0000 (UTC) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1409 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 Xref: g2news1.google.com comp.lang.ada:1885 Date: 2004-06-25T14:25:09+02:00 List-Id: Hi all I 've been using GNAT3.15p on Windows 2k for quite a while now without any major problems. My problems started when I had to integrate a c++ library into my project, as GNAT 3.15p is based on gcc2.8.1 and doesn't have a libstdc++ which is needed by the c++ library I have got. What I 've tried so far: - Build the library from the source code ==> failed with some errors - Installed Cygwin with gcc-ada 3.3.1 ==> worked but introduced a lot of problems in my program: - function ADA.CALENDAR.TIME_OF doesn't work - got segmentation faults where I 've never had problems before - Build the gcc3.4 from the source code ==> failed with some errors - Installed MinGW gcc-ada 3.4.0 ==> couldn't link my program, because some functions (e.g __reentrant) not available. Has somebody had the same problems or does anybody know how to solve them? Thanks and best regards, Roger