Well, I can recompile imlib. This isn't a problem for me. But my last
release had over 1500 downloads from sourceforge. It is kind of hard to
expect everyone to download source code and recompile GNOME libraries.

Most people will discard a program if it doesn't work on the first try.

What I've got working now is a shell script wrapper around the program
that tries to detect the needed libraries and force them to load by
using the LD_PRELOAD environment variable.

Don

On Fri, 2002-07-26 at 21:27, Christian Reis wrote:
> On Fri, Jul 26, 2002 at 05:25:45PM -0600, Don Allingham wrote:
> > 
> > Since my application is dependent on libglade, I'm not sure if I can get
> > my application to switch to gdkpixbuf.
> > 
> > I do have a small C library that I dynamically load, so I tried to have
> > it be dependent on libgdk and libgdk_imlib, hoping that it would force
> > libgdk and libgdk_imlib to load, and resolve the dependencies. I even
> > made sure that this was the first library imported. No luck :-(
> 
> You can try and recompile imlib to include a "-lgdk" on the libs line
> for gcc.
> 
> Take care,
> --
> Christian Reis, Senior Engineer, Async Open Source, Brazil.
> http://async.com.br/~kiko/ | [+55 16] 261 2331 | NMFL
> 


_______________________________________________
pygtk mailing list   [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

Reply via email to