At Mon, 11 Jun 2007 00:25:18 -0500, Bob Smith wrote: > As my use of this library is with "double" arguments only, I'm > assuming that most of the above named routines are not called (maybe > I'm wrong about that?). If they aren't called, how can I declare my > use of GSL (config.h?) to limit the routines bound into the executable > to just the ones it uses?
Hello, The code appearing in the final executable is controlled by the linker. For GCC and the GNU linker compile with -ffunction-sections and link with ---gc-sections. -- Brian Gough (GSL Maintainer) Network Theory Ltd, Commercial support for GSL --- http://www.network-theory.com/gsl/ _______________________________________________ Help-gsl mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-gsl
