Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!ucbvax!MTSG.UBC.CA!Peter_Lawrence_Jackson From: Peter_Lawrence_Jackson@MTSG.UBC.CA Newsgroups: comp.sys.atari.st Subject: help for C novice with sozobon Message-ID: <1758193@mtsg.ubc.ca> Date: 26 Aug 89 18:13:50 GMT Sender: daemon@ucbvax.BERKELEY.EDU Organization: The Internet Lines: 20 Help! I am a fortran programmer trying to learn C using the sozobon/dlibs package. I can't get the compiler to work on the following hello world program: #include main() { printf("hello world, its me!!!\n"); } I am using a floppy based 520ST with the binaries in ram disk d: with gulam as the shell. From d: when I type make a:hello.tos I get: make:Error code -33. When I try to make from a:\sozobon\bin I get make:Don't know how to make a:hello.tos. When I type cc a:hello.c -o a:hello.tos I get cc:compiler failed. I'm sure that I'm doing something basic (and simple) incorrectly. If anyone can offer help, it would be greatly appreciated. Peter. (usermeso@mtsg.ubc.ca or usermeso@ubcmtsg.bitnet)