Message-ID: <4FD74A07.3060407@cbio.uct.ac.za>
Date: 2012-06-12T13:54:15Z
From: Renaud Gaujoux
Subject: Multiple sub-architecture: linking issue
In-Reply-To: <1249C3AF-5F70-40B1-9C21-07738C772F63@r-project.org>
On 12/06/2012 15:35, Simon Urbanek wrote:
> On Jun 12, 2012, at 7:01 AM, Renaud Gaujoux wrote:
> Any package that has configure on Makefile has to be installed in multiple steps - one for each architecture, e.g.:
>
> R --arch i386 CMD INSTALL foo_1.2-3.tar.gz
> R --arch amd64 CMD INSTALL --libs-only foo_1.2-3.tar.gz
>
> see R-admin 2.6 Sub-architectures
> http://r.research.att.com/man/R-admin.html#Sub_002darchitectures
>
> Cheers,
> Simon
Worked perfectly, thank you!
I am sure this is a stupid question, but why aren't these packages
installed like this by default?
Renaud