Date: Wed, 9 Sep 92 21:59:06 HST From: efiring AT hokulea DOT soest DOT hawaii DOT edu To: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: problem solved: did not have cc1plus Well, the error I reported yesterday was indeed something silly that I overlooked. I had installed djgcc222 but not djgpo222, so the c++ part of the compiler was not there, so gcc did not work on the c++ examples in samples/*. The absence of cc1plus generated the "Bad command or file name error", and, of course no temporary file was written, so it was not there for the next stage--hence the "Can't open ..." error. DJ's suggestion to use the -v option made all this plain. Thanks to all who offered suggestions. Eric Firing