Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!tut.cis.ohio-state.edu!UUNET.UU.NET!rocket!hobbes!dove From: rocket!hobbes!dove@UUNET.UU.NET (Webster Dove) Newsgroups: gnu.g++.bug Subject: more about makeing with non-std directory Message-ID: <8906231352.AA07494@hobbes.sanders.com> Date: 23 Jun 89 13:52:49 GMT Sender: daemon@tut.cis.ohio-state.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 20 I couldn't eliminate the problem with the config directory in make-links.g++. Here is my log I have the following tree gnu/gcc-1.35/{src,build-sun3-os4} gnu/g++-1.35.0/{src} cd gnu/g++-1.35.0/ mkdir build-sun3-os4 cd build-sun3-os4 ln -s ../src/* . make DIR=../../gcc-1.35/src TDIR=../../gcc-1.35/build-sun3-os4 maketest > & make.log & tail -f make.log Due to a boo-boo in src/make-links.g++ cd config rm '*' ln -s ../../../gcc-1.35/src/config/* .