|
From: Denis K. <d.v...@gm...> - 2009-10-17 18:44:00
|
Chuck,
I was able to compile autoconf-2.63, albeit not without problems.
Configure took 3 times to run successfully - first time it hang, then
produced an error and the third run was successful.
dkobozev@DK-DESKTOP ~/build
$ ../autoconf-2.63/configure
dkobozev@DK-DESKTOP ~/build
$ ../autoconf-2.63/configure
checking for a BSD-compatible install... /bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether /bin/sh -n is known to work... yes
checking for expr... /bin/expr
checking for GNU M4 that supports accurate traces... /bin/m4
checking how m4 supports trace files... --debugfile
checking for perl... /bin/perl
checking for emacs... no
checking for xemacs... no
checking for emacs... no
checking where .elc files should go... ${datadir}/emacs/site-lisp
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for a sed that does not truncate output... /bin/sed
checking whether make is case sensitive... yes
configure: creating ./config.status
config.status: creating tests/Makefile
config.status: creating tests/atlocal
config.status: creating man/Makefile
config.status: creating lib/emacs/Makefile
config.status: creating Makefile
config.status: creating doc/Makefile
config.status: creating lib/Makefile
config.status: creating lib/Autom4te/Makefile
config.status: creating lib/autoscan/Makefile
config.status: creating lib/m4sugar/Makefile
config.status: creating lib/autoconf/Makefile
config.status: creating lib/autotest/Makefile
mkdir: `': No such file or directory
mkdir: cannot create directory `': No such file or directory
mv: cannot move `./conf183912-1202/out' to `lib/autotest/Makefile': No
such file or directory
config.status: error: could not create lib/autotest/Makefile
dkobozev@DK-DESKTOP ~/build
$ ../autoconf-2.63/configure
checking for a BSD-compatible install... /bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether /bin/sh -n is known to work... yes
checking for expr... /bin/expr
checking for GNU M4 that supports accurate traces... /bin/m4
checking how m4 supports trace files... --debugfile
checking for perl... /bin/perl
checking for emacs... no
checking for xemacs... no
checking for emacs... no
checking where .elc files should go... ${datadir}/emacs/site-lisp
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for a sed that does not truncate output... /bin/sed
checking whether make is case sensitive... yes
configure: creating ./config.status
config.status: creating tests/Makefile
config.status: creating tests/atlocal
config.status: creating man/Makefile
config.status: creating lib/emacs/Makefile
config.status: creating Makefile
config.status: creating doc/Makefile
config.status: creating lib/Makefile
config.status: creating lib/Autom4te/Makefile
config.status: creating lib/autoscan/Makefile
config.status: creating lib/m4sugar/Makefile
config.status: creating lib/autoconf/Makefile
config.status: creating lib/autotest/Makefile
config.status: creating bin/Makefile
config.status: linking ../autoconf-2.63/GNUmakefile to GNUmakefile
config.status: executing tests/atconfig commands
I had to run make a couple of times too. I saved make's output so I
can post it if needed. Another strange behavior I noticed: ls
sometimes produces no output, so I have to run it again.
Best,
Denis.
On Fri, Oct 16, 2009 at 4:47 PM, Charles Wilson
<cwi...@us...> wrote:
> Denis Kobozev wrote:
>> I'm trying to compile autoconf-2.64 using MinGW and MSYS
>
> You should start with the autoconf-2.63 package already provided by
> mingw. Download the -src package, see how to use it to build ac2.63
> (the release notes on mingw.sf.net for that package tell you how).
> Then, adapt that method for ac2.64.
>
> I'll upload ac2.64 to mingw.sf.net eventually, but it's pretty low on my
> priority list.
>
> --
> Chuck
>
>
>
> ------------------------------------------------------------------------------
> Come build with us! The BlackBerry(R) Developer Conference in SF, CA
> is the only developer event you need to attend this year. Jumpstart your
> developing skills, take BlackBerry mobile applications to market and stay
> ahead of the curve. Join us from November 9 - 12, 2009. Register now!
> http://p.sf.net/sfu/devconference
> _______________________________________________
> MinGW-users mailing list
> Min...@li...
>
> This list observes the Etiquette found at
> http://www.mingw.org/Mailing_Lists.
> We ask that you be polite and do the same.
>
> Most annoying abuses are:
> 1) Top posting
> 2) Thread hijacking
> 3) HTML/MIME encoded mail
> 4) Improper quoting
> 5) Improper trimming
> _______________________________________________
> You may change your MinGW Account Options or unsubscribe at:
> https://lists.sourceforge.net/lists/listinfo/mingw-users
>
|