On Thursday 22 March 2012, Danny Nicholas wrote: > Confusion? I'm looking at the Asterisk Release download directory and only > see asterisk-10.1.3.tar.gz, not asterisk-10.1.3-32.tar.gz and > asterisk-10.1.3.64.tar.gz. is this a configuration or make option?
Both 32-bit and 64-bit versions (and, indeed, the versions for non-Intel architectures) are built from exactly the same Source Code. Which version gets built is determined in distro-dependent ways: for instance, Gentoo has "use flags" which determine various things about how packages are built. I'm not familiar with SuSE, so you'll have to consult your documentation. However, the selection of what target you're building for most probably is determined either by exporting environment variables, or by passing parameters to the configure script. -- AJS Answers come *after* questions. -- _____________________________________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk? Join us for a live introductory webinar every Thurs: http://www.asterisk.org/hello asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
