On Fri, 15 Apr 2011, Artur Tarassow wrote:
Ok, i applied "sudo chown -R user /home/user/cvs/gretl/"
command, and
all files got the correct rights now - thanks for the hint ;)
I ran a "make clean" next, and configured the source with the
"--disabale-openmp" flag.
With or without the typo ("disabale")?
Despite this, the former issue remains:
"/usr/local/bin/gretl_x11: symbol lookup error:
/usr/lib/libgretl-1.0.so.0: undefined symbol: omp_get_wtime"
Then apparently your compiler is defining the symbol _OPENMP
even though it is not being passed the flag -fopenmp. That
seems to me broken behavior.
What does "gcc -v" say?
Allin