chromatic wrote:
If you're using a modern GNU ld, remove the shared library and add a few more flags to LINK_DYNAMIC in Makefile. Here's mine:LINK_DYNAMIC = -Wl,-E,-O1,-zdynsort,-hashvals,--hash-style=gnu,-zcombreloc
Do you have to edit the Makefile for this, or can you set it with command-line arguments to Configure.pl?