On Tue, Nov 27, 2007 at 08:23:07PM -0800, Russell Whitaker wrote:
It's not libpci.a, it's a missing zlib package. It contains libz and libz.so. In the Makefile the flags passed to the linker are " -lpci -lz"
Does the zlib package really contain a file called libz ? Where?
Anyway, libz.so is the shared library and is no good here, you need a libz.a because flashrom is statically linked. (The -static option.)
//Peter