Compiling problems under IRIX 6.2



Hello,i want to compile gtk+1.2.1 and glib 1.2.1 under IRIX 6.2
running on a MIPS R4600 Computer.
Glib compiles and works ok.
The LD_LIBRARY_PATH was setted correctly. And the configure script from
gtk runs also correctly. But after typing make the following errors coming
up:


*** Warning: This library needs some functionality provided by -lgmodule.
*** I have the capability to make that library automatically link in when
*** you link to this library.  But I can only do this if you have a
*** shared version of the library, which you do not appear to have.

*** Warning: This library needs some functionality provided by -lglib.
*** I have the capability to make that library automatically link in when
*** you link to this library.  But I can only do this if you have a
*** shared version of the library, which you do not appear to have.
*** The inter-library dependencies that have been dropped here will be
*** automatically added whenever a program is linked with this library
*** or is declared to -dlopen it.
gcc -shared  gdk.o gdkcc.o gdkcolor.o gdkcursor.o gdkdnd.o gdkdraw.o
gdkevents.o gdkfont.o gdkgc.o gdkglobals.o gdkim.o gdkimage.o gdkinput.o
gdkpixmap.o gdkproperty.o gdkrgb.o gdkrectangle.o gdkregion.o
gdkselection.o gdkvisual.o gdkwindow.o gdkxid.o gxid_lib.o  
-L/u/s29/students1/scherfa/local/lib -lXext -lX11 -lm -lc  -Wl,-soname
-Wl,libgdk-1.2.so `test -n "sgi1.0" && echo -Wl,-set_version -Wl,sgi1.0`
-o .libs/libgdk-1.2.so1.0
/usr/net/lib/gcc-2.7.2.2-6.2/lib/old_ld:
The shared object /usr/lib/libm.so did not resolve any symbols.
        You may want to remove it from your link line.
(cd .libs && rm -f libgdk-1.2.so && ln -s libgdk-1.2.so1.0 libgdk-1.2.so)
(cd .libs && rm -f libgdk.so && ln -s libgdk-1.2.so1.0 libgdk.so)
ar cru .libs/libgdk.a  gdk.o gdkcc.o gdkcolor.o gdkcursor.o gdkdnd.o
gdkdraw.o gdkevents.o gdkfont.o gdkgc.o gdkglobals.o gdkim.o gdkimage.o
gdkinput.o gdkpixmap.o gdkproperty.o gdkrgb.o gdkrectangle.o gdkregion.o
gdkselection.o gdkvisual.o gdkwindow.o gdkxid.o gxid_lib.o 
: .libs/libgdk.a
creating libgdk.la
(cd .libs && rm -f libgdk.la && ln -s ../libgdk.la libgdk.la)
Making all in gtk
make: file `Makefile' line 548: Syntax error
*** Error code 1 (bu21)
*** Error code 1 (bu21)

What have i got to do to let it work correctly under my IRIX plattform ??
Under Linux (x86) it works ok to.



Scherf Andreas
Mail: scherfa@fh-trier.de
Page: http://www.fh-trier.de/~scherfa



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