Arrggghhh! I've been trying to get this working for an hour now, and I can't see what I'm doing wrong.
I'm trying to install MemProf so that I can track down some memory leaks in FLTKMaxGUI. After searching for a prebuilt package from Synaptic, I found an old version 0.51 which although installed great, it apparently doesn't work with the latest libc library. :-(
So I downloaded the latest v0.6 source from the site, extracted it, cd'd into the directory, typed:
Anyone know what's going wrong? Better still, can anyone send me a compiled version? :-p
Thanks
I'm trying to install MemProf so that I can track down some memory leaks in FLTKMaxGUI. After searching for a prebuilt package from Synaptic, I found an old version 0.51 which although installed great, it apparently doesn't work with the latest libc library. :-(
So I downloaded the latest v0.6 source from the site, extracted it, cd'd into the directory, typed:
./configureThis finished a few minutes later... I then typed:makeAnd I get the following error almost immediately: sebholl@...$ make
make all-recursive
make[1]: Entering directory `/home/sebholl/Desktop/memprof-0.6'
Making all in po
make[2]: Entering directory `/home/sebholl/Desktop/memprof-0.6/po'
file=`echo am | sed 's,.*/,,'`.gmo \
&& rm -f $file && -o $file am.po
/bin/sh: -o: not found
make[2]: *** [am.gmo] Error 127
make[2]: Leaving directory `/home/sebholl/Desktop/memprof-0.6/po'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/sebholl/Desktop/memprof-0.6'
make: *** [all] Error 2
make all-recursive
make[1]: Entering directory `/home/sebholl/Desktop/memprof-0.6'
Making all in po
make[2]: Entering directory `/home/sebholl/Desktop/memprof-0.6/po'
file=`echo am | sed 's,.*/,,'`.gmo \
&& rm -f $file && -o $file am.po
/bin/sh: -o: not found
make[2]: *** [am.gmo] Error 127
make[2]: Leaving directory `/home/sebholl/Desktop/memprof-0.6/po'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/sebholl/Desktop/memprof-0.6'
make: *** [all] Error 2
Anyone know what's going wrong? Better still, can anyone send me a compiled version? :-p
Thanks