atari email archive

a collection of messages sent at Atari from 1983 to 1992.

Programming in C ... and then what?

(1 / 1)


	Hi there, UnixPhiles.

	Everyone and their brother has been wanting to know how to make
their C programs runnable after running them through the C Compiler (CC),
with Vax-11 C.

	Due to Dave's discovery of the location of the elusive object library,
the story can now be told.

	You may:

		$LINK your_file_list,SYS$LIBRARY:CRTLIB/LIB

	...but if you are gonna work mostly in C, you will probably want to
put in your LOGIN.COM:

		$ ASSIGN SYS$LIBRARY:CRTLIB LNK$LIBRARY

	...which will cause the linker to look there by default, WHETHER OR NOT
THE SOURCE WAS WRITTEN IN C.  That's why we won't be doing it for everybody.

sas
Message 1 of 1

Oct 04, 1983