Hi!

I am trying to compile GTK using Scratchbox2, however, this time I guess this 
problem is not related to the Scratchbox version:

During compilation, qemu bails out with a segmentation fault:

---------------------------------------
gcc -DG_DISABLE_DEPRECATED -g -O2 -Wall -o .libs/test-gdk-pixbuf 
test-gdk-pixbuf.o -pthread  ./.libs/libgdk_pixbuf-2.0.so -lm 
/usr/lib/libgobject-2.0.so /usr/lib/libgmodule-2.0.so -ldl 
/usr/lib/libgthread-2.0.so -lpthread /usr/lib/libglib-2.0.so 
/usr/lib/libintl.so 
/home/loonatix/toolchains/arm-linux-uclibceabi/lib/gcc/arm-linux-uclibcgnueabi/4.2.1/../../../../arm-linux-uclibcgnueabi/lib//libintl.so
 -lc -Wl,--rpath 
-Wl,/home/loonatix/toolchains/arm-linux-uclibceabi/lib/gcc/arm-linux-uclibcgnueabi/4.2.1/../../../../arm-linux-uclibcgnueabi/lib/
creating test-gdk-pixbuf
LOADERS=`echo libpixbufloader-*.la` ; \
        if test "x$LOADERS" != 'xlibpixbufloader-*.la' ; then \
          echo "Writing a gdk-pixbuf.loader file to use when running examples 
before installing gdk-pixbuf."; \
          ../gdk-pixbuf/gdk-pixbuf-query-loaders $LOADERS 
> ./gdk-pixbuf.loaders ;\
        else \
          echo "No dynamic modules found; will use only static modules for 
uninstalled example programs."; \
          touch gdk-pixbuf.loaders; \
        fi
Writing a gdk-pixbuf.loader file to use when running examples before 
installing gdk-pixbuf.
qemu: uncaught target signal 11 (Segmentation fault) - exiting
make[4]: *** [gdk-pixbuf.loaders] Error 245
-----------------------------------------

I had a similiar problem while compiling Pango, but simply re-running make 
actually was successful...maybe a memory problem?

Anyway, my question is: is this a known problem or something related to my 
setup?

as toolchain I use a buildroot system, uclibc cvs, gcc 4.1.2 , arm EABI


Thx for any help

Harry
_______________________________________________
Scratchbox-users mailing list
[email protected]
http://lists.scratchbox.org/cgi-bin/mailman/listinfo/scratchbox-users

Reply via email to