On Fri, 15 Apr 2011, Artur Tarassow wrote:
I just wanted to compile the newest cvs on my freshly installed
ubuntu
11.04. system.
Trying to start gretl, returns the following message:
"/usr/local/bin/gretl_x11: symbol lookup error:
/usr/lib/libgretl-1.0.so.0: undefined symbol: omp_get_wtime"
Apparently you have configured the gretl build with
--enable-openmp, but the compiler is not finding its openmp
library (which would be libgomp.so if gcc is being used).
Try removing --enable-openmp, or forcing the issue with
--disable-openmp.
Allin Cottrell