when i have done FIPS_mod_set(1),it goes into the fips mode and when i am doing FIPS_mod_set(0), it come out of fips mode but when i again apply FIPS_mod_set(1) ,it does not goes to fips mode
can u please help me out Thanks Joshi On Wed, Sep 24, 2008 at 3:55 AM, Tim Hudson <[EMAIL PROTECTED]> wrote: > joshi chandran wrote: > >> when i am using make CC=fipsld FIPSLD_CC=gcc , i am getting error message >> > > gcc: unrecognized option `-qnostdinc' > > gcc: unrecognized option `-qnolm' > > Those are xlc options - i.e. the IBM compiler. > Perhaps > make CC=fipsld FIPSLD_CC=xlc > might be a better option. Look at the settings for CC in the top-level > Makefile and that is the value to use for FIPSLD_CC > > Tim. > -- Regards Joshi Chandran