Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

./configure fails to build because of an OPENMP unexpected token #14

Closed
p-col opened this issue Aug 27, 2015 · 0 comments
Closed

./configure fails to build because of an OPENMP unexpected token #14

p-col opened this issue Aug 27, 2015 · 0 comments

Comments

@p-col
Copy link

p-col commented Aug 27, 2015

Hi,

The new updates seem to have created an issue while running ./configure :

./configure: line 11905: syntax error near unexpected token LIBRARY_OPENMP="yes"' ./configure: line 11905:AX_OPENMP(LIBRARY_OPENMP="yes")'

$> grep AX_OPENMP *
configure:AX_OPENMP(LIBRARY_OPENMP="yes")
configure.ac:AX_OPENMP(LIBRARY_OPENMP="yes")

$> grep LIBRARY_OPENMP *
configure:AX_OPENMP(LIBRARY_OPENMP="yes")
configure:if test "x$LIBRARY_OPENMP" != "x" &&
configure.ac:AX_OPENMP(LIBRARY_OPENMP="yes")
configure.ac:if test "x$LIBRARY_OPENMP" != "x" && \

I think something isn't defined correctly.
I'm doing it on a Ubuntu 15.04

Thank you.

Pierre

@rieck rieck closed this as completed in 8792100 Aug 27, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant