Re: [Rd] problem building R from svn repo

2010-11-14 Thread Davor Cubranic
> > You should not run configure or make with sudo. If you need to > > install system-wide, you only need to run make install under sudo, > > like > > ./configure > > make > > sudo make install > > I thougt so, and did so first. But that generated other errors!, > which was killed by using sudo.

Re: [Rd] problem building R from svn repo

2010-11-14 Thread Kjetil Halvorsen
see below. On Sat, Nov 13, 2010 at 10:18 PM, Kasper Daniel Hansen wrote: > Before make'ing you need to get the recommended packages.  I do (with > your paths) > ../svn/tools/sync-recommended > ../svn/tools/sync-recommended > I did install the recommended packages. > You should not run configure

Re: [Rd] problem building R from svn repo

2010-11-13 Thread Kasper Daniel Hansen
Before make'ing you need to get the recommended packages. I do (with your paths) ../svn/tools/sync-recommended ../svn/tools/sync-recommended You should not run configure or make with sudo. If you need to install system-wide, you only need to run make install under sudo, like ./configure make sud

[Rd] problem building R from svn repo

2010-11-13 Thread Kjetil Halvorsen
Hola! I just changed my laptop to debian squeeze, downloaded R devel from svn repo, as described in the manual. Then I configured for building in a separate build dir with: kje...@kjetil:~/R/Rbuilddir$ sudo ../svn/configure --- which succeeded, with: R is now configured for x86_64-unknown-li