Thank you! Adding the library link to $hash{'LIBS'} in Makefile.PL solved
the problem :DMaggie On Thu, Apr 30, 2009 at 5:07 PM, Kaj Wiik <[email protected]> wrote: > 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
