Anonymous - 2000-08-08

Hi, I compiled libsphinx2 for win32 and am having trouble linking to it.  I'm using Microsoft Visual C++ 6.  Here's the error output from the linker :

libsphinx2.lib(err.obj) : error LNK2001: unresolved external symbol _errno
libsphinx2.lib(cep_rw.obj) : error LNK2001: unresolved external symbol _errno
libsphinx2.lib(pconf.obj) : error LNK2001: unresolved external symbol __pctype
libsphinx2.lib(time_align.obj) : error LNK2001: unresolved external symbol __pctype
libsphinx2.lib(str2words.obj) : error LNK2001: unresolved external symbol __pctype
libsphinx2.lib(pconf.obj) : error LNK2001: unresolved external symbol ___mb_cur_max
libsphinx2.lib(time_align.obj) : error LNK2001: unresolved external symbol ___mb_cur_max
libsphinx2.lib(str2words.obj) : error LNK2001: unresolved external symbol ___mb_cur_max
listen___Win32_Debug_8_7_00_Sphinx/listen.exe : fatal error LNK1120: 3 unresolved externals
Error executing link.exe.

Something is obviously causing the redefinition of several globals, but I'm at a loss as to what the cause is.

Has anybody else gotten this to work or experienced the same problem?

Also, you need to add the file lab.c to the microsoft project files from CVS or it will be unable to like save_lab.

thanks,

andrew