Réf. : Re: GMP-4.2.2 Compilation problem during ./configure
Tim Van Holder
tim.vanholder at anubex.com
Mon Oct 22 19:59:06 CEST 2007
Gaelle MARSAL wrote:
>
> configure:3851: checking compiler gcc -m32 -O2 -fomit-frame-pointer
> Test compile:
> configure:3865: gcc -m32 -O2 -fomit-frame-pointer conftest.c >&5
> /usr/bin/ld: crt1.o: No such file: No such file or directory
> collect2: ld returned 1 exit status
> configure:3868: $? = 1
> failed program was:
Your system is not installed properly (or the gcc you have installed is
not intended for your distribution of Linux) - an important object file
used for linking (crt1.o) is not found on the linker path (it's
typically in /lib). Ensure that the binary gcc package you are using was
intended for your version of Ubuntu (if there is no precompiled version
for your Ubuntu, you can't just use one for a different Linux flavor;
the only option then is to build gcc from source).
In any case, this is clearly not a GMP issue, but an issue with your
build environment.
More information about the gmp-bugs
mailing list