проблемы с установкой программ
проблемы с установкой программ
1. проблема с ./configure :
alex@ubuntu:~/my/akkordws-0.3$ ./configure
loading cache ./config.cache
checking for a C-Compiler...
checking for gcc... gcc
checking whether the C compiler (gcc ) works... no
configure: error: installation or configuration problem: C compiler cannot create executables.
2. проблема с make :
alex@ubuntu:~/my/emelfm-0.9.2$ make
bash: make: command not found
помогите кто знает (в линуксе 3-й день)
alex@ubuntu:~/my/akkordws-0.3$ ./configure
loading cache ./config.cache
checking for a C-Compiler...
checking for gcc... gcc
checking whether the C compiler (gcc ) works... no
configure: error: installation or configuration problem: C compiler cannot create executables.
2. проблема с make :
alex@ubuntu:~/my/emelfm-0.9.2$ make
bash: make: command not found
помогите кто знает (в линуксе 3-й день)
- bobrik
- Неотъемлемая часть форума
- Сообщения: 313
- Зарегистрирован: 17 авг 2005, 12:42
- Откуда: Витебск
- Контактная информация:
Вообще там по-англицки написано, что, мол, команда не найдена. Скажи, что за дистр, у тебя из исходников, скорее всего, 1% программ понадобится (у меня 0%).
А так, установи gcc && make
А так, установи gcc && make
http://bobrik.name - я не вар'ят
Ничего не получается:
root@ubuntu:~# apt-get install gcc make
Reading package lists... Done
Building dependency tree... Done
gcc is already the newest version.
make is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
root@ubuntu:~# cd /home/alex/my/akkordws-0.3/akkordws-0.3/
root@ubuntu:/home/alex/my/akkordws-0.3/akkordws-0.3# ls
AUTHORS README automoc configure mkinstalldirs
BUGS TODO confdefs.h configure.in scripts
COPYING acconfig.h config.cache data stamp-h.in
ChangeLog acinclude.m4 config.guess fs_scripts txt
INSTALL aclocal.m4 config.h.bot install-sh
Makefile.am akkord config.h.in ltconfig
Makefile.in akkord.lsm config.log ltmain.sh
Makefile.start akkordws.studio config.sub missing
root@ubuntu:/home/alex/my/akkordws-0.3/akkordws-0.3# ./configure
loading cache ./config.cache
checking for a C-Compiler...
checking for gcc... gcc
checking whether the C compiler (gcc ) works... no
configure: error: installation or configuration problem: C compiler cannot create executables.
root@ubuntu:/home/alex/my/akkordws-0.3/akkordws-0.3#
root@ubuntu:~# apt-get install gcc make
Reading package lists... Done
Building dependency tree... Done
gcc is already the newest version.
make is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
root@ubuntu:~# cd /home/alex/my/akkordws-0.3/akkordws-0.3/
root@ubuntu:/home/alex/my/akkordws-0.3/akkordws-0.3# ls
AUTHORS README automoc configure mkinstalldirs
BUGS TODO confdefs.h configure.in scripts
COPYING acconfig.h config.cache data stamp-h.in
ChangeLog acinclude.m4 config.guess fs_scripts txt
INSTALL aclocal.m4 config.h.bot install-sh
Makefile.am akkord config.h.in ltconfig
Makefile.in akkord.lsm config.log ltmain.sh
Makefile.start akkordws.studio config.sub missing
root@ubuntu:/home/alex/my/akkordws-0.3/akkordws-0.3# ./configure
loading cache ./config.cache
checking for a C-Compiler...
checking for gcc... gcc
checking whether the C compiler (gcc ) works... no
configure: error: installation or configuration problem: C compiler cannot create executables.
root@ubuntu:/home/alex/my/akkordws-0.3/akkordws-0.3#