LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   How To Install TCL? (For amsn messenger) (https://www.linuxquestions.org/questions/linux-software-2/how-to-install-tcl-for-amsn-messenger-123088/)

Nukem 12-05-2003 07:07 PM

How To Install TCL? (For amsn messenger)
 
I'm trying to install TCL for using "amsn"

I downloaded TCL and extracted tcl8.4.5-src.tar.gz. It made a folder named tcl8.4.5-src

Then I run configure and get this output..

----------------------------------------------------------------------------------------------------------------------------
[ruwan@CPE00045a54d078-CM00080d25e244 tcl8.4.5]$ cd unix
[ruwan@CPE00045a54d078-CM00080d25e244 unix]$ dir
aclocal.m4 ldAix tclLoadDl.c tclUnixChan.c tclUnixSock.c
confdefs.h Makefile.in tclLoadDld.c tclUnixEvent.c tclUnixTest.c
config.cache mkLinks tclLoadDyld.c tclUnixFCmd.c tclUnixThrd.c
config.log README tclLoadNext.c tclUnixFile.c tclUnixThrd.h
configure tclAppInit.c tclLoadOSF.c tclUnixInit.c tclUnixTime.c
configure.in tclConfig.sh.in tclLoadShl.c tclUnixNotfy.c tclXtNotify.c
dltest tclLoadAix.c tcl.m4 tclUnixPipe.c tclXtTest.c
install-sh tclLoadAout.c tcl.spec tclUnixPort.h
[ruwan@CPE00045a54d078-CM00080d25e244 unix]$ ./configure
loading cache ./config.cache
checking whether to use symlinks for manpages... no
checking compression for manpages... no
checking for gcc... no
checking for cc... no
configure: error: no acceptable cc found in $PATH
[ruwan@CPE00045a54d078-CM00080d25e244 unix]$

---------------------------------------------------------------------------------------------------------------------------

What am I doing wrong and how do I install TCL in the proper way??

jailbait 12-05-2003 09:21 PM

"What am I doing wrong and how do I install TCL in the proper way??"

It cannot fond the C compiler. Do you have gcc installed? Try:
rpm -qi gcc
to see if you have the C compiler installed.

___________________________________
Be prepared. Create a LifeBoat CD.
http://users.rcn.com/srstites/LifeBo...home.page.html

Steve Stites


All times are GMT -5. The time now is 03:23 PM.