>
> Hello,
>
> I'm experiencing a linking problem when compiling root source code
> and the Standard Template Library (STL) deque. Apparently the
> operator::new in NEW_NewDelete.cpp and the operator::new in the STL
> memory.h both exists in global namespaces. Removal of NE
>
> // linking error
> "void * __cdecl operator new(unsigned int,void *)" (??2@YAPAXIPAX@Z)
> already defined in rootDoc.obj
>
Could you try whether "/link /FORCE[:{MULTIPLE|UNRESOLVED}]" option
helps to resolve the conflict
Valery