[omniORB] fail to compile 2.8 in NT again

Jeffrey Yu jjyu@prodigy.net
Thu, 30 Sep 1999 21:17:05 -0400


This is a multi-part message in MIME format.

------=_NextPart_000_0000_01BF0B89.2559F220
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: 7bit

This error message was captured in a NT4.0SP3/VC5.0SP3
environment.  What is wrong?  Please help!
Thanks.

--Jeffrey
------=_NextPart_000_0000_01BF0B89.2559F220
Content-Type: text/plain;
	name="err.txt"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: attachment;
	filename="err.txt"

omniLifeCycleDynSK.cc
(set -x; \
         echo "LIBRARY omniLC30_rtd" > omniLC.def; \
         echo "VERSION 8.0" >> omniLC.def; \
         echo "EXPORTS" >> omniLC.def; \
         DUMPBIN.EXE /SYMBOLS ../../debug/omniLCd.lib | \
         egrep '^[^ ]+ +[^ ]+ +SECT[^ ]+ +[^ ]+ +\(\) +External +\| =
+\?[^ ]*|^[^ ]+ +[^ ]+ +SECT[^ ]+ +[^ ]+ +External +\| +\?[^?][^ ]*'|\
         egrep -v 'deleting destructor[^(]+\(unsigned int\)' | \
         cut -d'|' -f2 | \
         cut -d' ' -f2 | /bin/sort -u >> omniLC.def; )
+ echo LIBRARY omniLC30_rtd
+ echo VERSION 8.0
+ echo EXPORTS
+ DUMPBIN.EXE /SYMBOLS ../../debug/omniLCd.lib
+ egrep ^[^ ]+ +[^ ]+ +SECT[^ ]+ +[^ ]+ +\(\) +External +\| +\?[^ ]*|^[^ =
]+ +[^ ]+ +SECT[^ ]+ +[^ ]+ +External +\| +\?[^?][^ ]*
+ egrep -v deleting destructor[^(]+\(unsigned int\)
+ cut -d| -f2
+ cut -d  -f2
+ /bin/sort -u
(libs=3D"wsock32.lib advapi32.lib omnithread2_rtd.lib omniORB280_rtd.lib =
omniDynamic280_rtd.lib"; \
         rm -f omniLC30_rtd.dll; \
         ../../../../../../bin/x86_win32/linkwrapper -gnuwin32 =
-out:omniLC30_rtd.dll -DLL -debug -PDB:NONE -def:omniLC.def \
           -IMPLIB:omniLC30_rtd.lib =
-libpath:../../../../../../lib/x86_win32 omniLifeCycle.o reDirect.o =
omniLifeCycleSK.o omniLifeCycleDynSK.o $libs; \
        )
link -out:omniLC30_rtd.dll -DLL -debug -PDB:NONE -def:omniLC.def =
-IMPLIB:omniLC30_rtd.lib -libpath:..\..\..\..\..\..\lib\x86_win32 =
omniLifeCycle.o reDirect.o omniLifeCycleSK.o omniLifeCycleDynSK.o wso
ck32.lib advapi32.lib omnithread2_rtd.lib omniORB280_rtd.lib =
omniDynamic280_rtd.lib
Microsoft (R) 32-Bit Incremental Linker Version 5.10.7303
Copyright (C) Microsoft Corp 1992-1997. All rights reserved.

   Creating library omniLC30_rtd.lib and object omniLC30_rtd.exp
/bin/sh: //d/bin/basename.exe: (null)
+ install -c -m 0755 omniLC30_rtd.dll ../../../../../../bin/x86_win32
/bin/sh: //d/bin/basename.exe: (null)
+ install -c -m 0644 omniLC30_rtd.lib ../../../../../../lib/x86_win32
(cd ../../bin/x86_win32; rebase.exe -b 0x68000000 -d *_rt.dll; )
REBASE: *** RelocateImage failed (*_rt.dll).  Image may be corrupted

REBASE: Total Size of mapping 0x00000000
REBASE: Range 0x68000000 -0x68000000
make: *** [export] Error 99
make: *** [export] Error 1
------=_NextPart_000_0000_01BF0B89.2559F220--