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,21541ce5f449bd0,start X-Google-Attributes: gid103376,public Path: g2news1.google.com!postnews1.google.com!not-for-mail From: rm@gunlab.com.ru (Roman V. Isaev) Newsgroups: comp.lang.ada Subject: OpenBSD 3.5 & GNAT Date: 3 Jun 2004 03:52:41 -0700 Organization: http://groups.google.com Message-ID: NNTP-Posting-Host: 195.151.20.194 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1086259961 7062 127.0.0.1 (3 Jun 2004 10:52:41 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Thu, 3 Jun 2004 10:52:41 +0000 (UTC) Xref: g2news1.google.com comp.lang.ada:1062 Date: 2004-06-03T03:52:41-07:00 List-Id: Is there any way to install GNAT on new OpenBSD systems 3.4 and 3.5? They switched to ELF and they don't have GNAT package anymore. I tried to install old package, enabled a.out, but when I try to run gnatmake I get an error: Bad magic: ld.so Apparently ld.so is an ELF binary too. Any clues? I googled for answers but did not find anything...