# cd perl-5.8.0/ext
# gunzip -c Tk800.023.tar.gz | tar xvf -
# mv Tk800.023 Tk
# cd ..
# ./Configure

...

Do you wish to use dynamic loading? [y] n

...

What extensions do you wish to include?
[B ByteLoader ... ] Tk

Example 2: Statically building the Perl/Tk libraries in the Perl interpreter.

Back to Article