Re: Bug#284793: libc6-prof: Running programs compiled with -profile fails

2004-12-14 Thread Matthias Klose
severity 284793 minor reassign 284793 gcc thanks the -profile option isn't recognized. please use -p or --profile. in earlier gcc versions, -profile did link in the gcrt0 start file, but gcc-3.3 and later link crt0. I didn't any documentation actually mentioning -profile. Matthias Danie

Processed: Re: Bug#284793: libc6-prof: Running programs compiled with -profile fails

2004-12-14 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]: > severity 284793 minor Bug#284793: libc6-prof: Running programs compiled with -profile fails Severity set to `minor'. > reassign 284793 gcc Bug#284793: libc6-prof: Running programs compiled with -profile fails Bug reassigned from package

Re: Bug#284793: libc6-prof: Running programs compiled with -profile fails

2004-12-08 Thread Daniel Jacobowitz
On Wed, Dec 08, 2004 at 09:17:39PM +0100, Arno Wagner wrote: > E ~/exp/c/misc>gcc -profile hello.c > E ~/exp/c/misc>a.out > Inconsistency detected by ld.so: dl-version.c: 230: _dl_check_map_versions: > Assertion `needed != ((void *)0)' failed! > E ~/exp/c/misc> This has got to be either a GCC or