Re: gcc -pg and ld error, cannot find -lgcc_p

2009-10-28 Thread b. f.
Use sysinstall to add the proflibs distribution. Or one could rebuild/install world (and kernel if necessary) after investigating the NO_PROFILE option in /etc/make.conf. There's only a PERL_VERSION in make.conf. Since sysinstall doesn't work (this is -p4, not a base media install),

Re: gcc -pg and ld error, cannot find -lgcc_p

2009-10-28 Thread Vaibhav Gavane
On Wed, Oct 28, 2009 at 4:34 AM, free...@t41t.com wrote:  Use sysinstall to add the proflibs distribution.       Or one could rebuild/install world (and kernel if necessary) after investigating the NO_PROFILE option in /etc/make.conf. There's only a PERL_VERSION in make.conf. Since

gcc -pg and ld error, cannot find -lgcc_p

2009-10-27 Thread freebsd
On 7.2-RELEASE-p4, I have a very complicated C program: int main(int argc, char** argv) { return 5; } I can compile this program (cc example.c -o example) and it compiles and runs fine. However, if I try to enable profiling of this program by compiling it

Re: gcc -pg and ld error, cannot find -lgcc_p

2009-10-27 Thread Vaibhav Gavane
Use sysinstall to add the proflibs distribution. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org

Re: gcc -pg and ld error, cannot find -lgcc_p

2009-10-27 Thread Robert Huff
Vaibhav Gavane writes: Use sysinstall to add the proflibs distribution. Or one could rebuild/install world (and kernel if necessary) after investigating the NO_PROFILE option in /etc/make.conf. Robert Huff

Re: gcc -pg and ld error, cannot find -lgcc_p

2009-10-27 Thread freebsd
Use sysinstall to add the proflibs distribution. Or one could rebuild/install world (and kernel if necessary) after investigating the NO_PROFILE option in /etc/make.conf. There's only a PERL_VERSION in make.conf. Since sysinstall doesn't work (this is -p4, not a base media install),