[Gambas-user] Compile error (gb.gsl) on Ubuntu 11.10

Randall Morgan rmorgan62 at ...626...
Tue Jan 31 23:02:49 CET 2012


You do not have the GNU Scientific Library (GSL) in your system path or it
is not installed on your system.

On Ubuntu, you need to install this from the system repo with apt-get
install gsl-bin gsl-doc-pdf libgsl0-dev
installing from the tar file will not provide the needed symbolic links on
Ubuntu.

Note that the GSL component is currently under development and there is
only a very skinny skeleton in the Gambas repo at the moment.
I will have all the math.h functions included soon and will move on to
complex number functions.



On Tue, Jan 31, 2012 at 1:51 PM, Jussi Lahtinen <jussi.lahtinen at ...626...>wrote:

> http://www.gnu.org/software/gsl/
>
> Very useful, at least to me.
>
> Jussi
>
>
>
>
> On Tue, Jan 31, 2012 at 23:50, Jussi Lahtinen <jussi.lahtinen at ...626...
> >wrote:
>
> > You might want to compile without gsl right now...
> > Instead of normal ./configure, do ./configure --disable-gsl
> >
> > Jussi
> >
> >
> >
> > On Tue, Jan 31, 2012 at 23:46, Caveat <Gambas at ...1950...> wrote:
> >
> >> Hi list
> >>
> >> On a new machine running Ubuntu 11.10 Oneiric, I'm having problems
> >> compiling Gambas3.  It seems to be to do with my installation of gsl
> >> (gnu scientific library?).
> >>
> >> Attached is the full (gzipped) output from the compile script.
> >>
> >> I tried searching the documentation just out of interest to see what the
> >> component gb.gsl is, but there seems to be no trace of it.
> >>
> >> Thanks and regards,
> >> Caveat
> >>
> >>
> >>
> >>
> >>
> ------------------------------------------------------------------------------
> >> Keep Your Developer Skills Current with LearnDevNow!
> >> The most comprehensive online learning library for Microsoft developers
> >> is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
> >> Metro Style Apps, more. Free future releases when you subscribe now!
> >> http://p.sf.net/sfu/learndevnow-d2d
> >> _______________________________________________
> >> Gambas-user mailing list
> >> Gambas-user at lists.sourceforge.net
> >> https://lists.sourceforge.net/lists/listinfo/gambas-user
> >>
> >>
> >
>
> ------------------------------------------------------------------------------
> Keep Your Developer Skills Current with LearnDevNow!
> The most comprehensive online learning library for Microsoft developers
> is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
> Metro Style Apps, more. Free future releases when you subscribe now!
> http://p.sf.net/sfu/learndevnow-d2d
> _______________________________________________
> Gambas-user mailing list
> Gambas-user at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>



-- 
If you ask me if it can be done. The answer is YES, it can always be done.
The correct questions however are... What will it cost, and how long will
it take?



More information about the User mailing list