cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: Question on function layout, libssh2

From: James Housley <jim_at_thehousleys.net>
Date: Fri, 13 Oct 2006 22:20:24 -0400

On Oct 13, 2006, at 9:07 PM, Dan Fandrich wrote:

> On Fri, Oct 13, 2006 at 08:30:00PM -0400, James Housley wrote:
>> At least working with 7.15.5 I was able to do work. I checked out
>> from the CVS
>> about an hour ago. Install automake 1.7, because it didn't like
>> automake 1.6.
>> Now I am getting this error
>>
>> [pied:~/work/curl] housley% ./buildconf AUTOMAKE=automake-1.7
>> buildconf: autoconf version 2.60 (ok)
>> buildconf: autoheader version 2.60 (ok)
>> buildconf: automake version 1.7.9 (ok)
>> buildconf: aclocal found
>> buildconf: libtool version 1.5 (ok)
>> buildconf: libtoolize found
>> buildconf: GNU m4 version 1.4.2 (ok)
>> buildconf: running libtoolize
>> buildconf: running aclocal
>> buildconf: running aclocal hack to convert all mv to mv -f
>> buildconf: running autoheader
>> buildconf: cp lib/config.h.in src/config.h.in
>> buildconf: running autoconf
>> configure.ac:111: error: possibly undefined macro:
>> AC_LIBTOOL_WIN32_DLL
>> If this token and others are legitimate, please use
>> m4_pattern_allow.
>> See the Autoconf documentation.
>> configure.ac:114: error: possibly undefined macro: AC_PROG_LIBTOOL
>> The autoconf command failed
>> [pied:~/work/curl] housley% uname -a
>> Darwin pied.int.thehousleys.net 8.8.0 Darwin Kernel Version 8.8.0:
>> Fri Sep 8
>> 17:18:57 PDT 2006; root:xnu-792.12.6.obj~1/RELEASE_PPC Power
>> Macintosh powerpc
>
> You need to set ACLOCAL=aclocal-1.7 as well as AUTOMAKE.

Close but no cigar. It was using the right version of aclocal.
After much searching, the problem is the new software version were in
a "local" directory which was okay. But, the system libtool was
okay, and it's ACLOCAL libs were in a different directory. After
installing a newer version, with the the other software, the files
had what I needed.

Now back to the regularly scheduled program.

Jim

--
/"\   ASCII Ribbon Campaign  .
\ / - NO HTML/RTF in e-mail  .
  X  - NO Word docs in e-mail .
/ \ -----------------------------------------------------------------
jeh@FreeBSD.org      http://www.FreeBSD.org     The Power to Serve
jim@TheHousleys.Net  http://www.TheHousleys.net
---------------------------------------------------------------------
Progress (n) : What led from smart users in front of dumb terminals to
dumb users in front of smart terminals.
Received on 2006-10-14