From: Jeff Tranter (tranter@Software.Mitel.COM)
Date: 04/21/93


From: tranter@Software.Mitel.COM (Jeff Tranter)
Subject: Re: [Q] Profiling problems ...
Date: 22 Apr 1993 02:09:41 GMT

In article <C5tryK.M8C@imag.fr> veillard@imag.fr (Daniel Veillard) writes:

     I've tried to profile a program under linux (SLS 099.4 + gcc 2.3.2)
   I compiled the whole stuff with -pg (tried also with -p) but got
   errors during link (linking with -pg too) , ld found the gcrt0.o
   but failed to find libc_g.a . Since gprof and gcrt0.o exists in the
   standard SLS I would expected to find libc_g.a too but this seems not
   to be available anywhere.
     Any hints, or maybe I'm just made mistakes while compiling ??