SpeedFreak
04-25-02, 04:27 PM
In VC6 I recently grabbed the source code for MySQL and wanted to build them on the machine they will run on.
There are several compile errors and they are specific to the assembler files.
Linking...
LINK : fatal error LNK1000: unknown error; consult documentation for technical support options
Error executing link.exe.
pack_isam.exe - 1 error(s), 0 warning(s)
Build : warning : failed to (or don't know how to) build 'D:\MySQLSRC\lib_release\zlib.lib'
Build : warning : failed to (or don't know how to) build 'D:\MySQLSRC\lib_release\mysqlclient.lib'
Linking...
LINK : fatal error LNK1181: cannot open input file "mysqlclient.lib"
Error executing link.exe.
mysqlcheck.exe - 1 error(s), 2 warning(s)
These are the two errors. Does anyone have any ideas?
There are several compile errors and they are specific to the assembler files.
Linking...
LINK : fatal error LNK1000: unknown error; consult documentation for technical support options
Error executing link.exe.
pack_isam.exe - 1 error(s), 0 warning(s)
Build : warning : failed to (or don't know how to) build 'D:\MySQLSRC\lib_release\zlib.lib'
Build : warning : failed to (or don't know how to) build 'D:\MySQLSRC\lib_release\mysqlclient.lib'
Linking...
LINK : fatal error LNK1181: cannot open input file "mysqlclient.lib"
Error executing link.exe.
mysqlcheck.exe - 1 error(s), 2 warning(s)
These are the two errors. Does anyone have any ideas?