Quoting Colin Watson, who wrote the following on Tue, 31 Aug 2010:
On Tue, Aug 31, 2010 at 01:34:23PM -0700, Seth Goldberg wrote:
On Solaris, libzfs also requires libdlpi (from /usr/lib) and libdladm
(from /lib), so adding some stuff to configure to detect Solaris and add
the missing libraries is needed.
I don't suppose we're lucky enough that there's a pkg-config file,
rather than having to manually track all of libzfs' dependencies (which
are presumably subject to change)?
Unfortunately not, though you could always use ldd to check the set of
libraries that it depends on (admittedly, that includes the transitive
closure of its dependencies as well, but it's better than nothing ;)).
--S
_______________________________________________
Grub-devel mailing list
Grub-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/grub-devel