Path: utzoo!telly!attcan!uunet!tut.cis.ohio-state.edu!idt.unit.no!kha From: kha@idt.unit.no Newsgroups: gnu.g++.bug Subject: Clearifying bug report. Message-ID: <8904170749.AA12008@mime.unit.no> Date: 17 Apr 89 07:51:42 GMT Sender: daemon@tut.cis.ohio-state.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 15 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.