in reply to Tk install -- Config{'cc'} giving wrong value?

Unless you have a specific reason for attempting to compile the Tk module yourself, you should probably use the pre-compiled modules that ActiveState provides. Assuming you have a working internet connection, typing:

ppm install Tk
..at a command prompt should do the Right Thing. For more information about the joys of PPM, read ActivePerl-faq2

perl -pe '"I lo*`+$^X$\"$]!$/"=~m%(.*)%s;$_=$1;y^+*`^ ve^#$&V"+@( NO CARRIER'

Replies are listed 'Best First'.
Re: Re: Tk install -- Config{'cc'} giving wrong value?
by Anonymous Monk on Oct 16, 2001 at 00:55 UTC
    Ahhhh... much easier. Many thanks. I suspected it wasn't supposed to be that hard.