On Wed, 22 Jun 2005 10:34:49 -0600 Pete Nagy <[EMAIL PROTECTED]> wrote:
> > This looks like a problem I fixed by editing the pango.modules file. I think the problem is not that. I have two programs which I compile using the same build tools (gcc from mingw) and run with the same runtime environment. One is running fine, the second ends with the infamous pango warning. the first one is linked with these libraries (output from dumpbin) KERNEL32.dll msvcrt.dll sqlite3.dll libxml2.dll gnet-2.0.dll libpango-1.0-0.dll libatk-1.0-0.dll libgdk_pixbuf-2.0-0.dll libgdk-win32-2.0-0.dll libgobject-2.0-0.dll libgtk-win32-2.0-0.dll libglib-2.0-0.dll and is linked with these flags -Lc:/dev-cpp/bin -Lc:/Dev-Cpp/lib -lm -lglib-2.0-0 -lintl \ -liconv -lws2_32 -lgthread-2.0-0 -lgtk-win32-2.0-0 -lgobject-2.0-0 \ -lgdk-win32-2.0-0 -lgdk_pixbuf-2.0-0 -latk-1.0-0 -lpango-1.0-0 -lgnet-2.0\ -lxml2 -lsqlite3 the second one is linked with these libraries KERNEL32.dll msvcrt.dll msvcrt.dll libtlen2.dll iksemel.dll gnet-2.0.dll libatk-1.0-0.dll libgdk_pixbuf-2.0-0.dll libgdk-win32-2.0-0.dll libgobject-2.0-0.dll libgtk-win32-2.0-0.dll libgthread-2.0-0.dll libglib-2.0-0.dll (pango is not listed, msvcrt.dll is listed twice!) and is linked using these flags -Lc:/dev-cpp/bin -Lc:/Dev-Cpp/lib -lm -lglib-2.0-0 -lintl \ -liconv -lws2_32 -lgthread-2.0-0 -lgtk-win32-2.0-0 -lgobject-2.0-0 \ -lgdk-win32-2.0-0 -lgdk_pixbuf-2.0-0 -latk-1.0-0 -lpango-1.0-0 -lgnet-2.0\ -lxml2 -liksemel -ltlen2 How do you explain that? hs _______________________________________________ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list