[omniORB] Can't compile

Onopin Mikhal onopin.m.v@mail.ru
Fri, 12 Oct 2001 15:38:21 +0400


I was download the snaphot of omniORB:

omniORB-20011012.tar.gz

Then unpack it to root directory of my omniORB-3.0.4.
I use cygwin, Windows XP Pro.

then i run:
>pwd
/cygdrive/d/usr/omni/src
>make export
...
...
Microsoft (R) Incremental Linker Version 6.00.8447
Copyright (C) Microsoft Corp 1992-1998. All rights reserved.

   Creating library shared/omniDynamic400_rt.lib and object shared/omniDynamic400_rt.exp
ir.o : error LNK2001: unresolved external symbol "public: __thiscall _omniFinalCleanup::_omniFinalCleanup(void)" (??0_omniFinalCleanup@@QAE@XZ)
irdynstub.o : error LNK2001: unresolved external symbol "public: __thiscall _omniFinalCleanup::_omniFinalCleanup(void)" (??0_omniFinalCleanup@@QAE@XZ)
Namingdynstub.o : error LNK2001: unresolved external symbol "public: __thiscall _omniFinalCleanup::_omniFinalCleanup(void)" (??0_omniFinalCleanup@@QAE@XZ)
bootstrapdynstub.o : error LNK2001: unresolved external symbol "public: __thiscall _omniFinalCleanup::_omniFinalCleanup(void)" (??0_omniFinalCleanup@@QAE@XZ)
corbaidldynstub.o : error LNK2001: unresolved external symbol "public: __thiscall _omniFinalCleanup::_omniFinalCleanup(void)" (??0_omniFinalCleanup@@QAE@XZ)
corbaidlstub.o : error LNK2001: unresolved external symbol "public: __thiscall _omniFinalCleanup::_omniFinalCleanup(void)" (??0_omniFinalCleanup@@QAE@XZ)
...
...

and more about 1000 lines like that.

What wrong?

Thanks.