Subject: Re: pkgsrc IRIX 6.5/mipseb bulk build results 20060704.1102
To: Jan Schaumann <jschauma@netmeister.org>
From: Roland Illig <rillig@NetBSD.org>
List: pkgsrc-bulk
Date: 07/10/2006 22:51:58
Jan Schaumann wrote:
> checking dependency style of CC... sgi
> checking how to run the C++ preprocessor... CC
> configure: error: C++ preprocessor "CC" fails sanity check
> See `config.log' for more details.
> *** Error code 1
> 
> The config.log file then says:
> 
> configure:5183: checking how to run the C++ preprocessor
> configure:5297: result: CC
> configure:5321: CC -DPNG_NO_ASSEMBLER_CODE -I/usr/pkg/include
> conftest.cc
> cc-1020 CC: ERROR File = conftest.cc, Line = 30
>   The identifier "Syntax" is undefined.
> 
>                      Syntax error
>                      ^           
> 
> cc-1065 CC: ERROR at end of source
>   A semicolon is expected at this point.

The C++ preprocessor should be "CC -E", not "CC".

Roland