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/
