help-octave
[Top][All Lists]
Advanced

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

Re: report file


From: Paul Kienzle
Subject: Re: report file
Date: Mon, 24 Oct 2005 18:52:31 -0400

For recent versions of octave (e.g., 2.1.71), it should default to enable shared. You can force it as follows:

        ./configure --enable-shared --disable-static

Before doing a rebuild, though, you can check how it is configured by running octave and typing:

        octave_config_info

In particular, the following should return 1 if you have shared functions available:

        octave_config_info('dld')

Please direct further questions to address@hidden

        - Paul

On Oct 24, 2005, at 11:13 AM, Jose Maria Valiente Cifuentes wrote:

I´m building them my self from a .tar file, maybe it´ll be the problem, so, how can i compile without that option?

Thanks in advance


From:  Paul Kienzle <address@hidden>
To:  "Jose Maria Valiente Cifuentes" <address@hidden>
CC:  address@hidden
Subject:  Re: report file
Date:  Sun, 23 Oct 2005 21:01:35 -0400
>Are you installing octave+octave-forge from FC4?  Or are you
>building them yourself?
>
>In the past this sort of error has been because octave was
>configured with --disable-shared.
>
>- Paul
>
>On Oct 21, 2005, at 5:39 AM, Jose Maria Valiente Cifuentes wrote:
>
>>Hi, my name is Jose Maria, i trying octave for my final degree
>>proyect  and i've found same problems when i install the
>>sourceforge octave  toolboxes, here are the reports that octave
>>gives me:
>>
>>This one becomes at start, even if i identified as root
>>
>>error:
>>/usr/local/libexec/octave/2.1.71/site/oct/i686-pc-linux-gnu/octave-
>>forge/dispatch.oct is not a valid shared library
>>error: `dispatch' undefined near line 2 column 1
>>error: near line 2 of file
>>`/usr/local/share/octave/2.1.71/site/m/octave-forge/comm//PKG_ADD'
>>error: source: error sourcing file
>>`/usr/local/share/octave/2.1.71/site/m/octave-forge/comm//PKG_ADD'
>>error: near line 8 of file
>>`/usr/local/share/octave/2.1.71/m/startup/octaverc'




-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.octave.org
How to fund new projects:  http://www.octave.org/funding.html
Subscription information:  http://www.octave.org/archive.html
-------------------------------------------------------------



reply via email to

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