------- Additional Comments From quanah at stanford dot edu  2005-02-16 16:28 
-------
I disagree that this is a duplicate of 18033.

I applied the following patch to gcc-3.4.3:

--- gcc-3.4.3/config-ml.in.orig 2005-02-15 21:37:41.000000000 -0800
+++ gcc-3.4.3/config-ml.in      2005-02-15 21:38:08.000000000 -0800
@@ -108,6 +108,11 @@
 ml_verbose=--verbose
 for option in ${ac_configure_args}
 do
+  # strip single quotes surrounding individual options
+  case $option in
+  \'*\') eval option=$option ;;
+  esac
+
   case $option in
   --*) ;;
   -*) option=-$option ;;


Then completely reconfigured and started a rebuild of gcc, and I get the same
exact error.

configure:2446: result: a.out
configure:2451: checking whether the C compiler works
configure:2457: ./a.out
Could not load program ./a.out:
Cannot run a 64-bit program on a 32-bit machine.
configure:2460: $? = 255
configure:2469: error: cannot run C compiled programs.
If you meant to cross compile, use `--host'.
See `config.log' for more details.


--Quanah

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |UNCONFIRMED
         Resolution|DUPLICATE                   |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19995

Reply via email to