Welcome to our website
To take full advantage of all features you need to login or register. Registration is completely free and takes only a few seconds.
Debugging configure: What to do when programs won't compile
Posted by Philipp Esselbach on: 12/05/2003 05:33 AM [ Print | 0 comment(s) ]
All too often, checking the README of a package yields only the none-too-specific "Build Instructions: Run configure, then run make." But what about when that doesn't work? In this article, the author discusses what to do when an automatic configuration script doesn't work -- and what you can do as a developer to keep failures to a minimum. After all, if your build process doesn't work, users are just as badly off as if your program doesn't work once it's built.
Related Threads
09/03/2003 09:47 AM: Debugging Shared objects .so (0) by Valluvan
