n_texis() generating eroneous error

Post Reply
acoulson0
Posts: 8
Joined: Thu Dec 21, 2000 8:01 am

n_texis() generating eroneous error

Post by acoulson0 »

When I have texis installed in a directory other than /usr/local/morph3 I am getting eroneous WARNING messages about being unable to execute monitor from that directory during calls to n_texis().
User avatar
Kai
Site Admin
Posts: 1272
Joined: Tue Apr 25, 2000 1:27 pm

n_texis() generating eroneous error

Post by Kai »

Make sure you've installed Texis using the install script, not by copying files. The libs that were used to link in n_texis() for your executable probably weren't patched to contain the install directory. Either make /usr/local/morph3 a symlink to the install directory, or run:

gwpatch -p/your/install/dir your-executable

on the executable in question. (You could also try running it on api/libtexis.a and re-linking.)
Post Reply