Path: utzoo!utgpu!water!watmath!clyde!cbosgd!ihnp4!ihlpg!bamford From: bamford@ihlpg.ATT.COM (Harold E. Bamford) Newsgroups: comp.unix.questions Subject: Re: fpcc's name is not cc!! Message-ID: <4848@ihlpg.ATT.COM> Date: 17 Feb 88 15:13:25 GMT References: <214@mccc.UUCP> Reply-To: bamford@ihlpg.UUCP (Harold E. Bamford) Organization: AT&T Bell Laboratories - Naperville, Illinois Lines: 15 In article <214@mccc.UUCP> pjh@mccc.UUCP (Peter J. Holsberg) writes: >I have the floating point C compiler, fpcc, on my 3B2 (SVr3.0) but do >not have cc. I tried linking fpcc to ccso I can avoid editing every >makefile that comes down the pike, but the system says (when I invoke >cc) "name must end in fpcc". Is there Aa way around this? Thanks. Try telling make to use fpcc instead of cc: make CC=fpcc This should work for anything that uses the macro CC. -- Harold Bamford, AT&T Bell Labs IHP 2F-524 (312) 416-7397 ihnp4!ihlpg!bamford