Re: gnome 0.12, Irix 6.3



On Mon, 26 Jan 1998, Jamie Zawinski wrote:

> The second change I needed to make was that libgnomeui/Makefile.in 
> says
> 
>   DEFS += -Wall
> 
> which is most assuredly a gcc-ism.
> 
> After all this, I lose because obgtk/Makefile says
> 
>   OBJC = gcc
...
> So I tried changing that "gcc" to "cc", and that loses with
> 
> > cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I/usr/local/include -DGNOMELIB
> > DIR=\"/usr/local/lib\" -DGNOMEDATADIR=\"/usr/local/share\" -DGNOMELOCALEDIR
> > =\"/usr/local/lib/locale\" -I../intl -g -c -DPIC obgtkAcceleratorTable.m
> > 
> > cfe: Error: ./obgtk.h: 5: Cannot open file objc/objc.h for #include
> > cfe: Error: ./obgtk.h: 6: Cannot open file objc/objc-api.h for #include
> > cfe: Error: ./obgtk.h: 7: Cannot open file objc/Object.h for #include
> > cfe: Error: ../obgtk/obgtkAcceleratorTable.h: 4: Cannot open file objc/Object.h for #include
> > cfe: Error: ../obgtk/obgtkObject.h: 4: Cannot open file objc/Object.h for #include
> > cfe: Error: ../obgtk/obgtkTooltips.h: 4: Cannot open file objc/Object.h for #include

Does Irix's CC have Objective C support? That's what it's trying to do
here.

> I'm guessing the easiest way out of this mess is, "figure out how
> to make Irix gcc able to build shared libraries.  But I don't know
> how to do that.

I think installing GNU binutils (and then rebuilding gcc so it uses them
instead of the IRIX equivalents) should do the trick. I'm guessing that
the Irix CC doesn't have ObjC support, and obviously Irix's ld doesn't
want to take output from gcc, so...

-- Elliot					http://www.redhat.com/
"The obvious mathematical breakthrough would be development of an easy way
to factor large prime numbers." -- Bill Gates from "The Road Ahead," p. 265.





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]