buffer8848 / gperftools

Automatically exported from code.google.com/p/gperftools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

malloc_extension_c.h header missing from installation

GoogleCodeExporter opened this issue · comments

What steps will reproduce the problem?
1. build and install tcmalloc from source

What is the expected output? What do you see instead?

$prefix/include/google/malloc_extension_c.h header file is missing.
It should be there since I'm writing a C program that links to it.

What version of the product are you using? On what operating system?

google-perftools 1.2, Debian GNU/Linux 5.0, happens on both
32-bit and 64-bit systems.

Original issue reported on code.google.com by normalpe...@gmail.com on 2 Jun 2009 at 2:03

Attached is a trivial patch that fixes the issue

Original comment by normalpe...@gmail.com on 2 Jun 2009 at 2:17

Attachments:

Thanks for pointing this out, and the fix.  I'll have this as part of the next 
release.

Original comment by csilv...@gmail.com on 2 Jun 2009 at 2:46

  • Changed state: Started

Original comment by csilv...@gmail.com on 2 Jun 2009 at 2:46

  • Added labels: Priority-Medium, Type-Defect
This should be fixed in perftools 1.3, just released.

Original comment by csilv...@gmail.com on 10 Jun 2009 at 2:05

  • Changed state: Fixed