Click to See Complete Forum and Search --> : Ok explain...?


scottcly
01-20-2003, 07:20 AM
This happened while trying to use terminal andd installing AMSN...this is my first time please help????

[scott@localhost scott]$ cd /home/scott/alsaplayer-0.99.72
[scott@localhost alsaplayer-0.99.72]$ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal-1.4... missing
checking for working autoconf... missing
checking for working automake-1.4... missing
checking for working autoheader... missing
checking for working makeinfo... missing
checking whether to enable maintainer-specific portions of Makefiles... no
checking for gcc... no
checking for cc... no
checking for cc... no
checking for cl... no
configure: error: no acceptable C compiler found in $PATH
[scott@localhost alsaplayer-0.99.72]$

rid3r
01-20-2003, 08:05 AM
well, it says your gcc compiler isn't installed.

Hayl
01-20-2003, 08:26 AM
you should read the readme and/or install files when you unpack software BEFORE you try to install. or at least go to their website and read their install instructions (which are on the first page in the case of AMSN).

if you had read the instructions then you would know that AMSN is NOT an app that needs to be compiled. it is a tcl/tk script.

to run it, go into the msn folder and then enter:

./amsn

scottcly
01-20-2003, 09:05 AM
thank you for sharing your knowlege it's greatly apreciated

...and aMSN works

BaVinic
01-20-2003, 09:17 AM
Originally posted by scottcly
This happened while trying to use terminal andd installing AMSN...this is my first time please help????

[scott@localhost scott]$ cd /home/scott/alsaplayer-0.99.72
[scott@localhost alsaplayer-0.99.72]$ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal-1.4... missing
checking for working autoconf... missing
checking for working automake-1.4... missing
checking for working autoheader... missing
checking for working makeinfo... missing
checking whether to enable maintainer-specific portions of Makefiles... no
checking for gcc... no
checking for cc... no
checking for cc... no
checking for cl... no
configure: error: no acceptable C compiler found in $PATH
[scott@localhost alsaplayer-0.99.72]$

Unless I am missing something, this error was for trying to install the alsa player, not aMSN. are you having a problem with that?
if so, try it again, but logged in as root. or you can use the superuser command of su - ( thats SU with a minus sign) then try again.

Hope this helps.

BaVinic