I ran into a problem on a Suse 10.1 system and was wondering if anyone has a version of Suse newer than 10.1 that can try the following test and send me the results.
-----testpci----
cat <<EOF >testpci.c
#include <pci/pci.h>
int testpci() {
struct pci_access *pciaccess;
pci_init(pciaccess);
}
EOF
cc -G -m64 testpci.c -lpci