------- Additional Comments From dje at gcc dot gnu dot org 2005-03-02 23:23 ------- GCC 3.4 requires that it can build and run an application in every multilib variant for which it tries to build a target library. This technically is not necessary, but that is the way it currently works. You either need to build on a 64-bit system or disable 64-bit libraries. If you do neither, GCC 3.4 is working as designed.
-- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19995