Subject: Re: re re Apps | sendmail
To: Colin Wood <cwood@ichips.intel.com>
From: Henry B. Hotz <hotz@jpl.nasa.gov>
List: port-mac68k
Date: 08/17/1998 14:06:21
At 1:01 PM -0700 8/17/98, Colin Wood wrote:
>Pilots Fan wrote:
>> 1. Versions and description:  I recently installed NetBSD 1.3.2/mac68k
>> on my Quadra 610.  No problems there.  But if I try to compile, say,
>> bitchx, it fails to locate cc or gcc.  Symbolic links to gcpp and/or cpp
>> dont help.  It fails because '-c' is not a valid option for cpp or gcpp.
>
>Hmmmm....both gcc and cc are in /usr/bin.  How did you install the
>comp.tgz set?  It's possible you have the permissions screwed up.  As for
>the '-c' option to cpp, I don't know.

'-c' is an option to cc/gcc, *not* to cpp/gcpp.  They are different
programs so you don't want to symlink one to the other.  Why do you think
you should?

'-c' means just compile to object code, don't link.  If you are running the
preprocessor then you aren't even going that far so it doesn't make sense.
You could try gcc -E if you have trouble with cpp.  The acceptable options
may be a touch different between the two.

Are you sure your Makefile is properly configured?

As Colin noted your Q2 is covered in the FAQ.  If that doesn't fix the
problem post again.

Signature failed Preliminary Design Review.
Feasibility of a new signature is currently being evaluated.
h.b.hotz@jpl.nasa.gov, or hbhotz@oxy.edu