On Sat, 30 Aug 2008, John C Frain wrote:
I installed Gretl 1.7.1 from cvs following the steps in the
manual and it installed and ran perfectly. The alternative rpm
would not install - I think it was looking for an older version
of one of the required libraries.
Can you check the dependencies of the rpm and see what it's
complaining about? It may be that there's some library on my
system that should be updated for compatibility with Fedora.
That is, do
rpm -U gretl-1.7.7-1gtk2.i586.rpm
and post the output.
On your problem with building from CVS:
[root@localhost gretl]# make
make -C lib
make[1]: Entering directory `/home/frainj/cvs/gretl/lib'
make[1]: *** No rule to make target `../lib/src/f2c.h', needed by
`gmm.lo'. Stop.
do "make clean" first.
Allin Cottrell