Sender: nate AT cartsys DOT com Message-ID: <375C57F7.21871F3E@cartsys.com> Date: Mon, 07 Jun 1999 16:38:31 -0700 From: Nate Eldredge X-Mailer: Mozilla 4.08 [en] (X11; I; Linux 2.2.10 i586) MIME-Version: 1.0 To: djgpp AT delorie DOT com Subject: Profiling fix uploaded Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp AT delorie DOT com Due to popular demand :) I have uploaded the profiling/itimer fix to my web site. Download the file: http://www.cartsys.com/eldredge/n/itimer.c Compile: gcc -c -O2 itimer.c And put into libc: ar rvs /djgpp/libc.a itimer.o -- Nate Eldredge nate AT cartsys DOT com