This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC 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]

auto* versions for gcc?


Hi all,

What version of auto* and libtool am i supposed to use to regenerate the
makefiles for libffi from gcc cvs?

tausq@ios:~/gcc/gcc-head/libffi$ rm -f configure
tausq@ios:~/gcc/gcc-head/libffi$ cvs up configure
U configure
tausq@ios:~/gcc/gcc-head/libffi$ grep autoconf configure | head -1
# Generated automatically using autoconf version 2.13
tausq@ios:~/gcc/gcc-head/libffi$ autoconf2.13
FATAL ERROR: Autoconf version 2.52 or higher is required for this script

tausq@ios:~/gcc/gcc-head/libffi$ autoconf --version
autoconf (GNU Autoconf) 2.57
Written by David J. MacKenzie and Akim Demaille.

Copyright 2002 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.
tausq@ios:~/gcc/gcc-head/libffi$ autoconf
configure.in:114: error: possibly undefined macro: AC_COMPILE_CHECK_SIZEOF
      If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.
configure.in:123: error: possibly undefined macro: AC_C_BIGENDIAN_CROSS

am i doomed?

randolph
-- 
Randolph Chung
Debian GNU/Linux Developer, hppa/ia64 ports
http://www.tausq.org/


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