Operating System - HP-UX
1753290 Members
5025 Online
108792 Solutions
New Discussion

Re: HP aC++ Can't find include file

 
Joe Profaizer
Super Advisor

HP aC++ Can't find include file

Just installed aC++ and trying to compile a program that uses iostream include file.
Get message include file not found even when supplying -I"/opt/aCC/include" on command line.

We've also verified the file is in that respective directory.

Please assist.
4 REPLIES 4
Rick Garland
Honored Contributor

Re: HP aC++ Can't find include file

Check your $PATH. If the file is in there but the compiler can't find it, it may not know it is there.
Antoanetta Naghiu
Esteemed Contributor

Re: HP aC++ Can't find include file

Beside PATHt, take a look at LIBPATH as well.
Dennis Handly
Acclaimed Contributor

Re: HP aC++ Can't find include file

iostream requires you to compile with -AA.

James R. Ferguson
Acclaimed Contributor

Re: HP aC++ Can't find include file

Hi:

 

Wow, an 11-year old thread with a current response.  Why?!

 

...JRF...