[omniORB] Building omniORB-4.1.4 under AIX
Duncan Grisby
duncan at grisby.org
Tue Oct 9 11:43:36 BST 2012
On Thu, 2012-10-04 at 13:16 +0000, Jayanth Venkatraj wrote:
> And I could not find omnipython for AIX. Can anyone point me in the
> right direction to where I can get the source for omnipython, so I can
> build it from scratch?
You should use a full install of Python. omnipython is obsolete.
> And I am did the ./configure –
> prefix=/usr/citizens_prep/omniORB-4.1.4/build
You shouldn't set the prefix to the build directory. You should set it
to the place you're going to install omniORB.
> Do I need to specify a –build parameter?
No.
> gmake[3]: Entering directory
> `/usr/citizens_prep/omniORB-4.1.4/src/services/mklib'
[...]
> ld: 0706-006 Cannot find or open library file: -l omniORB41
There is an error in the makefiles for AIX. It has been fixed since
4.1.6, so the fix will be in 4.1.7.
Edit src/services/mklib/stublib/dir.mk and
src/services/mklib/dynstublib/dir.mk and remove the ifdef AIX blocks.
Duncan.
--
-- Duncan Grisby --
-- duncan at grisby.org --
-- http://www.grisby.org --
More information about the omniORB-list
mailing list