Re: configure: error: C preprocessor "/lib/cpp" fails sanity check

2018-11-20 Thread Fabiano Sidler
Thus wrote Earnie: >> [...] > > Yes, the attached doesn't even contain the word preprocessor in the strings. > Perhaps another config.log file is in the mix, a top level configure script > or perhaps make can execute another configure script that has its own > config.log file. My guess based on

Re: configure: error: C preprocessor "/lib/cpp" fails sanity check

2018-11-17 Thread Earnie
-2.26.1/libiberty': configure: error: C preprocessor "/lib/cpp" fails sanity check See `config.log' for more details. make[1]: *** [Makefile:7985: configure-libiberty] Error 1 make[1]: Leaving directory '/home/luser/Downloads/binutils-2.26.1' make: *** [Makefile:846: all] Error 2 === snap ===

Re: configure: error: C preprocessor "/lib/cpp" fails sanity check

2018-11-17 Thread Eric Blake
preprocessor "/lib/cpp" fails sanity check See `config.log' for more details. make[1]: *** [Makefile:7985: configure-libiberty] Error 1 make[1]: Leaving directory '/home/luser/Downloads/binutils-2.26.1' make: *** [Makefile:846: all] Error 2 === snap === Are you attaching the same config.

Re: configure: error: C preprocessor "/lib/cpp" fails sanity check

2018-11-17 Thread Bob Friesenhahn
preprocessor "/lib/cpp" fails sanity check See `config.log' for more details. make[1]: *** [Makefile:7985: configure-libiberty] Error 1 make[1]: Leaving directory '/home/luser/Downloads/binutils-2.26.1' make: *** [Makefile:846: all] Error 2 === snap === However, this works as expected: printf &q

configure: error: C preprocessor "/lib/cpp" fails sanity check

2018-11-16 Thread Fabiano Sidler
Hi folks! When trying to configure (binutils and gmp, in that case), I'm getting this: === snip === checking how to run the C preprocessor... /lib/cpp configure: error: in `/home/luser/Downloads/binutils-2.26.1/libiberty': configure: error: C preprocessor "/lib/cpp" fails sanity

Re: configure: error: C++ preprocessor /lib/cpp fails sanity check

2005-10-25 Thread Paul Krash
C compiler. Here's the error: $ ./configure /dev/null configure: error: C++ preprocessor /lib/cpp fails sanity check See `config.log' for more details. I was getting the same error installing courier-authlib! You have to install the g++ libs and tools for Debian apt-get install g

Re: configure: error: C++ preprocessor /lib/cpp fails sanity check

2003-11-06 Thread Bill Moseley
the other day. I have these packages: ii autoconf2.57-11 automatic configure script builder ii gcc 3.3.1-2 The GNU C compiler. Here's the error: $ ./configure /dev/null configure: error: C++ preprocessor /lib/cpp fails sanity check See `config.log

Re: configure: error: C++ preprocessor /lib/cpp fails sanity check

2003-11-06 Thread Bob Friesenhahn
The GNU C compiler. Here's the error: $ ./configure /dev/null configure: error: C++ preprocessor /lib/cpp fails sanity check See `config.log' for more details. == Bob Friesenhahn [EMAIL PROTECTED] http://www.simplesystems.org/users/bfriesen

Re: configure: error: C++ preprocessor /lib/cpp fails sanity check

2003-11-06 Thread Bill Moseley
On Thu, Nov 06, 2003 at 07:07:02PM -0600, Bob Friesenhahn wrote: On Thu, 6 Nov 2003, Bill Moseley wrote: Can someone comment on this? Trying to understand if this problem is due to my configure.in script, the debian packages, or autoconf. I do know that libtool 1.5 will switch the

configure: error: C++ preprocessor /lib/cpp fails sanity check

2003-11-05 Thread Bill Moseley
/dev/null configure: error: C++ preprocessor /lib/cpp fails sanity check See `config.log' for more details. and config.log says: configure:4895: /lib/cpp conftest.cc cpp: installation problem, cannot exec `cc1plus': No such file or directory configure:4901: $? = 1 cc1plus is in the g++ package