Linking error on windows (missing libNew)

hi.
Today, after I’ve done svn update I have linking error while building root
(I’m compiling the trunk under win32 and cygwin):

[quote]Copying xrootd executables …
bin/rmkdepend.exe -R -fmain/src/rmain.d -Y -w 1000 – -nologo -FIw32pragma.h -MD -GR -EHsc- -W3 -wd4244 -Iinclude -D_W
IN32_WINNT=0x0400 -D__cplusplus – main/src/rmain.cxx
cl -O2 -nologo -FIw32pragma.h -MD -GR -EHsc- -W3 -wd4244 -Iinclude -D_WIN32_WINNT=0x0400 -Fomain/src/rmain.o -c main
/src/rmain.cxx
rmain.cxx
build/win/ld.sh -nologo -ignore:4049,4075,4217,4221 -incremental:no -o bin/root.exe main/src/rmain.o icons/RootIcon.o
bj
lib/libCore.lib lib/libCint.lib lib/libRint.lib advapi32.lib
[: ==: unknown operand
[: ==: unknown operand
build/win/ld.sh -nologo -ignore:4049,4075,4217,4221 -incremental:no -o bin/rootn.exe main/src/rmain.o icons/RootIcon.
obj
lib/libNew.lib lib/libCore.lib lib/libCint.lib lib/libRint.lib advapi32.lib
[: ==: unknown operand
LINK : fatal error LNK1181: cannot open input file 'lib/libNew.lib’
make: *** [bin/rootn.exe] Error 157[/quote]

What’s wrong?

Hi,

libNew is now disabled on windows; I’ll also make sure rootn gets not build. Thanks for reporting that oversight!

Cheers, Axel.

[quote]Hi,

libNew is now disabled on windows; I’ll also make sure rootn gets not build. Thanks for reporting that oversight!

Cheers, Axel.[/quote]

Thank you, Axel.