On Wednesday 27 June 2001 16:27, Peter Spotts wrote:
> Folks,
>
> A MDK 8.0 question: What program, libraries, or header files am I
> missing if a "make" command terminates in Error 1 or Error 2
> messages when trying to compile a tarry geezer?
>
> Best,
>
> Pete Spotts

Most likely, the standard header files which are not included by 
default by this compiler.  You actually have to have include 
statements within. It is more strict than you are perhaps used to 
though les strict than gcc 3.0 and it does produce solid code.  That 
is, when you can get things to compile.

You might also be missing libraries--you need to check over the 
output messages besides the error codes.

Civileme

Reply via email to