Operating System - HP-UX
1827458 Members
6166 Online
109965 Solutions
New Discussion

include path order for -AA

 
SOLVED
Go to solution
Venkat Chandrasekaran
Occasional Advisor

include path order for -AA

I understand that when I compile with -AA flag, the pre-processor knows where to look for appropriate include files. So, I don't specify any -I option for system includes.

What's the order of system include directories that aCC uses when -AA option is used?

Thanks much.
1 REPLY 1
A. Clay Stephenson
Acclaimed Contributor
Solution

Re: include path order for -AA

This is all documented in the online documentation for aCC but the default with no -Idir is /opt/aCC/include,/usr/include.
If it ain't broke, I can fix that.