http://qs321.pair.com?node_id=536847


in reply to Re^2: Installing Perl Wrapper Module for a C Library (Tree::Suffix) Locally
in thread Installing Perl Wrapper Module for a C Library (Tree::Suffix) Locally

I think you meant
perl Makefile.PL "CFLAGS=$CFLAGS"
etc.

But in any case, this doesn't matter, since Makefile.PL doesn't accept CFLAGS or LDFLAGS as arguments.

--
@/=map{[/./g]}qw/.h_nJ Xapou cets krht ele_ r_ra/; map{y/X_/\n /;print}map{pop@$_}@/for@/

Replies are listed 'Best First'.
Re^4: Installing Perl Wrapper Module for a C Library (Tree::Suffix) Locally
by bowei_99 (Friar) on Mar 15, 2006 at 16:16 UTC
    Yeah, I realized that, too. I guess if the poster wanted those variables set when he runs make, he'd have to edit the Makefile directly, then run make ...

    -- Burvil