./configure won't workForum: Apps Topic: ./configure won't work started by: dolf147 Posted by dolf147 on Mar. 20 2004,16:41
i have tried many times to compile an application.but it won't work. he's give always an error: configure: error:C preprocessor "/lib/cpp" fails sanity check what's the solution to this problem, I doesn't know. Posted by Grim on May 12 2004,04:53
apt-get install cpp
Posted by Lucaspr on May 14 2004,08:07
Some prob here...apt-get install cpp : Reading blabla Building..... Sorry, cpp is already the newest version. 0 packages upgraded, 0 newly installed, 0 to remove and 0 not upgraded. But this problem (with installing gaim 0.77): checking how to run the C preprocessor "/lib/cpp" fails sanity check See ' config.log' for more details. So I checked config.log for more details... Short output: configure:3708: result: ok configure:3717: checking how to run the C preprocessor configure:3753: gcc -E conftest.c In file included from /usr/lib/gcc-lib/i386-linux/2.95.4/include/syslimits.h:7, from /usr/lib/gcc-lib/i386-linux/2.95.4/include/limits.h:11, from configure:3750: /usr/lib/gcc-lib/i386-linux/2.95.4/include/limits.h:117: limits.h: No such file or directory Looking closely again at the config.log... A lot of ' .h' (header) files seem to be missing... how do you install those? Any ideas on how to fix this? |