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 <dwe...@htw-saarland.de> To: users@crater.dragonflybsd.org 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