Path: utzoo!attcan!uunet!husc6!mailrus!uflorida!haven!mimsy!aplcen!jhunix!ins_ammm From: ins_ammm@jhunix.HCF.JHU.EDU (Mamdouh Maher) Newsgroups: comp.sys.mac.programmer Subject: MPW C compile Message-ID: <6923@jhunix.HCF.JHU.EDU> Date: 5 Sep 88 14:23:57 GMT Reply-To: ins_ammm@jhunix.UUCP (Mamdouh Maher) Organization: MiSR Lines: 14 I am trying to compile a simple C program with MPW C. This is the program: #include "DDrive 20:MPW:MPW C:CIncludes:stdIO.h" main() { printf("Hi\n"); } Now, the program compiles, but it does not link. The linker always fails to understand the printf. Does anyone know how I can solve this problem? Mamdouh Maher