[comp.sys.atari.st] BON SOZO HELP POR FAVORE...

glk01126@uxa.cso.uiuc.edu (09/11/89)

	I am trying to get SOZOBON C to compile:
	#include <stdio.h>
	#include <osbind.h> /* Unnecessary? */
	main()	{
		printf("Hello\n");
		getchar()l
	}
	and after compiling, optimizing and assembling,
	ld.ttp spews forth 20 lines of undef's.

	Any ideas? it seems to be finding the libs since
	printf is defined.
	Using gulam and MAXIDISK as disk g:\ holding
	all SOZOBON\LIB, SOZOBON\INCLUDE and SOZOBON\BIN
	files. cc (-f) -O -v hello.c.  Left with hello.o.

	Thanks for any info,
			-G.M.L-K.