This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/15237] multilib configure fails running 64-bit program on 32-bit IRIX


------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]