[comp.sys.atari.st] Sozobon C: Question re: using {vdi,aes}fast.a libs

ddavis@APG-EMH5.APG.ARMY.MIL (Dave Davis, HSHB-MLOP) (08/30/89)

	I have what is probably a rather simple question;  how do you
link the vdifast.a and aesfast.a libraries to a program?  I've tried:

	cc -vf <program.c> vdifast.a aesfast.a
and 

	lnk <program.o> vdifast.a aesfast.a

with no success.  I've gotten various results, from three bombs to a
message "pdstart.o" missing (I do not have the 'pdstart.o' file
available). 

	Any suggestion?  I've also had trouble trying to link in the
floating point library as well.  Thanks!

	Dave