Is there a clean way to tell the Squid v2.5S1 build process (on a Linux system) that I want to link the binaries staticly? If so, how is it done?
Doing a "./configure --help" didn't tell me anything, and it seems that setting a "LDFLAGS=-static" environment variable doesn't work either. I know I can hack the makefile(s) to get static linking, but there must be a better way. I'm building Squid on a machine other than the one I will run it on. As the 2 machines have different versions of GCC and GLIBC I want to make sure that all the resources needed by Squid are linked into the binaries. Advice, please? Thanks.