Hi,
I am trying to build gcc 3.4.2 on Linux, and am running into *exactly*
the same problem (also with library libstdc++v3).
Since Tupshin Harper's note is dated October 27, 2004 I'm hoping someone
found a solution to share.
Please CC me on your response, as I'm not a subscriber of this list.
Thanks,
Jonathan
--- Original text:
From: Tupshin Harper <tupshin at tupshin dot com>
To: gcc-help at gcc dot gnu dot org
Date: Wed, 27 Oct 2004 16:05:57 -0700
Subject: help building x86_64->i686 cross-compiler
I'm running a debian amd64 (pure, not biarch/multiarch), and I'm
trying to build gcc that is able to compile regular x86 binaries (as
in):
checking host system type... i686-pc-linux-gnu
checking build system type... x86_64-unknown-linux-gnu
but it fails with the following:
checking for main in -lm... configure: error: Link tests are not
allowed after GCC_NO_EXECUTABLES.
make[2]: *** [configure-target-libstdc++-v3] Error 1
make[2]: Leaving directory
`/usr/src/vexi/core/upstream/gcc-3.4.2/build-i686-pc-linux-gnu'
anybody have any suggestions?
-Tupshin