Kernel_Killer
August 1st, 2006, 16:17
I'm probably reading into this wrong, but I wanted to make sure. I was compiling thttpd to be a static binary. I added LDFLAGS+=-static to my makefile, did a make and make package. While it was configuring, it mentioned that linked libs were using -static, and when opening the new package, it did in fact only have the binary (aside from the CONTENTS, DESCR, etc), but when running 'file thttpd' it said that it was dynamically linked. Is this something I should overlook, or am I doing something wrong? I also tried compiling from the work directory, and setting static. No change.