Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watmath!clyde!rutgers!princeton!udel!rochester!bbn!husc6!linus!philabs!sbcs!lean From: lean@sbcs.UUCP Newsgroups: comp.sys.atari.st Subject: MJC compiler: 'bug' Message-ID: <618@sbcs.UUCP> Date: Tue, 29-Sep-87 16:33:24 EDT Article-I.D.: sbcs.618 Posted: Tue Sep 29 16:33:24 1987 Date-Received: Sat, 3-Oct-87 02:16:06 EDT Distribution: comp Organization: Computer Science Dept, SUNY@Stony Brook Lines: 22 Another similar 'bug' in the MJC lib.c library. The routine 'putc' should be moved down to a spot after the routine 'dopf'. The author of the compiler has very kindly contacted me and here's some info: ======================================================== The order things appear in *libraries* is significant. The assembler/linker makes a single pass over the libs (everything after the "-l" in the linker line) picking up all objects (global data or functions) used but not yet defined. The regular files (the stuff preceding the "-l") has no constraints on what comes first. ========================================================= The author has been working on floats, but hasn't been satisfied with results. If anyone has any source code / textbooks on that subject, please let me know so I may refer them to the author (per his request). Also any PD floating point package???? Thanks again, Mark. .........lean -- CSNET: lean@sbcs.csnet ARPA: lean%suny-sb.csnet@csnet-relay.arpa UUCP: {allegra, hocsd, philabs, ogcvax}!sbcs!lean