Date: Sun, 25 Nov 2001 18:29:24 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: Richard Dawe Message-Id: <7263-Sun25Nov2001182924+0200-eliz@is.elta.co.il> X-Mailer: emacs 21.1.50 (via feedmail 8 I) and Blat ver 1.8.9 CC: djgpp-workers AT delorie DOT com In-reply-to: <3C00F797.88E8AA45@phekda.freeserve.co.uk> (message from Richard Dawe on Sun, 25 Nov 2001 13:52:23 +0000) Subject: Re: Building a profiled version of libc References: <3BF97E29 DOT 39FC7C7E AT phekda DOT freeserve DOT co DOT uk> <3405-Tue20Nov2001082315+0200-eliz AT is DOT elta DOT co DOT il> <3C00F797 DOT 88E8AA45 AT phekda DOT freeserve DOT co DOT uk> Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > Date: Sun, 25 Nov 2001 13:52:23 +0000 > From: Richard Dawe > > If you're building more than just libc, the build fails with profiling on > in src/libemu. I haven't looked at fixing that yet, but it looks like > emu387.dxe should not be built against a profiling version, because > profiling requires file I/O and the comments in libemu/src/emudummy.c say > file I/O is not allowed in the DXE. Yes, probably. Could you also modify the makefile's so that emu387 is built without -pg? > OK to commit? Fine with me, but please add a note about this in wc204.txi. Thanks!