Страница 1 из 1
проблемы с установкой программ
Добавлено: 16 дек 2005, 14:26
randomice
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-й день)
Добавлено: 16 дек 2005, 14:38
bobrik
Вообще там по-англицки написано, что, мол, команда не найдена. Скажи, что за дистр, у тебя из исходников, скорее всего, 1% программ понадобится (у меня 0%).
А так, установи gcc && make
Добавлено: 16 дек 2005, 14:51
randomice
Система - Kubantu 5.10, gcc устанавливал не помогло.
Добавлено: 16 дек 2005, 15:09
Llama
randomice, apt-get install gcc make
Добавлено: 16 дек 2005, 22:33
randomice
Ничего не получается:
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#
Добавлено: 16 дек 2005, 22:51
Llama
покажи что написано в config.log
Добавлено: 18 дек 2005, 01:34
randomice
Большое спасибо за помощь, вроде как все само сабой заработало.