Path: utzoo!attcan!uunet!mcvax!hp4nl!botter!star.cs.vu.nl!frans@cs.vu.nl From: frans@cs.vu.nl (Frans Heeman) Newsgroups: comp.lang.c++ Subject: profiling C++ programs Message-ID: <1790@kano.cs.vu.nl> Date: 9 Dec 88 11:07:17 GMT Sender: frans@cs.vu.nl Reply-To: frans@cs.vu.nl (Frans Heeman) Organization: VU Informatica, Amsterdam Lines: 8 I tried to make a profile of a C++ program, using the -p (or -pg) flag: CC -p *.c During linking, the following error was produced: _exit: /usr/lib/libc_p.a(exit.o): multiply defined We are using C++ 1.2 on a SUN 3/60, running Sun UNIX 4.2, Release 3.5EXPORT. Has anyone had this problem too, and if so, what did you do?