gpgme and libassuan problem.

Chris chris.gilg at link-comm.com
Fri Feb 7 20:12:23 CET 2014


I'm attempting to build this on Blackfin, and I'm running into a few issues.
I've successfully built the required libraries.

My application should link against the correct libraries with the below command.

 -L../../../../staging/usr/lib -lgpg-error -lassuan -lgpgme


My problem is I get this at link time:

../../../../staging/usr/lib/libgpgme.so: undefined reference to
`_assuan_new_ext'
../../../../staging/usr/lib/libgpgme.so: undefined reference to
`_assuan_release'
../../../../staging/usr/lib/libgpgme.so: undefined reference to
`_assuan_socket_connect'
../../../../staging/usr/lib/libgpgme.so: undefined reference to
`_assuan_read_line'
../../../../staging/usr/lib/libgpgme.so: undefined reference to
`_assuan_write_line'
../../../../staging/usr/lib/libgpgme.so: undefined reference to
`_assuan_send_data'
../../../../staging/usr/lib/libgpgme.so: undefined reference to `_assuan_sendfd'
../../../../staging/usr/lib/libgpgme.so: undefined reference to
`_assuan_get_active_fds'
../../../../staging/usr/lib/libgpgme.so: undefined reference to
`_assuan_pending_line'
../../../../staging/usr/lib/libgpgme.so: undefined reference to
`_assuan_ctx_set_system_hooks'
../../../../staging/usr/lib/libgpgme.so: undefined reference to
`___assuan_socketpair'
../../../../staging/usr/lib/libgpgme.so: undefined reference to
`___assuan_usleep'
../../../../staging/usr/lib/libgpgme.so: undefined reference to
`_assuan_transact


I was unable to find anything about gpgme complaining that it couldn't find 
undefined references to something that should exist in libassuan. 

Any help would be greatly appreciated. Thanks.




More information about the Gnupg-devel mailing list