This is the mail archive of the gsl-discuss@sourceware.cygnus.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: CVS no `configure'


Oisin writes:
 > aclocal; automake; autoconf; ./configure
 > 
 > I'm new to the autoconf stuff, but should all those extra commands be
 > necessary?  Looking at the info pages for automake it seems to suggest
 > that line 525 of `configure.in' should be OK.

Yup, the extra commands are necessary.  The AM_ macro gets defined
when aclocal is run. There is a script autogen.sh which runs all the
extra commands, but unfortunately it is not mentioned in the docs yet
(will add it).

The "make check" stage fails in complex/ at the moment, as that
directory is still under development.

 > Then using `make' everything seems fine, but `make checks' after that 
 > produces the following:
 > 
 > FAIL: test
 > ===================
 > 1 of 1 tests failed
 > ===================
 > make[2]: *** [check-TESTS] Error 1
 > make[2]: Leaving directory `/usr/local/src/gsl/complex'
 > make[1]: *** [check-am] Error 2
 > make[1]: Leaving directory `/usr/local/src/gsl/complex'
 > make: *** [check-recursive] Error 1

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