help-gnutls
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-gnutls] Compiling and linking problems


From: Adam Langley
Subject: Re: [Help-gnutls] Compiling and linking problems
Date: Thu, 29 Dec 2005 13:59:31 -0800

On 12/29/05, address@hidden <address@hidden> 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                                      address@hidden
http://www.imperialviolet.org                       650-283-9641




reply via email to

[Prev in Thread] Current Thread [Next in Thread]