Im trying to compose .lib file using lib.exe from vc 10 and .def file. Getting following error:

C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin>lib.exe /DEF:sqlite3.def
Microsoft (R) Library Manager Version 10.00.30319.01
Copyright (C) Microsoft Corporation. All rights reserved.

LINK : warning LNK4068: /MACHINE not specified; defaulting to X86
Creating library sqlite3.lib and object sqlite3.exp
LINK : fatal error LNK1104: cannot open file 'sqlite3.lib'

Looked into other orums/topics on the web but wasnt able to find working solution (LNK1104 usually appears during projects compilation, what a suprise!)

Thanks in advice for any tips