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

2017-09-19 Thread Doug Hutcheson
On Tue, 2017-09-19 at 18:59 +1000, Doug Hutcheson wrote: > On Tue, 2017-09-19 at 09:35 +0200, Karl Reinl wrote: > > Am Dienstag, den 19.09.2017, 17:14 +1000 schrieb Doug Hutcheson: > > > Is there some other LLVM component I need to install? > > > > > > > Salut Doug, > > > > I'm not using jit,

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

2017-09-19 Thread Doug Hutcheson
On Tue, 2017-09-19 at 09:35 +0200, Karl Reinl wrote: > Am Dienstag, den 19.09.2017, 17:14 +1000 schrieb Doug Hutcheson: > > Is there some other LLVM component I need to install? > > > > Salut Doug, > > I'm not using jit, but I saw this in the mailing list. > > > > ./reconf-all && LLVM_CONFIG=

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

2017-09-19 Thread Karl Reinl
Am Dienstag, den 19.09.2017, 17:14 +1000 schrieb Doug Hutcheson: > > Is there some other LLVM component I need to install? > Salut Doug, I'm not using jit, but I saw this in the mailing list. > > ./reconf-all && LLVM_CONFIG=llvm-config-3.5 ./configure -C > > make && sudo make install -- Am

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

2017-09-19 Thread Doug Hutcheson
On Tue, 2017-09-19 at 16:02 +1000, Doug Hutcheson wrote: > 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 G

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

2017-09-18 Thread Doug Hutcheson
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

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

2017-09-18 Thread Doug Hutcheson
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

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

2017-09-18 Thread Doug Hutcheson
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

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

2017-09-18 Thread Karl Reinl
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:

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

2017-09-18 Thread T Lee Davidson
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

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

2017-09-17 Thread 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:--