> Not really a bug.... but is there any easy way of building debug
> versions of the library?

Running configure with
   CFLAGS="-O0 -g" ./configure --prefix=/my/gsl/debug-installation
might do what you want.  You could then point your compiler at this
debug installation using -I and -L flags.

- Rhys


_______________________________________________
Bug-gsl mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-gsl

Reply via email to