From: "Andrew Crabtree" Newsgroups: comp.os.msdos.djgpp Subject: Re: Compiling to profile -lc_p no such file or directory Date: Thu, 15 Jan 1998 10:53:53 -0800 Organization: Hewlett Packard Lines: 16 Message-ID: <69llvv$deq$1@rosenews.rose.hp.com> References: <884867795 DOT 1346699269 AT dejanews DOT com> NNTP-Posting-Host: ros51675cra.rose.hp.com Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Richard Sim wrote in message <884867795 DOT 1346699269 AT dejanews DOT com>... >Hi, when I'm compiling to profile using gcc -pg... or whatever, I get one >of those messages saying '-lc_p Whoops - my bad. I will fix it for the next 1.0.1 release. In the meantime try changing $(DJDIR)/lib/specs to have a lib line as follows. This will force it to always use libc.a even when profiling. *lib: -lc Andy