Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!husc6!cmcl2!rutgers!labrea!jade!ucbvax!HASARA5.BITNET!U00177 From: U00177@HASARA5.BITNET Newsgroups: comp.sys.atari.st Subject: Lattice C bug fix Message-ID: <8709141041.AA21186@ucbvax.Berkeley.EDU> Date: Mon, 14-Sep-87 06:42:04 EDT Article-I.D.: ucbvax.8709141041.AA21186 Posted: Mon Sep 14 06:42:04 1987 Date-Received: Tue, 15-Sep-87 04:38:52 EDT Sender: daemon@ucbvax.BERKELEY.EDU Organization: The ARPA Internet Lines: 27 Lattice bug fix: I encountered the following bug-fix for Lattice-C in "ST-World", C-Compilers Supertest by David Gristwood, 27-34, sept 1987.: "To use Debug+ as a link loader, the following change must be made to the source file _main.c. The line: envunpk(env); must be changed to: if(env)envunpk(env); The file must be recompiled, and any link files such as C.LNK and CGEM.LNK, must be altered to use the new _main.bin file by including the statement: INPUT _main.bin It is also necessary to add the argument '%200000' as part of the link line, which specifies that 200,000 bytes are to be allocated as working memory. " To whom it may concern.