Also, given you had to provide --enable-frame-pointers, it sounds like Amazon Linux doesn't have libunwind? Is your distribution 64 bit?
I didn't encounter issues on Ubuntu or CentOS, so I originally excluded the ability to turn off perftools, out of optimism. Since Amazon Linux has issues, I'll consider adding this. On Wed, Jan 9, 2013 at 12:35 PM, Benjamin Mahler <[email protected]>wrote: > Unfortunately, it appears a file was missed during a commit to the svn > trunk. > > $ cd mesos > $ cp third_party/libprocess/third_party/gperftools-2.0.tar.gz third_party/ > > Let me know if that works for you. > > On Wed, Jan 9, 2013 at 12:30 PM, Jim Donahue <[email protected]> wrote: > >> I had a build script that worked, but I guess things changed ... :-( >> >> I had to add --enable-frame-pointers to the arguments to ./configure, >> which got me past a problem building gperftools. But now I'm stuck with >> the following message: >> >> No rule to make target 'gperftools-2.0-stamp' needed by >> 'gperftools-2.0/libprofiler.la >> >> Hunting around on the web, I can't find any obvious fix. Any way I can >> just turn off the building of gperftools, since I don't think I need it? >> >> Thanks, >> >> Jim Donahue >> Adobe Systems >> >> >
