0

I'd like to build libtcmalloc.a from the latest version of tcmalloc but can't figure out how.

I'm using the bazel docker image and following tcmalloc quickstart and all the commands work but it doesn't produce the library that I need. The instructions only describe how to build tcmalloc using bazel and we use boost::build.

Does anyone know how this can be done?

dromodel
  • 9,581
  • 12
  • 47
  • 65
  • not sure ablout bazel but you can certainly use below steps to get static libs. cd gperftools ./autogen.sh ./configure make or sudo make install – Ayub Mar 01 '23 at 13:13

0 Answers0