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