Hi, I managed to build a GTK+ application for ARM some weeks ago.
You cannot build GTK+ applications for ARM with glib/gtk+ libs for the PC. You have to rebuild both libs for ARM. Please refer to http://innominate.org/kurth/ipaq/cross/ to obtain more information about cross-compiling GTK+ for ARM. This web site provides a config.site script that eases using the ARM cross compiler to build autoconf'ed packages. Moreover, it provides a patch for cross-compiling glib-1.2.10. Regards, Joerg -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Xiong Feng Sent: Wednesday, December 11, 2002 7:04 AM To: [EMAIL PROTECTED] Subject: Problem in cross-compile Hi, I want to cross-compile a small application for the ARM board using GTK+, but it reports many " multiple definition" error. I have cross compiled message.o, dialog.o, gnome-dialog.o and create libemapp.so emapplib.a. I think I need to recompile glib-1.2.7 and gtk+-1.2.7 using cross-compiler, I have amend acglib.m4 and configure.in file according to the Bugzilla Bug 58786, but there is no use. It still use gcc compile, not arm-linux-gcc. How to cross-compile glib-1.2.7 and gtk+-1.2.7? Anyone know how to resolve it or have any suggestion please inform me: [EMAIL PROTECTED] Thanks a lot in advance. _______________________________________________ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list
