View Single Post

   
  #1 (permalink)  
Old 01-17-2008, 05:35 AM
cppusr
 
Posts: n/a
Default 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.

Reply With Quote