Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!caip!think!mit-eddie!gary From: gary@mit-eddie.MIT.EDU (Gary Samad) Newsgroups: net.micro.amiga Subject: 1.2 Manx fix Message-ID: <2416@mit-eddie.MIT.EDU> Date: Sat, 28-Jun-86 15:12:47 EDT Article-I.D.: mit-eddi.2416 Posted: Sat Jun 28 15:12:47 1986 Date-Received: Sun, 29-Jun-86 07:23:42 EDT Organization: M.I.T. EE/CS Computer Facility, Cambridge MA Lines: 26 Keywords: Manx C 1.2 <> When I found that Manx C wouldn't run on 1.2 I gave them a call. They gave me a fix over the phone that I haven't yet had a chance to try but here it is anyway... Please post if you are successful... main() { int fd; fd = open("c:cc",2); lseek(fd,0xD51FL,0); write(fd,"\XA8",1); close(fd); } This fixes CC. To fix MAKE: open make change byte 0x1D37L to \XA8 change byte 0x2063L to \XA8 Now, that's support! To give me a patch over the phone! PLEASE post if you find this successful... I'll probably try soon but am too wrapped up in development to worry about switching to 1.2 right away... Gary