mailtome has asked for the wisdom of the Perl Monks concerning the following question:
to Makefile.PL After that I get an errorif (grep { $_ eq 'PERL_CORE=1' } @ARGV) { # Core push(@conditional_params, 'MAN3PODS' => {}, 'NORECURS' => 1); }
So I added 'DEFINE' => '-DHAS_PPPORT_H' to conditional_params Everything built fine but some of the tests for threads, and threads::shared failed. Can some one help me building perl with updated core moudles?threads.xs: In function 'S_ithread_run': threads.xs:526: error: 'G_WANT' undeclared (first use in this function +) threads.xs:526: error: (Each undeclared identifier is reported only on +ce threads.xs:526: error: for each function it appears in.) threads.xs: In function 'XS_threads_join': threads.xs:1224: error: 'G_WANT' undeclared (first use in this functio +n) threads.xs: In function 'XS_threads_wantarray': threads.xs:1561: error: 'G_WANT' undeclared (first use in this functio +n) make: *** [threads.o] Error 1
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Updating core modules in perl
by Anonymous Monk on Nov 06, 2009 at 09:22 UTC |