On Thu, 06 Jul 2006 17:49:31 -0600, Mark Leisher wrote: > Roo wrote: >> On Thu, 06 Jul 2006 16:52:40 -0600, Mark Leisher wrote: >> >>> Roo wrote: >>>> %configure --with-xinput=xfree --disable-gtk-doc --without-pic >>>> >>> Another configure annoyance. The command line parameter to disable >>> shared code is typically --disable-shared. I don't recall having seen >>> --without-pic before. >> >> It is there in the configure script. >> >> # Check whether --with-pic or --without-pic was given. >> >> if test "${with_pic+set}" = set; then >> withval="$with_pic" >> pic_mode="$withval" >> else >> pic_mode=default >> fi; >> test -z "$pic_mode" && pic_mode=default >> >> > Hmm. I have no experience working with non-PIC code in shared libraries, > so I'm unsure what the difference is. If you have success compiling with > --disable-shared, some performance difference may be apparent. %configure --with-xinput=xfree --disable-gtk-doc --disable-shared It didn't build. It complained about a stock image not being in the correct format. I have no idea why. _______________________________________________ gtk-list@xxxxxxxxx http://mail.gnome.org/mailman/listinfo/gtk-list