it's my understanding that clang should be able to find these on it's own. if not, here is how you can do it manually:
$ gcc --print-file-name=include/omp.h /usr/lib/gcc/x86_64-linux-gnu/5/include/omp.h $ gcc --print-file-name=libgomp.so /usr/lib/gcc/x86_64-linux-gnu/5/libgomp.so -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1506619 Title: -fopenmp results in fatal error: 'omp.h' file not found (regression) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/llvm-defaults/+bug/1506619/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
