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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,21541ce5f449bd0 X-Google-Attributes: gid103376,public Path: g2news1.google.com!news1.google.com!news.glorb.com!cyclone1.gnilink.net!gnilink.net!wn14feed!worldnet.att.net!attbi_s03.POSTED!53ab2750!not-for-mail From: "Jeff C," Newsgroups: comp.lang.ada References: Subject: Re: OpenBSD 3.5 & GNAT 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 Message-ID: NNTP-Posting-Host: 24.147.74.171 X-Complaints-To: abuse@comcast.net X-Trace: attbi_s03 1086261638 24.147.74.171 (Thu, 03 Jun 2004 11:20:38 GMT) NNTP-Posting-Date: Thu, 03 Jun 2004 11:20:38 GMT Organization: Comcast Online Date: Thu, 03 Jun 2004 11:20:38 GMT Xref: g2news1.google.com comp.lang.ada:1063 Date: 2004-06-03T11:20:38+00:00 List-Id: "Roman V. Isaev" wrote in message news:d3ba4d4c.0406030252.6bdf490a@posting.google.com... > 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... Can you find a complete gcc 3.4 release binary for OpenBSD and use that? If not, you may need to do a canadian cross from another system..probably too painful.