No CentOS, corrijo esse erro instalando todas as bibliotecas do XOrg:
yum install 'libX*-devel'
Estou assumindo que seria algo semelhante no Ubuntu. Talvez:
apt install libx11-dev
Tentando instalar o "The Finite Element Toolkit" no Ubuntu 12.04.
Baixou o arquivo fonte (tar.gz) para a versão 1.5 de aqui
Ele tem um script para instalar todas as ferramentas que o acompanham, então quando eu executo o script, que por sua vez chama o script ./configure e verifica as dependências ausentes e necessárias.
E ele pára com um erro como "bibliotecas GL ausentes, MAS NECESSÁRIAS. SAÍDAS EM ERRO"
---------- begin processing APP configure options ----------
checking whether you want pedantic ANSI compilation... no
checking whether you want profiling... no
checking whether you want ElectricFence... no
checking whether your environment defines FETK_MOTIF_LIBRARY... no
checking for XmGetColors in -lXm... no
Motif library missing but not required ...rocking on...
checking whether your environment defines FETK_GL_LIBRARY... no
checking whether you need the MacOSX hack for OpenGL... no
checking for glPushMatrix in -lGL... no
configure: error: GL library missing but REQUIRED...EXITING ON ERROR
make: *** No rule to make target 'install'. Stop.
~/Desktop/fetk
---------------------- FETK-BUILD: STOPPING ----------------------
Embora eu tenha instalado quase a maioria dos pacotes de bibliotecas gráficas, como freeglut3, freeglut3-dev, libglib-mesa, etc., o mesmo erro continua.
No CentOS, corrijo esse erro instalando todas as bibliotecas do XOrg:
yum install 'libX*-devel'
Estou assumindo que seria algo semelhante no Ubuntu. Talvez:
apt install libx11-dev
Tags opengl