in reply to Compiling Tk under Windows

you're probably missing those libs, indeed.

Need more details to advice further.
But, as you said, you're newbie, why re-compiling stuff, then, and not just use precompiled binaries?

Also, Tk is large and compiling it could be difficult. Try compiling Tcl and then install Tcl::Tk, those two CPAN modules could be used instead of Tk with very similar functionality.
You'll gain much more flexibility with less efforts spent...

Replies are listed 'Best First'.
Re^2: Compiling Tk under Windows
by Anonymous Monk on Jun 30, 2005 at 02:43 UTC
    Isn't there a Perl/Tk package with ppm?