From: Ramon Gonzalez-A. <ar...@ma...> - 2007-04-09 17:25:40
|
> Dear Ramon, > > did you take a look for details at config.log? Just an idea ... > > Big hug, > > Gurx Yes of course, I looked at it, but it's criptic (to me) and I didn't want to overwhelm with details. This is how it looks in libfoo/config.log >configure:4016: checking whether we are using the GNU Objective C compiler >configure:4045: gcc -c conftest.m >&5 > gcc: error trying to exec 'cc1obj': execvp: No such file or directory >configure:4051: $? = 1 >configure: failed program was: ... >configure:4068: result: no >configure:4074: checking whether gcc accepts -g >configure:4100: gcc -c -g conftest.m >&5 >gcc: error trying to exec 'cc1obj': execvp: No such file or directory >configure:4051: $? = 1 >configure: failed program was: ... >configure:4121: result: no >configure:4149: checking how to run the Objective C preprocessor >configure:4185: gcc -E conftest.m >gcc: error trying to exec 'cc1obj': execvp: No such file or directory >configure:4191: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "libfoo" >| #define PACKAGE_TARNAME "libfoo" >| #define PACKAGE_VERSION "0.1.0pre1" >| #define PACKAGE_STRING "libfoo 0.1.0pre1" >| #define PACKAGE_BUGREPORT "foo...@li..." >| #define PACKAGE "libfoo" >| #define VERSION "0.1.0pre1" >| /* end confdefs.h. */ >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| Syntax error ... Here it loops several times and then : >configure:4261: result: /lib/cpp >configure:4290: /lib/cpp conftest.m >cpp: error trying to exec 'cc1obj': execvp: No such file or directory >configure:4296: $? = 1 >configure: failed program was: .... (Same program as above) Again it loops until : >configure:4358: error: Objective C preprocessor "/lib/cpp" fails sanity check |