tech-pkg archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: textproc/expat on netbsd-6 on Amiga



On Wed, May 16, 2012 at 4:11 AM, John Klos <john%ziaspace.com@localhost> wrote:
> checking whether c++ accepts -g... no
> checking how to run the C++ preprocessor... cpp
> configure: error: in `/usr/pkgsrc/textproc/expat/work/expat-2.1.0':
> configure: error: C++ preprocessor "cpp" fails sanity check

This is typically what happens when you don't have a C++ compiler, or
the one that you have does not work at all. Can you compile a trivial
source file such as "int main(void) { return 42; }" with c++ and get a
working binary?

--Benny.


Home | Main Index | Thread Index | Old Index