|
Message
From: Matjaz Breskvar<phoenix@o...>
Date: Sat Feb 19 00:51:33 CET 2005
Subject: [openrisc] or1ksim compilation problem
* György 'nog' Jeney (nog@s...) wrote: > > my autoconf version is 2.13 (a bit older the your one). I got it from the > > cygWin installation I did few days ago just with the goal to > > setup the whole tool chain for or1200. > > > > Any idea about where to find newer autoconf version for CygWin (GNU site?). > > Geez, that is a _realy_ old version of autoconf. I have never used CygWin, but > haveing a quick look on www.cygwin.org, shows that autoconf version 2.57 is > availible. The FAQ at http://cygwin.org/faq.html talks about some `CygWin > Setup' utility, maybe that's what you need.
Hmm, on my Cygwin instalation i get
dministrator@force ~ $ autoconf --version autoconf (GNU Autoconf) 2.59 Written by David J. MacKenzie and Akim Demaille.
Copyright (C) 2003 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -------------------------------------------------------- Autoconf version 2.13 -------------------------------------------------------- This is autoconf-wrapper, which will hand off execution to one of the two real versions listed above, depending on the contents of configure.in/configure.ac. Since the wrapper was called from within a directory in which those files are not found, this generic 'version' message is displayed.
This would explain the reported problem but also mean that something in configure.in/.ac files is teling it to use an older version. So is anybody willing to dig into this auto* magic ?
One workaround seams to be calling the newer version directly...
Administrator@force /usr/bin $ /usr/autotool/devel/bin/autoconf --version autoconf (GNU Autoconf) 2.59 Written by David J. MacKenzie and Akim Demaille.
Copyright (C) 2003 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Hope this helps...
best regards, p.
|
 |