[comp.sys.mac] Aztec C

dansnsr@nmtsun.nmt.edu (Daniel A. Church) (11/06/89)

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 <c.lib>

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