Re: [Gambas-user] Building gb.gsl on Arch Linux

2012-07-09 Thread Laurent Carlier
Le lundi 9 juillet 2012 02:36:29 Adrien Prokopowicz a écrit : > Le lundi 9 juillet 2012 01:56:45 Emil Lenngren a écrit : > > I have the same problem on Gentoo. > > > > || Unable to met pkg-config requirement: libgsl > > || Unable to met pkg-config requirement: libgslcblas > > > > However, I could

Re: [Gambas-user] Building gb.gsl on Arch Linux

2012-07-09 Thread Laurent Carlier
Le lundi 9 juillet 2012 02:36:29 Adrien Prokopowicz a écrit : > Le lundi 9 juillet 2012 01:56:45 Emil Lenngren a écrit : > > I have the same problem on Gentoo. > > > > || Unable to met pkg-config requirement: libgsl > > || Unable to met pkg-config requirement: libgslcblas > > > > However, I could

Re: [Gambas-user] Building gb.gsl on Arch Linux

2012-07-08 Thread Adrien Prokopowicz
Le lundi 9 juillet 2012 01:56:45 Emil Lenngren a écrit : > I have the same problem on Gentoo. > > || Unable to met pkg-config requirement: libgsl > || Unable to met pkg-config requirement: libgslcblas > > However, I could still do a make and sudo make install. > > /Emil > > > 2012/7/9 Adrien P

Re: [Gambas-user] Building gb.gsl on Arch Linux

2012-07-08 Thread Emil Lenngren
I have the same problem on Gentoo. || || Unable to met pkg-config requirement: libgsl || Unable to met pkg-config requirement: libgslcblas || However, I could still do a make and sudo make install. /Emil 2012/7/9 Adrien Prokopowicz > Hi, > > I noticed that I could'nt build gb.gsl on archlinu

[Gambas-user] Building gb.gsl on Arch Linux

2012-07-08 Thread Adrien Prokopowicz
Hi, I noticed that I could'nt build gb.gsl on archlinux, because pkg-config does not find the libgsl and libgslcblas packages (on arch the 3 packages are in the gsl package). I solved the problem on my machine by doing this : @@ -4,13 +4,9 @@ AC_CONFIG_MACRO_DIR([m4]) GB_INIT(gb.gsl) AC_PROG_