Compile errors on V/386 3.0E

Mark E. Mallett mem at zinn.MV.COM
Fri Dec 9 09:11:33 AEST 1988


In article <680 at wa3wbu.UUCP> john at wa3wbu.UUCP (John Gayman) writes:
>
> [ with green hills ]
>
>	cc  -O  -DUSG -Dindex=strchr -Drindex=strrchr -DRNEWS=\"/usr/bin/rnews\" -DSPOOLDIR=\"/usr/spool/news\"  -DBATCHDIR=\"/usr/spool/batch\" -DLIBDIR=\"/usr/lib/news\"  -DBINDIR=\"/usr/bin\" -DNEWSUSR=\"news\"  -DNEWSGRP=\"news\" -DSCCSID -Dvfork=fork -c control.c
>"control.c", line 898: warning: illegal pointer combination, op =
>"control.c", line 899: warning: illegal pointer combination, op =
>"control.c", line 900: warning: illegal pointer combination, op =

If your line numbers match up with my sources, which it appears that
they do, then perhaps the signal.h for green hills compiler doesn't
[properly] declare the signal() routine, or worse, doesn't properly
implement it.  It should be declared:

	extern	(*signal())();


Now...  I didn't realize that you could get Green Hills compiler
for Microport.  Care to post some details and/or opinions?

-mm-
-- 
Mark E. Mallett  Zinn Computer Co/ PO Box 4188/ Manchester NH/ 03103 
Bus. Phone: 603 645 5069    Home: 603 424 8129     BIX: mmallett
uucp: mem at zinn.MV.COM  (  ...{decvax|elrond|harvard}!zinn!mem   )
Northern MA and Southern NH consultants:  Ask me about MV.COM



More information about the Comp.unix.microport mailing list