(1 / 1)
Date: October 04, 1983 14:23
From: KIM::SUTTLES
To: @SYS$MAIL:ENGINEER
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
Oct 04, 1983