chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] Installing Octave Egg


From: Pierre-Alexandre Fournier
Subject: Re: [Chicken-users] Installing Octave Egg
Date: Fri, 21 Dec 2007 14:03:50 -0500

Hi Siegfried,

try to load the octave.scm file on that page:
http://carretechnologies.com/scheme/octave/octave.html
http://carretechnologies.com/scheme/octave/octave.scm

Then run csi and do:
(use octave)
(octave:start)
(octave:plot '(1 2 3) '(3 2 1))

Does that work for you?

--
Pierre-Alexandre


On Dec 18, 2007 4:22 PM, Siegfried Gonzi <address@hidden> wrote:
> hello: sorry for this basic question: I want to install egg Octave.
>
> chicken-setup octave
>
> downloads and creates cotave.egg and octave.egg-dir.
>
> However, when doing this:
>
> ==
> (octave:start)
> (octave:plot '(1 2 3) '(3 2 1))
> ==
>
> I get a segmentation fault. The octave egg readme is not very helpful. I do 
> not understand if I must set somehow a path variable or linking octave.egg?
>
> Btw: I am still looking for an answer if there is a trick or compiler option 
> to tell Chicken to check my syntax before complaining at runtime. Sorry for 
> this but this was nowhere a problem under Bigloo at least for me. I never had 
> thought that other Schemes will complain at runtime first.
>
> Thanks,
> Siegfried
> --
> Ist Ihr Browser Vista-kompatibel? Jetzt die neuesten
> Browser-Versionen downloaden: http://www.gmx.net/de/go/browser
>
>
> _______________________________________________
> Chicken-users mailing list
> address@hidden
> http://lists.nongnu.org/mailman/listinfo/chicken-users
>




reply via email to

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