I'm working on a VPN client compatible with Cisco's AnyConnect, which
uses SSL + DTLS. My code so far is at git:// or
http://git.infradead.org/users/dwmw2/anyconnect.git
It's mostly going quite well, but I'm having trouble with DTLS
compatibility and would massively appreciate some help from someo
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
Joshi:
A cursory look at your output indicates that gcc doesn't recognize two options
being used, namely -qnostdinc and -qnolm. When I execute "gcc -v --help" using
gcc version 3.4.6, I find ...
-nostdinc Do not search standard system include directories
and no entry for