compiler errors - OpenMP support on OpenBSD -


i'm trying build crypto++ on openbsd 5.7 x86_64 openmp support. compile failing error message:

g++ -ddebug -g3 -os -fpic -fopenmp -march=native -dcryptopp_disable_sss3 -c nbtheory.cpp nbtheory.cpp: error: omp.h: no such file or directory 

openbsd's compiler supports -fopenmp option (another 150 files compile ok flag), i'm not sure should do.

i have opensbd sources , ports installed, i'm not able find header:

$ find / -name omp.h 2>/dev/null $ 

i tried googling, turned bunch of evasive answers openmp support. see, example, openmp gcc4?.

do need install somewhere? or openbsd not support it?

if need compile/install library proper somewhere, find it?


Comments

Popular posts from this blog

c# - Validate object ID from GET to POST -

node.js - Custom Model Validator SailsJS -

php - Find a regex to take part of Email -