Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watnot!watmath!clyde!cbatt!ucbvax!RADC-MULTICS.ARPA!Peck From: Peck@RADC-MULTICS.ARPA.UUCP Newsgroups: comp.sys.atari.st Subject: Alcyon C printf Message-ID: <870311005543.569911@RADC-MULTICS.ARPA> Date: Tue, 10-Mar-87 19:55:00 EST Article-I.D.: RADC-MUL.870311005543.569911 Posted: Tue Mar 10 19:55:00 1987 Date-Received: Wed, 11-Mar-87 20:21:39 EST Sender: daemon@ucbvax.BERKELEY.EDU Distribution: world Organization: The ARPA Internet Lines: 32 I've isolated a problem I'm having with the Alycon C compiler. I earlier posted a note about not getting anything printed when make ran (wether it was supposed to do anything or not). Well, I've written a smallest failure case program here. It looks like this: ------- #include main() { printf ("Hello\n"); } ------------ This program compiles and links perfectly with gemstart.o, gemlib, libf and osbind. When I run it, the machine pauses around 1 second, then returns. It returns without printing a thing! Changing the program to: ----------- #include { Cconws ("Hello\n"); } ----------- and compiling makes a program which works. Unfortunately Cconws doesn't do the parameter stuff, and it would be nice to have a c that can do standard output calls. I think this problem is a big part of the make not working problem I've been having. Anyone able to help? rodney Peck@Radc-Multics.arpa