Re: GIMP

<[email protected]> Thu, 25 Apr 2002 16:39:20 GMT
Newsgroups gmane.os.qnx.openqnx.devel
Message-ID <[email protected]>
In article <[email protected]> you wrote:

> I have no failed modules on compiling, since I wrote stubs(not
> implementation) for getdomainname(), setdomainname() which is required, but
> I can't get it running.
> Version that available from site won't run on XFree on my box.
> And one more question - How did you get shared libraries (libgtk,libglib) on
> QNX??

>     Sergey

You can download the glib/gtk binary that is compiled against XFree
from http://www.sourceforge.net/projects/openqnx
 
once you get the file, you can install it
cd /
tar zxvf gtk.glib-1.2.10-binary-qnx6.tar.gz
 
this will create /opt/openqnx directory with all files.
You will need to add /opt/openqnx/bin to your PATH and /opt/openqnx/lib
to your LD_LIBRARY_PATH
 
Good luck.
 
Frank