./configure erro ao compilar o xgrafix no ubuntu 12.04

2

Eu tenho o Ubuntu 32 bits em um processador i7. Eu tentei compilar e instalar este pacote chamado xgrafix, eu instalei dependências, mas agora ele tem um erro da seguinte forma.

samir@samir-HP:~/Downloads/xgrafix$ ./configure --with-X11_LIBDIR /usr/lib/i386-linux-gnu/
configure: WARNING: you should use --build, --host, --target
configure: WARNING: invalid host type: /usr/lib/i386-linux-gnu/
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking build system type... Invalid configuration '/usr/lib/i386-linux-gnu/': machine '/usr/lib/i386' not recognized
configure: error: /bin/bash ./config/config.sub /usr/lib/i386-linux-gnu/ failed

Eu tentei várias coisas, mas não consegui resolver isso.

    
por Samir Chauhan 01.01.2013 / 15:09

1 resposta

3

Finalmente, posso construir. o que eu provavelmente perdi é o sinal "=" após a mudança que eu apliquei. então eu mudei como abaixo.

samir@samir-HP:~/Downloads/xgrafix$ ./configure --with-X11_LIBDIR=/usr/lib/i386-linux-gnu/

funcionou. Muito obrigado.

    
por Samir Chauhan 02.01.2013 / 07:26