Hi, If you have properly specifed PREFIX, LD_LIBRARY_PATH and PKG_CONFIG_PATH, then it should work. Anyway, if it is getting the Pango, while configuring, then the problem may be something else. Anyway these are the random thoughts that came to my mind, someone else from the list may also be able to help you out..:
1. Check the lib folder($LD_LIBRARY_PATH) for pango libs. If they are there then fine otherwise you may have installed your target libraries somewhere else. 2.Open your Makefile of GTK, and search for the word "pango". You will get it in lines like *_LIBS or *_CFLAGS. See the path that it is pointing to and whether that is into your build system or not. You may want to specify LDFLAGS=$PREFIX/lib, where Prefix is the directory for the target's libraries. 3. Finally, there may be some problem with the generated pango library for your target itself. :-( You may want to go through: http://www.directfb.org/wiki/index.php/Projects:GTK_on_DirectFB_for_Embedded _Systems for some useful information regarding cross-compiling GTK. Regards, Siddharth TATA Elxsi -----Original Message----- From: venkatesh chilapur [mailto:[EMAIL PROTECTED] Sent: Thursday, May 17, 2007 2:16 PM To: Kumar Siddharth Subject: Re: Cross compiling gtk+-2.2.0 for arm hello kumar, i am venkatesh chilapur from asl advanced systems... i have also tried to cross compile the gtk-2.4 for arm platform, and i am successful in cross-compiling up to pango-1.4. but kumar, the problem is when i try to configure the gtk, it gives error as "can't link to pango". i have carefully specified the library paths and pkg-config.. during configure of gtk, it gets all references of the installed packages, but some problem while it is getting linked to pango. plzzz through some light on the same.... and do u know how to cross compile x11r6 for arm-linux platform.... ur reply will mean a lot to me.... venkatesh.chilapur _______________________________________________ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list