how to install profiling libs? (2)

Damian Weber dweber at htw-saarland.de
Thu May 27 13:35:19 PDT 2010


Hi again,

I'm getting the following error with profiling libs
on DragonFly v2.7.3.58.g199960-DEVELOPMENT 


$ cat test.c
int main(int argc, char **argv)
{
        return 0;
}
$ g++ -pg -o test test.c
/usr/libexec/binutils217/elf/ld: cannot find -lm_p

How to install libm_p.a?

Thanks,

   Damian


---------- Forwarded message ----------
Date: Wed, 26 May 2010 21:33:02 +0200 (CEST)
From: Damian Weber <dweber at htw-saarland.de>
Subject: how to install profiling libs?


Hi list,

I'm new to DragonFly. 
Installed dfly-i386-2.6.3_REL.iso without much trouble.

Compiling my C++ software mostly works, except that
the profiling libraries libc_p.a libm_p.a are not
installed. How to install those?

Thanks,

    Damian








More information about the Users mailing list