I am trying to install omniORB-4.1.6 on a CentOS 5.3 virtual machine,
and, so far I have extracted the install files, and ran the following
./configure - not within a separate build sub-directory
Is "not within a separate build sub-directory" a message you received?
It's best practice to use a separate build directory, but it's not
essential.
make - error is displayed: no targets speicified and no makefile
found.
Presumably that's because the configure script didn't work.
Attached config.log.
You don't appear to have a C++ compiler installed, which is a bit of a
problem for a C++ package:
configure:2997: checking for g++
configure:3027: result: no
configure:2997: checking for c++
configure:3027: result: no
configure:2997: checking for gpp
configure:3027: result: no
configure:2997: checking for aCC
configure:3027: result: no
configure:2997: checking for CC
configure:3027: result: no
configure:2997: checking for cxx
configure:3027: result: no
configure:2997: checking for cc++
configure:3027: result: no
configure:2997: checking for cl.exe
configure:3027: result: no
configure:2997: checking for FCC
configure:3027: result: no
configure:2997: checking for KCC
configure:3027: result: no
configure:2997: checking for RCC
configure:3027: result: no
configure:2997: checking for xlC_r
configure:3027: result: no
configure:2997: checking for xlC
configure:3027: result: no
Cheers,
Duncan.
--
-- Duncan Grisby --
-- ***@grisby.org --
-- http://www.grisby.org --