in reply to Re: Re^2: Trouble Compiling Term::ReadKey (Configure)
in thread Trouble Compiling Term::ReadKey

I am unsure what perl was built with. The only compiler I have available is CC and in the makefile stated cc=gcc. Any suggestions? Would installing GCC fix it??

--Mark

  • Comment on Re: Re: Re^2: Trouble Compiling Term::ReadKey (Configure)

Replies are listed 'Best First'.
Re^5: Trouble Compiling Term::ReadKey (Configure)
by tye (Sage) on Sep 02, 2003 at 21:04 UTC

    Sounds like your copy of Perl was built with gcc (because Config.pm says to use gcc) so, yes, I'd install gcc and try again.

                    - tye