RE: Cannot build from cvs on the new machine...
"Atwood, Robert C" <[email protected]>
| Newsgroups | gmane.comp.debugging.ddd.general |
|---|---|
| Message-ID | <[email protected]> |
A little probing seems to indicate that the $EGREP variable is somehow
not set ??? Why would this be??
Therefore tests of the type
24750 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24751 $EGREP "${ice_re_word}setrlimit *$ice_re_params\(\("
>/dev/null 2>&1; then
24752 ice_cv_have_setrlimit_decl=yes
24753 fi
are all failing. Issuing
export EGREP=egrep
before ./configure results in a successful build.
I have wht I think are uptodate autoconf and automake, updated from
source instead of Suse's incredibly old packages , here's the versions.
# autoconf --version
autoconf (GNU Autoconf) 2.59
Written by David J. MacKenzie and Akim Demaille.
Copyright (C) 2003 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.
# automake --version
automake (GNU automake) 1.9.6
Written by Tom Tromey <[email protected]>.
Copyright 2005 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.
hive2:/sources/local/ddd #