On 3/23/07, Batiev Andrey <[EMAIL PROTECTED]> wrote: > /bin/sh: line 1: 26640 Segmentation fault > GDK_PIXBUF_MODULE_FILE=../gdk-pix > buf/gdk-pixbuf.loaders ./gtk-update-icon-cache --force --ignore-theme-index > --so > urce builtin_icons stock-icons >gtkbuiltincache.h.tmp
It seems it's a bug in GTK itself, or in your toolchain (less likely), or both. I had such a problem (segmentation fault) when I was building the ncurses-5.5/5.6. You can try to set CFLAGS/CXXFLAGS for no optimization or to somehow modify the configure script's options. Fix -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
