Rich Shepard wrote:
  As 3.3.10 builds here I want to ask why it's done from a directory
different from that of the source?
Housekeeping - it keeps the built objects separate from the source objects. If you're building more than one version it keeps the built objects separate from other built objects. Python & wxWidgets use the same "build elsewhere" approach. You can build in the source directory if you want to, but you'll lose ability of cleaning up the build with a simple "deltree" or "rm -rf".

Martin


-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to