Follow-up Comment #1, bug #45309 (project freeipmi):

Hmmm, can you do a very simple compile?  Such as

#include <gcrypt.h>

int main() {
  gcry_md_open(NULL, 0, 0);
}

then compile

gcc foo.c -lgcrypt

internally, this is basically all configure is doing to check for libgcrypt.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?45309>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/


_______________________________________________
Freeipmi-devel mailing list
Freeipmi-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/freeipmi-devel

Reply via email to