On Sunday 03 June 2007 05:39:01 James E Keenan wrote: > 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? In theory, I think you can add the arguments to the LD_FLAGS environment variable when you run make, but I was going for reliability and just edited the generated makeful temporarily. -- c