Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84; site tetra.UUCP Path: utzoo!watmath!clyde!burl!ulysses!allegra!mit-eddie!genrad!decvax!ittatc!dcdwest!sdcsvax!noscvax!tetra!rupp From: rupp@tetra.UUCP (William L. Rupp) Newsgroups: net.micro.cbm,net.lang.c Subject: Proline C Message-ID: <119@tetra.UUCP> Date: Wed, 4-Dec-85 11:50:43 EST Article-I.D.: tetra.119 Posted: Wed Dec 4 11:50:43 1985 Date-Received: Fri, 6-Dec-85 07:41:56 EST Distribution: net Organization: Naval Ocean Systems Center, San Diego Lines: 25 Xref: watmath net.micro.cbm:1863 net.lang.c:7304 I recently bought the C compiler for the Commodore 64 put out by Proline. The package looks very good, but I have not had any luck in compiling even a very short program such as the following: /* a sample program */ #include main() { printf("This is a test."); } The documentation speaks about the compiler and then the linker, but does not indicate how a simple single function program like the one above is changed from an object file (assuming that I could successfully compile the source) to an executable program. The documentation seems to assume that two or more object files will always be linked together. I would appreciate information from anyone familiar with Proline C. I appologize if my beginner's questions seem simplistic.