Estoy intentando compilar un proyecto grande, incluye una biblioteca:
SAMG/ifort64.9.1.041-emt64/lib/libguide.so
Cuando intento crear un proyecto, aparece un mensaje de error:
hidden symbol `pthread_atfork' in /usr/lib/x86_64-linux-gnu/libpthread_nonshared.a(pthread_atfork.oS) is referenced by DSO
/usr/bin/ld: final link failed: Bad value
Estaba intentando agregar -pthreads y -lpthreads pero no ayuda.