![]() |
|
Problems? Is your data what you think it is? | |
PerlMonks |
Re^3: Installing Perl Wrapper Module for a C Library (Tree::Suffix) Locallyby fizbin (Chaplain) |
on Mar 15, 2006 at 15:54 UTC ( #536849=note: print w/replies, xml ) | Need Help?? |
Okay, so it would appear that Makefile.PL and CPAN are not honoring your cflags environment setting. Furthermore, it appears that you need to pass extra C flag arguments to Makefile.PL as "CCFLAGS", not "CFLAGS". So, I would suggest trying this: That should produce a Makefile that you can use with "make".
--
In Section
Seekers of Perl Wisdom
|
|