This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
GCC configure problem with 32-bit stuff on x86_64
- From: Chris Lu <kalenedrael at gmail dot com>
- To: gcc-help at gcc dot gnu dot org
- Date: Sun, 13 Nov 2005 20:28:35 -0500
- Subject: GCC configure problem with 32-bit stuff on x86_64
Hi all,
I am trying to build gcc 4.0.2 on a x86_64 system with 32-bit support.
Apparently it will not configure libstdc++ for a 32-bit build properly
(generates Makefile with no 'all' target) and the error from running
config.status manually is:
checking for sin in -lm... configure: error: Link tests are not
allowed after GCC_NO_EXECUTABLES.
If anyone can help me with this, I would appreciate it greatly. Thanks.
Chris Lu