This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/15237] multilib configure fails running 64-bit program on 32-bit IRIX
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 1 May 2004 00:23:03 -0000
- Subject: [Bug target/15237] multilib configure fails running 64-bit program on 32-bit IRIX
- References: <20040430213448.15237.raeburn@MIT.EDU>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-05-01 00:23 -------
And it is documented for MIPS also on <http://gcc.gnu.org/install/specific.html>:
GCC on IRIX 6 is usually built to support the N32, O32 and N64 ABIs. If you build GCC on a system that
doesn't have the N64 libraries installed or cannot run 64-bit binaries, you need to configure with --
disable-multilib so GCC doesn't try to use them. This will disable building the O32 libraries, too. Look
for /usr/lib64/libc.so.1 to see if you have the 64-bit libraries installed.
So suspending for now untill the recommended way is changed.
--
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |SUSPENDED
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15237