Can anyone tell me how to compile perl so that it has no dependencies on dynamic libraries? I've done all the obvious things, but at link time there are many messages saying that dynamic libraries will be required even though linking is static, and ldd shows the resultant perl uses dynamic libs.
Amendments --
OS is linux. Reason is that I need up-to-date perl on a web-page hosted by an ISP whose perl is ancient; I would like to upload it, then have a cgi script use it. And sorry about the "dll" - should have been ldd.