[gnu.g++.bug] Configuring g++-1.35.0- for Sun3-OS4

bates@STAT.WISC.EDU (Douglas M. Bates) (05/09/89)

System:  Sun-3/280
OS:      SunOS 4.0.1

Here is the tail end of an attempt to compile g++-1.35.0- (I can
provide the entire script if necessary).  This was after

mkdir g++
cd g++
ln -s ../src-g++/* .
make maketest

# config.g++ sun3-os4
Linked `config.h' to `config/xm-sunos4+.h'.
Linked `tm.h' to `config/tm-sun3+.h'.
Linked `md' to `config/m68k.md'.
Linked `aux-output.c' to `config/out-m68k.c'.
Links are now set up for use with a sun3-os4.
# make all
gcc -g -DSOS -DESKIT -O -c -Iconfig -DSTANDARD_EXEC_PREFIX=\"/usr/local/lib/gcc-\" -DSTANDARD_STARTFILE_PREFIX=\"/usr/local/lib/\" gcc.c
config/tm.h:5: ../tm.h: No such file or directory
make: *** Error 1

tiemann@YAHI.STANFORD.EDU (Michael Tiemann) (05/09/89)

do this where you build g++:

mkdir config
ln ../gcc/config/* config

Michael