Path: utzoo!attcan!uunet!ncrlnk!ncrcae!hubcap!gatech!rutgers!rochester!pt.cs.cmu.edu!unh.cs.cmu.edu!agn From: agn@unh.cs.cmu.edu (Andreas Nowatzyk) Newsgroups: comp.lang.c++ Subject: Re: profiling C++ programs Message-ID: <3846@pt.cs.cmu.edu> Date: 10 Dec 88 16:18:56 GMT References: <1790@kano.cs.vu.nl> Organization: Carnegie-Mellon University, CS/RI Lines: 12 This problem can be fixed by changeing the order of library calls, for example: CC -g -p -o foo foo.c /usr/lib/libc_p.a -lm works for me. -- -- Andreas Nowatzyk (DC5ZV) Carnegie-Mellon University Arpa-net: agn@unh.cs.cmu.edu Computer Science Department Usenet: ...!seismo!unh.cs.cmu.edu!agn --