Eric House wrote:
> Danny wrote:
>> Could you apply this patch to src/binutils/configure.ac :
>> [...]
>> +AC_CHECK_HEADERS(iconv.h)
>> [...]
>> and then run
>>      autoreconf
>> in the src/binutils directory.
> 
> eeho...@debian:~/src/cegcc-0.55/src/binutils$ autoreconf
> configure.ac:26: error: Please use exactly Autoconf 2.59 instead of 2.61.
> config/override.m4:24: _GCC_AUTOCONF_VERSION_CHECK is expanded from...
> configure.ac:26: the top level
> autom4te: /usr/bin/m4 failed with exit status: 1
> aclocal: autom4te failed with exit status: 1
> autoreconf: aclocal failed with exit status: 1
> 
> This is on Debian stable (lenny).  I'll try building and installing
> 2.59 and see how that does.  What system is cegcc normally built on
> that still has 2.59 installed?

  When just building gcc for normal use, you don't need to run autoconf or
automake, so it doesn't matter.  It's only people doing actual development
work on gcc that involves patching the configure-related or Makefiles who ever
have to deal with this problem.  For such purposes keeping a clean build of
autoconf-2.59 and automake-1.9.6 installed to a separate $prefix from their
regular autoconf/automake installations is a common trick.

    cheers,
      DaveK

------------------------------------------------------------------------------
OpenSolaris 2009.06 is a cutting edge operating system for enterprises 
looking to deploy the next generation of Solaris that includes the latest 
innovations from Sun and the OpenSource community. Download a copy and 
enjoy capabilities such as Networking, Storage and Virtualization. 
Go to: http://p.sf.net/sfu/opensolaris-get
_______________________________________________
Cegcc-devel mailing list
Cegcc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cegcc-devel

Reply via email to