[Scilab-Dev] Scilab 5 on Solaris

Sylvestre Ledru sylvestre.ledru at scilab.org
Mon Jul 14 23:53:23 CEST 2008


Hello,

It is a "funny" behavior. I am not aware of this (maybe someone in the
team knows about that). Maybe a flag issue in the compiler.

Could you submit a bug report ?

Thanks
Sylvestre



Le lundi 14 juillet 2008 à 17:43 -0300, Jonathan Blanchard a écrit :
> This is getting interesting. Indeed the svn HEAD installed properly
> and I was able to start Scilab by scpecifying the -nogui switch
> otherwise it crash. (I didn't built the gui).
> 
> But inside Scilab standard arithmetic operations do not work. Here are
> a few example :
> 
> -->2+2
>  ans  =
> 
>    -0.
> 
> -->2-3
>  ans  =
> 
>   --0.
> 
> -->3*4
>  ans  =
> 
>     -0.
> 
> -->4/5
>  ans  =
> 
>    -0.8
> 
> 
> I really do not know how to debug this behavior so should I file a bug report?
> 
> 
> Jonathan Blanchard
> 
> 
> On Fri, Jul 11, 2008 at 9:16 PM, Sylvestre Ledru
> <sylvestre.ledru at scilab.org> wrote:
> > Le vendredi 11 juillet 2008 à 18:19 -0300, Jonathan Blanchard a écrit :
> >> I just rebuild Scilab using gcc 4.3.1 and sun ld. all build well ( I
> >> didn't build the gui and java-sci). Make install still does not work
> >> but with a different error this time. See at the end of the e-mail for
> >> the output.
> > Please update (svn update), we fixed this issue a few days ago!
> >
> >> I tried make install -k to tell make to continue anyways
> >> but when I try to run Scilab afterward I get a core dump but not the
> >> error about localization anymore. I might have to run scilab in a
> >> debugger but I do not exactly know the best course of action for this
> >> as I rarely use GDB or MDB outside an IDE so I'm not too comfortable
> >> with using a debugger from the command line. So if anyone got some
> >> pointers that would be appreciated.
> > >From the source tree, you can launch it into kdbg with:
> > ./bin/scilab -kdbg
> >
> > Sylvestre
> >
> >




More information about the dev mailing list