This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: profiling under OSR5
> If I use "-p" with plain old egcs gcc, the "mon.out" file is not
> produced at all. Hence, my question about "is there a trick ...".
My guess is that comparing 'gcc -v' between the two modes (the one
that works and the one that doesn't) will offer some hints about startup
or teardown files that differ. If you can help analyze that, we can
probably figure out the missing voodoo in sco5.h that builds the specs
stuff.
> Actually, not having a working profiler is fairly serious if the
> compiler is to be used for "real problems" ... . (Sorry --- I'm preaching
> to the choir ... )
Yeah this is probably true. But I was focusing on a compiler that
*worked* on OpenServer first. :-)
RJL