From: Pierre AT Sensei-ltd DOT com Message-ID: To: djgpp AT delorie DOT com Subject: Crash when compiling with -gp option ! Date: Mon, 31 Jul 2000 12:51:23 +0100 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain; charset="iso-8859-1" Reply-To: djgpp AT delorie DOT com Sorry to bother you once more about this, but I finally found an Internet access and so I could find a patch for gprof (a version of the file mcount.c I retrieved from a mail sent the 8 Jan 1998). I installed it doing this: gcc -O3 -c mcount.c ar rvs d:/djgpp/lib/libc.a mcount.o But once installed, my program still bugs when I link it with "-gp" option with this error from NT : The instruction at "0x0f00115e" referenced memory qt "0xffffffff". The memory could not be "read" So I searched for another patch, but I didn't find any else ... What can I do now ? Did I find the latest patch for gprof ? Pierre Barbier de Reuille