[Bug 1506619] Re: -fopenmp results in fatal error: 'omp.h' file not found (regression)

2018-11-01 Thread Sylvestre Ledru
This is now fixed. ** Changed in: llvm-defaults (Ubuntu) Status: New => Fix Released -- 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' fi

[Bug 1506619] Re: -fopenmp results in fatal error: 'omp.h' file not found (regression)

2015-10-16 Thread Matthias Klose
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 recei