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.
_______________________________________________
gmp-bugs mailing list
gmp-bugs swox.com
http://swox
.com/mailman/listinfo/gmp-bugs
|