MOO-cows Mailing List Archive

[Prev][Next][Index][Thread]

Re: Strange Anomalies (continued)



John Leone writes:
> I'm curious about the answer to the part of the question that he gets the 
> message can not find compiler.  I get that too on one of the systems I'm 
> working on.  Then I type in cc <filename> And it will compile, so the 
> compiler must be on my path.

It's not good enough that just any old C compiler is on your path; you need one
that handles the ANSI C standard language.  Your default C compiler would
appear not to do so, so it won't work.  I suggest that you get your local
sysadmins to install GCC for you.

	Pavel


References:

Home | Subject Index | Thread Index