public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* “--disable-multiarch” produce error about missing “bits.h”
@ 2013-04-17 16:37 Hibou57
  2013-04-17 16:52 ` Mihai Moldovan
  2013-04-17 17:53 ` Marc Glisse
  0 siblings, 2 replies; 8+ messages in thread
From: Hibou57 @ 2013-04-17 16:37 UTC (permalink / raw)
  To: gcc-help

Hi,

Compiling GCC 4.6.4 on Ubuntu 12.04 32 bits which comes with GCC 4.6.3, I've
noticed giving the `--disable-multiarch` option to `configure`, makes the
compilation fails with a complaint about a missing `bits.h` includes file.

Is this normal behaviour?

Configuration wrapper script:

    #!/bin/bash

    VERSION="4.6.4";

    ../source/configure                 \
    --build=i386-linux-gnu              \
    --disable-build-with-cxx            \
    --disable-coverage                  \
    --disable-gather-detailed-mem-stats \
    --disable-gc-debug                  \
    --disable-libquadmath               \
    --disable-libssp                    \
    --disable-multiarch                 \
    --disable-multilib                  \
    --disable-nls                       \
    --disable-plugin                    \
    --enable-languages=c                \
    --enable-ld                         \
    --enable-linker-build-id            \
    --enable-sjlj-exceptions            \
    --enable-targets=x86                \
    --enable-threads=posix              \
    --prefix=/home/yannick/apps/gcc-$VERSION/installed \
    --program-suffix=-$VERSION          \
    --target=i386-linux-gnu             \
    -v                                  \
    --with-sysroot=/                    \
    --with-system-zlib                  \


P.S. I'm posting from nabble.com: is it possible to use it without receiving
all mails from the GCC mailing list on my mail-box?



--
View this message in context: http://gcc.1065356.n5.nabble.com/disable-multiarch-produce-error-about-missing-bits-h-tp931232.html
Sent from the gcc - Help mailing list archive at Nabble.com.

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2013-04-17 19:27 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-04-17 16:37 “--disable-multiarch” produce error about missing “bits.h” Hibou57
2013-04-17 16:52 ` Mihai Moldovan
2013-04-17 18:06   ` Hibou57
2013-04-17 18:26     ` Mihai Moldovan
2013-04-17 19:12       ` Hibou57
2013-04-17 17:53 ` Marc Glisse
2013-04-17 18:09   ` [Bulk] " Hibou57
2013-04-17 19:27   ` Hibou57

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).