From owner-freebsd-questions Sat Oct 19 08:11:20 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id IAA11976 for questions-outgoing; Sat, 19 Oct 1996 08:11:20 -0700 (PDT) Received: from iworks.InterWorks.org (deischen@iworks.interworks.org [128.255.18.10]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id IAA11940 for ; Sat, 19 Oct 1996 08:11:14 -0700 (PDT) Received: by iworks.InterWorks.org (1.37.109.8/16.2) id AA24275; Sat, 19 Oct 1996 10:10:51 -0500 Message-Id: <9610191510.AA24275@iworks.InterWorks.org> Date: Sat, 19 Oct 1996 10:10:51 -0500 From: "Daniel M. Eischen" To: questions@freebsd.org, sstef@sprynet.com Subject: Re: No gcc 2.7.2.1 sources in latest FreeBSD-SNAP Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > I've downloaded the latest SNAP of FreeBSD and noticed that there is no > source for what is supposed to be gcc 2.7.2.1. I need it to install the > latest GNU ADA 95 extension for my homeworks. If you could give me any > tips to be able to get it and install it with this SNAP, it would be > appreciated. Upgrade to -current. bash$ gcc -v gcc version 2.7.2.1 bash$ uname -rv 2.2-CURRENT FreeBSD 2.2-CURRENT #0: Thu Oct 17 18:39:38 1996 [Cut] It might be kind of tricky to get Ada95 compiled for FreeBSD. I tried to get Ada95 2.0.[5 or 6] built last year and got it nearly working, but I couldn't get pthreads integrated with it in order to have tasking. I think you're going to need to get gnat 2.0.5 built, in order to get 2.0.6 built, which you'll need to compile gnat 3.0.x (or something like that). At some version (I think 2.0.6) gnat needs to be compiled with gnat. -current also has the threads library included (libc_r), which you'll need to integrate into gnat. Good Luck! If you get it working, let me know. I could really use it at work. BTW, gnat 2.0.3 is available as a port and package for FreeBSD 2.1.5 (no tasking). Dan Eischen deischen@iworks.InterWorks.org