Hi Carlo I too am trying to get GTK...glib 1st cross compiled for Arm. I am not using scratchbox but am using arm-linux-gcc (GCC) 3.3.2 perhaps we can share experiences as we go :0) I have been having problems with my linker not finding the libraires I solved that now I have invoked /.configure as below ./configure CC=/usr/local/arm/3.3.2/bin/arm-linux-gcc --host=arm-linux --build=i686-linux --prefix=/home/anbeyon/Documents/Projects/Chord/Pandora4/Software/GTK/GTKBuild/glib this causes configure process ends with; . . . checking for format to printf and scanf a guint64... none checking for an ANSI C-conforming const... yes checking if malloc() and friends prototypes are gmem.h compatible... yes checking for growing stack pointer... configure: error: cannot run test program while cross compiling See `config.log' for more details. Do you have any ideas what that means - I'm pretty new to ./config and large packages like GTK Do I need to add --cache-file=arm_cache.conf and create arm_cache.conf ? Regards, CLive On Wednesday 18 May 2005 11:19, Carlo wrote: > Hello all, > > it's now time to begin using gtk on embedded devices; therefore, as a > first step, I'm trying to cross-build glib - using both a basic > toolchain (gcc-3.2.2) and scratchbox 1.0 (gcc-3.3.4). > > In particular, I used under scratchbox following configure instruction: > > ./configure --host=linux-arm --cache-file=arm_cache.conf > > with following lines in arm_cache.conf: > > glib_cv_stack_grows=no > ac_cv_func_posix_getpwuid_r=yes > glib_cv_uscore=yes > > but the configure process ends with: > > ... > checking for EILSEQ... yes > checking for glib-genmarshal... no > configure: error: Could not find a glib-genmarshal in your PATH > > This is confusing me; how can it look for glib-genmarshal *before* > having built glib? What am I loosing here? > > TIA, > Carlo > _______________________________________________ > gtk-list mailing list > gtk-list gnome org > http://mail.gnome.org/mailman/listinfo/gtk-list |