
removido
(usa Nenhuma)
Enviado em 28/11/2007 - 12:37h
Prezados, estou compilando (ou pelo menos tentando) compilar um programa mas está dando erro de falta de determinado pacote, só que já instalei o pacote pciutils tanto do repositório qto o compilado pra minha máquina, mas ainda assim dá o erro mostrado abaixo (configure: error: pci library required):
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets $(MAKE)... yes
checking for working aclocal-1.4... found
checking for working autoconf... found
checking for working automake-1.4... found
checking for working autoheader... found
checking for working makeinfo... missing
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for gcc option to accept ANSI C... none needed
checking for a BSD-compatible install... /usr/bin/install -c
checking whether make sets $(MAKE)... (cached) yes
checking for debugging info... enabled
checking how to run the C preprocessor... gcc -E
checking for X... libraries , headers
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking for gtk-config... /usr/bin/gtk-config
checking for GTK - version >= 1.2.0... yes
checking for main (direct) backend... unix
checking for client backend... enabled
checking for sin in -lm... yes
checking for pci_init in -lpci... no
checking for pci_init in -lpciutils... no
configure: error: pci library required
Como é que dá pra resolver isso?