[Gambas-user] config -C is not finding some files installed on my system

T Lee Davidson t.lee.davidson at ...626...
Mon Sep 18 15:48:52 CEST 2017


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 Hutcheson wrote:
> 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:--------------
> ---------------------------------------------------------------------
> -------checking for gb.gsl component with pkg-config... noconfigure:
> WARNING: Unable to met pkg-config requirement: gslchecking for gb.gsl
> headers... ./configure: line 18086: gsl-config: command not
> foundnoconfigure: WARNING: Unable to find file:
> gsl/gsl_cblas.hconfigure: WARNING: Unable to find file:
> gsl/gsl_math.hchecking for gb.gsl libraries... ./configure: line 18234:
> gsl-config: command not foundnoconfigure: WARNING: Unable to find file:
> libgslcblas.soconfigure: WARNING: Unable to find file:
> libgsl.soconfigure: WARNING: gb.gsl is disabled----------------------
> --------------------------------------------------------------------
> 
> Yet all the files mentioned do exist;
> ---------------------------------------------------------------------
> ---------------------
> $ locate gb.gsl
> /usr/lib64/gambas3/gb.gsl.component
> /usr/lib64/gambas3/gb.gsl.la
> /usr/lib64/gambas3/gb.gsl.so
> /usr/lib64/gambas3/gb.gsl.so.0
> /usr/lib64/gambas3/gb.gsl.so.0.0.0
> /usr/share/gambas3/info/gb.gsl.info
> /usr/share/gambas3/info/gb.gsl.list
> 
> $ locate gsl-config
> /usr/bin/gsl-config
> ---------------------------------------------------------------------
> ---------------------
> And so on.
> 
> What have I done wrong?   "8-(
> 
> Kind regards,
> Doug
> ------------------------------------------------------------------------------
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> _______________________________________________
> Gambas-user mailing list
> Gambas-user at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
> 




More information about the User mailing list