From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <1d6cda82e2cac17dd293a6dce0bf06ff@centurytel.net> To: 9fans@cse.psu.edu From: "Skip Tavakkolian" MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: [9fans] problems with 8l Date: Mon, 12 Aug 2002 07:19:52 -0400 Topicbox-Message-UUID: da9b5700-eaca-11e9-9e20-41e7f4b1d025 I suspect that I have a bad copy of 8l. I was having random link errors when trying to link 'i', so I tried this simple program, and it exhibits the same problems. Note the random nature of the error output. term% cat foo.c #include #include main(int ac, char **av) { int i; for (i = 0; i < ac; i++) { print("arg %d = %s\n", i, *(av+1)); } exits(0); } term% 8c foo.c term% 8l foo.8 _rfmtpad: doasm: notfound (932) JGE AX,DX _rfmtpad: doasm: notfound (932) JGE AX,DX _rfmtpad: doasm: notfound (932) JGE AX,DX term% 8l foo.8 _ifmt: doasm: notfound (1141) JGE f+168(FP),CX _ifmt: doasm: notfound (1141) JGE f+168(FP),CX _ifmt: doasm: notfound (1141) JGE f+168(FP),CX term% 8l foo.8 _rfmtpad: doasm: notfound (932) JGE AX,DX _rfmtpad: doasm: notfound (932) JGE AX,DX _rfmtpad: doasm: notfound (932) JGE AX,DX term% sum /bin/8l 643dda0a 107261 /bin/8l term%