help-octave
[Top][All Lists]
Advanced

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

Octave built for Slitaz


From: Bigler Stéphane
Subject: Octave built for Slitaz
Date: Sun, 14 Feb 2010 00:59:32 +0100

Hi folks,
I just wanna let you know that Slitaz development guys built gfortran and 
octave 3.2.4 for their distro (http://www.slitaz.org).

You can check this out:

http://forum.slitaz.org/index.php/discussion/562/compile-gcc-with-enable-languages-fortran

All the best.
Stephane
________________________________________
De : address@hidden address@hidden
Date d'envoi : mardi, 9. février 2010 19:03
À : address@hidden
Objet : Help-octave Digest, Vol 47, Issue 20

Send Help-octave mailing list submissions to
        address@hidden

To subscribe or unsubscribe via the World Wide Web, visit
        https://www-old.cae.wisc.edu/mailman/listinfo/help-octave
or, via email, send a message with subject or body 'help' to
        address@hidden

You can reach the person managing the list at
        address@hidden

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Help-octave digest..."


Today's Topics:

   1. Fortran issue when trying to compile octave (Bigler St?phane)
   2. Re: Fortran issue when trying to compile octave (Jaroslav Hajek)
   3. Re: Octave with FLTK backend on Mac OS X? (Ben Abbott)
   4. RE: gnuplot error when running Octave script on Linux
      (David Aldrich)
   5. RE: gnuplot error when running Octave script on Linux (Dupuis)
   6. RE: gnuplot error when running Octave script on Linux (Dupuis)
   7. debugging gnuplot interaction problem (Dupuis)
   8. Re: Octave with FLTK backend on Mac OS X? (Liam Groener)


----------------------------------------------------------------------

Message: 1
Date: Tue, 9 Feb 2010 13:25:50 +0100
From: Bigler St?phane <address@hidden>
Subject: Fortran issue when trying to compile octave
To: "address@hidden" <address@hidden>
Message-ID:
        <address@hidden>
Content-Type: text/plain; charset="iso-8859-1"

Dear members,

I try to compile octave to have make it usable for Slitaz users (a really nice 
light linux based).

I have gcc installed and gfortran (I thougth it was needed but not sure).

I am faced to the following message when running:
$./configure
...
checking for gfortran... gfortran
checking whether we are using the GNU Fortran 77 compiler... no
checking whether gfortran accepts -g... no
checking how to get verbose linking output from gfortran... configure: WARNING: 
compilation failed

checking for Fortran 77 libraries of gfortran...
checking for dummy main to link with Fortran 77 libraries... none
checking for Fortran 77 name-mangling scheme... configure: error: in 
`/home/sbigler/T?l?chargements/octave-3.2.4':
configure: error: cannot compile a simple Fortran program
See `config.log' for more details.
$

Here is a portion of config.log saying:
...
configure:10008: checking for Fortran 77 libraries of gfortran
configure:10031: gfortran -o conftest -O conftest.f -lm
/usr/local/gfortran/libexec/gcc/i686-pc-linux-gnu/4.5.0/f951: error while 
loading shared libraries: libmpc.so.2: cannot open shared object file: No such 
file or directory
...

Obviously, libmpc.so.2 is missing. And I found that this library is apparently 
supplied by:
http://www.multiprecision.org/

Could anyone give me advices on how to make running octave?

Thank you for helping
St?phane



------------------------------

Message: 2
Date: Tue, 9 Feb 2010 13:32:06 +0100
From: Jaroslav Hajek <address@hidden>
Subject: Re: Fortran issue when trying to compile octave
To: Bigler St?phane <address@hidden>
Cc: "address@hidden" <address@hidden>
Message-ID:
        <address@hidden>
Content-Type: text/plain; charset=ISO-8859-1

On Tue, Feb 9, 2010 at 1:25 PM, Bigler St?phane <address@hidden> wrote:
> Dear members,
>
> I try to compile octave to have make it usable for Slitaz users (a really 
> nice light linux based).
>
> I have gcc installed and gfortran (I thougth it was needed but not sure).
>
> I am faced to the following message when running:
> $./configure
> ...
> checking for gfortran... gfortran
> checking whether we are using the GNU Fortran 77 compiler... no
> checking whether gfortran accepts -g... no
> checking how to get verbose linking output from gfortran... configure: 
> WARNING: compilation failed
>
> checking for Fortran 77 libraries of gfortran...
> checking for dummy main to link with Fortran 77 libraries... none
> checking for Fortran 77 name-mangling scheme... configure: error: in 
> `/home/sbigler/T?l?chargements/octave-3.2.4':
> configure: error: cannot compile a simple Fortran program
> See `config.log' for more details.
> $
>
> Here is a portion of config.log saying:
> ...
> configure:10008: checking for Fortran 77 libraries of gfortran
> configure:10031: gfortran -o conftest -O conftest.f -lm
> /usr/local/gfortran/libexec/gcc/i686-pc-linux-gnu/4.5.0/f951: error while 
> loading shared libraries: libmpc.so.2: cannot open shared object file: No 
> such file or directory
> ...
>
> Obviously, libmpc.so.2 is missing. And I found that this library is 
> apparently supplied by:
> http://www.multiprecision.org/
>
> Could anyone give me advices on how to make running octave?
>
> Thank you for helping
> St?phane
>

Your gfortran installation is broken. Try reinstalling. It might be a
problem if your gfortran package version doesn't match your gcc
package version.

regards

--
RNDr. Jaroslav Hajek, PhD
computing expert & GNU Octave developer
Aeronautical Research and Test Institute (VZLU)
Prague, Czech Republic
url: www.highegg.matfyz.cz



------------------------------

Message: 3
Date: Tue, 09 Feb 2010 08:02:18 -0500
From: Ben Abbott <address@hidden>
Subject: Re: Octave with FLTK backend on Mac OS X?
To: Matthias Brennwald <address@hidden>
Cc: address@hidden
Message-ID: <address@hidden>
Content-Type: text/plain; charset=us-ascii

On Feb 9, 2010, at 3:12 AM, Matthias Brennwald wrote:

> Dear all
>
> I'd like to try the FLTK backend on my Mac OS X box. I currently use
> the Octave version from MacPorts, which does not include the FLTK
> backend (for reasons I do not really understand). What are my options?
>
> Matthias

I build Octave from the sources, but use Fink to satisfy its dependencies. I 
expect the MacPorts can also satisfy all dependencies.

If you'd like more info let me know.

Ben




------------------------------

Message: 4
Date: Tue, 9 Feb 2010 13:40:35 +0000
From: David Aldrich <address@hidden>
Subject: RE: gnuplot error when running Octave script on Linux
To: Dupuis <address@hidden>, "address@hidden"
        <address@hidden>
Message-ID:
        <address@hidden>
Content-Type: text/plain; charset="us-ascii"

Thanks very much for all the replies I received on this thread. Plotting is not 
crucial to my script, so I have disabled all plotting. The script now runs fine.

Best regards

David



------------------------------

Message: 5
Date: Tue, 9 Feb 2010 07:41:00 -0800 (PST)
From: Dupuis <address@hidden>
Subject: RE: gnuplot error when running Octave script on Linux
To: address@hidden
Message-ID: <address@hidden>
Content-Type: text/plain; charset=us-ascii




David Aldrich-2 wrote:
>
> Thanks very much for all the replies I received on this thread. Plotting
> is not crucial to my script, so I have disabled all plotting. The script
> now runs fine.
>
>
David,

did you enable somehow multi-bytes fonts in gnuplot ? For instance, having
gnuplot*font: mbfont:-*-times new
roman-medium-r-normal-*-*-*-100-100-*-*-iso10646-*
in .Xresources, or explicitelly specifying a utf-8 font ?

Regards

Pascal
--
View this message in context: 
http://old.nabble.com/gnuplot-error-when-running-Octave-script-on-Linux-tp27513659p27517193.html
Sent from the Octave - General mailing list archive at Nabble.com.



------------------------------

Message: 6
Date: Tue, 9 Feb 2010 07:41:08 -0800 (PST)
From: Dupuis <address@hidden>
Subject: RE: gnuplot error when running Octave script on Linux
To: address@hidden
Message-ID: <address@hidden>
Content-Type: text/plain; charset=us-ascii




David Aldrich-2 wrote:
>
> Thanks very much for all the replies I received on this thread. Plotting
> is not crucial to my script, so I have disabled all plotting. The script
> now runs fine.
>
>
David,

did you enable somehow multi-bytes fonts in gnuplot ? For instance, having
gnuplot*font: mbfont:-*-times new
roman-medium-r-normal-*-*-*-100-100-*-*-iso10646-*
in .Xresources, or explicitelly specifying a utf-8 font ?

Regards

Pascal
--
View this message in context: 
http://old.nabble.com/gnuplot-error-when-running-Octave-script-on-Linux-tp27513659p27517195.html
Sent from the Octave - General mailing list archive at Nabble.com.



------------------------------

Message: 7
Date: Tue, 9 Feb 2010 08:51:36 -0800 (PST)
From: Dupuis <address@hidden>
Subject: debugging gnuplot interaction problem
To: address@hidden
Message-ID: <address@hidden>
Content-Type: text/plain; charset=us-ascii


Hello,

I'm trying to find the cause of a problem, which seems to occur inside
octave when using gnuplot multi-plot mode (octave hold on/hold off command)
and multi-bytes fonts(utf8, set for gnuplot through .Xresources). I tested
gnuplot legacy (4.2) as well as 4.4rc-1 and 4.5 and got the same results. As
usual, simple graphs inside octave appear as expected, but more complex ones
generate a lot of errors, like f.i.
multiplot> et origin 0, 0
           ^
           line 2: invalid command

I've noticed that the function gnuplot_drawnow (in
/usr/share/octave/3.2.2/m/plot) can duplicate the commands sent to gnuplot
into a file by using the function fifth argument. How can I get a trace of
everything which was sent to gnuplot ? Can this fifth argument be set before
gnuplot is started by octave?

Regards

Pascal
--
View this message in context: 
http://old.nabble.com/debugging-gnuplot-interaction-problem-tp27518274p27518274.html
Sent from the Octave - General mailing list archive at Nabble.com.



------------------------------

Message: 8
Date: Tue, 9 Feb 2010 10:01:30 -0800
From: Liam Groener <address@hidden>
Subject: Re: Octave with FLTK backend on Mac OS X?
To: Matthias Brennwald <address@hidden>
Cc: address@hidden
Message-ID: <address@hidden>
Content-Type: text/plain; charset="us-ascii"

On Feb 9, 2010, at 12:12 AM, Matthias Brennwald wrote:

> Dear all
>
> I'd like to try the FLTK backend on my Mac OS X box. I currently use
> the Octave version from MacPorts, which does not include the FLTK
> backend (for reasons I do not really understand). What are my options?


You can download the prebuilt Octave.app from
Octave-Forge
It has the fltk backend. Octave.app is a Apple package that is launched by 
double-clicking on its icon. So that I can launch it by typing octave into a 
terminal window, I wrote a script titled 'octave' that contains the line:
/Applications/octave.app/Contents/Resources/bin/octave

If you are on Snow Leopard, by default, MacPorts now compiles 64 bit dependency 
libraries. This leaves me in a bit of a quandary because I'm afraid of breaking 
one or more apps by downloading new packages in either 64 bit or 32 bit 
varieties.

Liam G.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: 
https://www-old.cae.wisc.edu/pipermail/help-octave/attachments/20100209/d5adb069/attachment-0001.html

------------------------------

_______________________________________________
Help-octave mailing list
address@hidden
https://www-old.cae.wisc.edu/mailman/listinfo/help-octave


End of Help-octave Digest, Vol 47, Issue 20
*******************************************



reply via email to

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