On Mon, Oct 25, 2004 at 01:42:19AM +0200, Victor STINNER wrote: > Hi, > > I tryed to compile Wormux in static version under my Debian distro. I > (mis?)understood that I have to add -static to last link command and > also add missing libs (with -l<lib name>).
I think you should be able to do it using the autotools, I'm almost sure there is a ./configure flag to do it. Have you checked it?