On Wednesday 22 March 2006 15:31, Jacob Reimann wrote:
> Hello.
>
> I am trying to compile on the above mentioned OS since there are no
> binary packages available:
>
> Configure runs ok, no errors, but make dies horribly. Any ideas ?  I
> would like to get this working as my wife keeps on beating me horribly
> :-)
>
>

Try removing the files under the gnubg/m4 directory that are already 
present elsewhere on your system. In particular gnubg/m4/gettext.m4. On my 
system I have:

/usr/share/aclocal/gettext.m4
/home/anthon/gnubg/gnubg/m4/gettext.m4

and so I need to remove the latter. (Your paths may differ)

Then issue the following commands:

aclocal -I m4
autoconf
autoheader
automake
./configure
make

It seems that the autoconf system is out of sync somehow. I down think it 
should be running the aclocal -I m4 on every install. But I'm no expert. 
Perhaps somebody should try removing gettext.m4 and then running the the 4 
auto-commands and committing to cvs.

Christian
-- 
"I can't promise that I'll try. But, I'll try to try." -- Bart


_______________________________________________
Bug-gnubg mailing list
Bug-gnubg@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-gnubg

Reply via email to