I've trying to compile a project with tcmalloc in Visual Studio 2013. I've compiled .lib file for libtcmalloc from gperftools
package and added libtcmalloc.lib into linker input options.
When I'm trying to build my project, I get the following error:
1> Finished generating code
1>* CIL library *(* CIL module *) : error LNK2005: _strtoll already defined in LIBCMT.lib(strtoq.obj)
1> fatal error LNK1169: one or more multiply defined symbols found
If I remove libtcmalloc.lib from linker options, project compiles fine..