From: Lance S. <la...@ho...> - 2003-11-12 12:57:31
|
On Tue, 11 Nov 2003 Wil...@kc... wrote: > Try this, Rob correct me if I'm wrong. > > LDFLAGS="-static" ./configure --enable-inline I find this to be an easier, but less elegant method. Compile snort_inline like you would normally. ./configure make When you type make, the very last line of output is the one that links all the object code into your executable. Copy this line, add the comment '-static' to it, then paste and rexecute. This should give you your static binary. Crude, but should be effective. lance |