> > 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.
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
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