Re: [Module::Build] Making 0.28 a reality
Status: Beta
Brought to you by:
kwilliams
|
From: Ken W. <ke...@ma...> - 2006-02-27 02:24:04
|
On Feb 19, 2006, at 10:40 AM, John Peacock wrote: > Yitzchak Scott-Thoennes wrote: >> $ perl Build.PL >> Checking whether your kit is complete... >> Looks good >> >> Checking prerequisites... >> Looks good >> >> Module::Build is not configured with C_support at /usr/lib/perl5/ >> site_perl/5.8/Module/Build/Base.pm line 3478. > > Bugger. How can I check for a C compiler if the test dies while > trying to > determine if there is a C compiler because it won't create a > c_builder object if > there isn't a C compiler? Arghhh! Grr, yeah. We shouldn't be dying there. I'll fix. -Ken |