Path: utzoo!attcan!uunet!husc6!bloom-beacon!mit-eddie!bbn!rochester!cornell!patrick
From: patrick@asur.cs.cornell.edu (Pat Stephenson)
Newsgroups: comp.lang.c++
Subject: Profiling c++ programs
Message-ID: <18574@cornell.UUCP>
Date: 24 Jun 88 15:44:55 GMT
Sender: nobody@cornell.UUCP
Reply-To: patrick@cs.cornell.edu (Pat Stephenson)
Organization: Cornell University Computer Science Department
Lines: 9

I'm using the ATT C++ translator, version 1.2.  I'd like to
profile the resulting programs, but if I give the "-p" flag,
my compile will fail in the load phase due to multiply defined
symbols.  The problem is that the C++ startup/finish routines
conflict with the profiling startup/finish routines.

Has anybody gotten "-p" (or better, "-pg") to work with att C++ ?

Pat