[Bug target/44396] x86_64 linking problems with gcc4.4.1 on Snow Leopard

2010-06-03 Thread christine dot mecklenborg at gmail dot com
--- Comment #2 from christine dot mecklenborg at gmail dot com 2010-06-03 14:33 --- (In reply to comment #1) gcc/ld is trying to link as i386 Well the option -arch x86_64 does not exist for the FSF GCC; it is -m64. I think the issue is that your makefile is built for Apple's GCC

[Bug target/44396] x86_64 linking problems with gcc4.4.1 on Snow Leopard

2010-06-02 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2010-06-03 05:56 --- gcc/ld is trying to link as i386 Well the option -arch x86_64 does not exist for the FSF GCC; it is -m64. I think the issue is that your makefile is built for Apple's GCC and not for the generic GCC. Can you