Path: utzoo!utgpu!news-server.csri.toronto.edu!mailrus!uunet!samsung!uakari.primate.wisc.edu!ames!amdahl!pacbell!hoptoad!peora!tarpit!bilver!alex From: alex@bilver.UUCP (Alex Matulich) Newsgroups: comp.sys.amiga.tech Subject: Re: does Lattice 5.04 BLINK have any bu Message-ID: <531@bilver.UUCP> Date: 17 Mar 90 03:19:52 GMT References: <21930@watdragon.waterloo.edu> <387100014@ENG.Prime.COM> Reply-To: alex@bilver.UUCP (Alex Matulich) Organization: W. J. Vermillion, Winter Park, FL Lines: 34 > BLINK TO p2c FROM lib:cres.o trans.o stuff.o out.o comment.o lex.o > dir.o parse1.o parse2.o parse3.o parse4.o decl1.o decl2.o decl3.o decl4.o > decl5.o expr1.o expr2.o expr3.o expr4.o expr5.o pexpr1.o pexpr2.o pexpr3.o > funcs1.o funcs2.o funcs3.o funcs4.o funcs5.o hpmods.o citmods.o LIBRARY > lib:a.lib+lib:lc.lib NODEBUG You should be linking with lib:c.o and lib:amiga.lib also. In addition, that command line may be too long, and is getting truncated. To solve that problem, put all the info in a WITH file like so: [contents of WITH file]: FROM lib:c.o lib:cres.o ...etc.. LIBRARY lib:a.lib lib:lcm.lib lib:lc.lib lib:amiga.lib TO p2c [end of WITH file] and just type blink with mywithfile to link you program. -- /// Alex Matulich /// Unicorn Research Corp, 4621 N Landmark Dr, Orlando, FL 32817 \\\/// alex@bilver.UUCP ...uunet!tarpit!bilver!alex \XX/ From BitNet use: bilver!alex@uunet.uu.net