fpcc's name is not cc!!

XMRP50000[jcm]-a.v.reed avr at mtgzz.UUCP
Tue Feb 16 04:59:57 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.

# Yes, but only if your make recognizes $SH or $SHELL, and you have ksh:
# Put the following in your $ENV file -
SH=`whence ksh`;SHELL=$SH;export SH SHELL;alias -x cc=`whence fpcc`

					Adam Reed (mtgzz!avr)



More information about the Comp.unix.questions mailing list