g++ and gprof

2008-03-07 Thread Mark Voortman
Folks, I'm trying to use gprof on one of my programs and so I'm compiling with g++ and the -pg option. However, it tells me that '/usr/bin/ld: cannot find -lstdc++_p'. How do I install libraries that support profiling? Or is there another way to solve this issue? I'm running FreeBSD 7.0

Re: g++ and gprof

2008-03-07 Thread Pieter de Goeje
On Friday 07 March 2008, Mark Voortman wrote: Folks, I'm trying to use gprof on one of my programs and so I'm compiling with g++ and the -pg option. However, it tells me that '/usr/bin/ld: cannot find -lstdc++_p'. How do I install libraries that support profiling? Or is there another way

RE: g++ and gprof

2008-03-07 Thread Mark Voortman
From: [EMAIL PROTECTED] To: freebsd-questions@freebsd.org Subject: Re: g++ and gprof Date: Fri, 7 Mar 2008 15:52:04 +0100 CC: [EMAIL PROTECTED] On Friday 07 March 2008, Mark Voortman wrote: Folks, I'm trying to use gprof on one of my programs and so I'm compiling with g

Re: gprof

2006-04-26 Thread Alexandre Biancalana
Any Ideas ? On 4/19/06, Alexandre Biancalana [EMAIL PROTECTED] wrote: Hi list, I'm trying to compile my C application with gprof but it is not working. This is a multithreaded program that use mysql and openssl libraries. Reading the man page I see that is need add -pg to the compile

gprof

2006-04-19 Thread Alexandre Biancalana
Hi list, I'm trying to compile my C application with gprof but it is not working. This is a multithreaded program that use mysql and openssl libraries. Reading the man page I see that is need add -pg to the compile command line, but when a do this the following error occurs at linking time

gprof does not output flat profile

2004-12-16 Thread Andrea Venturoli
Hello. As from subject: I've compiled and linked everything with -pg (ad I do on other platforms), I get the call graph, but in the flat profile I only get None. Any hint? bye Thanks av. ___ [EMAIL PROTECTED] mailing list

Re: gprof

2004-11-04 Thread Lowell Gilbert
Rong-En Fan [EMAIL PROTECTED] writes: few questions about usr.bin/gprof 1. is this one from the old BSD, right? Yes. 2. why not have a devel/gprof port for GNU's gprof? No reason not to. Feel free to submit it. ___ [EMAIL PROTECTED] mailing

gprof

2004-11-02 Thread Rong-En Fan
[ please Cc'ed me, thanks] Hello, few questions about usr.bin/gprof