cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: JFYI (Re: hiper-patch)

From: Alexander Lazic <al-curllibrary_at_none.at>
Date: Tue, 20 Dec 2005 22:13:28 +0100

On Die 20.12.2005 15:00, Alexander Lazic wrote:
>
>In the evening i will try it on frebsd 6.0 ;-)

I have try to make it from cvs but i get many errors from buildconf.

I have make the following steps:

fetch http://curl.haxx.se/libcurl/hiper/hiper-1.patch
cvs -d :pserver:anonymous_at_cool.haxx.se:/cvsroot/curl co curl
mv curl curl_20051220
cd download/curl/curl_20051220/
patch -p0 < ../hiper-1.patch

export AUTOCONF=autoconf259
export AUTOHEADER=autoheader259
export AUTOMAKE=automake19
export ACLOCAL=aclocal19
export M4=gm4
export LIBTOOLIZE=libtoolize15

vi buildconf <== here i must change the:
ac=`findtool aclocal19`
libtool=`findtool libtool15 2>/dev/null`
LIBTOOLIZE="/usr/local/bin/libtoolize15"

---
./buildconf 
buildconf: autoconf version 2.59 (ok)
buildconf: autoheader version 2.59 (ok)
buildconf: automake version 1.9.6 (ok)
buildconf: aclocal found
buildconf: libtool version 1.5.18 (ok)
buildconf: libtoolize found
buildconf: GNU m4 version 1.4.3 (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:110: 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:113: error: possibly undefined macro: AC_PROG_LIBTOOL
The autoconf command failed
---
and in ares dir:
---
./buildconf 
configure.ac:21: 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:39: error: possibly undefined macro: AC_DISABLE_SHARED
configure.ac:58: error: possibly undefined macro: AC_PROG_LIBTOOL
Makefile.am:4: Libtool library used but `LIBTOOL' is undefined
Makefile.am:4: 
Makefile.am:4: The usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL'
Makefile.am:4: to `configure.ac' and run `aclocal' and `autoconf' again.
---
Therefore i haven't testet the new curl on the bsd os :-(
After the holidays i will try to dig down and if find to fix the error.
greetings
Alex
Received on 2005-12-21