From: wjae AT plex DOT nl (Wiel Aerts) Newsgroups: comp.os.msdos.djgpp Subject: profiling, missing libc_p.a ? Date: Wed, 06 May 1998 17:52:33 GMT Organization: Plex -- a public access Internet provider Lines: 18 Message-ID: <3550a35d.10888967@news.plex.nl> NNTP-Posting-Host: news.plex.nl To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk I tried to profile a short program. I compiled/linked with: g++ -pg test.cc -o prog.exe The linker complained: ld c:/djgpp/lib/gcrt0.o -Lc:/djgpp/lib/gcc-lib/djgpp/2.80 -Lc:/djgpp/lib -lstdcxx -lm -lgcc -lc_p -lgcc C:\DJGPP\BIN/ld.exe: cannot open -lc_p: No such file or directory (ENOENT) I searched my system after the file: libc_p.a. This file doesn't exist on my computer (so it's not a problem with djgpp.env, I think) Where can i get this file? Please, can somebody help.