1830162 Members
2269 Online
109999 Solutions
New Discussion

Compiling aCC with -AA

 
SOLVED
Go to solution
Bill Calver
Advisor

Compiling aCC with -AA

Will using the -AA flag with aCC automatically place -lCsup_v2 and -lstd_v2 into the link command or must all three be explicitly used?
3 REPLIES 3
Dennis Handly
Acclaimed Contributor
Solution

Re: Compiling aCC with -AA

Yes, provided you aren't doing -b shlib links.
Bill Calver
Advisor

Re: Compiling aCC with -AA

Thx, I was a little unclear.
Bill Calver
Advisor

Re: Compiling aCC with -AA

...