libgcrypt-mingw-w64-dev/w static compiling fails
I have this package installed, and I'm trying to compile the simplest program possible, which I'v listed below
#include <stdio.h>
#include <gcrypt.h>
int main(int argc, char*argv[]){
if (!gcry_
printf("hello world\nBAD GCRYPT_VERSION\n");
else
printf("hello world\nGOOD GCRYPT_VERSION\n");
return 0;
}
using the compile command:
x86_64-
and it gives a long set of errors associated with linking,
/usr/lib/
/usr/lib/
/usr/lib/
...
does anyone know how to fix this?
Question information
- Language:
- English Edit question
- Status:
- Solved
- Assignee:
- No assignee Edit question
- Solved by:
- Manfred Hampl
- Solved:
- Last query:
- Last reply: