Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.3 4.3bsd-beta 6/6/85; site amiga.amiga.UUCP Path: utzoo!watmath!clyde!burl!ulysses!allegra!mit-eddie!genrad!decvax!decwrl!pyramid!amiga!bruceb From: bruceb@amiga.UUCP (Bruce Barrett) Newsgroups: net.micro.amiga Subject: Re: They Gotta Be Kidding!!! Message-ID: <699@amiga.amiga.UUCP> Date: Mon, 17-Feb-86 17:13:24 EST Article-I.D.: amiga.699 Posted: Mon Feb 17 17:13:24 1986 Date-Received: Wed, 19-Feb-86 01:17:24 EST References: <1281@caip.RUTGERS.EDU> Reply-To: bruceb@amiga.UUCP (Bruce Barrett) Organization: Commodore-Amiga Inc., 983 University Ave #D, Los Gatos CA 95030 Lines: 25 In article <1281@caip.RUTGERS.EDU> mwm%ucbopal@BERKELEY.EDU@caip.RUTGERS.EDU writes: [...info about 1 one line clock...] >From: Mike (I'll be mellow when I'm dead) Meyer >I tried recompiling >_main.c with -DTINY and linking that in, but it crashes. >There's gotta be a better way. You are on the right track, the problem is a bug in _main.c. We just noticed and solved this one last week (I'd been meaning to post the problem/solution to the net but hadn't gotten around to it. Problem: Using -dTINY with _main.c and then running under workbench causes the program to crash. Solution: Edit _main.c, find the line: _ufbs[2].ufbfh = Open("*",MODE_OLDFILE); Replace it with the line: _ufbs[2].ufbfh = Output(); So now you know, please "Tell a friend". :-) (This fix brought to you by Bart, I meerly tested and recorded this info.)