On 03/09/15 11:41, Vincent Schwarzer wrote:
Hi,

Pulling main into the program cause some error during compiling the gcc
libgomp (OpenMP) library. When I try to compile the Make created by the
configure file.

You are trying to build a shared library with the Rumprun toolchain. Rumprun does not support shared libraries, and therefore the toolchain does not support building them. Yea, the error message could probably be a bit more obvious, so if someone wants to improve it, submit a pull req.

Usually you can disable shared libraries from a build with something like ./configure --disable-shared.

Reply via email to