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

Re: Anyone got irix5? I have questions about your ctype implementation


On May  6, 2002, "Kaveh R. Ghazi" <ghazi@caip.rutgers.edu> wrote:

>> From: Alexandre Oliva <aoliva@redhat.com>
>> 
>> On May  3, 2002, "Kaveh R. Ghazi" <ghazi@caip.rutgers.edu> wrote:
>> 
>> > 6.  Can't build libf2c on irix6.2 due to a 32/64 multilib problem
>> >     which has been there since Nov when it was converted to libtool.
>> >     No solution yet.
>> 
>> I believe Eric Christopher and I came up with a solution for this one,
>> that's already in, AFAIK.  Do you still observe the problem?


> Yes I still see it.  A checkout of the 3.1 branch from this evening
> still has the failure.

Starting with a clean mips-sgi-irix6.2/mabi=64/config.cache and
without mips-sgi-irix6.2/{,*/}libf2c?

> It occurs in the -mabi=64 multilib when creating libg2c.

> Using  `file' I verified all of the .o files are 64-bit.  So its
> probably complaining about the "ld -n32 -64" mixture.

Yup, this is exactly the problem that the patch addressed.  MAKE was
passing down an incorrect value for LD, because LD was not present in
FLAGS_TO_PASS.

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist                Professional serial bug killer


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