help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: reliable seg fault


From: Przemek Klosowski
Subject: Re: reliable seg fault
Date: Tue, 25 Oct 2011 14:28:37 -0400
User-agent: Mozilla/5.0 (X11; Linux i686; rv:7.0.1) Gecko/20110930 Thunderbird/7.0.1

On 10/25/2011 01:50 AM, Mike Miller wrote:

Another question:  Isn't there a command that can be run within Octave, or
maybe a command-line option when calling Octave, that tells us something
about how it was compiled?

The shell command line command using backquotes:

ldd `which octave`

tells you which libraries the octave binary is linked against.

In Octave you can print the variable

octave_config_info

which specifically shows the BLAS_LIBS configuration.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]