Re: Problem with ld in Solaris2.5

Juergen Schoenwaelder (schoenw@cs.utwente.nl)
Wed, 28 Aug 1996 16:57:24 +0200

Andreas Iselt <iselt@LKN.E-Technik.TU-Muenchen.DE> wrote:

> Undefined first referenced
> symbol in file
> _mcount scotty.o

> What is missing there ?
> Has anybody a running Solaris binary for me I just wanted to have a
> look at the tools and test if they are suitable for us.

Looks like you did compile some modules with a profiler option. Make
sure that you do not use e.g. -pg as a compiler flag.

Juergen