[scilab-Users] Problems with building toolboxes

ray joseph ray at aarden.us
Sat Jun 26 15:01:14 CEST 2010


That was a great exchange.  I thank everyone for the efforts.  As a new
user, I would like to understand the process.

This difficulty came while implementing a toolbox.  This particular toolbox
requires a Fortran complier.  Do all toolboxes require a compilation
operation?  Is the type of compiler different for each toolbox?  How is the
compiler requirement communicated to the user?

Being visually oriented, I find graphics very helpful in guiding me through
processes.  Are there any charts or diagrams that show the work processes
for the realm of activities in the use of Scilab and Xcos?

Best regards,
Ray


----- Original Message ----- 
From: "Nils" <maeher at chaote.de>
To: <users at lists.scilab.org>
Sent: Saturday, June 26, 2010 6:10 AM
Subject: Re: [scilab-Users] Problems with building toolboxes


> Hi,
>
> yes that was indeed the problem, thank you. :)
> I really should have have checked that, but the error message somehow
> lead me in the wrong direction.
> With gfortran installed it works like a charm. Thanks!
>
> Regards,
>
> Nils
>
> On 06/26/2010 11:14 AM, Sylvestre Ledru wrote:
> > Hello,
> >
> > The error message is not explicit and this has been improved in the
> > future Scilab 5.3.
> > Here, it is probably due to the fact that you don't have a fortran
> > compiler available on your system (gfortran)
> >
> > Hope this helps,
> > Sylvestre
> >
> > Le samedi 26 juin 2010 à 02:30 +0200, Nils a écrit :
> >> Hi,
> >>
> >> I'm currently trying to solve a few quite large linear programs using
> >> scilab.
> >>
> >>   From what I gathered from the documentation and the change log, the
> >> only solver for linear programs was moved out of scilab and into the
> >> toolbox "quapro".
> >>
> >> I've got quapro-1.0 from the git repository, but when I try to execute
> >> the 'builder.sce', I get the following error
> >>
> >> http://pastebin.com/eHfucuP2
> >>
> >> The script still succeeds in generating the loader.sce. Executing this
> >> however fails because the builder apparently really failed to build
> >> parts of the toolbox.
> >>
> >>   From what I found when searching for the above error, I'm concluding,
> >> that I may have the wrong version of libtool installed, to build the
> >> toolbox. I could however not find any source telling which version of
> >> libtool would be required to build toolboxes in scilab.
> >> My version of libtool is:
> >>   >  ltmain.sh (GNU libtool) 2.2.6b
> >>   >  Written by Gordon Matzigkeit<gord at gnu.ai.mit.edu>, 1996
> >>
> >> Is there a specific version that will work, or am I missing something
> >> completely, and the problem lies elsewhere?
> >>
> >> Regards,
> >>
> >> Nils Fleischhacker
> >
>
>




More information about the users mailing list