Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!rutgers!ames!ucbcad!ucbvax!BFLY-VAX.BBN.COM!aking From: aking@BFLY-VAX.BBN.COM.UUCP Newsgroups: comp.sys.atari.st Subject: makefile Message-ID: <8701241530.AA02029@ucbvax.Berkeley.EDU> Date: Sat, 24-Jan-87 10:31:20 EST Article-I.D.: ucbvax.8701241530.AA02029 Posted: Sat Jan 24 10:31:20 1987 Date-Received: Sat, 24-Jan-87 19:47:31 EST Sender: daemon@ucbvax.BERKELEY.EDU Organization: The ARPA Internet Lines: 30 I've been using the recently posted version of MAKE with the alcon compiler since it was posted several weeks ago. It sure beats clicking all over the place! However, there are two nagging problems which maybe others have experienced, and maybe someone has a solution to. 1) Compillations with errors (who ever has those?) continue blythely on, and produce binaries which appear to later phases of make to be just (or almost just) fine. Looks like either alcon doesn't return with an error code, or it doesn't get through gemdos to make. 2) Alternative efforts to redirect standard out to a file (so I don't have to babysit compilations) have failed. The developers' batch.prg isn't documented that I have found. Things like make make >listfile don't work. I've tried a few, but someone, please enlighten me. 3) When I make make, I get a make.prg which produces the error message: make: no memory for name Now that's the same blind alley that I encountered when I tried to make make on the earlier distribution of make, some 6 months or so ago. Currently I'm thinking its something wrong with my alcon (distribution 4/86) or gemstart (there was some net mail 3-4 months ago about malloc and Malloc). Has anybody put this one together?