Re: [Gretl-users] GMM Instruments Lagged Independent Variables
by Allin Cottrell
On Wed, 13 Apr 2011, Dempsey, Keely wrote:
> I am not sure how to choose a smaller sample or fill in the
> blanks once I have already made it this far?
If you back out to the main menu you should see items labeled
"Sample" and "Data".
Allin Cottrell
13 years, 9 months
Re: [Gretl-users] problems compiling gretl (cvs)
by Allin Cottrell
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
13 years, 9 months
Re: [Gretl-users] problems compiling gretl (cvs)
by Allin Cottrell
On Fri, 15 Apr 2011, Artur Tarassow wrote:
> I just ran the ./configure command with the "--disable-openmp" flag. The
> output seems to be as expected:
> "openMP support: no"
>
> But running the "make" command results now in following output:
[...]
> /bin/sh: cannot create .deps/gretlcli.d: Permission denied
"Permission denied": You need to decide whether you're compiling
as root or not, and be consistent in that. Meanwhile "man chown".
Allin Cottrell
13 years, 9 months
Re: [Gretl-users] problems compiling gretl (cvs)
by Allin Cottrell
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
13 years, 9 months
problems compiling gretl (cvs)
by Artur Tarassow
Hey,
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"
I don't know what this actually means. But I remember, that I already
had some problems to compile gretl properly after a new installation in
the past...
Best,
Artur
13 years, 9 months
Re: [Gretl-users] Turning off sounds
by Allin Cottrell
On Thu, 14 Apr 2011, Bruno Thiago Tomio wrote:
> How to turn off sounds in gretl? When backspacing with nothing
> writeen in a new series window using GUI, gretl makes some
> beeps. Is it possible to turn it off?
On what platform are you using gretl? The "beep on useless
backspace" behavior is controlled by the GTK configuration file,
gtkrc, but how you get at that depends on the platform.
Allin Cottrell
13 years, 9 months
Re: [Gretl-users] Problems with language preference
by Allin Cottrell
On Thu, 14 Apr 2011, Henrique Andrade wrote:
> I've installed the latest Gretl snapshot (Mac version) and
> Gretl stopped to use Brazilian Portuguese. The interesting
> fact is that I had made no changes in the Gretl preferences.
>
> Now, even if I choose the option "Automatic" or "Portuguese
> (Brazilian)" Gretl uses the Portuguese (from Portugal).
Well, here's my experience on OS X 10.6.6. I installed today's
gretl snapshot for OS X intel (build date 2011-04-14, but not much
has changed in regard to translations lately). The default locale
is en_US, but I used gretl's language selector to select in turn
"Portuguese" and "Portuguese (Brazil)". In the first case "File"
came out as "Ficheiro" and in the second case as "Arquivo", so I
conclude that gretl's translation mechanism is in working order.
Have you updated OS X recently, and could that be the problem?
Allin Cottrell
13 years, 9 months
Turning off sounds
by Bruno Thiago Tomio
Hello,
How to turn off sounds in gretl? When backspacing with nothing writeen in a new
series window using GUI, gretl makes some beeps. Is it possible to turn it off?
Many thanks,
Bruno
13 years, 9 months
Re: [Gretl-users] how to activate x-12-arima?
by Allin Cottrell
On Thu, 14 Apr 2011, Riccardo (Jack) Lucchetti wrote:
> On Thu, 14 Apr 2011, Qi Shi wrote:
>
> > Hi
> >
> > i have installed x-12-arima for Windows, but the button is still not
> > activated. why?
>
> Probably a useless sugesstion, but you never know: be sure to open a
> time-series dataset before you try. If gretl sees your data as
> cross-section, the x12 menu entry will be greyed out.
Yes, but not only that: to use the menu item "/Variable/X-12-ARIMA
analysis" the time-series data must be of a frequency that
x12a can handle, namely quarterly or monthly. You can check this
by opening the (supplied) Ramanathan data set data9-7, which
is quarterly: if x12a is installed correctly that menu item should
be active.
Allin Cottrell
13 years, 9 months
Re: [Gretl-users] panel plot
by Allin Cottrell
On Wed, 13 Apr 2011, artur bala wrote:
> It seems like in the "panel plot" window, both options on boxplot do
> produce the same graph.
True enough. That's now fixed in CVS.
Allin Cottrell
13 years, 9 months