--- a/src/core/wscript Mon Nov 08 11:38:12 2010 -0800 +++ b/src/core/wscript Mon Nov 08 12:02:43 2010 -0800 @@ -155,5 +155,5 @@ ]) if bld.env['ENABLE_GSL']: - core.uselib = 'GSL GSLCBLAS M' + core.uselib = core.uselib + ' GSL GSLCBLAS M' core.source.extend(['rng-test-suite.cc'])