RE: Problem linking the examples in WinNT4

2000-08-16 Thread Glenn Carr
Sacristana Martinez > [mailto:[EMAIL PROTECTED]] > Sent: Friday, August 11, 2000 6:11 AM > To: [EMAIL PROTECTED] > Subject: Problem linking the examples in WinNT4 > > > Hello!! > > I tried to compile the examples included in OpenSSL and after > setting the > libr

Re: Problem linking the examples in WinNT4

2000-08-11 Thread Oscar Jacobsson
Sergio Gallego Sacristana Martinez wrote: > MSVCRT.lib(MSVCRT.dll) : error LNK2005: [function] already defined in > LIBCD.lib(sprintf.obj) > > Could somebody help me?? Here's my two cents worth, anyway. The linker is complaining because it's finding two copies of the C runtime library. MSVCRT.

Problem linking the examples in WinNT4

2000-08-11 Thread Sergio Gallego Sacristana Martinez
Hello!! I tried to compile the examples included in OpenSSL and after setting the libraries Libeay32.dll Ssleay32.dll and RSAglue.lib on the link settings (input) of MS Visual C++ 6.0 I get this error: MSVCRT.lib(MSVCRT.dll) : error LNK2005: _sprintf already defined in LIBCD.lib(sprintf.obj)