kha@idt.unit.no (04/17/89)
Sorry if my bug report was a litle unclear.
make maketest in the 1.35.0 version of g++ from lurch.stanford.edu
uses a shell-script called make-links.g++ to set up the links to the
files it shares with gcc. This script asumes that a softlink called
../gcc exists. my intention was to use
make maketest DIR=../../gcc-1.34.91 TDIR=../../gcc-bld/1.34.91-os3.4
To do the setup for the sun3-os3.4 machines, and
make maketest DIR=../../gcc-1.34.91 TDIR=../../gcc-bld/1.34.91-os4.0
for the sun3-os4.0 machines on our sun3 network This didn't work at
all, I had to do a quick and dirty fix in the make-links.g++ ( I
changed the directory names used by this script.)
Knut-Haavard Aksnes.