Discussion:
[omniORB] omniORB 4.1.3 compiation issues
Ravi Yasani
2010-11-23 11:42:16 UTC
Permalink
Hi,

While running make export in \[omnihome]\src folder as exlained in readme.win32 file, the make file fails with 'No such file or directory' while the below command is executed.

+ ../../../bin/x86_win32/libwrapper -gnuwin32 static/omnithread.lib static/nt.o
lib /OUT:static\omnithread.lib static\nt.o

Any taughts on how to resolve this error

Thanks,
Ravi

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.omniorb-support.com/pipermail/omniorb-list/attachments/20101122/89c4f0dc/attachment.htm
Duncan Grisby
2010-11-24 22:28:16 UTC
Permalink
Post by Ravi Yasani
While running make export in \[omnihome]\src folder as exlained in
readme.win32 file, the make file fails with 'No such file or
directory' while the below command is executed.
+ ../../../bin/x86_win32/libwrapper -gnuwin32 static/omnithread.lib static/nt.o
lib /OUT:static\omnithread.lib static\nt.o
The VC++ lib command is not on your path. It should be.

Is there a good reason for you to be using such old versions of both
omniORB and VC++?

Duncan.
--
-- Duncan Grisby --
-- ***@grisby.org --
-- http://www.grisby.org --
Loading...