mzhaom / gperftools

Fast, multi-threaded malloc() and nifty performance analysis tools
https://code.google.com/p/gperftools/
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Cannot install the tools on MAC 10.5.4 in 64 bit modes #73

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. CFLAGS=-m64 CXXFLAGS=-m64 LDFLAGS=-m64 ./configure
2. make
3.

What is the expected output? What do you see instead?
src/stacktrace.cc:81:5: error: #error Cannnot calculate stack trace: need 
libunwind (see INSTALL 
file)

libunwind does not support MAC OS X at all

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

Please provide any additional information below.

Original issue reported on code.google.com by federico...@gmail.com on 21 Aug 2008 at 11:57

GoogleCodeExporter commented 9 years ago
Please see the README and INSTALL file on ways you can work around needing 
libunwind
on 64-bit systems.  It's difficult, but can be made to work if you control 
enough of
the build environment.

The best solution is to get libunwind working on OS X!  I don't know how much 
work
that would be though.

There's no fix for this except the workarounds mentioned above, so I'm going to 
close
this as WillNotFix.

Original comment by csilv...@gmail.com on 22 Aug 2008 at 12:03