On Tue, Oct 12, 2010, Bill wrote: > Hello, > > I have followed the FIPS UserGuide 1.2 to build a FIPS object module and a > FIPS capable OpenSSL. > > I used openssl-fips-1.2.tar.gz and openssl-0.9.8o.tar.gz to build these. > > On Ubuntu, when I try to build a shared library that links with the > FIPS-capable OpenSSL static library, I get the following link error: > > $ make > FIPSLD_CC=gcc ./openssl-0.9.8o-fips/bin/fipsld -shared > -W1,-soname,libfoo.so.1 \ > -o libfoo.so.1 foo.o ./openssl-0.9.8o-fips/lib/libcrypto.a > cc1: error: unrecognized command line option "-W1,-soname,libfoo.so.1" > make: *** [libfoo.so.1] Error 1 >
That should be -Wl (letter l) and not -W1 (figure 1) shouldn't it? Steve. -- Dr Stephen N. Henson. OpenSSL project core developer. Commercial tech support now available see: http://www.openssl.org ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager majord...@openssl.org