> I like to remove the Inline::C dependency from any extensions that I write
> -
> and I wrote InlineX::C2XS to facilitate this.
>

Rob,

  This is fantastic.  It has me almost where I need to be.

  After I added some t/ tests and a MANIFEST, this enables me to do a
"make dist" and make a very easy package.  The one problem I have is
that I currently use...

   LIBS => '-L/path/to/local/copy/of/special/libraries -lfirstlib
-lsecondlib -lthirdlib -lfirstlib -lsecondlib -lthirdlib'

  I do this because the libraries refer to each other.  The problem is now
the person who does tries to install the dist on another machine may
have those same libraries at a different path.   Is there a way that
they could pass in a variable when they do "perl Makefile.PL" without
having to specify all of the -l options themselves?

Thanks,

Joel Peshkin


Reply via email to