Gtk on AIX

2000-10-11 Thread Jay LeBlanc
I have been using gtk for maybe a year on an x86 based linux machine. I have an app that I need to port to AIX. I have seen some past activity in this mailing list about gtk on AIX so I am aware that there may be some expertise out there. I have sucessfully (I think) compiled glib-1.2.8 and

Compiling GTK+ on AIX 4.1.5

2000-11-17 Thread John Schmerge
Hello Everyone, I'm trying to compile libgtk under AIX 4.1.5 and running into the following error during the compilation of the 'testgtk' program: /bin/sh ../libtool --mode=link gcc -O2 -Wall -o testgtk testgtk.o libgtk.la ../gdk/libgdk.la -lXext -lX11 -L/usr/gnu/lib -Wl,-E -lgmodule

Re: Compiling GTK+ on AIX 4.1.5

2000-11-17 Thread Valdis . Kletnieks
On Fri, 17 Nov 2000 09:51:49 EST, John Schmerge <[EMAIL PROTECTED]> said: > /bin/sh ../libtool --mode=link gcc -O2 -Wall -o testgtk testgtk.o libgtk.la > ../gdk/libgdk.la -lXext -lX11 -L/usr/gnu/lib -Wl,-E -lgmodule -lglib -lm > gcc -O2 -Wall -o testgtk testgtk.o .libs/libgtk.a -L/usr

Re: Compiling GTK+ on AIX 4.1.5

2000-11-17 Thread Sebastian Wilhelmi
Hi John, > I'm trying to compile libgtk under AIX 4.1.5 and running into the following > error during the compilation of the 'testgtk' program: > > /bin/sh ../libtool --mode=link gcc -O2 -Wall -o testgtk testgtk.o libgtk.la > ../gdk/libgdk.la -lXext -lX11 -L/usr/gnu/lib -Wl,-E -lgmodu