[omniORB] Successful HP-UX 11 build of omniORB-4.0.2 (works...)
Claudio Scafuri
claudio.scafuri at elettra.trieste.it
Mon Oct 6 14:41:34 BST 2003
We were able to build and run omnoORB-4.0.2 on HP-UX 11 with the following
configuration, inserted into beforeauto.mk .
Notice also that you have to build python using aCC to compile the main()
function and link the executable.
.....
ifdef Compiler_aCC
CXXDEBUGFLAGS = -O
CXXOPTIONS += -AA -mt -w +inst_v +DAportable \
-D_THREAD_SAFE \
-DRWSTD_MULTI_THREAD \
-DRW_MULTI_THREAD
CXXLINKOPTIONS += -AA -Wl,+s -lnsl
CDEBUGFLAGS = -O
COPTIONS = -w -Aa -D_HPUX_SOURCE +DAportable
CLINKOPTIONS = -noshared -Wl,+s
SHAREDLIB_CPPFLAGS += +Z
SharedLibraryPlatformLinkFlagsTemplate = -b -Wl,+h$$soname -Wl,+s
endif
....
Claudio Scafuri
More information about the omniORB-list
mailing list