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.

Attachment: PGP.sig
Description: PGP signature

Reply via email to