in reply to Re^2: static build of perl - how?
in thread static build of perl - how?

Ysth,

I've manually hacked Configure to write usedl out as "undef", and hey presto - I get a completely static build. I guess that the issue lies in Configure - either it's not detecting -Uusedl correctly, or it's deciding that it knows better and gives a dynamic build anyway.

At any rate, I've now got my static build - thank you.