On Mon, Jan 05, 2009, Chikkanagappa, Manjula wrote: > > Hello, > > I am using static FIPS modules on Windows XP 32 bit. I am trying to link > with my application. I am following command in User Guide 1.2 for static > linking. > > perl util\fipslink.pl /nologo /subsystem:console /machine:I386 > /out:out32\md2test.exe /ENTRY:"main" > > what does /out: option mean. What shud I be specifying here. Go this > option /out:out32\md2test.exe in google. > What does FIPS_TARGET environmental variable mean? >
The options mean exactly the same as they do when passed to the link.exe program from VC++. FIPS_TARGET is the location of the output target file. You can seem some examples of its usage in ms\nt.mak Unless you have to use static libraries I'd suggest linking against the shared libraries: you don't have to use any special link procedure to use those. Steve. -- Dr Stephen N. Henson. Email, S/MIME and PGP keys: see homepage OpenSSL project core developer and freelance consultant. Homepage: http://www.drh-consultancy.demon.co.uk ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager majord...@openssl.org