Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!cornell!calvin.spp.cornell.edu!richard From: richard@calvin.spp.cornell.edu (Richard Brittain) Newsgroups: comp.sources.d Subject: Re: Problems making stevie 3.69a (PC) Message-ID: <1990Mar11.031642.24025@calvin.spp.cornell.edu> Date: 11 Mar 90 03:16:42 GMT References: <1990Mar11.003859.14305@csusac.csus.edu> Reply-To: richard@calvin.spp.cornell.edu (Richard Brittain) Organization: Cornell Space Plasma Physics Group Lines: 29 In article <1990Mar11.003859.14305@csusac.csus.edu> emmonsl@athena (L. Scott Emmons) writes: > > -the makefile asks for a file named 'wildargs.obj' in \tc\lib. I > don't have any such file...I even searched through my TC-2.0 > distribution disks and was unable to find this object file...where > does this file come from??? The wildargs.obj file is wrapped in an arc file (I think startup.arc) along with the .asm files for the rest of the startup modules. Don't forget to "flip" the LFs to CRLFs - tcc will silently accept files with just LFs, but it doesn't actually compile anything. The problem of the command line too long can be solved (if you have NDmake) by replacing the tcc call with a call directly to tlink (for which make can build a response file automagically) thusly LINK= tlink stevie.exe : $(OBJ) $(MACH) $(OTHER) $(LINK) /c $(OBJ) $(MACH) $(OTHER) $(LIBS)\c0$(MODEL), $@,, \ $(LIBS)\c$(MODEL).lib $(LINKFLAGS); I'm eagerly awaiting ascii.h also. Richard Brittain, School of Elect. Eng., Upson Hall Cornell University, Ithaca, NY 14853 ARPA: richard@calvin.spp.cornell.edu UUCP: {uunet,uw-beaver,rochester,cmcl2}!cornell!calvin!richard