This is the mail archive of the gcc-help@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]

Re: ld error gcc-2.95.1/IRIX6.5.5 (help)


>when compiling 2.95.1 on IRIX 6.5.5. I get the following
>error:
>
>ld: FATAL   12 : Expecting o32 objects: intl.o is n32
>

The simple way out is not to attempt to use -o32 at all.  If using SGI/MipsPro
C to bootstrap, set the environment variable CC='cc-n32' or take some
equivalent action.
Tim Prince
tprince@computer.org


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