Luis Rivera <[EMAIL PROTECTED]> writes: | I assume it is my fault, since I don't know exactly how to install nls | support. However, I think ./configure should report it, to keep people | away from assuming nls will be working. | | Anyway, I went ahead and tried | | ./configure --with-frontend=xforms --with-extra-prefix=/usr/local | --without-latex-config --disable-pch --disable-nls | | ...and bingo! It compiled, installed, ran, imported/exported, and even | bindist! The problem: internationalization was removed. I don't mind | using the English GUI, but somebody would...
You can try with --with-included-gettext as well (instead of --disable-nls) -- Lgb