[omniORB] Link error on example code

James Dempsey jdempsey@sctcorp.com
Thu, 24 Aug 2000 18:28:04 -0400


Hello,

I just installed omniORB 3.0.1 on Windows NT and I'm trying to get
the example code to work.  When I try to make the echo example
I get the following link error:

D:\omni\src\examples\echo>nmake /f dir.mak

Microsoft (R) Program Maintenance Utility   Version 1.62.7022
Copyright (C) Microsoft Corp 1988-1997. All rights reserved.

        ..\..\..\bin\x86_win32\omniidl -bcxx -Wbh=.hh -Wbs=SK.cc -Wbtp
echo.idl
        cl /nologo /c -O2 -MD -GX -D__WIN32__ -D__x86__ -D__NT__
-D__OSVERSION__
=4 -I. -I..\..\..\include /TpechoSK.cc echoSK.cc
        cl /nologo /c -O2 -MD -GX -D__WIN32__ -D__x86__ -D__NT__
-D__OSVERSION__
=4 -I. -I..\..\..\include /Tpeg1.cc eg1.cc
        link -nologo  -out:eg1.exe echoSK.obj eg1.obj
omniORB301_rt.lib omnithre
ad2_rt.lib  omniDynamic301_rt.lib  wsock32.lib advapi32.lib
-libpath:..\..\..\l
ib\x86_win32..\..\..\lib\x86_win32\omniORB301_rt.lib : fatal error
LNK1106: invalid file or
disk full: cannot seek to 0x39a8b538
NMAKE : fatal error U1077: 'link' : return code '0xc'
Stop.

I've downloaded and unzipped the binaries twice now and received the
same error
so I don't think the omniDynamic301_rt.lib file is corrupted.

I'm using Visual C++ 5.0.  This compiler is one of the supported C++
compilers
listed in the Win32 readme file.

Any ideas what's wrong?

Thanks,
Jim Dempsey
jdempsey@sctcorp.com