On 12/29/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> So I have written my first application with GnuTLS, but when
> I decided to compile it, there appears some errors that I
> can't correct. The application is closely based on the SRP
> client example and is written in C++.

You should wrap you #includes like:

extern "C" {
#include <gnutls/gnutls.h>
}

I can't test it out right now, but it should solve your linking error at least.


AGL

--
Adam Langley                                      [EMAIL PROTECTED]
http://www.imperialviolet.org                       650-283-9641


_______________________________________________
Help-gnutls mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-gnutls

Reply via email to