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: No libgsl.a in version 0.5 under OSF1


This is a useful feature of recent versions of automake & libtool.
Thanks for pointing it out Dave. I hadn't been aware of it. We should
use it.

Gerard Jungman writes:
 > Dave Morrison wrote:
 > >
 > > noinst_LTLIBRARIES = libgslblas.la
 > > 
 > > and then the top-most Makefile.am would assemble these:
 > > 
 > > pkglib_LTLIBRARIES = libgsl.la
 > > 
 > > libgsl_la_LIBADD = \
 > >   blas/libgslblas.la \
 > >   block/libgslblock.la \
 > >   ...
 > 
 > Yes, that seems like it should work. I've used that feature
 > myself in other places. Hmmm.
 > 
 > Well, whaddaya think Brian?
 > 


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