[omniORB] Question when building install

Jared Peterson jared@tgflinux.com
Mon, 18 Dec 2000 09:35:02 -0800


Jonas Reimers wrote:

> end
>
> Ok maybe I am stupid but, when I will build the source to omniORB the
> instructios tells me to type 'make export' in the <top> \src directory
>
> So in the Command Prompt I type the path to the src folder and the types make
> export.  Nothing happens?
>
> /Jonas

You need to go and edit the proper config files for you platform first.  I
believe that it should tell you about this in the README files.  But I think
that the files are $TOP_LEVEL_OMNI/mk/platforms/yourplatform.mk  .... here you
need to make sure that the python path is correct.  Then you need to edit
$TOP_LEVEL_OMNI/config/config.mk   ...  here you need to uncomment the line for
your platform.  Then you can go to the src/ dir and type make export and it
should work.  I hope that this helps

Jared