Xref: utzoo comp.sys.mac.programmer:10197 comp.sys.mac:41646 Path: utzoo!utgpu!attcan!uunet!cs.utexas.edu!tut.cis.ohio-state.edu!unmvax!nmtsun!dansnsr From: dansnsr@nmtsun.nmt.edu (Daniel A. Church) Newsgroups: comp.sys.mac.programmer,comp.sys.mac Subject: Aztec C Keywords: C Compiler, help! Message-ID: <3442@nmtsun.nmt.edu> Date: 5 Nov 89 22:40:05 GMT Organization: New Mexico Tech, Socorro NM Lines: 27 A friend and I are trying to get his year-old copy of Aztec C compiler working. Everything sets up fine (we installed it on my hard drive) and I enter a simple C program : main () { printf("hello!!\n"); } ...and then I save it. I then choose to compile it using "cc program.c" It compiles and then creates a "program.o" file. I then choose the "link" command from the pull-down menu and it goesinto its linkage routine (whatever that may be...) and then stops dead after 30 secs. and says : Can't open I get this every time I run the program. I think I've set it up right, but am not too sure about all the path settings and all. Is there anyone who uses this compiler and can help me out? I'd really appreciate it... Thanks in advance, Dan Church dansnsr@nmtsun.nmt.edu