[bt-devel] trouble with ./configure on Linux Mandrake 8.2

Martin Gruner bt-devel@crosswire.org
Tue, 21 May 2002 14:54:21 +0200


> Martin, thank you very much for taking the moment to ask. Your request
> prompted me to attempt and see what I could learn from this file too. For
> your reference it appears that the problem is centered around these lines
> in particular:
>
> ...
> configure:2168: gcc -V </dev/null >&5
> gcc: argument to `-V' is missing
> configure:2171: $? = 1
> configure:2197: checking for C compiler default output
> configure:2200: gcc    conftest.c  >&5
> gcc: installation problem, cannot exec `cpp0': No such file or directory

Ok. I have the cpp0 file here:
./lib/gcc-lib/i386-linux/2.95.4/cpp0
./lib/gcc-lib/i386-linux/3.0.4/cpp0

Looks like something is missing from your system's gcc installation.
>From you list I'd suggest that you are lacking the
libgcc2.96-*-2mdk file. Could that be the one? You have the file for gcc3.0 
though.

Martin