Subject: Re: g++ on NetBSD/Alpha?
To: David Seifert <seifert@sequent.com>
From: Chris G. Demetriou <cgd@pa.dec.com>
List: port-alpha
Date: 06/03/1997 09:56:06
> NetBSD/Alpha 1.2 doesn't seem to have g++. Is it (or some other freely
> distributable C++ compiler, if there are any others) running yet, or
> expected to in the forseeable future?
yes, and it was actually in 1.2:
% tar tvfz bin.tar.gz | grep ++ | more
[ ... ]
-r--r--r-- bin/bin 2280 Sep 13 16:28 1996 ./usr/lib/c++rt0.o
-rwxr-xr-x root/wheel 140904 Sep 13 16:55 1996 ./usr/local/bin/c++
-rwxr-xr-x root/wheel 224432 Sep 13 16:49 1996 ./usr/local/bin/c++filt
-rwxr-xr-x root/wheel 0 Sep 13 16:55 1996 ./usr/local/bin/g++ link to ./usr/local/bin/c++
[ ... ]
(that's a hard link)
is it not on your system, for some reason?
chris