[Libguestfs] [PATCH 4/4] java: Link with gnulib to resolve missing hash_free symbol.

Pino Toscano ptoscano at redhat.com
Wed Aug 22 10:56:47 UTC 2018


On Tuesday, 14 August 2018 15:42:13 CEST Richard W.M. Jones wrote:
> ---
>  java/Makefile.am | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/java/Makefile.am b/java/Makefile.am
> index 81c20f266..1bad9a853 100644
> --- a/java/Makefile.am
> +++ b/java/Makefile.am
> @@ -122,7 +122,8 @@ libguestfs_jni_la_CFLAGS = \
>  libguestfs_jni_la_LIBADD = \
>  	$(top_builddir)/common/structs/libstructs.la \
>  	$(top_builddir)/common/utils/libutils.la \
> -	$(top_builddir)/lib/libguestfs.la
> +	$(top_builddir)/lib/libguestfs.la \
> +	$(top_builddir)/gnulib/lib/libgnu.la

Hmm what's the exact error in this case? On which platform?
The java binding does not explicitly use the hash stuff from gnulib.

-- 
Pino Toscano
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: This is a digitally signed message part.
URL: <http://listman.redhat.com/archives/libguestfs/attachments/20180822/553c61c8/attachment.sig>


More information about the Libguestfs mailing list