On Thu, 26 Jan 2012, Hebert Suárez Cahuana wrote:
It's true my processor is AMD(tm) maybe this is the problem, but
I don't
understand if version of GRETL older 1.9.5 running perfect in my PC, after
version 1.9.5 don't running in my PC, Is there changes in these versions
that they are not compatible with older AMD model processor?
The standard builds of gretl since 1.9.5 use SSE2, and
therefore will not run on old AMD processors. But if you're
building gretl yourself that shouldn't be a problem -- unless
your gcc is somehow insisting on dragging SSE2 into the build.
Please try the following commands in a terminal window and
post the results. This might help to diganose your problem.
which gretl
ldd `which gretl_x11`
file `which gretl_x11`
gcc -v
and in the gretl source directory (after configuring):
grep SSE config.h
grep SSE config.log
Allin Cottrell