This is the mail archive of the gsl-discuss@sources.redhat.com mailing list for the GSL project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: autoconf usage : -DHAVE_GSL ?


Peter Teuben writes:
 >  actually, this still didn't work for me !  It still claimed it
 > would not even find main. If i link static (manually done), things
 > look better, but basically, i kept the stupid kludge in until i
 > find something that actually works.

how about,

AC_SEARCH_LIBS(sin, m);
AC_SEARCH_LIBS(cblas_daxpy,gslcblas)
AC_SEARCH_LIBS(gsl_version,gsl)



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]