Hi,
Anyone know the solution to this problem? I'm trying to install dbd-mysql
from source and am using 'mysqlclient.lib' from visual C++ 6.0. I'm also
using the nmake15 facility for Windows NT but when I run nmake I get the
following problem:
Obviously not building mysql.dll.
Creating library blib\arch\auto\DBD\mysql\mysql.lib and object
blib\arch\auto\DBD\mysql\mysql.exp
mysqlclient.lib(password.obj) error LNK2001: unresolved external
symbol_ftol2
nmake: fatal error U1077 'C:\WINNT\system32\cmd.exe':return code '0x1'
Stop.
Any ideas? What is this password.obj? Is it possible to set it?