libgstapp-0.10.so.0: cannot open shared object file: No such file or directory
Entonces debes instalar el paquete gstreamer-plugins-base
con:
dnf install gstreamer-plugins-base
DEFINES *= NO_SYSTEM_DATAPATH
LIBS += -lglpk
Este es el ejemplo mostrado
#include "stdio.h"
#include "glpk.h"
int main(int argc, const char *argv[])
{
printf("GLPK Version: %s\n", glp_version());
return 0;
}