Skip to content
Prev 3087 / 21312 Next

[Bioc-devel] Installing pkg with configure with support to multiple architectures

Hi,

Speaking for R-on-mac -- Isn't a multi-arch build the default as long
as your R was compiled as multi-arch?

For instance, if I try to source compile any packge (w/ c code) using
a "release" version of R (d/l'd from CRAN), it will by default compile
the package for x86_64 and i386, unless I specify `R CMD INSTALL
--no-multiarch`

Now, if I'm compiling the same package using a my own source-compiled
version of R (which is only compiled as 64 bit), then it won't build
the i386 version of the package.

So, I guess my question is if this behavior you are seeing is when
using an R you built yourself, or is it an official CRAN build?

If it's the official build, I'd also be confused as to how some
package were built w/o being multiarch (unless you specifically asked
them to be built that way).

HTH,
-steve

On Fri, Jan 27, 2012 at 8:29 AM, Benilton Carvalho
<beniltoncarvalho at gmail.com> wrote: