|
From: | Jochen Küpper |
Subject: | Re: [Help-gsl] Building a shared library that links with GSL |
Date: | Thu, 3 May 2007 10:33:50 +0200 |
On 02.05.2007, at 19:28, Jochen Küpper wrote:
Just for your choice, that's another version: AC_CHECK_LIB([atlas], [ATL_xerbla]) AC_SEARCH_LIBS([cblas_dgemm], [atlas cblas gslcblas], [], AC_MSG_ERROR([CBLAS is required.])) AC_CHECK_LIB([gsl], [main], [], AC_MSG_ERROR([GNU Scientific library is required.]))
Oops, forgot the header check - since you asked for it, here it is:AC_CHECK_HEADERS([gsl/gsl_math.h], [], [AC_ERROR(GSL headers are required.)])
Greetings, Jochen --Einigkeit und Recht und Freiheit http://www.Jochen- Kuepper.de
Liberté, Égalité, Fraternité GnuPG key: CC1B0B4D Sex, drugs and rock-n-roll
PGP.sig
Description: This is a digitally signed message part
[Prev in Thread] | Current Thread | [Next in Thread] |