RE: [CMake] Compile/install on HPUX on ia64 (Itanium)

2006-06-29 Thread David Akdikmen
support for the new style IO streams? -David -Original Message- From: William A. Hoffman [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 28, 2006 5:05 PM To: David Akdikmen; Brad King Cc: cmake@cmake.org Subject: RE: [CMake] Compile/install on HPUX on ia64 (Itanium) My HP does

RE: [CMake] Compile/install on HPUX on ia64 (Itanium)

2006-06-29 Thread William A. Hoffman
Akdikmen Cc: cmake@cmake.org; William A. Hoffman Subject: Re: [CMake] Compile/install on HPUX on ia64 (Itanium) David Akdikmen wrote: Success with latest from CVS!!! Both make and make install seems to work, Thanks, Great. I added the option by setting the environment variables before running

RE: [CMake] Compile/install on HPUX on ia64 (Itanium)

2006-06-29 Thread David Akdikmen
: Thursday, June 29, 2006 11:25 AM To: David Akdikmen; Brad King Cc: cmake@cmake.org Subject: RE: [CMake] Compile/install on HPUX on ia64 (Itanium) How can you tell what version it is? At 11:16 AM 6/29/2006, David Akdikmen wrote: Hi, What version of the compiler you got? I'm getting all sorts

RE: [CMake] Compile/install on HPUX on ia64 (Itanium)

2006-06-29 Thread William A. Hoffman
At 11:46 AM 6/29/2006, David Akdikmen wrote: cc -V or as root swlist -l product and look for compiler (C-ANSI-C) in output. I get ACXX C.05.50HP aC++ ... C-ANSI-C C.05.50HP C/ANSI C Compiler ... trower 53: cc -V cc: HP aC++/ANSI C B3910B A.06.06

RE: [CMake] Compile/install on HPUX on ia64 (Itanium)

2006-06-28 Thread David Akdikmen
] Sent: Tuesday, June 27, 2006 10:14 AM To: David Akdikmen; cmake@cmake.org Subject: Re: [CMake] Compile/install on HPUX on ia64 (Itanium) I just tried on this machine: trower 130: uname -a HP-UX trower B.11.23 U ia64 2948882498 unlimited-user license It has aCC and cc. I had a small problem

RE: [CMake] Compile/install on HPUX on ia64 (Itanium)

2006-06-28 Thread David Akdikmen
, the compiler will not compile code containing anachronistic constructs. -David A. -Original Message- From: Brad King [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 28, 2006 1:36 PM To: David Akdikmen Cc: William A. Hoffman; cmake@cmake.org Subject: Re: [CMake] Compile/install

Re: [CMake] Compile/install on HPUX on ia64 (Itanium)

2006-06-28 Thread Brad King
David Akdikmen wrote: Success with latest from CVS!!! Both make and make install seems to work, Thanks, Great. I added the option by setting the environment variables before running configure. (At the bash prompt before running configure) export CFLAGS=+p export CXXFLAGS=+p What was the

RE: [CMake] Compile/install on HPUX on ia64 (Itanium)

2006-06-28 Thread David Akdikmen
] Compile/install on HPUX on ia64 (Itanium) David Akdikmen wrote: Success with latest from CVS!!! Both make and make install seems to work, Thanks, Great. I added the option by setting the environment variables before running configure. (At the bash prompt before running configure) export

RE: [CMake] Compile/install on HPUX on ia64 (Itanium)

2006-06-28 Thread William A. Hoffman
A. Hoffman Subject: Re: [CMake] Compile/install on HPUX on ia64 (Itanium) David Akdikmen wrote: Success with latest from CVS!!! Both make and make install seems to work, Thanks, Great. I added the option by setting the environment variables before running configure. (At the bash prompt

[CMake] Compile/install on HPUX on ia64 (Itanium)

2006-06-26 Thread David Akdikmen
Hi, I am trying to get cmake to build with the aC++ compiler on Itanium version of HP-UX. I got the source, cmake-2.4.2, and ran ./configure (which runs ./bootstrap). So far it is outputting many errors when doing the make. Looks like either the compiler is not complaining about missing