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