2009/4/30 Maggie X <[email protected]>: > Wouldn't this have taken care of linking the libraries? > > pp_addhdr(' > #include <gsl/gsl_cdf.h>
This just basically tells the contents of the library, not where it is located. Take a look of it, just definitions of the calling API. E.g. in my system (Ubuntu 8.10) the library itself is in /usr/lib/libgsl.so.0 Cheers, Kaj _______________________________________________ Perldl mailing list [email protected] http://mailman.jach.hawaii.edu/mailman/listinfo/perldl
