Re: “--disable-multiarch” produce error about missing “bits.h”
Hibou57
yannick_duchene@yahoo.fr
Wed Apr 17 19:12:00 GMT 2013
> Please don't use --target unless you're cross-compiling. Let configure
detect
> the value.
I did this due to some previous errors. With the hope to make the build
success, I looked at `gcc -v` to know what was the configuration used to
build the GCC 4.6.3 installed from Debian package, and `gcc -v` shows it was
configured with a `--target` argument identical to that of the `--build`
argument.
I will still remove this option, as you suggest me to do so.
Just a side note: using `--target=i686-gnu-linux` did a cross build (which
failed), but using `--target=i386-gnu-linux`, although it defines the
`--target` option, does not make the build a cross build, at least for me.
--
View this message in context: http://gcc.1065356.n5.nabble.com/disable-multiarch-produce-error-about-missing-bits-h-tp931232p931272.html
Sent from the gcc - Help mailing list archive at Nabble.com.
More information about the Gcc-help
mailing list