It's just not that simple to build userspace binaries that use lots of libraries
Posted Mar 25, 2010 12:39 UTC (Thu) by
BenHutchings (subscriber, #37955)
In reply to:
It's just not that simple to build userspace binaries that use lots of libraries by ringerc
Parent article:
KVM, QEMU, and kernel project management
You need a monster like autoconf or CMake to do the grunt work of locating the large variety of (mostly GUI-related) libraries...
These days most popular libraries support pkg-config which makes this a whole lot simpler.
(
Log in to post comments)