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, 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 sysinstall

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 medi

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 insta

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 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"

gcc -pg and ld error, "cannot find -lgcc_p"

2009-10-26 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