c++ header file location issue Hi,
I am trying to compile c++ program on HP-UX PARISC B.11.00, using CC
compiler.
I am not able to locate basic files like vector, string, iostream
under /usr/include, instead they are located under /opt/aCC/include,
and /usr/local/include/c++/3.3.2/iostream.
I am not much friendly with HP-UX, hence would like to know if CC
installation on my machine is in any kind of problem.
I need to have generic makefile for multiple platforms, and same
program is working fine wo any issues on linux, and solaris.
Regards. |