Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watmath!clyde!rutgers!lll-lcc!well!soley From: soley@well.UUCP Newsgroups: comp.unix.questions Subject: Re: exp() problem on NCR Tower Message-ID: <3839@well.UUCP> Date: Fri, 28-Aug-87 00:45:37 EDT Article-I.D.: well.3839 Posted: Fri Aug 28 00:45:37 1987 Date-Received: Sat, 29-Aug-87 17:05:15 EDT References: <3825@well.UUCP> <6347@brl-smoke.ARPA> Reply-To: soley@well.UUCP (Norman Soley) Distribution: na Organization: Whole Earth 'Lectronic Link, Sausalito, CA Lines: 11 Keywords: bugs, NCR, System V Summary: Problem Solved (small bug is to blame) Thanks to those who commented on my posting about this problem. Sorry about the mis-posting. Correction accepted and applied in the future. However in hindsight this may belong in comp.bugs.sys5 after all. It seems that on the Tower XP the -lm option is sensitive about where it lives in the cc command line and the format of the other options present. This was unearthed after a long discussion with NCR software support. For example: cc -O -o outfile infile.c -lm Fails cc -O -lm infile.c -ooutfile Succeeds