c++.stl - STLport Make Error
- Mutley (14/14) Sep 10 2003 Hi All! This was cross-posted to C++.STLsoft
- Jan Knepper (7/33) Sep 10 2003 Check if your KERNEL32.LIB is actually the original KERNEL32.LIB.
- Mutley (19/33) Sep 10 2003 "Jan Knepper" ... wrote...
Hi All! This was cross-posted to C++.STLsoft After updating DM CD version to 8.36, went on to STLport rebuilding and got the following error message: OPTLINK (R) for Win32 Release 7.50B1 Copyright (C) Digital Mars 1989 - 2001 All Rights Reserved C:\DM\BIN\..\lib\kernel32.lib Offset 0A2E8H Record Type 008A Error 138: Module or Dictionary corrupt --- errorlevel 1 SMAKE fatal error: command "dmc" returned with error code 1 Stopping. C:\dm\stlport\src> (running on Windows 98 SE) How can I correct this? Thanks! L. Olsson.
Sep 10 2003
Check if your KERNEL32.LIB is actually the original KERNEL32.LIB. If migth have been over written with something else b/o a mistake in the link command line. Mutley wrote:Hi All! This was cross-posted to C++.STLsoft After updating DM CD version to 8.36, went on to STLport rebuilding and got the following error message: OPTLINK (R) for Win32 Release 7.50B1 Copyright (C) Digital Mars 1989 - 2001 All Rights Reserved C:\DM\BIN\..\lib\kernel32.lib Offset 0A2E8H Record Type 008A Error 138: Module or Dictionary corrupt --- errorlevel 1 SMAKE fatal error: command "dmc" returned with error code 1 Stopping. C:\dm\stlport\src> (running on Windows 98 SE) How can I correct this? Thanks! L. Olsson.-- ManiaC++ Jan Knepper
Sep 10 2003
"Jan Knepper" ... wrote... "Check if your KERNEL32.LIB is actually the original KERNEL32.LIB. If migth have been over written with something else b/o a mistake in the link command line." Hi Jan! You were right on!!! We get so much on the desktop (Windows's) that sometimes we forget what's under..... (DOS!!!) I have a copy of Borland's giveaway compiler in my system, which happens to have also a "KERNEL32.LIB" file in one of its folders. As it was installed before DM it was found before the proper file and used instead. Renamed it to "KERNEL32.BKP" and voilá!!! Everything worked as it should!(big smile). Thanks for the prompt answer and take care!!! Mutley L.Olsson Mutley wrote:Hi All! This was cross-posted to C++.STLsoft After updating DM CD version to 8.36, went on to STLport rebuilding andgotthe following error message: OPTLINK (R) for Win32 Release 7.50B1 Copyright (C) Digital Mars 1989 - 2001 All Rights Reserved C:\DM\BIN\..\lib\kernel32.lib Offset 0A2E8H Record Type 008A Error 138: Module or Dictionary corrupt --- errorlevel 1 SMAKE fatal error: command "dmc" returned with error code 1 Stopping. C:\dm\stlport\src> (running on Windows 98 SE) How can I correct this? Thanks! L. Olsson.-- ManiaC++ Jan Knepper
Sep 10 2003