Hi

For background: I am trying to install a few modules with an environment of
Cygwin w/ windows 2000. The module I am stuck on is GD::Text.

Went to cygwin to download latest and greatest code, and they
seem to package freetype and the GD library now. So I downloaded them and
installed, then was able to successfully build GD.pm.

Now I downloaded GD::Text 0.86. I do a 'perl Makefile.PL' and it won't
drop/create a Makefile. I downloaded 0.85 and got the same results:

$ perl Makefile.PL
Checking if your kit is complete...
Looks good

$


that's it... no Makefile. no error messages. I am building other modules
(Like GD) and this
step builds a Makefile with those modules.

How would I trouble shoot this?

JIM