How to make configure script look for gnutls3?

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

 



On Sun, Mar 30, 2014 at 4:23 PM, Tony Zhou <tonytzhou at gmail.com> wrote:
> Hi Nikos,
>
> I tried to set the environment variables of these two but still cannot
> compile it.
> Here are the environment variables:
>
> LIBGNUTLS_CFLAG='-g -O2 -Wall'
> LIBGNUTLS_LIBS=/usr/local/lib/gnutls3
> the values are from /usr/local/libdata/pkgconfig/gnutls3.pc.

If these are the values in gnutls3.pc then you should report the issue
in the maintainer of that package. They are clearly broken.
These are options for the compiler and the linker respectively so it
should be something like:

LIBGNUTLS_CFLAG="-g -O2 -Wall -I/usr/local/include"
LIBGNUTLS_LIBS="-L/usr/local/lib/ -lgnutls"

Nevertheless, ocserv is pretty untested on *BSD. I'd suggest to use it
there only if you are prepared to find and report issues.

regards,
Nikos



[Index of Archives]     [Linux Samsung SoC]     [Linux Rockchip SoC]     [Linux Actions SoC]     [Linux for Synopsys ARC Processors]     [Linux NFS]     [Linux NILFS]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]


  Powered by Linux