On Wed, 14 Jul 2004, David Aubin wrote:
gcc -Wall -Ix86emu/include -O2 -g -m32 -march=i386 -c -o pci-userspace.o pci-userspace.c pci-userspace.c:2:21: pci/pci.h: No such file or directory
your problems start here.
do you have the pciutils installed? You need:
pciutils-devel-2.1.9-2
or later.
ron