System cant boot if it's compiled with -fopenmp (at least bash) and it has separate /usr partition because ut cant find libgomp.so.1 located on /usr during boot Trivial workaround copy libgomp.so.1.0.0 to /lib then create two symlinks in /lib libgomp.so.1 -> libgomp.so.1.0.0 libgomp.so -> libgomp.so.1.0.0 Reproducible: Always Actual Results: system cant boot
> Doctor, it hurts! >> So don't do it!
(In reply to comment #1) > > Doctor, it hurts! > >> So don't do it! > =) but some people do it just for testing =) not only me ;-)
(In reply to comment #2) > =) but some people do it just for testing =) not only me ;-) So feel free to burn yourself; you've been already told once to remove the flag in Bug 186311 Comment #8
(In reply to comment #3) > (In reply to comment #2) > > =) but some people do it just for testing =) not only me ;-) > > So feel free to burn yourself; you've been already told once to remove the flag > in Bug 186311 Comment #8 > Now coreutils compiles and work fine with this CFLAG =)
there is no sane reason to enable the flag on a global scale ... you're just trying to rice your system
until someone can demonstrate why this would be in any way at all useful, i'm not going to change gcc-config to copy the openmp libraries to /lib
*** Bug 262769 has been marked as a duplicate of this bug. ***