From: Mailing l. u. f. U. C. a. U. <kal...@li...> - 2013-05-08 14:33:55
|
On Wed, May 8, 2013 at 3:14 PM, Mailing list used for User Communication and Updates <kal...@li...> wrote: >>> Using Opensuse 12.3 64 bit, kernel 3.9. >>> $ ./configure >>> Configuring ... >>> Checking OpenFST library in /home/colin/kaldi-trunk/tools/openfst ... >>> Checking OpenFst library was patched. >>> Doing OS specific configurations ... >>> ***configure failed: Static OpenFST library not found: See >>> ../tools/INSTALL *** > > $ find ./ -name libfst.a > ./tools/openfst-1.3.2/lib64/libfst.a > ./tools/openfst-1.3.2/src/lib/.libs/libfst.a OK, a simple fix will be to create a symlink for libfst.a in openfst-1.3.2/lib. Also, tools/openfst-1.3.2 itself should be symlinked as tools/openfst -- if not, let us know. But I am surprised that the directory is lib64 an not lib. This could be an OS-specific issue that I cannot recreate. -Arnab |