hai all, 

I am trying to cross compile gtk+-directfb-2.0.9 for ARM92 board using 
toolchain arm-linux, I  have set all variables like 
CC,LD,AS,AR,RANLIB,STRIP correctly. 
including variables like LD_LIBRARY_PATH,PKG_CONFIG_PATH,LD_RUN_PATH and 
also all the flags like 
BASE_DEPENDENCIES_CFLAGS,BASE_DEPENDENCIES_LIBS,GLIB_CFLAGS,GLIB_LIBS,PANGO_CFLAGS,PANGO_LIBS
 


below is my configure 

./configure  --host=arm-linux --build=i686-linux --prefix=$PREFIX 
--enable-static=yes --without-x --with-gdktarget=directfb 
--without-libtiff --without-libjpeg --disable-glibtest --disable-modules 
--disable-largefile 

when i do a make i get

/opt/gtkdfb-arm/include/glib-2.0/glib/ghash.h:82:1: warning: "/*" within 
comment
gtkdialog.c: In function 'gtk_dialog_new_with_buttons':
gtkdialog.c:463: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
make[1]: *** [gtkdialog.lo] Error 1
make[1]: Leaving directory `/home/shilpasingh/gtk+-directfb/gtk'
make: *** [all-recursive] Error 1 

______________________________________________________________________
_______________________________________________
directfb-users mailing list
directfb-users@directfb.org
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-users

Reply via email to