Hi people, Good day to you, I have problems cross compiling glib package ang pango so that these libraries will be used for cross compiling... Currently I used the glib-config.cache with the following contents glib_cv_long_long_format=${glib_cv_long_long_format=ll} glib_cv_stack_grows=${glib_cv_stack_grows=no} glib_cv_has__inline=${glib_cv_has__inline=yes} glib_cv_has__inline__=${glib_cv_has__inline__=yes} glib_cv_uscore=${glib_cv_uscore=no} ac_cv_func_posix_getpwuid_r=${ac_cv_func_posix_getpwuid_r=yes} glib_cv_use_pid_surrogate=${glib_cv_use_pid_surrogate=yes} And when I try to cross compile, the following error message occured: /opt/cross_frv/frv-linux-gnu/local/bin/glib-genmarshal --nostdinc --prefix=g_cclosure_marshal ../../glib-2.2.3/gobject/gmarshal.list --header >> xgen-gmh \ && echo "#endif /* __G_MARSHAL_H__ */" >> xgen-gmh \ && (cmp -s xgen-gmh ../../glib-2.2.3/gobject/gmarshal.h || cp xgen-gmh ../../glib-2.2.3/gobject/gmarshal.h) \ && rm -f xgen-gmh xgen-gmh~ \ && echo timestamp > ../../glib-2.2.3/gobject/stamp-gmarshal.h /bin/sh: line 1: /opt/cross_frv/frv-linux-gnu/local/bin/glib-genmarshal: Permission denied make[2]: *** [../../glib-2.2.3/gobject/stamp-gmarshal.h] Error 126 make[2]: Leaving directory `/vnj/gtk-files/univiewer-gtk/gtk+2.0/glib-2.2.3-build/gobject' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/vnj/gtk-files/univiewer-gtk/gtk+2.0/glib-2.2.3-build' make: *** [all-recursive-am] Error 2 Does anyone knows how to fix this problem???? _______________________________________________ gtk-list@xxxxxxxxx http://mail.gnome.org/mailman/listinfo/gtk-list