in reply to libraries used in building perl?

It's quite possible that all of those are in your libc anyway. For example, there's almost no lib linked to my Perl built on OSX, because everything needed from that list you gave is in libSystem.dylib.

-- Randal L. Schwartz, Perl hacker
Be sure to read my standard disclaimer if this is a reply.

Replies are listed 'Best First'.
Re^2: libraries used in building perl?
by Anonymous Monk on Jun 16, 2005 at 03:45 UTC
    really? that's great. thanks!