Benoit SIGOURE wrote: > Hmm you are right, I didn't notice during my test that I also had zeros. > Build a static version of your project and it'll work. > > ./configure --disable-shared > make clean all CFLAGS='-pg -all-static'
Ahh, brilliant! Thank you ever so much. The -all-static option generates an error but I can leave it out and still get the full profile info. Problem solved! _______________________________________________ http://lists.gnu.org/mailman/listinfo/libtool