Path: utzoo!mnetor!uunet!dalcs!aucs!831059l From: 831059l@aucs.UUCP (STEVEN LUCIEN LANGLOIS) Newsgroups: comp.lang.c++ Subject: Compiling cfront output with cc Message-ID: <991@aucs.UUCP> Date: 22 Mar 88 01:34:25 GMT Reply-To: 831059l@aucs.UUCP (STEVEN LUCIEN LANGLOIS) Distribution: na Organization: School of Computer Science, Acadia Univ., Nova Scotia Lines: 15 I am just starting to experiment with C++ so please bare with me. I typed in a small program to print out "Hello world", compiled and ran it and everything worked fine. I wanted to look at the c source file C++ produced so I ran it with the -Fc option and redirected output to a file. I thought that this would give me a c file that I could compile and then run using cc. When I tried to compile the C++ output file with the command cc file.c -llibC, the loader complained saying that it could not open file libC. I tried many variations of the above, all ending in failure. Could someone please tell me what I am doing wrong. Thanx in advance. Steven Langlois Acadia Univ. Wolfville NS Canada B0P1X0 UUCP:{uunet|watmath|utai|garfield}dalcs!aucs!831059L