This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Profiling trouble with C++ and egcs


  In message <19990831194131.A22326@tetto.liafa.jussieu.fr>you write:
  > >From the egcs front, it definitely looks like some specs
  > are missing from the gxxmain driver.
  > 
  > Namely, *ANY* library  it controls should be subject to
  > the same potential transformation that libc is.
No.  Because you can not assume that every library has a profiling aware
version sitting around.  That's simply wrong.

What I recommend is you fix the profiling spec such that if profiling is
requested it will link in the profiling versions of libraries that exist
on your system.

jeff



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]