I downloaded the Developers tools yesterday and have them installed and working fine with OSX PB. However, I can\'t for the life of me locate the C math library \'libm\'. Its discussed in man and math.h is in the include directory. I can find most of the other common libraries, but no libm.a. \'locate libm\' does find what looks like a Java libmath library. Has \'libm\' taken on a unique name for OSX (likely e.g. on an alpha libcpml is an optimized subsitutute for libm) or has it not been ported (very unlikely). I\'ve made it thru compile without errors, built a special tools library, and would just like to link which needs libm. This code is for a optical deconvolution package for computaional optical sectioning micrsocopy that I\'ve used on SGI\'s and alphaLinux and LinuxPPC platforms. Thanks.