I am attempting to build log4cxx from the command line (Win2K) and it's not working.
C:\src\log4cxx-0.9.7\msvc\static>NMAKE /f "static.mak" CFG="static - Win32 Debug" Microsoft (R) Program Maintenance Utility Version 6.00.8168.0 Copyright (C) Microsoft Corp 1988-1998. All rights reserved. NMAKE : fatal error U1073: don't know how to make '"\src\log4cxx-0.9.7\msvc\Lib\Debug\NTEventLogAppender.dll"' Stop. I exported the makefile from within Visual Studio... Project | Export Makefile | .\static.mk I can see that the dll is the first target in static.mk: ALL : "\src\log4cxx-0.9.7\msvc\Lib\Unicode_R\NTEventLogAppender.dll" ".\Unicode_R\EventLogCategories.res" ".\Unicode_R\EventLogCategories.rc" "..\Lib\Unicode_R\log4cxxs.lib" This dll obviously does not exist yet, as it needs to be build. However, I should be building a "static" library, so why is this dll being built? I can build either dll or static configuration from within Visual Studio so I must be missing something with my command-line efforts. Thanks, Chris
