Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!rutgers!usc!samsung!think!ames!pacbell!tandem!wizard!john From: john@wizard.UUCP (John Danner) Newsgroups: comp.unix.aux Subject: A/UX 1.1 cc/as problem Message-ID: <530@wizard.UUCP> Date: 6 Dec 89 04:50:23 GMT Distribution: usa Lines: 25 Can anyone tell me what causes these assembler errors: cc -c -L/usr/lib/big X11part1..c Assembler: X11part1.c aline 888 : floating point register required for second operand aline 902 : floating point register required for second operand aline 916 : floating point register required for second operand aline 930 : floating point register required for second operand aline 1210 : floating point register required for second operand aline 1228 : floating point register required for second operand aline 5036 : floating point register required for second operand aline 5078 : floating point register required for second operand aline 5183 : floating point register required for second operand aline 5228 : floating point register required for second operand aline 5295 : floating point register required for second operand aline 5325 : floating point register required for second operand It's pretty hard to figure out what C source lines are at fault. This code compiles without problem on a variety of other Unxi boxes. Will A/UX 2.0's cc be mroe robust? By the way, gcc on apple.com doesn't deal very well with local variables. John Danner johnd@tandem.com