Operating System - Linux
1825576 Members
2199 Online
109682 Solutions
New Discussion

c compiler directives hp ux 11.23

 
SOLVED
Go to solution
Donald Thaler
Super Advisor

c compiler directives hp ux 11.23

how do i find out the version of the c or c++ compiler, where would i go to find the valid flags for the compilers ?
2 REPLIES 2
Dennis Handly
Acclaimed Contributor

Re: c compiler directives hp ux 11.23

You need to mention whether you are on PA or IPF, there is a big difference.

To find the version you can use what(1) or the -V option. (PA C requires a source file too.)

JRF's links gets you to the versions and there are corresponding pages for documentation:
http://docs.hp.com/en/10946/index.htm
http://docs.hp.com/en/11920/HP%20aC++%20Online%20Programmer's%20Guide/index.htm
http://docs.hp.com/en/7763/5991-4871/c_index.html