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

Emil Lenngren emil.lenngren at ...626...
Mon Jul 9 01:56:45 CEST 2012


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 <adrien.prokopowicz at ...626...>

> 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_LIBTOOL
>
> -GB_COMPONENT_PKG_CONFIG(
>
> - gsl, GSL, gb.gsl, [src],
>
> - gsl)
>
>  -GB_COMPONENT_SEARCH(
>
> +GB_COMPONENT(
>
> gslcblas, GSLCBLAS, gb.gsl, [src],
>
> - libgsl libgslcblas,
>
> [GB_FIND(gsl/gsl_cblas.h gsl/gsl_math.h, /usr /usr/local `gsl-config
> --prefix`, include include/gsl)],
>
> [GB_FIND(libgslcblas.$SHLIBEXT libgsl.$SHLIBEXT, /usr/lib /usr/local
> /usr/local/lib `gsl-config --prefix`, lib)],
>
> [$X_LIBS -llibgsl -llibgslcblas])
>
> ------------------------------------------------------------------------------
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and
> threat landscape has changed and how IT managers can respond. Discussions
> will include endpoint security, mobile security and the latest in malware
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> _______________________________________________
> 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