Subject: Re: Hopfully last kernel question. Multia
To: Sean J. Schluntz <schluntz@agames.com>
From: Chris Jones <cjones@rupert.honors.montana.edu>
List: port-alpha
Date: 03/09/1999 18:03:57
>>>>> "Sean" == Sean J Schluntz <schluntz@agames.com> writes:

Sean> Where did I go wrong? It's looking for three files which arn't
Sean> there.

I hate to sound like a broken record, but it really looks like you're
losing stderr somewhere.  It's not bailing out because of missing
files; in fact, it's running cc in order to generate one of those
files.  Running ktrace with the -i flag will make it ktrace cc, too,
and you can find out if cc exited with a good status or not.  If it's
not exiting with a 0 status, it should print some kind of an error
message to fd 2 before it exits.  If you're not getting that message
on your terminal, then something is quite wrong.

Chris

-- 
-----------------------------------------------------cjones@math.montana.edu
Chris Jones                                          cjones@honors.montana.edu
           Mad scientist at large                    cjones@nervana.montana.edu
"Is this going to be a stand-up programming session, sir, or another bug hunt?"