Thread

Posted on Thu Mar 1 16:08:43 2007 by gidimille
Installing Tk on Solaris 10 New to CPAN
Hi Guys and Girls I am trying to install the Tk Module using CPAN and I get the following errors when I am doing a make, could you kindly help
/usr/ucb/cc: language optional software package not installed *** Error code 1 make: Fatal error: Command failed for target `ClientWin.o' Current working directory /.cpan/build/Tk-804.027/pTk *** Error code 1 make: Fatal error: Command failed for target `pTk/libpTk.a' /usr/ccs/bin/make -- NOT OK Running make test Can't test without successful make Running make install make had returned bad status, install seems impossible
Direct Responses: 4478 | Write a response
Posted on Thu Mar 1 23:35:22 2007 by vkon in response to 4471
Re: Installing Tk on Solaris 10 New to CPAN
you wrote to the wrong place, Tcl::Tk is not the same as perl/Tk. It is a better replacement of perl/Tk but those are totally different beasties
Direct Responses: 4496 | Write a response
Posted on Tue Mar 6 18:54:25 2007 by gidimille in response to 4478
Re: Installing Tk on Solaris 10 New to CPAN
Thanks for getting back to me basically I am trying to install a tool called clusterssh which has a reqiuerment for Tk and X11:: Protocol As as shown in the README file
multiple hosts concurrently. Quick Install Guide =================== Ensure you have the pre-requisite perl modules installed. Required modules are: Tk X11::Protocol For each of these modules, run the following command. If it fails, either install from your apt-get or yum repositories, or download and install the module from http://search.cpan.org/ $ perl -M<module> -e "print" i.e. $ perl -MTk -e "print" If all modules are present, perform the following: $ ./configure $ make $ make install For more advanced options, refer to the INSTALL file.
are you tell me that I downloaded the wrong thing
I have tried two different ways of getting Tk 1 I did a serch for it at http://search.cpan.org/ click on Tk then the link Tk804.0.27 and then I +downloaded both Feb 07 version followed the readme files and I got the same thing I have also tried doing the following perl -MCPAN -e 'install Tk' and it fails at the same point
Any help will be appreciated
Write a response