<html><body>
<p><font size="2">Hi,</font><br>
<br>
<font size="2">I'm having trouble running ./configure when trying to build spandsp-0.0.2. I was able to configure and build spandsp-0.0.1 just fine. Obviously, I'm missing something simple, however, I just can't figure out what it is. Maybe I'm missing some package I'm not aware of?</font><br>
<br>
<font size="2">Here is the error from ./configure</font><br>
<br>
<font size="2"> checking how to run the C++ preprocessor... /lib/cpp</font><br>
<font size="2"> configure: error: C++ preprocessor "/lib/cpp" fails sanity check</font><br>
<font size="2"> See `config.log' for more details.</font><br>
<br>
<font size="2">I verified that /lib/cpp is a link to /usr/bin/cpp which does exist and run.</font><br>
<br>
<font size="2">Here are the lines around the first error in config.log</font><br>
<br>
<font size="2"> configure:2594: checking for gcc option to accept ANSI C</font><br>
<font size="2"> configure:2664: gcc -c -g -O2 conftest.c >&5</font><br>
<font size="2"> configure:2670: $? = 0</font><br>
<font size="2"> configure:2674: test -z</font><br>
<font size="2"> || test ! -s conftest.err</font><br>
<font size="2"> configure:2677: $? = 0</font><br>
<font size="2"> configure:2680: test -s conftest.o</font><br>
<font size="2"> configure:2683: $? = 0</font><br>
<font size="2"> configure:2701: result: none needed</font><br>
<font size="2"> configure:2719: gcc -c -g -O2 conftest.c >&5</font><br>
<font size="2"> conftest.c:2: error: syntax error before "me"</font><br>
<font size="2"> configure:2725: $? = 1</font><br>
<font size="2"> configure: failed program was:</font><br>
<font size="2"> | #ifndef __cplusplus</font><br>
<font size="2"> | choke me</font><br>
<font size="2"> | #endif</font><br>
<br>
<br>
<font size="2">Any help is greatly appreciated.</font><br>
<br>
<font size="2">Bill</font></body></html>