> "Stephen" == Stephen Zander <[EMAIL PROTECTED]> writes:
Stephen> David Engel wrote:
>> Use -profile instead of -pg/-lc_p when profiling, e.g. $ gcc
>> -profile -o t t.c
Stephen> Thanks! That makes it a gcc bug instead. :) (-profile is
Stephen> not mentioned anywhere in
David Engel wrote:
> Use -profile instead of -pg/-lc_p when profiling, e.g.
> $ gcc -profile -o t t.c
Thanks! That makes it a gcc bug instead. :) (-profile is not mentioned
anywhere in the docs.)
Stephen
---
"Normality is a statistical illusion." -- me
--
TO UNSUBSCRIBE FROM THIS MAILING LIST:
On Mon, Dec 29, 1997 at 11:24:15AM -0800, Stephen Zander wrote:
> The libc6-dbg package has a problem. A simple test:
>
> $ cat t.c
> int main () { return 0; }
> $ gcc -pg -o t t.c -lc_p
> $ ./t
> Segmentation fault (core dumped)
> $ gcc -static -pg -o t t.c -lc_p
> $ ./t
> $ exit
Use -profile in
David Engel wrote:
> I've put another pre-release of glibc 2.0.6 (pre5) at
> ftp://ftp.ods.com/pub/linux.
>
> Please note that I will be out of town for the rest of the week. Any
> problems will have to wait until I return on Saturday.
The libc6-dbg package has a problem. A simple test:
$ cat t
I've put another pre-release of glibc 2.0.6 (pre5) at
ftp://ftp.ods.com/pub/linux.
Please note that I will be out of town for the rest of the week. Any
problems will have to wait until I return on Saturday.
David
--
David EngelODS Networks
[EMAIL PROTECTED]
5 matches
Mail list logo