On Wed, 29 Dec 2004, Robin Rowe wrote:
Hi. Is there a good example of how to set up an autoconf project to build for both 32-bit and 64-bit without the output files clobbering each other? How do I get the binaries into a separate subdirectory?
The easiest way to accomplish this is to build from outside of the source tree. Create a separate directory for each build, cd to the build directory and do /path/to/configure to configure the build directory with the desired options.
Bob ====================================== Bob Friesenhahn bfriesen@xxxxxxxxxxxxxxxxxxx http://www.simplesystems.org/users/bfriesen
_______________________________________________ Autoconf mailing list Autoconf@xxxxxxx http://lists.gnu.org/mailman/listinfo/autoconf