You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pyfst was never tested under Cygwin :-(
Try finding the install path of openfst (/usr/local/include and /usr/local/lib in linux) and add it manually to setup.py: INC, LIB = ['/usr/local/include'], ['/usr/local/lib']
Hello, I have openfst and python working fine under Cygwin. But when I try "pip install pyfst", I get an error message as shown below.
Any guidance on how to fix this would be greatly appreciated.
Pierre Isabelle
g++ -shared -Wl,--enable-auto-image-base build/temp.cygwin-1.7.17-i686-2.6/fst/_fst.o -L/usr/lib/python2.6/config -lfst -lpython2.6 -o build/lib.cygwin-1.7.17-i686-2.6/fst/_fst.dll
/usr/lib/gcc/i686-pc-cygwin/4.5.3/../../../../i686-pc-cygwin/bin/ld: cannot find -lfst
The text was updated successfully, but these errors were encountered: