On Sat, 29 Oct 2011 21:31:11 -0400, Alexander Hansen  wrote:
>
> I'm looking into what would be required to push dx over to 10.7 (one
> of the octave-forge packages would like to have it).  After tweaking
> the dependencies:
>
> automake1.9 -> automake1.11
> libtool14 -> libtool2
>
> I wound up with the following error prior to the configure script
> getting run:
>
> /sw/bin/autoreconf -f -i
> configure.ac:222: error: m4_require: circular dependency of
> AC_LANG_COMPILER(C++)
> ../../lib/autoconf/lang.m4:271: AC_LANG_COMPILER_REQUIRE is expanded
> from... 
> ../../lib/autoconf/general.m4:2518: AC_LINK_IFELSE is expanded from... 
> ../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from... 
> ../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from... 
> /sw/share/aclocal/libtool.m4:1086: _LT_SYS_MODULE_PATH_AIX is expanded
> from... 
> /sw/share/aclocal/libtool.m4:5748: _LT_LANG_CXX_CONFIG is expanded from... 
> /sw/share/aclocal/libtool.m4:816: _LT_LANG is expanded from... 
> /sw/share/aclocal/libtool.m4:799: LT_LANG is expanded from... 
> ../../lib/autoconf/c.m4:769: AC_LANG_COMPILER(C++) is expanded from... 
> ../../lib/autoconf/lang.m4:271: AC_LANG_COMPILER_REQUIRE is expanded
> from... 
> ../../lib/autoconf/general.m4:2462: AC_COMPILE_IFELSE is expanded from... 
> ../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from... 
> ../../lib/autoconf/headers.m4:87: AC_CHECK_HEADER is expanded from... 
> ../../lib/autoconf/headers.m4:195: AC_CHECK_HEADERS is expanded from... 
> configure.ac:222: the top level
> autom4te: /sw/bin/m4 failed with exit status: 1
> aclocal: autom4te failed with exit status: 1
> autoreconf: aclocal failed with exit status: 1
>
> Any ideas?

I committed a whole pile of fixes for dx, including for libtool2. There 
were a ton of no-longer-needed remnants from before .la were 
auto-cleaned and an incompatibility with the current hdf on 10.6 
(wouldn't have been a problem if that lib had a .dylib instead of just 
a .a). The circular-dependency was just a missing AC_PROG_CXX line in 
configure.ac before the line that ac was whining about, which I 
eventually learned after some goooooogling. 

dan

  --
Daniel Macks
dma...@netspace.org



------------------------------------------------------------------------------
Get your Android app more play: Bring it to the BlackBerry PlayBook 
in minutes. BlackBerry App World™ now supports Android™ Apps 
for the BlackBerry® PlayBook™. Discover just how easy and simple 
it is! http://p.sf.net/sfu/android-dev2dev
_______________________________________________
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.apple.fink.devel
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-devel

Reply via email to