On Mon, Mar 12, 2007, Wei Weng wrote:

> Hi all.
> 
> I followed every single step described in the User's guide about how to 
> build FIPS under win32.
> 
> I downloaded and installed MinGW and MSYS, started MSYS, untared the 
> openfips-1.1.1.tar.gz, and then went in the directory and did a ./config 
> fips; make;
> 
> I got this error message after waiting for the compile to finish.
> 
> ../libcrypto.a(fipscanister.o):bss_file.c:(.text+0xc25a): undefined 
> reference to `bn_add_words'
> ../libcrypto.a(fipscanister.o):bn_add.c:(.text+0xc613): undefined 
> reference to `bn_add_words'
> ../libcrypto.a(fipscanister.o):bn_add.c:(.text+0xc77c): undefined 
> reference to `bn_add_words'
> ../libcrypto.a(fipscanister.o):bn_div.c:(.text+0xd0f7): undefined 
> reference to `bn_mul_words'
> .........<Many lines of similar error messages>..................
> 

Sounds like mingw hasn't been installed correctly possibly resulting in some
assembly language files not being built. I'd suggest deleting the whole FIPS
1.1.1 tree, reextrating from the tar and trying to build again from scratch.

If you still get problems try again logging the output of "make".

Steve.
--
Dr Stephen N. Henson. Email, S/MIME and PGP keys: see homepage
OpenSSL project core developer and freelance consultant.
Funding needed! Details on homepage.
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                           [EMAIL PROTECTED]

Reply via email to