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,FREEMAIL_FROM, HK_RANDOM_FROM autolearn=no autolearn_force=no version=3.4.4 X-Received: by 10.50.33.18 with SMTP id n18mr14544402igi.8.1410215580589; Mon, 08 Sep 2014 15:33:00 -0700 (PDT) X-Received: by 10.50.77.51 with SMTP id p19mr304219igw.17.1410215580445; Mon, 08 Sep 2014 15:33:00 -0700 (PDT) Path: border1.nntp.dca1.giganews.com!nntp.giganews.com!uq10no11197103igb.0!news-out.google.com!ht4ni8igb.0!nntp.google.com!r2no17115569igi.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Mon, 8 Sep 2014 15:32:59 -0700 (PDT) Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=2001:480:10:64:0:0:0:2222; posting-account=dMqwqQoAAADXSxfCtjij6XuvZP3OH526 NNTP-Posting-Host: 2001:480:10:64:0:0:0:2222 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Anyone know of these packages? From: Jonathan Injection-Date: Mon, 08 Sep 2014 22:33:00 +0000 Content-Type: text/plain; charset=ISO-8859-1 Xref: number.nntp.dca.giganews.com comp.lang.ada:188920 Date: 2014-09-08T15:32:59-07:00 List-Id: Hello, I am looking at some old ada code that was compiled on solaris and I am trying to get it compiled on linux using GNAT. I am missing some packages that likely came with Sparc Compiler Ada. They are... -a_strings -c_strings -unix -u_env Also there are these packages that may be program specific. -X_Windows -tae Does anyone know where to find them? Or what they might do? Thanks