Re: Compile from git clone fails.

2014-01-09 Thread Mike Smithson
On Thu, 26 Dec 2013 22:38:24 -0800, Andrew Borodin aboro...@vmail.ru wrote: Could you please show config.log and full make log: make V=1 make.log 21 tar cjf mc-log.tar.bz2 config.log make.log Certainly. See attached. -- Peace and Cheer mc-log.tar.bz2 Description: Unix tar archive

Re: Compile from git clone fails (SOLVED).

2013-12-27 Thread Mike Smithson
Problem solved: I just now upgraded m4, autoconf, and automake to the freshest from http://ftp.gnu.org/gnu, and then it couldn't even get through autogen.sh. I upgraded libtool, and now everything works. Strange thing too, because I remembered upgrading these within the last year, but when I

Compile from git clone fails.

2013-12-26 Thread Mike Smithson
Normally I compile from tarball. git clone git://github.com/MidnightCommander/mc.git I used standard process: autogen.sh, ./configure, make, and everything goes fine until the very end. I get this: gcc -std=gnu99 -Wcomment -Wdeclaration-after-statement -Wfloat-equal -Wformat

Re: Compile from git clone fails.

2013-12-26 Thread Andrew Borodin
On Thu, 26 Dec 2013 13:50:24 -0800 Mike Smithson mdooli...@gmail.com wrote: Normally I compile from tarball. git clone git://github.com/MidnightCommander/mc.git I used standard process: autogen.sh, ./configure, make, and everything goes fine until the very end. I get this: gcc