rieck / malheur

A Tool for Automatic Analysis of Malware Behavior

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

p-col opened this issue · comments

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