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: ode-initval/test doesn't build


Added. Thanks. By the way, your mailer seems to insert extra line
breaks -- I fixed up the long line that got broken.

Steve ROBBINS writes:
 > 
 > ... because two libraries in the link line are out of order.
 > 
 > 
 > ? libgslodeiv.la
 > ? check_range.patch
 > Index: ChangeLog
 > ===================================================================
 > RCS file: /cvs/gsl/gsl/ode-initval/ChangeLog,v
 > retrieving revision 1.2
 > diff -u -b -B -r1.2 ChangeLog
 > --- ChangeLog	2000/04/11 19:37:26	1.2
 > +++ ChangeLog	2000/05/14 22:51:12
 > @@ -1,3 +1,9 @@
 > +2000-05-14  Steve Robbins  <steve@nyongwa.montreal.qc.ca>
 > +
 > +	* Makefile.am (test_LDADD): put libgslpermutation ahead of
 > +	libgslvector in the link beccause the former uses
 > +	`gsl_check_range' which is defined in the latter.
 > +
 >  Tue Apr 11 19:59:01 2000  Brian Gough  <bjg@network-theory.co.uk>
 >  
 >  	* bsimp.c (bsimp_step_local): changed gsl_la prefix to gsl_linalg,
 > Index: Makefile.am
 > ===================================================================
 > RCS file: /cvs/gsl/gsl/ode-initval/Makefile.am,v
 > retrieving revision 1.20
 > diff -u -b -B -r1.20 Makefile.am
 > --- Makefile.am	2000/05/05 11:15:53	1.20
 > +++ Makefile.am	2000/05/14 22:51:12
 > @@ -12,7 +12,7 @@
 >  
 >  TESTS = test
 >  
 > -test_LDADD = libgslodeiv.la ../ieee-utils/libgslieeeutils.la ../sys/libgslsys.la ../err/libgslerr.la ../test/libgsltest.la ../linalg/libgsllinalg.la ../blas/libgslblas.la ../blas/libgslblasnative.la ../matrix/libgslmatrix.la ../vector/libgslvector.la ../
 > permutation/libgslpermutation.la ../block/libgslblock.la ../utils/libutils.la
 > +test_LDADD = libgslodeiv.la ../ieee-utils/libgslieeeutils.la ../sys/libgslsys.la ../err/libgslerr.la ../test/libgsltest.la ../linalg/libgsllinalg.la ../blas/libgslblas.la ../blas/libgslblasnative.la ../matrix/libgslmatrix.la ../permutation/libgslpermutat
 > ion.la ../vector/libgslvector.la ../block/libgslblock.la ../utils/libutils.la
 >  test_DEPENDENCIES = libgslodeiv.la
 >  test_SOURCES = test_odeiv.c
 >  
 > 
 > 
 > 
 > 

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