This is the mail archive of the cygwin-apps mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: [ITA] cppunit 1.10.2 - A C++ unit testing framework (REVISED)


On 23 October 2007 06:40, Ross Smith II wrote:

> David Rothenberger wrote On 10/21/2007 9:12 AM -0800:
>> Perhaps a cygcheck output?
> 
> David,
> 
> cygcheck -s output attached.
> 
>>> autoreconf-2.61: running: automake --add-missing --copy --force-missing
>>> automake-1.9: autoconf failed with exit status: 1
>> 
>> I have a different version of automake: 1.10
>> 
>> % automake --version
>> automake (GNU automake) 1.10
> 
> I get the above output as well. While it doesn't make sense to me, it
> appears that the autotools 
> scripts search for the version of aclocal/automake that was used to build
> aclocal.m4/Makefile.in originally, and to reuse that version, in this case
> 1.9, EVEN IF I set WANT_AUTOMAKE to 1.10, in the environment, or the
> .cygport file.  

  Cygwin uses 'alternatives' to manage automake:

/artimi/software/firmware $ /usr/sbin/update-alternatives --config automake

There are 8 programs which provide 'automake'.

  Selection    Command
-----------------------------------------------
   1           /usr/bin/automake-1.4
   2           /usr/bin/automake-1.5
   3           /usr/bin/automake-1.6
   4           /usr/bin/automake-1.7
   5           /usr/bin/automake-1.8
   6           /usr/bin/automake-1.9
   7           /usr/bin/automake-1.10
*+ 8           /usr/share/autotools/am-wrapper.sh

Enter to keep the current selection[+], or type selection number:


  The am-wrapper script is the one that tries to deduce and reuse the original
version used to first build the file, IIUIC.


    cheers,
      DaveK
-- 
Can't think of a witty .sigline today....


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]