in FunctionCheck-3.0.3
when running autoconfig, I get the following warning:
autoconf: Undefined macros:
configure.in:64:AC_CHECK_DECLS(_DYNAMIC, ,
echo "WARNING: unsupported link.h", [#include
<link.h>] )
then "make" gives the following errors:
configure: line 1954: syntax error near unexpected
token `AC_CHECK_DECLS(_DYNAMIC,'
configure: line 1954: `AC_CHECK_DECLS
(_DYNAMIC, , echo "WARNING: unsupported link.h",
#include <link.h> )'
make: *** [config.status] Error 2
gcc version is:
Reading specs from /usr/lib/gcc-lib/i386-redhat-
linux/2.96/specs
gcc version 2.96 20000731 (Red Hat Linux 7.3 2.96-110)
how do I correct this problem?
thanks,
navigdor@comcast.net