[LinuxBIOS] Can't compile flashrom

Peter Stuge peter at stuge.se
Wed Nov 28 14:19:35 CET 2007


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




More information about the coreboot mailing list