- - - - - - - - - - - - - - - - - - - - - - - - - - - - Name: Maxime Subject: Re: segfault on indexing
Try to build without compiler optimization by adding -O0 switch to CFLAGS: CFLAGS="-O0" ./configure <your_switches_here> If this does not help, try to build without threads support by adding --disable-pthreads switch for configure. - - - - - - - - - - - - - - - - - - - - - - - - - - - - Read the full topic here: http://www.dataparksearch.org/cgi-bin/simpleforum.cgi?fid=02;topic_id=1137887033;page=2
