> On Sun, 23 May 2004, Thomas Smith wrote: >> I've looked through the BUILD and CONFIG docs >> and haven't found a way to build a statically linked mailutil--can you >> suggest a way to do this? > > -static is what normally is needed for the Linux linker, so you would do > something like: > make lrh EXTRALDFLAGS=-static
This worked perfectly! Thanks.
