Instalação Hugs...

Iniciado por Rsspa, 13 de Abril de 2007, 18:47

tópico anterior - próximo tópico

Rsspa

Olá, estou tentando instalar o Hugs em minha maquinha. Hugs é um "compilador" da linguagem Haskell.

Download do hugs: http://ftp.debian.org/debian/pool/main/h/hugs98/hugs98_98.200609.21.orig.tar.gz

Mas quando vou instalar ele da o seguinte erro:

Citarfernando@server:~/Desktop/hugs98-plus-Sep2006$ ./configure
checking build system type... i686-pc-linux-gnulibc1
checking host system type... i686-pc-linux-gnulibc1
checking target system type... i686-pc-linux-gnulibc1
checking for bison... no
checking for byacc... no
checking for gcc... gcc
checking for C compiler default output file name...
configure: error: C compiler cannot create executables
See `config.log' for more details.
fernando@server:~/Desktop/hugs98-plus-Sep2006$ make
rm -f -r config.cache autom4te.cache
LIBS= ./configure
checking build system type... i686-pc-linux-gnulibc1
checking host system type... i686-pc-linux-gnulibc1
checking target system type... i686-pc-linux-gnulibc1
checking for bison... no
checking for byacc... no
checking for gcc... gcc
checking for C compiler default output file name...
configure: error: C compiler cannot create executables
See `config.log' for more details.
make: ** [src/Makefile] Erro 77
fernando@server:~/Desktop/hugs98-plus-Sep2006$ make install
rm -f -r config.cache autom4te.cache
LIBS= ./configure
checking build system type... i686-pc-linux-gnulibc1
checking host system type... i686-pc-linux-gnulibc1
checking target system type... i686-pc-linux-gnulibc1
checking for bison... no
checking for byacc... no
checking for gcc... gcc
checking for C compiler default output file name...
configure: error: C compiler cannot create executables
See `config.log' for more details.
make: ** [src/Makefile] Erro 77


Oque devo fazer..?

OBRIGADO.
Ciência da Computação - UFES

tfmoraes

Cara, instala pelo apt-get ou synaptic, ele está no repositório:

sudo apt-get install hugs


Hein, você tem um bom tutorial de Haskell em português ?

Rsspa

Citação de: tfmoraes online 14 de Abril de 2007, 15:51
Hein, você tem um bom tutorial de Haskell em português ?

brother, eu faço Ciência da Computação na Ufes, e linguagem de prog I q usamos é haskell..!
Aconselho usar o livro: Haskell - Uma Abordagem Pratica. Na Ufes usamos uma apostila mt boa feita pelos professores. Depois te arrumo o link para baixar ela ok..?

Abc..!

Ciência da Computação - UFES

tfmoraes