Skip to Content.
Sympa Menu

freetds - RE: [freetds] autoconf build failed in latest cvs snapshot

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: ZIGLIO Frediano <Frediano.Ziglio AT vodafoneomnitel.it>
  • To: "'freetds AT lists.ibiblio.org'" <freetds AT lists.ibiblio.org>
  • Subject: RE: [freetds] autoconf build failed in latest cvs snapshot
  • Date: Mon, 10 Feb 2003 11:20:41 +0100

> >
> > On Sun, Feb 09, 2003 at 03:17:11PM +0200, Gad Hayisraeli wrote:
> > > [root@Linux-Doron freetds]# autoconf
> > > configure.in:15: error: possibly undefined macro: AM_INIT_AUTOMAKE
> > > If this token and others are legitimate, please use
> m4_pattern_allow.
> > > See the Autoconf documentation.
> > > configure.in:16: error: possibly undefined macro: AM_CONFIG_HEADER
> > > configure.in:55: error: possibly undefined macro: AM_PROG_LIBTOOL
> > > configure.in:56: error: possibly undefined macro: AM_ICONV
> > > configure.in:59: error: possibly undefined macro: AM_CONDITIONAL
> > > configure.in:101: error: possibly undefined macro:
> AC_HAVE_INADDR_NONE
> > > configure.in:202: error: possibly undefined macro:
> AC_HAVE_MALLOC_OPTIONS
> > > configure.in:276: error: possibly undefined macro:
> AC_caolan_FUNC_WHICH_GETHOSTBYNAME_R
> > > configure.in:277: error: possibly undefined macro:
> AC_raf_FUNC_WHICH_GETSERVBYNAME_R
> > > configure.in:278: error: possibly undefined macro:
> AC_tds_FUNC_WHICH_GETHOSTBYADDR_R
> > > configure.in:279: error: possibly undefined macro:
> AC_tds_FUNC_WHICH_GETPWUID_R
> > >
> > > [root@Linux-Doron freetds]# ./configure
> > > ./configure: syntax error near unexpected token
> `AM_INIT_AUTOMAKE(freetds,'
> > > ./configure: ./configure: line 1282:
> `AM_INIT_AUTOMAKE(freetds, 0.61)'
> >
> > > versions:
> > > ==============
> > > autoconf : 2.56
> > > automake: 1.71
> > > system: Linux, RedHat 6.2, gcc 2.95.3
> >
> > You've installed autoconf and automake by hand on this
> machine? Red Hat
> > 6.2 definitely had much older versions of both tools. Is
> it possible
> > the old versions are still around on your system and being called
> > instead?
> >
>
> i've installed them by hand, but when i queried their
> version, i used the one's that is in the path:
>
> [root@Linux-Doron txt2regex-0.7]# autoconf --version
> autoconf (GNU Autoconf) 2.56
> 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.
> [root@Linux-Doron txt2regex-0.7]#
> [root@Linux-Doron txt2regex-0.7]# automake --version
> automake (GNU automake) 1.7.1
> Written by Tom Tromey <tromey AT redhat.com>.
>
> 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.
>
>
> Gad
>

Hi Gad

I think you have some problem with installed automake
# automake --version
automake (GNU automake) 1.6.3
Written by Tom Tromey <tromey AT redhat.com>.

# rpm -qa | grep automake
automake-1.6.3-1

# rpm -ql automake
/usr/bin/aclocal
/usr/bin/aclocal-1.6
/usr/bin/automake
/usr/bin/automake-1.6
/usr/share/aclocal
/usr/share/aclocal-1.6
/usr/share/aclocal-1.6/amversion.m4
/usr/share/aclocal-1.6/as.m4
/usr/share/aclocal-1.6/auxdir.m4
/usr/share/aclocal-1.6/ccstdc.m4
/usr/share/aclocal-1.6/cond.m4
...

# cd /usr/share/aclocal-1.6
# grep AM_INIT_AU *
init.m4:# AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE])
init.m4:# AM_INIT_AUTOMAKE([OPTIONS])
init.m4:# the call to AM_INIT_AUTOMAKE.
init.m4:AC_DEFUN([AM_INIT_AUTOMAKE],

freddy77

=================================
"STRICTLY PERSONAL AND CONFIDENTIAL

This message may contain confidential and proprietary material for the sole
use of the intended recipient. Any review or distribution by others is
strictly prohibited. If you are not the intended recipient please contact
the sender and delete all copies.
The contents of this message that do not relate to the official business of
our company shall be understood as neither given nor endorsed by it."

=================================




Archive powered by MHonArc 2.6.24.

Top of Page