February 2009 Archives

Dowload dc3dd from HERE and to your /tmp dir or whatever dir you want. 
cd /tmp/dc3dd-6.12.2
env CFLAGS=-static

./configure
make clean
make
cd src

ls -la
(You should see a dc3dd file in green along with the object files that were created during the compiling process)
strip dc3dd (this removes the debugging information that was created during the compilation process
file ./dc3dd   - just tells you that the exe is statically linked

About this Archive

This page is an archive of entries from February 2009 listed from newest to oldest.

January 2009 is the previous archive.

March 2009 is the next archive.

Find recent content on the main index or look in the archives to find all content.