Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
Windows XP
Description
Below are the steps to reproduce the issue
1. Installed OpenSSL in to the directory "C:\Program Files\OpenSSL"
2. Enabled SSL in the "configure.in" file
3. Executed the command "nmake all"
4. Got the following issue while building
************************************************************************************************************************
Generating Code...
LINK : fatal error LNK1181: cannot open input file 'Files\OpenSSL\lib\VC.obj'
NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio 8\VC\BIN\link.exe"' : return code '0x49d'
Stop.
************************************************************************************************************************