I've been trying to compile a program which uses OpenMP on suse with gcc --version 4.9.4
> g++ -std=c++11 -o a.exe -fopenmp ./file.cpp > ./a.exe
./a.exe: /usr/lib64/libgomp.so.1: version `GOMP_4.0' not found (required by ./a.exe)
I have a file named "/usr/lib64/libgomp.so.1" how may I fix it?