Path: utzoo!attcan!lsuc!canrem![tellabs_canada@canrem.uucp] From: tellabs_canada@canrem.uucp (tellabs canada) Newsgroups: comp.sys.atari.st Subject: bison Message-ID: <199111.1113.4573@canrem.uucp> Date: 11 Jan 91 09:04:41 GMT Reply-To: "tellabs canada" Organization: Canada Remote Systems Lines: 28 Many thanks to those who posted and emailed about makefiles for Lattice C. I've managed to modify the make utility supplied with Laser C to suit Lattice. Essentially, the makefile looks like this: .SUFFIXES .o .c .c.o: $(CC) $(CFLAGS) $< foo.ttp: foo.o bar.o clink from c.o foo.o bar.o to foo.ttp lib lc.lib batch The only disappointing thing about this setup is that you _may_ have to be careful that your compiler options match the startup code (ie. c.o) and libraries (ie. lc.lib) you supply. And now, onto other problems. I have half of the duo of flex and bison up and running on my ST. Flex runs consistently without incident, but bison gives me a buss error whenever and from wherever I run it. My machine is an unmodified 1040STf with TOS1.4 installed, I'm running QUICKST and GDOS with a Megafile 20. Anyone have any ideas? Thanks in advance Mark -- Canada Remote Systems. Toronto, Ontario NorthAmeriNet Host