DragonFly BSD
DragonFly users List (threaded) for 2010-05
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

how to install profiling libs? (2)


From: Damian Weber <dweber@xxxxxxxxxxxxxxx>
Date: Thu, 27 May 2010 22:30:56 +0200 (CEST)

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@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






[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]