You located the gb.gsl component files only. These files mentioned (gsl_cblas.h, gsl_math.h, libgslcblas.so, libgsl.so) are
system/distribution GSL headers and libraries.
Try "locate gsl_".
You may need to ensure the GSL development package is installed.
--
Lee
On 09/17/2017 09:07 PM, Doug
Am Montag, den 18.09.2017, 11:07 +1000 schrieb Doug Hutcheson:
> I am trying to compile Gambas downloaded from Git the other day and
> config is failing to find files that exist on my system, causing a
> number of modules to be disabled.
> For example, the output of config includes these lines:
Le 18/09/2017 à 18:45, Andres Carranza a écrit :
Hello,
Damned, my program crashed Gambas that way :
*access to data base sql3 lite*
Public Sub Ok_Click()
Dim sql As String
'Dim i As Integer
Me.mouse = 3
If Val(cargo.Text) = 0 Then cargo.Text = "0"
If Val(abono.Text) = 0 Then abono.Te
Thanks Lee. I am working through the problems one at a time and will
keep your advice in mind.
Kind regards,
Doug
On Mon, 2017-09-18 at 09:48 -0400, T Lee Davidson wrote:
> You located the gb.gsl component files only. These files mentioned
> (gsl_cblas.h, gsl_math.h, libgslcblas.so, libgsl.so) are
On Mon, 2017-09-18 at 16:06 +0200, Karl Reinl wrote:
> Am Montag, den 18.09.2017, 11:07 +1000 schrieb Doug Hutcheson:
> > I am trying to compile Gambas downloaded from Git the other day and
> > config is failing to find files that exist on my system, causing a
> > number of modules to be disabled
On Tue, 2017-09-19 at 15:00 +1000, Doug Hutcheson wrote:
> On Mon, 2017-09-18 at 16:06 +0200, Karl Reinl wrote:
> > Am Montag, den 18.09.2017, 11:07 +1000 schrieb Doug Hutcheson:
> > > I am trying to compile Gambas downloaded from Git the other day
> > > and
> > > config is failing to find files