in reply to Install Xampp mod_perl addon to Xampp

cl works OK for me on Windows XP - but that is probably because I have Microsoft Visual C/C++ installed. If you do then make sure you run vsvars32.bat in the environment, if not, then use a perl that does not require it.

I'm a little confused. Cygwin has perl already bundled, does it not? Should you not be trying to install under Cygwin - that should be using gcc rather than the Microsoft compiler. Try this:
perl -MConfig -e 'print "$Config{cc}\n"'
On my version of Cygwin it gives gcc.

By the way, please use <code> ... </code> tags, and <br> when posting.

Replies are listed 'Best First'.
Re^2: Install Xampp mod_perl addon to Xampp
by ianox (Novice) on Oct 23, 2009 at 17:54 UTC
    Ummm - Cygwin. Yes it has perl in it but I took it all out and plumped for Xampp. I guess I am just trying to take the easy way out in getting RT up in XP. In Cywin I get all the way to installing RT via `configure`, but fails on a couple of Cpan module versions being > config list. My frigging with that got no where. So Xampp is just another way to gat at RT.