|
From: Andreas K. <and...@gm...> - 2001-01-04 11:29:45
|
Hi
=20
I am having difficulties with the "configure" script, for example for =
FLTK 1.10. I successfully compiled previous versions. It should be said =
that I entered "set CC=3Dgcc".
output of "sh configure"
-----------------
configure: no matches found: conftest* [475]
loading cache ./config.cache
checking for gcc... gcc
checking whether the C compiler (gcc ) works... no
configure: error: installation or configuration problem: C compiler =
cannot creat
e executables.
--------
content of config.log:
----------
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
configure:562: checking for gcc
configure:641: checking whether the C compiler (gcc ) works
configure:657: gcc -o conftest conftest.c 1>&5
configure: failed program was:
#line 652 "configure"
#include "confdefs.h"
main(){return(0);}
-----------
It is the same for pretty much every GNU project...
I can even compileDX 8 SDK examples and GTK stuff with exactly this =
installation, and I am very sure it does produce executables.
=20
thanks in forward for your help,
Andreas
|