Subject: Re: octave
To: Brian de Alwis <bdealwis@Newbridge.COM>
From: Achyutram Bhamidipaty <ram@cs.arizona.edu>
List: netbsd-users
Date: 01/30/1995 17:21:41
> > It requires a new version of g++ and glib++ and I am having
> > trouble building those in a way that allows the netbsd-1.0
> > versions to still work...I'm just not willing to replace my
> > working compiler with the latest version...
>
> gcc/g++ default into /usr/local/bin; then remove any link for `c++'
> (gcc doesn't install a link to cc). The new gcc/g++ `gcc' and
> `g++'. The system compilers will be known as `cc' and `c++'.
>
> Works fine for me.
Ok. I guess I can go ahead and let gcc/g++ install into /usr/local/bin.
Do you know what glib++ does? There are some (cryptic?) remarks in the
install notes about changing vendor files! That sounded very risky to
me, so I wanted to install the library in a separate location... but
I could not easily deduce if this was possible and I was not ready to
just take the chance that nothing would happen. At which point I gave
up. :-(
-Ram