Karl-Philipp Richter <[email protected]> writes:

> when I build `gettext` 0.19.4 `configure` picks up `libgomp.so.1` and
> uses it for linking. When I invoke `msgmerge` it fails with error
>
>     msgmerge: /usr/lib64/libgomp.so.1: version `GOMP_4.0' not found
> (required by msgmerge)
>
> There seems to be a requirement which isn't checked in `configure`. I
> guess it makes sense to add this check.

This seems like a usual error, and I'm afraid I don't know a solution
except --disable-openmp.  Since gettext merely uses AC_OPENMP for that
check, perhaps you might want to report it to Autoconf?
http://www.gnu.org/savannah-checkouts/gnu/autoconf/manual/autoconf-2.69/html_node/Generic-Compiler-Characteristics.html#index-AC_005fOPENMP-851

Thanks,
-- 
Daiki Ueno

Reply via email to