Hello,

I hope this isn't too off-topic, really more a compiler question than
SQLITE.

I'm trying to compile Christian Werner's Sqlite JDBC driver under WinXP
using Platform SDK and VS2005. This process breaks with the follwing
error message:

Microsoft (R) Program Maintenance Utility Version 8.00.50727.42
Copyright (C) Microsoft Corporation.  All rights reserved.

cl -I. -Isqlite-3.3.5 -I"C:\Program Files\Microsoft Platform SDK\Include
\crt" -DHAVE_SQLITE3=1 -Gs -GX -D_WIN32 -nologo native/fixup.c cl :
Command line warning D9035 : option 'GX' has been deprecated and will be
re moved in a future release cl : Command line warning D9036 : use
'EHsc' instead of 'GX'
fixup.c
LINK : fatal error LNK1104: cannot open file 'LIBCMT.lib'
NMAKE : fatal error U1077: '.\cl.EXE' : return code '0x2'
Stop.

Problem is that LIBCMT.lib (included due to the -D_MT Switch?) that
doesn't exist in the SDK folders. The library only exists in the 64bit
subfolders (IA64, AM64).

Any ideas if the MT switch has been deprecated or where the library
should be found? Any better place to ask?

Thanks a lot,
Andreas


This message is for the designated recipient only and may contain privileged, 
proprietary, or otherwise private information.  If you have received it in 
error, please notify the sender immediately and delete the original.  Any other 
use of the email by you is prohibited.

Reply via email to