This is in reverse order, but...
On Sun, 4 May 2008, Max Pyziur wrote:
Trying to unravel my own thread, I appended the following lines
to gretl.spec on the 64-bit machine:
%{prefix}/share/gretl/*
%{prefix}/share/locale/*
%{prefix}/share/man/*
%{prefix}/include/*
That last line is wrong, isn't it? You don't want the include
directory in the spec if you're building a binary rpm.
On the 64-bit machine, executing:
"gretl" brings up the gretl window and has the following messages in the
terminal window
Gtk-Message: Failed to load module "gnomebreakpad": libgnomebreakpad.so:
cannot open shared object file: No such file or directory
I have no idea about libgnomebreakpad.so; it's not referenced
anywhere in the gretl build files. I suppose it's being dragged
in by pkg-config, in which case the pkg-config setup is broken.
Allin Cottrell.