Discussion:
[omniORB] OmniOrb supported compiler versions
Purushothaman, Karthik
2006-08-29 18:06:46 UTC
Permalink
Hai,
We build our source code on 4 platforms.
Following table list down compiler version we use in various platform.
1. Can omniorb be built on these plaforms using the specified compilers?


Operating System
Hardware Our Compilers
Windows 2000 x86 Microsoft Visual C++ 6.0 (Service Pack 6)
Solaris 9 SPARC Sun Studio 9 (32 Bit) patch 117549-01
HP-UX 11i PA-RISC aCC A.3.63 (32 bit)
HP-UX 11i Itanium aCC A.0.6.00 (32 bit)

2. Whole of our code base uses standard C++ and C libraries (#include
<iostream>, #include<cstdio> and not #include <iostream.h>,
#include<stdio.h>).
Does omniorb source code uses non-standard C++ and C libraries?
We could see HAVE_STD macro in the omniorb source code. This should take
care of building the souce code using standard C++ libraries. How about
C libraries (#include<stdio.h>) ??

Thanks,
Karthik



-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.omniorb-support.com/pipermail/omniorb-list/attachments/20060829/8f0f6002/attachment.htm
Eric McMillan
2006-08-29 21:32:52 UTC
Permalink
I know it can be built with both the HP-UX 11i compilers listed. I would
recommend upgrading them to the latest versions (6.10, 3.70), but the listed
ones work.



_____

From: omniorb-list-***@omniorb-support.com
[mailto:omniorb-list-***@omniorb-support.com] On Behalf Of
Purushothaman, Karthik
Sent: Tuesday, August 29, 2006 5:06 AM
To: omniorb-***@omniorb-support.com
Subject: [omniORB] OmniOrb supported compiler versions



Hai,

We build our source code on 4 platforms.

Following table list down compiler version we use in various platform.

1. Can omniorb be built on these plaforms using the specified compilers?




Operating System

Hardware

Our Compilers



Windows 2000

x86

Microsoft Visual C++ 6.0 (Service Pack 6)



Solaris 9

SPARC

Sun Studio 9 (32 Bit) patch 117549-01







HP-UX 11i

PA-RISC

aCC A.3.63 (32 bit)



HP-UX 11i

Itanium

aCC A.0.6.00 (32 bit)





2. Whole of our code base uses standard C++ and C libraries (#include
<iostream>, #include<cstdio> and not #include <iostream.h>,
#include<stdio.h>).

Does omniorb source code uses non-standard C++ and C libraries?

We could see HAVE_STD macro in the omniorb source code. This should take
care of building the souce code using standard C++ libraries. How about C
libraries (#include<stdio.h>) ??



Thanks,

Karthik







-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.omniorb-support.com/pipermail/omniorb-list/attachments/20060829/276facdb/attachment.htm
OKeeffe, Michael K
2006-08-30 19:15:37 UTC
Permalink
Ditto for the Microsoft VC++ 6.0. In fact the binaries are already
built for that compiler:

http://sourceforge.net/project/showfiles.php?group_id=51138&package_id=4
4914&release_id=385115

And there's also an installer:
http://www.omniorb-support.com/pipermail/omniorb-list/2006-July/027864.h
tml

-----Original Message-----
From: omniorb-list-***@omniorb-support.com
[mailto:omniorb-list-***@omniorb-support.com] On Behalf Of Eric
McMillan
Sent: Tuesday, August 29, 2006 10:33 AM
To: 'Purushothaman, Karthik'; omniorb-***@omniorb-support.com
Subject: RE: [omniORB] OmniOrb supported compiler versions



I know it can be built with both the HP-UX 11i compilers listed. I
would recommend upgrading them to the latest versions (6.10, 3.70), but
the listed ones work.



_____

From: omniorb-list-***@omniorb-support.com
[mailto:omniorb-list-***@omniorb-support.com] On Behalf Of
Purushothaman, Karthik
Sent: Tuesday, August 29, 2006 5:06 AM
To: omniorb-***@omniorb-support.com
Subject: [omniORB] OmniOrb supported compiler versions



Hai,

We build our source code on 4 platforms.

Following table list down compiler version we use in various platform.

1. Can omniorb be built on these plaforms using the specified compilers?




Operating System

Hardware

Our Compilers


Windows 2000

x86

Microsoft Visual C++ 6.0 (Service Pack 6)


Solaris 9

SPARC

Sun Studio 9 (32 Bit) patch 117549-01






HP-UX 11i

PA-RISC

aCC A.3.63 (32 bit)


HP-UX 11i

Itanium

aCC A.0.6.00 (32 bit)





2. Whole of our code base uses standard C++ and C libraries (#include
<iostream>, #include<cstdio> and not #include <iostream.h>,
#include<stdio.h>).

Does omniorb source code uses non-standard C++ and C libraries?

We could see HAVE_STD macro in the omniorb source code. This should take
care of building the souce code using standard C++ libraries. How about
C libraries (#include<stdio.h>) ??



Thanks,

Karthik







-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.omniorb-support.com/pipermail/omniorb-list/attachments/20060830/31106387/attachment.htm
Loading...