Lars Gullik Bj�nnes wrote: > somethign should be mentioned in config.log about this... can you > check? > I just looked at configure. The problem comes if you disable static in pspell, so that there is no libpspell.a
It starts at configure line 8529
pspell_use_lib=NO
for i in $pspell_libs;
do
for j in libpspell.a;
do
if test -r "$i/$j"; then
pspell_use_lib=$i
break 2
fi
done
done
.
.
.
PSPELL_LIBS="-L$pspell_use_lib -lpspell"
