2014-12-11 4 views
1

У меня есть старая версия cabal-install, поэтому я загрузил cabal-install 1.20 и при установке ошибок.Ошибка в Cabal-установке:/usr/bin/ld не удается найти -lHSparsec-3.1.7-ghc7.8.3

Дополнительное примечание: GHC 7.8.3
ОС: CentOS 6.6

Ошибка:

Building network-2.4.2.3... 
....... 
...... 
...... 
usr/bin/ld: cannot find -lHSparsec-3.1.7-ghc7.8.3 
collect2: ld returned 1 exit status 
error during cabal-install bootstrap: 
building the network package failed. 

Когда я пытаюсь запустить "междусобойчик установить сетевой-2.5.0.0", получая следующие ошибки

[email protected]: cabal install network-2.5.0.0 
Resolving dependencies... 
Configuring network-2.5.0.0... 
configure: WARNING: unrecognized options: --with-compiler, --with-gcc 
checking build system type... x86_64-unknown-linux-gnu 
checking host system type... x86_64-unknown-linux-gnu 
checking for gcc... gcc 
checking whether the C compiler works... yes 
checking for C compiler default output file name... a.out 
checking for suffix of executables... 
checking whether we are cross compiling... configure: error: in `/tmp/network-2.5.0.023068/network-2.5.0.0': 
configure: error: cannot run C compiled programs. 
If you meant to cross compile, use `--host'. 
See `config.log' for more details 
cabal: Error: some packages failed to install: 
network-2.5.0.0 failed during the configure step. The exception was: 
ExitFailure 1 

ответ

0

Ошибка:

checking whether we are cross compiling... configure: error: in `/tmp/network-2.5.0.023068/network-2.5.0.0': 
configure: error: cannot run C compiled programs. 
If you meant to cross compile, use `--host'. 
See `config.log' for more details 

Итак, я запустил команду yum groupinstall "development tools", установил инструменты компилятора c и смог скомпилировать c-программы. Затем

checking whether we are cross compiling... configure: error: in /tmp/network-2.5.0.023068/network-2.5.0.0': 

Я попытался mount -o remount,exec,suid /tmp который Решена error.Its из-за вопроса прав исполнения в файловой системе.

 Смежные вопросы

  • Нет связанных вопросов^_^