When I build using build.bat I get fatal error LNK1181: cannot open
input file 'libeay32.lib'

First I build OpenSSL 1.0.0a from a windows command prompt without any
problems.  OpenSSL is built multithreaded dll /MD.
"C:\Program Files\Microsoft Visual Studio
9.0\Common7\Tools\vsvars32.bat"
perl Configure VC-WIN32 no-asm --prefix=c:\openssl
ms\do_ms
nmake -f ms\ntdll.mak
nmake -f ms\ntdll.mak test
nmake -f ms\ntdll.mak instal

Then I tried to build Net-SNMP from a new command prompt
"C:\Program Files\Microsoft Visual Studio
9.0\Common7\Tools\vsvars32.bat"
set INCLUDE=%INCLUDE%;c:\openssl\include
set LIBPATH=%LIBPATH%;c:\openssl\lib
build.bat

Net-SNMP build and install options
==================================

1.  OpenSSL support:                enabled
2.  Platform SDK support:           enabled

3.  Install path:                   c:/usr
4.  Install after build:            enabled

5.  Perl modules:                   enabled
6.  Install perl modules:           disabled

7.  Quiet build (logged):           enabled
8.  Debug mode:                     disabled

9.  IPv6 transports (requires SDK): disabled
10. winExtDLL agent (requires SDK): disabled

11. Link type:                      dynamic

12. Install development files       disabled

F.  Finished - start build

link.exe @D:\Profiles\WarrenD\LOCALS~1\Temp\nm56C.tmp
LINK : fatal error LNK1181: cannot open input file 'libeay32.lib'
NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio
9.0\VC\BIN\link.exe"' : return code '0x49d'
Stop.
NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio
9.0\VC\BIN\nmake.EXE"' : return code '0x2'
Stop.


I then tried to build using Visual Studio 2008 and  I got 1>LINK : fatal
error LNK1104: cannot open file 'libeay32MD.lib'


Dan Warren


------------------------------------------------------------------------------
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev 
_______________________________________________
Net-snmp-coders mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to