Re: Linking with fipsld

2013-02-01 Thread Steve Marquess
On 02/01/2013 03:19 AM, Santhosh Kokala wrote: > Linking the FIPS capable libraries to our code is proving to be a real pain > in the butt. ... > 2) Does fipsld have to be used or could I, within the spirit of the security > policy, make my own fipsld of sorts that compiles fipspre_main.c with gcc

Linking with fipsld

2013-02-01 Thread Santhosh Kokala
Linking the FIPS capable libraries to our code is proving to be a real pain in the butt. The problem stems from the fact that long before I arrived it was decided that everything is to be linked statically. So that means that fipsld is needed. To compound things our code is c++ and compiled using g