I am trying to install a module (IO::PTY) which is a pre-req for the Expect.pm module which I am really after. However I try to run the Makefile.pm for the IO::PTY module and it errors giving me a message about the cc='cl' in the Config.pm file. The error says it cannot run the compiler cl and tells me to either edit the Config.pm file, create a symlink to the right location or just add it to my PATH environment.
However I have searched my drive looking for a cl compiler but none have been found. I could edit tehe Config.pm but to what?
Anyone ever had this happen and if so how can I fix it to install this module?