mdt@YAHI.STANFORD.EDU (Michael Tiemann) (03/17/89)
I just fixed the problem I just reported in the tar file on yahi. Michael
mdt@YAHI.STANFORD.EDU (Michael Tiemann) (03/23/89)
This may fix some problems found using config.g++ on Sun3s. If it makes things worse, please let me know. yahi% diff -c2 config.g++~ config.g++ *** config.g++~ Thu Mar 16 20:39:31 1989 --- config.g++ Wed Mar 22 09:08:54 1989 *************** *** 125,129 **** sun3-os4 | sun-3-os4) cpu_type=m68k ! sed 's/ start//' < xm-sunos4.h > xm-sunos4+.h configuration_file=xm-sunos4+.h machine_type=sun3 --- 125,129 ---- sun3-os4 | sun-3-os4) cpu_type=m68k ! sed 's/-e start//' < xm-sunos4.h > xm-sunos4+.h configuration_file=xm-sunos4+.h machine_type=sun3 *************** *** 131,134 **** --- 131,135 ---- sun3-nfp-os4 | sun-3-nfp-os4) cpu_type=m68k + sed 's/-e start//' < xm-sunos4.h > xm-sunos4+.h configuration_file=xm-sunos4.h machine_type=sun3-nfp *************** *** 136,139 **** --- 137,141 ---- sun3-fpa-os4 | sun-3-fpa-os4) cpu_type=m68k + sed 's/-e start//' < xm-sunos4.h > xm-sunos4+.h configuration_file=xm-sunos4.h machine_type=sun3-fpa *************** *** 141,144 **** --- 143,147 ---- sun2-os4 |sun-2-os4) cpu_type=m68k + sed 's/-e start//' < xm-sunos4.h > xm-sunos4+.h configuration_file=xm-sunos4.h machine_type=sun2 yahi% Michael
gordon%stats.ucl.ac.uk@NSFNET-RELAY.AC.UK (Gordon Joly) (05/24/89)
Why does config.g++ not contain the line rm -f config.h tm.h md aux-output.c at the beginning? Gordon Joly. Surface mail: Dr. G.C.Joly, Department of Statistical Science, University College London, Gower Street, LONDON WC1E 6BT, U.K. E-mail: | Tel: +44 1 387 7050 JANET (U.K. network) gordon@uk.ac.ucl.stats | extension 3636 (Arpa/Internet form: gordon@stats.ucl.ac.uk)| FAX: +44 1 387 8057 Relays: ARPA @nsfnet-relay.ac.uk | EAN: @ean-relay.ac.uk | CSNET: %nsfnet-relay.ac.uk@relay.cs.net | BITNET: %ukacrl.bitnet@cunyvm.cuny.edu, @ac.uk EARN: @ukacrl.bitnet, @AC.UK, @uk.ac.earn-relay By uucp/Usenet: ....!uunet!mcvax!ukc!stats.ucl.ac.uk!gordon
gordon%stats.ucl.ac.uk@NSFNET-RELAY.AC.UK (Gordon Joly) (05/29/89)
| To: bug-g++@edu.mit.ai.prep | Subject: config.g++ | Date: Wed, 24 May 89 12:17:46 +0100 | > From: Gordon Joly <gordon@uk.ac.ucl.stats> | Source-Info: karl.stats.ucl.ac.uk | | Why does config.g++ not contain the line | rm -f config.h tm.h md aux-output.c | at the beginning? | Gordon Joly. I now see that this is included in the Makefile, under "cleanlinks". Gordon.