[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Help-gsl] help
From: |
Andrej Prsa |
Subject: |
Re: [Help-gsl] help |
Date: |
Thu, 18 Jan 2007 12:50:19 -0500 |
Hi,
> I need to install the gsl. When i install it appears two error
> messages. I send this konsole in the attached file. Thanks in
> advanced.
You need to issue make install as root; either do:
su
[give password]
make install
or, if you have sudo, do:
sudo make install
[give password]
Hope this helps,
Andrej