In Linux, downloaded a program source and want it to be statically linked. Have a huge Makefile there, I
./configure make
to compile. preh
Yeah, you need to edit the make file and add the -static parameter to gcc during the link.