Path: utzoo!attcan!uunet!crdgw1!rpi!netserv2!deven From: deven@rpi.edu (Deven T. Corzine) Newsgroups: comp.sys.amiga.tech Subject: Re: does Lattice 5.04 BLINK have any built in size restrictions ? Message-ID: Date: 14 Mar 90 20:20:02 GMT References: <21930@watdragon.waterloo.edu> Distribution: comp Organization: Rensselaer Polytechnic Institute, Troy, NY Lines: 31 In-Reply-To: grwalter@watfun.waterloo.edu's message of 13 Mar 90 18:13:55 GMT On 13 Mar 90 18:13:55 GMT, grwalter@watfun.waterloo.edu (Fred Walter) said: grwalter> BLINK TO p2c FROM lib:cres.o trans.o stuff.o out.o grwalter> comment.o lex.o dir.o parse1.o parse2.o parse3.o parse4.o grwalter> decl1.o decl2.o decl3.o decl4.o decl5.o expr1.o expr2.o grwalter> expr3.o expr4.o expr5.o pexpr1.o pexpr2.o pexpr3.o funcs1.o grwalter> funcs2.o funcs3.o funcs4.o funcs5.o hpmods.o citmods.o grwalter> LIBRARY lib:a.lib+lib:lc.lib NODEBUG grwalter> Blink - Version 5.04 grwalter> Copyright (c) 1988 Lattice, Inc. All Rights Reserved. grwalter> Undefined symbols First Referenced grwalter> ------------------------ ---------------- grwalter> _DOSBase File 'lib:cres.o' grwalter> Enter a DEFINE value for _DOSBase (default _stub): Try either linking with lib:amiga.lib also, or add the following line to some module. (preferably, the one with main()) struct DosLibrary *DOSBase; [This should be an extern declaration. i.e. not in any function.] Deven -- Deven T. Corzine Internet: deven@rpi.edu, shadow@pawl.rpi.edu Snail: 2151 12th St. Apt. 4, Troy, NY 12180 Phone: (518) 274-0327 Bitnet: deven@rpitsmts, userfxb6@rpitsmts UUCP: uunet!rpi!deven Simple things should be simple and complex things should be possible.