Strange, that in your bad config.pm there is for example -DPERL5 missing,
but this is set in the ebuild, I can only imagine, that something is wrong
with your installation and you don't have all tools onboard which are needed
by emerge to in order to create the right Config.pm.
Have you uninstalled single packages, thinking that they might not be needed
by other packages?
I'd re-emerge all basic packages and then try to emerge perl again.
----- Original Message -----
From: "Paul Varner" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, October 29, 2003 3:40 AM
Subject: Re: [gentoo-user] Perl Guru's? Having isssues recompiling perl
> On Mon, 2003-10-27 at 10:35, SN wrote:
> > How about showing us the diff?
>
> Attached is a diff of the good and bad Config.pm files. I have narrowed
> the issue down to the perl statement "keys %Config" I have created the
> following test program which has the same issue with allocating memory
> and never prints anything.
>
> BEGIN {
> @INC = './lib';
> }
>
> use Config;
>
> foreach $key (keys %Config) {
> print "Key: $key\n";
> }
>
>
> Regards,
> Paul
>
----------------------------------------------------------------------------
----
> --
> [EMAIL PROTECTED] mailing list
--
[EMAIL PROTECTED] mailing list