On Fri, 2012-02-03 at 11:07 -0500, Marc Feeley wrote:
I have committed a change to the gambc-cc script ...
With the following commands:
493 14:14 tar zxf gambc-v4_6_3-devel.tgz 494 14:14 cd gambc-v4_6_3-devel 495 14:14 gsi -v 496 14:14 ./configure 'CC=gcc -march=native -fschedule-insns -frename-registers' '--enable-single-host' '--enable-shared' '--enable-multiple-versions' 497 14:15 make -j 4 498 14:17 make doc 499 14:18 git pull http://www.iro.umontreal.ca/~gambit/repo/gambit.git 500 14:18 make
I get the following messages:
heine:~/programs/gambc-v4_6_3-devel> make cd . && autoconf configure.ac > configure && chmod 755 configure configure.ac:588: warning: AC_CACHE_VAL(C_COMP_GNUC, ...): suspicious cache-id, must contain _cv_ to be cached ../../lib/autoconf/general.m4:2032: AC_CACHE_VAL is expanded from... ../../lib/autoconf/general.m4:2053: AC_CACHE_CHECK is expanded from... configure.ac:496: AC_CHECK_C_COMPILER_DEF is expanded from... configure.ac:588: the top level configure.ac:588: warning: AC_CACHE_VAL(C_COMP_GNUC, ...): suspicious presence of an AC_SUBST in the second argument, where no actions should be taken ../../lib/autoconf/general.m4:2032: AC_CACHE_VAL is expanded from... ../../lib/autoconf/general.m4:2053: AC_CACHE_CHECK is expanded from... configure.ac:496: AC_CHECK_C_COMPILER_DEF is expanded from... configure.ac:588: the top level configure.ac:589: warning: AC_CACHE_VAL(C_COMP_CLANG, ...): suspicious cache-id, must contain _cv_ to be cached
etc. This is with
heine:~/programs/gambc-v4_6_3-devel> autoconf -V autoconf (GNU Autoconf) 2.68 Copyright (C) 2010 Free Software Foundation, Inc. License GPLv3+/Autoconf: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html, http://gnu.org/licenses/exceptions.html This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.
Written by David J. MacKenzie and Akim Demaille. heine:~/programs/gambc-v4_6_3-devel> /pkgs/gcc-4.6.2/bin/gcc -v Using built-in specs. COLLECT_GCC=/pkgs/gcc-4.6.2/bin/gcc COLLECT_LTO_WRAPPER=/pkgs/gcc-4.6.2/libexec/gcc/x86_64-unknown-linux-gnu/4.6.2/lto-wrapper Target: x86_64-unknown-linux-gnu Configured with: ../../gcc-4.6.2/configure --prefix=/pkgs/gcc-4.6.2 --enable-languages=c --disable-multilib Thread model: posix gcc version 4.6.2 (GCC) heine:~/programs/gambc-v4_6_3-devel> uname -a Linux heine 3.0.0-15-generic #26-Ubuntu SMP Fri Jan 20 17:23:00 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux
Brad