[omniORB] Need help on omniOrb3.02 installation.
Duncan Grisby
dgrisby@uk.research.att.com
Mon, 15 Jan 2001 12:30:17 +0000
On Sunday 14 January, Harry Tang wrote:
> I tried to install omniORB 3.02 on unix system SUNOS5.6(which is solaris
> 2.6), and I plan to use gcc(2.8.1) as my C++ compiler. The tar file I
> download from att site is source code(not a binary distribution).
I don't think omniORB will work with gcc 2.8.1. You should use gcc
2.95.2.
> 'make export' had fatal failure, don't know how to make target export.
> In my src directory I do have GNUmake file, which is a very short file.
> Can someone tell me how to 'make export' successfully?
Are you _sure_ you are using GNU make? What happens if you do
"make -v"? If it doesn't claim to be GNU make, then that's the
problem. Maybe you need to use "gnumake" rather than just "make".
Cheers,
Duncan.
--
-- Duncan Grisby \ Research Engineer --
-- AT&T Laboratories Cambridge --
-- http://www.uk.research.att.com/~dpg1 --