gsl library: gslcblas library not found but installed
up vote
1
down vote
favorite
I have problems with installing the gsl package. Running Xubuntu 18.04, octave 4.4.1.
Using -forge, the installation process stalls with the following message:
pkg install -forge gsl
configure: error: gslcblas library not found
I have installed via synaptic:
libgslcblas0, libgsl-dev, libgsl23
Can anybody give me instructions on what to do now?
Iasked this yesterday on the octave mail list, but got only the answer to install gslclbas, which is already installed.
EDIT: Thanks for your advice N0rbert, but sorry the advice installing liboctave-dev did not work for me.
I get
**pkg install -forge gsl
configure: error: gslcblas library not found
checking for mkoctfile... /app/bin/mkoctfile-4.4.1
checking for octave... /app/bin/octave-4.4.1
checking for Octave's canonical_host_type... x86_64-pc-linux-gnu
checking for Octave's include directory... /app/include/octave-4.4.1/octave
checking whether the C++ compiler works... yes
checking for C++ compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking how to run the C++ preprocessor... g++ -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking ov-scalar.h usability... yes
checking ov-scalar.h presence... yes
checking for ov-scalar.h... yes
checking for cos in -lm... yes
checking for cblas_dgemm in -lgslcblas... no
pkg: error running the configure script for gsl.
error: called from
configure_make at line 82 column 9
install at line 184 column 7
pkg at line 437 column 9**
Any other ideas?
I tried it with Octave 4.2.2. on another PC, same result.
Thanks.
Karl
software-installation xubuntu libraries octave
add a comment |
up vote
1
down vote
favorite
I have problems with installing the gsl package. Running Xubuntu 18.04, octave 4.4.1.
Using -forge, the installation process stalls with the following message:
pkg install -forge gsl
configure: error: gslcblas library not found
I have installed via synaptic:
libgslcblas0, libgsl-dev, libgsl23
Can anybody give me instructions on what to do now?
Iasked this yesterday on the octave mail list, but got only the answer to install gslclbas, which is already installed.
EDIT: Thanks for your advice N0rbert, but sorry the advice installing liboctave-dev did not work for me.
I get
**pkg install -forge gsl
configure: error: gslcblas library not found
checking for mkoctfile... /app/bin/mkoctfile-4.4.1
checking for octave... /app/bin/octave-4.4.1
checking for Octave's canonical_host_type... x86_64-pc-linux-gnu
checking for Octave's include directory... /app/include/octave-4.4.1/octave
checking whether the C++ compiler works... yes
checking for C++ compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking how to run the C++ preprocessor... g++ -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking ov-scalar.h usability... yes
checking ov-scalar.h presence... yes
checking for ov-scalar.h... yes
checking for cos in -lm... yes
checking for cblas_dgemm in -lgslcblas... no
pkg: error running the configure script for gsl.
error: called from
configure_make at line 82 column 9
install at line 184 column 7
pkg at line 437 column 9**
Any other ideas?
I tried it with Octave 4.2.2. on another PC, same result.
Thanks.
Karl
software-installation xubuntu libraries octave
add a comment |
up vote
1
down vote
favorite
up vote
1
down vote
favorite
I have problems with installing the gsl package. Running Xubuntu 18.04, octave 4.4.1.
Using -forge, the installation process stalls with the following message:
pkg install -forge gsl
configure: error: gslcblas library not found
I have installed via synaptic:
libgslcblas0, libgsl-dev, libgsl23
Can anybody give me instructions on what to do now?
Iasked this yesterday on the octave mail list, but got only the answer to install gslclbas, which is already installed.
EDIT: Thanks for your advice N0rbert, but sorry the advice installing liboctave-dev did not work for me.
I get
**pkg install -forge gsl
configure: error: gslcblas library not found
checking for mkoctfile... /app/bin/mkoctfile-4.4.1
checking for octave... /app/bin/octave-4.4.1
checking for Octave's canonical_host_type... x86_64-pc-linux-gnu
checking for Octave's include directory... /app/include/octave-4.4.1/octave
checking whether the C++ compiler works... yes
checking for C++ compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking how to run the C++ preprocessor... g++ -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking ov-scalar.h usability... yes
checking ov-scalar.h presence... yes
checking for ov-scalar.h... yes
checking for cos in -lm... yes
checking for cblas_dgemm in -lgslcblas... no
pkg: error running the configure script for gsl.
error: called from
configure_make at line 82 column 9
install at line 184 column 7
pkg at line 437 column 9**
Any other ideas?
I tried it with Octave 4.2.2. on another PC, same result.
Thanks.
Karl
software-installation xubuntu libraries octave
I have problems with installing the gsl package. Running Xubuntu 18.04, octave 4.4.1.
Using -forge, the installation process stalls with the following message:
pkg install -forge gsl
configure: error: gslcblas library not found
I have installed via synaptic:
libgslcblas0, libgsl-dev, libgsl23
Can anybody give me instructions on what to do now?
Iasked this yesterday on the octave mail list, but got only the answer to install gslclbas, which is already installed.
EDIT: Thanks for your advice N0rbert, but sorry the advice installing liboctave-dev did not work for me.
I get
**pkg install -forge gsl
configure: error: gslcblas library not found
checking for mkoctfile... /app/bin/mkoctfile-4.4.1
checking for octave... /app/bin/octave-4.4.1
checking for Octave's canonical_host_type... x86_64-pc-linux-gnu
checking for Octave's include directory... /app/include/octave-4.4.1/octave
checking whether the C++ compiler works... yes
checking for C++ compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking how to run the C++ preprocessor... g++ -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking ov-scalar.h usability... yes
checking ov-scalar.h presence... yes
checking for ov-scalar.h... yes
checking for cos in -lm... yes
checking for cblas_dgemm in -lgslcblas... no
pkg: error running the configure script for gsl.
error: called from
configure_make at line 82 column 9
install at line 184 column 7
pkg at line 437 column 9**
Any other ideas?
I tried it with Octave 4.2.2. on another PC, same result.
Thanks.
Karl
software-installation xubuntu libraries octave
software-installation xubuntu libraries octave
edited Nov 29 at 7:45
asked Nov 28 at 10:29
Karl
1063
1063
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
up vote
0
down vote
You need to install Octave development package first with:
sudo apt-get install liboctave-dev
With standard Octave 4.2.2 from official Ubuntu repositories this results in successful installation of internal gsl package.
>> pkg load gsl
>> gsl_sf_sinc(0)
ans = 1
For your information: Ubuntu provides octave-gsl package ver. 2.1.0-3, while Octave Forge provides ver. 2.1.1 - NEWS file contains note:
===============================================================================
gsl-2.1.1
===============================================================================
** Octave 4.4 compatibility fixes (remove deprecation warnings)
So you can use Octave from repositories.
@ N0rbert sorry that does not work for me. See my edit above. Still the same error message.
– Karl
Nov 29 at 7:41
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
You need to install Octave development package first with:
sudo apt-get install liboctave-dev
With standard Octave 4.2.2 from official Ubuntu repositories this results in successful installation of internal gsl package.
>> pkg load gsl
>> gsl_sf_sinc(0)
ans = 1
For your information: Ubuntu provides octave-gsl package ver. 2.1.0-3, while Octave Forge provides ver. 2.1.1 - NEWS file contains note:
===============================================================================
gsl-2.1.1
===============================================================================
** Octave 4.4 compatibility fixes (remove deprecation warnings)
So you can use Octave from repositories.
@ N0rbert sorry that does not work for me. See my edit above. Still the same error message.
– Karl
Nov 29 at 7:41
add a comment |
up vote
0
down vote
You need to install Octave development package first with:
sudo apt-get install liboctave-dev
With standard Octave 4.2.2 from official Ubuntu repositories this results in successful installation of internal gsl package.
>> pkg load gsl
>> gsl_sf_sinc(0)
ans = 1
For your information: Ubuntu provides octave-gsl package ver. 2.1.0-3, while Octave Forge provides ver. 2.1.1 - NEWS file contains note:
===============================================================================
gsl-2.1.1
===============================================================================
** Octave 4.4 compatibility fixes (remove deprecation warnings)
So you can use Octave from repositories.
@ N0rbert sorry that does not work for me. See my edit above. Still the same error message.
– Karl
Nov 29 at 7:41
add a comment |
up vote
0
down vote
up vote
0
down vote
You need to install Octave development package first with:
sudo apt-get install liboctave-dev
With standard Octave 4.2.2 from official Ubuntu repositories this results in successful installation of internal gsl package.
>> pkg load gsl
>> gsl_sf_sinc(0)
ans = 1
For your information: Ubuntu provides octave-gsl package ver. 2.1.0-3, while Octave Forge provides ver. 2.1.1 - NEWS file contains note:
===============================================================================
gsl-2.1.1
===============================================================================
** Octave 4.4 compatibility fixes (remove deprecation warnings)
So you can use Octave from repositories.
You need to install Octave development package first with:
sudo apt-get install liboctave-dev
With standard Octave 4.2.2 from official Ubuntu repositories this results in successful installation of internal gsl package.
>> pkg load gsl
>> gsl_sf_sinc(0)
ans = 1
For your information: Ubuntu provides octave-gsl package ver. 2.1.0-3, while Octave Forge provides ver. 2.1.1 - NEWS file contains note:
===============================================================================
gsl-2.1.1
===============================================================================
** Octave 4.4 compatibility fixes (remove deprecation warnings)
So you can use Octave from repositories.
answered Nov 28 at 16:18
N0rbert
20.3k54493
20.3k54493
@ N0rbert sorry that does not work for me. See my edit above. Still the same error message.
– Karl
Nov 29 at 7:41
add a comment |
@ N0rbert sorry that does not work for me. See my edit above. Still the same error message.
– Karl
Nov 29 at 7:41
@ N0rbert sorry that does not work for me. See my edit above. Still the same error message.
– Karl
Nov 29 at 7:41
@ N0rbert sorry that does not work for me. See my edit above. Still the same error message.
– Karl
Nov 29 at 7:41
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1096767%2fgsl-library-gslcblas-library-not-found-but-installed%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown