Displaying 4 results from an estimated 4 matches for "libgsl0".
Did you mean:
libgsl
2007 Nov 22
1
package gsl assumes incorrect gcc version during install (PR#10451)
Full_Name: Levi Waldron
Version: 2.5.1
OS: Ubuntu Gutsy
Submission from: (NULL) (206.248.157.88)
I installed libgsl0-dev then tried to install the gsl cran package,
unsuccessfully (see output below). As a workaround I created a symbolic link to
/usr/bin/gcc-4.2, ie:
sudo ln -s /usr/bin/gcc-4.1 /usr/bin/gcc-4.2
The correct behavior of the gsl package should be to use the executable
'/usr/bin/gcc' which...
2006 Jun 23
3
problem installing gsl package under Ubuntu Breezy Badger
I am trying to install the gls package (a wrapper for GNU scientific library
special functions) package under Ubuntu 5.10. I have gls-bin (the debian GNU
Scientific Library binary package). When I try to install the R package, I
receive the following.
> install.packages("gsl",dependencies=T)
Warning in install.packages("gsl", dependencies = T) :
argument
2009 Jan 06
1
Installation of R package gsl and its corresponding GSL library
...iles... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for gsl_sf_airy_Ai_e in -lgsl... no
configure: error: Cannot find Gnu Scientific Library.
However, I installed both gsl-bin and libgsl0ldbl with apt-get. Do you
see which library I should install? Could the package gsl be added to
the usefull collection of R packages accessible from the debian repos?
by the way, I'm on Ubuntu 8.04 and run R 2.7.1
Thanks!
2007 Nov 23
0
package gsl assumes incorrect gcc version during install (PR#10456)
On 22 November 2007 at 20:00, leviwaldron at gmail.com wrote:
| Full_Name: Levi Waldron
| Version: 2.5.1
| OS: Ubuntu Gutsy
| Submission from: (NULL) (206.248.157.88)
|
|
| I installed libgsl0-dev then tried to install the gsl cran package,
| unsuccessfully (see output below). As a workaround I created a symbolic link to
| /usr/bin/gcc-4.2, ie:
|
| sudo ln -s /usr/bin/gcc-4.1 /usr/bin/gcc-4.2
I would strongly advise not to do that.
| The correct behavior of the gsl package should be...