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
[EMAIL PROTECTED]
http://www.simplesystems.org/users/bfriesen


_______________________________________________ Autoconf mailing list [email protected] http://lists.gnu.org/mailman/listinfo/autoconf

Reply via email to