LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Problem installing amsn (https://www.linuxquestions.org/questions/linux-software-2/problem-installing-amsn-34477/)

Alas2708 11-03-2002 07:13 AM

Problem installing amsn
 
I am totally new to Linux, and want to learn...
I tried installing amsn on my RedHat8 and am unable to do so.
i type ./amsn and it comes back with:

>bash: ./amsn: /usr/bin/wish: bad interpreter: No such file or directory

i have worked out that wish is part of the tcl package, wich I also downloaded. when i exctract the tar and run ./configure, it gives me:

>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

I take it cc is some kind of compiler, but where do I find it from?
I tried found gcc but it seems that it also needs cc to install itself.
If someone could help me out here, it would be really great... ;-)

Aussie 11-03-2002 08:16 AM

Install the gcc and gcc-devel rpm's from your redhat cd.

acid_kewpie 11-03-2002 08:28 AM

and f course use a decent client instead like gaim.

as for your dependency.. cc is a fallback in the case that gcc is not found. most configure scripts look for 5 or 6 potential compilers before giving up.

Alas2708 11-03-2002 10:21 AM

Thank you :-) it is working now :-)


All times are GMT -5. The time now is 10:53 AM.