fpcc's name is not cc!!

Harold E. Bamford bamford at ihlpg.ATT.COM
Thu Feb 18 01:13:25 AEST 1988


In article <214 at mccc.UUCP> pjh at 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



More information about the Comp.unix.questions mailing list