* צהלול לא קיים ([email protected]) wrote: > > Hello, > > > Attached config.log with the gcc error. > [...] > configure:3309: checking whether the C compiler works > configure:3331: > /6113_sw/module/RCM_FLYTRAP/linux2.6.27.35/toolchain/i686-nptl-linux-gnu/i686-nptl-linux-gnu/bin/gcc > conftest.c >&5 > gcc: error trying to exec 'cc1': execvp: No such file or directory
It looks like it is your problem. See http://plugcomputer.org/plugforum/index.php?topic=383.0 : they indicate that setting your PATH to include your compiler bin directory will help configure find cc1. Good luck! Mathieu > configure:3335: $? = 1 > configure:3373: result: no > configure: failed program was: > | /* confdefs.h */ > | #define PACKAGE_NAME "ust" > | #define PACKAGE_TARNAME "ust" > | #define PACKAGE_VERSION "0.15" > | #define PACKAGE_STRING "ust 0.15" > | #define PACKAGE_BUGREPORT "mathieu dot desnoyers at efficios dot com" > | #define PACKAGE_URL "" > | #define PACKAGE "ust" > | #define VERSION "0.15" > | #define VERSION_MAJOR 0 > | #define VERSION_MINOR 15 > | /* end confdefs.h. */ > | > | int > | main () > | { > | > | ; > | return 0; > | } > configure:3378: error: in `/HMeyzam08/a99059/GNU/ust-0.15': > configure:3382: error: C compiler cannot create executables > See `config.log' for more details. -- Mathieu Desnoyers Operating System Efficiency R&D Consultant EfficiOS Inc. http://www.efficios.com _______________________________________________ ltt-dev mailing list [email protected] http://lists.casi.polymtl.ca/cgi-bin/mailman/listinfo/ltt-dev
