On Thursday 25 February 2010 2:09:36 pm Dr. Baud wrote:
> 
>     Apologies if this is the wrong list....
> 
>     Are there prepackaged debug versions of the system libraries available 
(like 'yum install *-debuginfo' in Fedora and 'apt-get install *-dbg' in 
Ubuntu)?

No, however, you can build a debug version of any library by doing:

 cd src/lib/libfoo
 make clean
 make DEBUG_FLAGS=-g all install

-- 
John Baldwin
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[email protected]"

Reply via email to