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@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to