Works fine for me (deleted build tree).
/ Martin Nilsson (saturator)
Previous text:
2004-02-06 17:35: Subject: Nettle 1.7 and pike 7.5
nettle_config.h contains
/* Define to 1 if you have the `nettle' library (-lnettle). */ #define HAVE_LIBNETTLE 1
nettle.cmod and nettle.c contain
#include "nettle_config.h"
#ifdef HAVE_LIBNETTLE
... code...
And still, it seems the code is not compiled at all (nm says it doesn't refer to any globals whatsoever). *sigh*
/ Niels Möller (vässar rödpennan)