最新消息:20210816 当前crifan.com域名已被污染,为防止失联,请关注(页面右下角的)公众号

【记录】Cygwin下用arm-xscale-linux-gnueabi-gcc交叉编译curl(libcurl)

Embedded crifan 2868浏览 0评论

【背景】

拿到一个项目,其用到curl:

XMLRPCBINDIR    = /home/xxx/working/usr/local/armxscalexmlrpc/bin

而自己本地的cygwin中没有此arm版本的库,所以需要尝试去编译一个出来。

而此处,之前已经通过crosstool-ng编译出来的arm-xscale-linux-gnueabi版本的交叉编译器了。

所以需要用此去arm-xscale-linux-gnueabi-gcc交叉编译curl。

 

【折腾过程】

1.去curl主页:

http://curl.haxx.se/

http://curl.haxx.se/download.html

下载:

curl-7.31.0.tar.bz2

 

2.然后突然才发现,本地已有其他版本的了:

curl-7.19.3

所以,最好还是基于此处的版本去编译。

3.一些供参考的资料:

交叉编译curl,生成的库文件在哪

Unable to send email with libcurl (cross compiled for arm) application

Trouble cross compiling cURL with ssl for ARM9

用arm-linux-gcc交叉编译 openssl zlib curl

板子中交叉编译(curl工具的安装编译)

 

http://www.360doc.com/content/10/0723/16/79031_40920381.shtml

 

4.还是先自己去看看,有哪些配置选项:

CLi@PC-CLI-1 ~/develop/curl/curl-7.19.3
$ ls -l
total 3873
-rwxr-xr-x  1 Administrators Domänen-Benutzer   83794 Jan 21  2013 acinclude.m4
-rwxr-xr-x  1 Administrators Domänen-Benutzer  270983 Jan 21  2013 aclocal.m4
-rwxr-xr-x  1 Administrators Domänen-Benutzer   10279 Jan 21  2013 buildconf
-rwxr-xr-x  1 Administrators Domänen-Benutzer     316 Jan 21  2013 buildconf.bat
-rwxr-xr-x  1 Administrators Domänen-Benutzer 1578388 Jan 21  2013 ChangeLog
-rwxr-xr-x  1 Administrators Domänen-Benutzer   95606 Jan 21  2013 CHANGES
-rwxr-xr-x  1 Administrators Domänen-Benutzer    3707 Jan 21  2013 compile
-rwxr-xr-x  1 Administrators Domänen-Benutzer   44892 Jan 21  2013 config.guess
-rwxr-xr-x  1 Administrators Domänen-Benutzer   33387 Jan 21  2013 config.sub
-rwxr-xr-x  1 Administrators Domänen-Benutzer 1307883 Jan 21  2013 configure
-rwxr-xr-x  1 Administrators Domänen-Benutzer   75598 Jan 21  2013 configure.ac
-rwxr-xr-x  1 Administrators Domänen-Benutzer    1044 Jan 21  2013 COPYING
-rwxr-xr-x  1 Administrators Domänen-Benutzer    4061 Jan 21  2013 curl-config.in
-rwxr-xr-x  1 Administrators Domänen-Benutzer    1857 Jan 21  2013 curl-style.el
-rwxr-xr-x  1 Administrators Domänen-Benutzer   15936 Jan 21  2013 depcomp
drwxr-xr-x+ 1 Administrators Domänen-Benutzer       0 Aug  2 10:06 docs
drwxr-xr-x+ 1 Administrators Domänen-Benutzer       0 Aug  2 10:06 include
-rwxr-xr-x  1 Administrators Domänen-Benutzer    5584 Jan 21  2013 install-sh
drwxr-xr-x+ 1 Administrators Domänen-Benutzer       0 Aug  2 10:06 lib
-rwxr-xr-x  1 Administrators Domänen-Benutzer    1563 Jan 21  2013 libcurl.pc.in
-rwxr-xr-x  1 Administrators Domänen-Benutzer  243268 Jan 21  2013 ltmain.sh
drwxr-xr-x+ 1 Administrators Domänen-Benutzer       0 Aug  2 10:06 m4
-rwxr-xr-x  1 Administrators Domänen-Benutzer    7275 Jan 21  2013 Makefile
-rwxr-xr-x  1 Administrators Domänen-Benutzer    4459 Jan 21  2013 Makefile.am
-rwxr-xr-x  1 Administrators Domänen-Benutzer   28239 Jan 21  2013 Makefile.in
-rwxr-xr-x  1 Administrators Domänen-Benutzer    5019 Jan 21  2013 maketgz
-rwxr-xr-x  1 Administrators Domänen-Benutzer    8857 Jan 21  2013 missing
-rwxr-xr-x  1 Administrators Domänen-Benutzer     750 Jan 21  2013 mkinstalldirs
drwxr-xr-x+ 1 Administrators Domänen-Benutzer       0 Aug  2 10:06 packages
-rwxr-xr-x  1 Administrators Domänen-Benutzer    1733 Jan 21  2013 README
-rwxr-xr-x  1 Administrators Domänen-Benutzer    2996 Jan 21  2013 RELEASE-NOTES
-rwxr-xr-x  1 Administrators Domänen-Benutzer    2059 Jan 21  2013 sample.emacs
drwxr-xr-x+ 1 Administrators Domänen-Benutzer       0 Aug  2 10:06 src
drwxr-xr-x+ 1 Administrators Domänen-Benutzer       0 Aug  2 10:06 tests
-rwxr-xr-x  1 Administrators Domänen-Benutzer     782 Jan 21  2013 vc6curl.dsw

CLi@PC-CLI-1 ~/develop/curl/curl-7.19.3
$ ./configure --help
`configure' configures curl - to adapt to many kinds of systems.

Usage: ./configure [OPTION]... [VAR=VALUE]...

To assign environment variables (e.g., CC, CFLAGS...), specify them as
VAR=VALUE.  See below for descriptions of some of the useful variables.

Defaults for the options are specified in brackets.

Configuration:
  -h, --help              display this help and exit
      --help=short        display options specific to this package
      --help=recursive    display the short help of all the included packages
  -V, --version           display version information and exit
  -q, --quiet, --silent   do not print `checking...' messages
      --cache-file=FILE   cache test results in FILE [disabled]
  -C, --config-cache      alias for `--cache-file=config.cache'
  -n, --no-create         do not create output files
      --srcdir=DIR        find the sources in DIR [configure dir or `..']

Installation directories:
  --prefix=PREFIX         install architecture-independent files in PREFIX
                          [/usr/local]
  --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
                          [PREFIX]

By default, `make install' will install all the files in
`/usr/local/bin', `/usr/local/lib' etc.  You can specify
an installation prefix other than `/usr/local' using `--prefix',
for instance `--prefix=$HOME'.

For better control, use the options below.

Fine tuning of the installation directories:
  --bindir=DIR           user executables [EPREFIX/bin]
  --sbindir=DIR          system admin executables [EPREFIX/sbin]
  --libexecdir=DIR       program executables [EPREFIX/libexec]
  --sysconfdir=DIR       read-only single-machine data [PREFIX/etc]
  --sharedstatedir=DIR   modifiable architecture-independent data [PREFIX/com]
  --localstatedir=DIR    modifiable single-machine data [PREFIX/var]
  --libdir=DIR           object code libraries [EPREFIX/lib]
  --includedir=DIR       C header files [PREFIX/include]
  --oldincludedir=DIR    C header files for non-gcc [/usr/include]
  --datarootdir=DIR      read-only arch.-independent data root [PREFIX/share]
  --datadir=DIR          read-only architecture-independent data [DATAROOTDIR]
  --infodir=DIR          info documentation [DATAROOTDIR/info]
  --localedir=DIR        locale-dependent data [DATAROOTDIR/locale]
  --mandir=DIR           man documentation [DATAROOTDIR/man]
  --docdir=DIR           documentation root [DATAROOTDIR/doc/curl]
  --htmldir=DIR          html documentation [DOCDIR]
  --dvidir=DIR           dvi documentation [DOCDIR]
  --pdfdir=DIR           pdf documentation [DOCDIR]
  --psdir=DIR            ps documentation [DOCDIR]

Program names:
  --program-prefix=PREFIX            prepend PREFIX to installed program names
  --program-suffix=SUFFIX            append SUFFIX to installed program names
  --program-transform-name=PROGRAM   run sed PROGRAM on installed program names

System types:
  --build=BUILD     configure for building on BUILD [guessed]
  --host=HOST       cross-compile to build programs to run on HOST [BUILD]

Optional Features:
  --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
  --enable-maintainer-mode  enable make rules and dependencies not useful
                          (and sometimes confusing) to the casual installer
  --enable-debug          Enable debug build options
  --disable-debug         Disable debug build options
  --enable-optimize       Enable compiler optimizations
  --disable-optimize      Disable compiler optimizations
  --enable-warnings       Enable strict compiler warnings
  --disable-warnings      Disable strict compiler warnings
  --disable-dependency-tracking  speeds up one-time build
  --enable-dependency-tracking   do not reject slow dependency extractors
  --disable-largefile     omit support for large files
  --enable-shared[=PKGS]  build shared libraries [default=yes]
  --enable-static[=PKGS]  build static libraries [default=yes]
  --enable-fast-install[=PKGS]
                          optimize for fast installation [default=yes]
  --disable-libtool-lock  avoid locking (might break parallel builds)
  --enable-http           Enable HTTP support
  --disable-http          Disable HTTP support
  --enable-ftp            Enable FTP support
  --disable-ftp           Disable FTP support
  --enable-file           Enable FILE support
  --disable-file          Disable FILE support
  --enable-ldap           Enable LDAP support
  --disable-ldap          Disable LDAP support
  --enable-ldaps          Enable LDAPS support
  --disable-ldaps         Disable LDAPS support
  --enable-proxy          Enable proxy support
  --disable-proxy         Disable proxy support
  --enable-dict           Enable DICT support
  --disable-dict          Disable DICT support
  --enable-telnet         Enable TELNET support
  --disable-telnet        Disable TELNET support
  --enable-tftp           Enable TFTP support
  --disable-tftp          Disable TFTP support
  --enable-manual         Enable built-in manual
  --disable-manual        Disable built-in manual
  --enable-libgcc         use libgcc when linking
  --enable-ipv6           Enable ipv6 (with ipv4) support
  --disable-ipv6          Disable ipv6 support
  --disable-thread        don't look for thread-safe functions
  --enable-thread         look for thread-safe functions
  --enable-nonblocking    Enable non-blocking communications
  --disable-nonblocking   Disable non-blocking communications
  --enable-ares=PATH      Enable c-ares for name lookups
  --disable-ares          Disable c-ares for name lookups
  --enable-verbose        Enable verbose strings
  --disable-verbose       Disable verbose strings
  --enable-sspi           Enable SSPI
  --disable-sspi          Disable SSPI
  --enable-crypto-auth    Enable cryptographic authentication
  --disable-crypto-auth   Disable cryptographic authentication
  --enable-cookies        Enable cookies support
  --disable-cookies       Disable cookies support
  --enable-hidden-symbols Hide internal symbols in library
  --disable-hidden-symbols
                          Leave all symbols with default visibility in library
  --enable-soname-bump    Enable enforced SONAME bump
  --disable-soname-bump   Disable enforced SONAME bump

Optional Packages:
  --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
  --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
  --with-pic              try to use only PIC/non-PIC objects [default=use
                          both]
  --with-gnu-ld           assume the C compiler uses GNU ld [default=no]
  --with-ldap-lib=libname Specify name of ldap lib file
  --with-lber-lib=libname Specify name of lber lib file
  --with-krb4-includes=DIR
                          Specify location of kerberos4 headers
  --with-krb4-libs=DIR    Specify location of kerberos4 libs
  --with-krb4=DIR         where to look for Kerberos4
  --with-spnego=DIR       Specify location of SPNEGO library fbopenssl
  --with-gssapi-includes=DIR
                          Specify location of GSSAPI header
  --with-gssapi-libs=DIR  Specify location of GSSAPI libs
  --with-gssapi=DIR       Where to look for GSSAPI
  --with-ssl=PATH         Where to look for OpenSSL, PATH points to the SSL
                          installation (default: /usr/local/ssl); when
                          possible, set the PKG_CONFIG_PATH environment
                          variable instead of using this option
  --without-ssl           disable OpenSSL
  --with-zlib=PATH        search for zlib in PATH
  --without-zlib          disable use of zlib
  --with-libssh2=PATH     Where to look for libssh2, PATH points to the
                          LIBSSH2 installation (default: /usr/local/lib); when
                          possible, set the PKG_CONFIG_PATH environment
                          variable instead of using this option
  --without-libssh2       disable LIBSSH2
  --with-egd-socket=FILE  Entropy Gathering Daemon socket pathname
  --with-random=FILE      read randomness from FILE (default=/dev/urandom)
  --with-gnutls=PATH      where to look for GnuTLS, PATH points to the
                          installation root (default: /usr/local/)
  --without-gnutls        disable GnuTLS detection
  --with-nss=PATH         where to look for NSS, PATH points to the
                          installation root (default: /usr/local/)
  --without-nss           disable NSS detection
  --with-ca-bundle=FILE   File name to use as CA bundle
  --without-ca-bundle     Don't use a default CA bundle
  --with-ca-path=DIRECTORY
                          Directory to use as CA path
  --without-ca-path       Don't use a default CA path
  --with-libidn=PATH      Enable libidn usage
  --without-libidn        Disable libidn usage

Some influential environment variables:
  CC          C compiler command
  CFLAGS      C compiler flags
  LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
              nonstandard directory <lib dir>
  LIBS        libraries to pass to the linker, e.g. -l<library>
  CPPFLAGS    C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
              you have headers in a nonstandard directory <include dir>
  CPP         C preprocessor

Use these variables to override the choices made by `configure' or to help
it to find libraries and programs with nonstandard names/locations.

Report bugs to <a suitable curl mailing list => http://curl.haxx.se/mail/>.

CLi@PC-CLI-1 ~/develop/curl/curl-7.19.3
$

可见,对于,到时候,用make install时,可以自己制定对应的安装路径,类似于:

make install --prefix=$HOME/develop/crosstool-ng/x-tools/armxscalecurl

其中,上述文件夹,是自己刚建立的:

CLi@PC-CLI-1 ~/develop/curl/curl-7.19.3
$ ls /home/CLi/develop/crosstool-ng/x-tools/ -l
total 4
drwxr-xr-x+ 1 Administrators Domänen-Benutzer 0 Aug  2 10:19 armxscalecurl
drwxr-xr-x+ 1 Administrators Domänen-Benutzer 0 Aug  2 10:19 armxscalelibxml2-2.7.2
dr-xr-xr-x+ 1 CLi            Domänen-Benutzer 0 Aug  1 15:38 arm-xscale-linux-gnueabi
drwxr-xr-x+ 1 Administrators Domänen-Benutzer 0 Aug  2 10:19 armxscalelog4c
drwxr-xr-x+ 1 Administrators Domänen-Benutzer 0 Aug  2 10:19 armxscalexmlrpc

CLi@PC-CLI-1 ~/develop/curl/curl-7.19.3
$ ls /home/CLi/develop/crosstool-ng/x-tools/armxscalecurl/ -l
total 0

5.看了半天,没有全懂。

算了,直接去配置:

CLi@PC-CLI-1 ~/develop/curl/curl-7.19.3
$ ./configure --prefix=$HOME/develop/crosstool-ng/x-tools/armxscalecurl --build=i686-pc-cygwin --host=arm-linux CC=arm-xscale-linux-gnueabi-gcc --enable-static
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether to enable debug build options... no
checking whether to enable compiler optimizer... not specified (assuming yes)
checking whether to enable strict compiler warnings... no
checking for sed... /usr/bin/sed
checking for grep... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for arm-linux-ar... no
checking for ar... /usr/bin/ar
configure: WARNING: In the future, Autoconf will not detect cross-tools
whose name does not start with the host triplet.  If you think this
configuration is useful to you, please write to [email protected].
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for arm-linux-strip... no
checking for strip... strip
checking curl version... 7.19.3
checking build system type... i686-pc-cygwin
checking host system type... arm-unknown-linux-gnu
checking for style of include used by make... GNU
checking for arm-linux-gcc... arm-xscale-linux-gnueabi-gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether arm-xscale-linux-gnueabi-gcc accepts -g... yes
checking for arm-xscale-linux-gnueabi-gcc option to accept ISO C89... none needed
checking dependency style of arm-xscale-linux-gnueabi-gcc... gcc3
checking for sys/types.h... yes
checking for stdint.h... yes
checking for inttypes.h... yes
checking how to run the C preprocessor... arm-xscale-linux-gnueabi-gcc -E
checking for grep that handles long lines and -e... (cached) /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for unistd.h... yes
checking for long... yes
checking size of long... 4
checking for void*... yes
checking size of void*... 4
checking for 64-bit curl_off_t data type... int64_t
checking size of curl_off_t... 8
checking formatting string directive for curl_off_t... "lld"
checking formatting string directive for unsigned curl_off_t... "llu"
checking constant suffix string for curl_off_t... LL
checking constant suffix string for unsigned curl_off_t... ULL
checking if OS is AIX (to define _ALL_SOURCE)... no
checking if _REENTRANT is already defined... no
checking if _REENTRANT is actually needed... no
checking if _REENTRANT is onwards defined... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... 64
checking if arch-OS host is AMD64-Linux/FreeBSD (to build static libraries with PIC)... no
checking for a sed that does not truncate output... (cached) /usr/bin/sed
checking for fgrep... /usr/bin/grep -F
checking for ld used by arm-xscale-linux-gnueabi-gcc... /home/CLi/develop/crosstool-ng/x-tools/arm-xscale-linux-gnueabi/arm-xscale-linux-gnueabi/bin/ld.exe
checking if the linker (/home/CLi/develop/crosstool-ng/x-tools/arm-xscale-linux-gnueabi/arm-xscale-linux-gnueabi/bin/ld.exe) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... no
checking for arm-linux-dumpbin... no
checking for arm-linux-link... no
checking for dumpbin... no
checking for link... link -dump -symbols
checking the name lister (link -dump -symbols) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 8192
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /home/CLi/develop/crosstool-ng/x-tools/arm-xscale-linux-gnueabi/arm-xscale-linux-gnueabi/bin/ld.exe option to reload object files... -r
checking for arm-linux-objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for arm-linux-ar... /usr/bin/ar
checking for arm-linux-strip... strip
checking for arm-linux-ranlib... no
checking for ranlib... ranlib
checking command to parse link -dump -symbols output from arm-xscale-linux-gnueabi-gcc object... failed
checking for dlfcn.h... yes
checking for objdir... .libs
checking if arm-xscale-linux-gnueabi-gcc supports -fno-rtti -fno-exceptions... no
checking for arm-xscale-linux-gnueabi-gcc option to produce PIC... -fPIC -DPIC
checking if arm-xscale-linux-gnueabi-gcc PIC flag -fPIC -DPIC works... yes
checking if arm-xscale-linux-gnueabi-gcc static flag -static works... yes
checking if arm-xscale-linux-gnueabi-gcc supports -c -o file.o... yes
checking if arm-xscale-linux-gnueabi-gcc supports -c -o file.o... (cached) yes
checking whether the arm-xscale-linux-gnueabi-gcc linker (/home/CLi/develop/crosstool-ng/x-tools/arm-xscale-linux-gnueabi/arm-xscale-linux-gnueabi/bin/ld.exe) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking if we need -no-undefined... no
checking if we need -mimpure-text... no
checking if we need BUILDING_LIBCURL... no
checking whether make sets $(MAKE)... (cached) yes
checking for inline... inline
checking if compiler is DEC/Compaq/HP C... no
checking if compiler is HP-UX C... no
checking if compiler is IBM C... no
checking if compiler is Intel C... no
checking if compiler is GNU C... yes
checking if compiler is LCC... no
checking if compiler is SGI MIPSpro C... no
checking if compiler is SGI MIPS C... no
checking if compiler is SunPro C... no
checking if compiler is Tiny C... no
checking if compiler is Watcom C... no
checking if compiler accepts debug disabling options... yes
configure: compiler options added: -g0
checking if compiler optimizer assumed setting might be used... yes
checking if compiler accepts optimizer enabling options... yes
configure: compiler options added: -O2
checking if compiler accepts strict warning options... yes
configure: compiler options added: -Wno-system-headers
checking if compiler halts on compilation errors... yes
checking if compiler halts on negative sized arrays... yes
checking for windows.h... no
checking whether build target is a native Windows one... no
checking whether build target supports WIN32 file API... no
checking whether to support http... yes
checking whether to support ftp... yes
checking whether to support file... yes
checking whether to support ldap... yes
checking whether to support ldaps... no
checking whether to support proxies... yes
checking whether to support dict... yes
checking whether to support telnet... yes
checking whether to support tftp... yes
checking whether to provide built-in manual... yes
checking for gethostbyname... yes
checking for strcasecmp... yes
checking for connect... yes
checking whether time.h and sys/time.h may both be included... yes
checking for sys/types.h... (cached) yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking for monotonic clock_gettime... yes
checking for clock_gettime in libraries... -lrt
checking whether to use libgcc... no
checking for lber.h... no
checking for ldap.h... no
checking for ldapssl.h... no
checking for ldap_ssl.h... no
checking for LDAP libraries... cannot find LDAP libraries
configure: WARNING: Cannot find libraries for LDAP support: LDAP disabled
checking whether to enable ipv6... no
checking if argv can be written to... no
configure: WARNING: the previous check could not be made default was used
checking if Kerberos4 support is requested... no
checking if SPNEGO support is requested... no
checking if GSSAPI support is requested... no
checking for CRYPTO_lock in -lcrypto... no
checking for CRYPTO_add_lock in -lcrypto... no
checking for inflateEnd in -lz... no
checking zlib.h usability... no
checking zlib.h presence... no
checking for zlib.h... no
checking for libssh2_channel_open_ex in -lssh2... no
checking libssh2.h usability... no
checking libssh2.h presence... no
checking for libssh2.h... no
configure: WARNING: SSL disabled, you will not be able to use HTTPS, FTPS, NTLM and more.
configure: WARNING: Use --with-ssl, --with-gnutls or --with-nss to address this.
checking default CA cert bundle/path... no
checking whether to build with libidn... yes
checking for idna_to_ascii_lz in -lidn... no
checking AIX 4.3 or later... no
checking for ANSI C header files... (cached) yes
checking for malloc.h... yes
checking for sys/types.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for sys/select.h... yes
checking for sys/socket.h... yes
checking for sys/ioctl.h... yes
checking for sys/uio.h... yes
checking for assert.h... yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for limits.h... yes
checking for arpa/inet.h... yes
checking for net/if.h... yes
checking for netinet/in.h... yes
checking for sys/un.h... yes
checking for netinet/tcp.h... yes
checking for netdb.h... yes
checking for sys/sockio.h... no
checking for sys/stat.h... (cached) yes
checking for sys/param.h... yes
checking for termios.h... yes
checking for termio.h... yes
checking for sgtty.h... yes
checking for fcntl.h... yes
checking for alloca.h... yes
checking for time.h... (cached) yes
checking for io.h... no
checking for pwd.h... yes
checking for utime.h... yes
checking for sys/utime.h... no
checking for sys/poll.h... yes
checking for poll.h... yes
checking for sys/resource.h... yes
checking for libgen.h... yes
checking for locale.h... yes
checking for errno.h... yes
checking for stdbool.h... yes
checking for arpa/tftp.h... yes
checking for sys/filio.h... no
checking for setjmp.h... yes
checking for an ANSI C-conforming const... yes
checking for compiler support of C99 variadic macro style... yes
checking for compiler support of old gcc variadic macro style... yes
checking for size_t... yes
checking whether time.h and sys/time.h may both be included... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for time.h... (cached) yes
checking for struct timeval... yes
checking for size_t... (cached) yes
checking size of size_t... 4
checking for int... yes
checking size of int... 4
checking for long... (cached) yes
checking size of long... (cached) 4
checking for time_t... yes
checking size of time_t... 4
checking for off_t... yes
checking size of off_t... 8
checking for long long... yes
checking if numberLL works... yes
checking for ssize_t... yes
checking for bool... yes
checking for socklen_t... yes
checking for in_addr_t... yes
checking for struct sockaddr_storage... yes
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking for sig_atomic_t... yes
checking if sig_atomic_t is already defined as volatile... no
checking return type of signal handlers... void
checking for sys/select.h... (cached) yes
checking for sys/socket.h... (cached) yes
checking for select... yes
checking types of args and return type for select... int,fd_set *,struct timeval *,int
checking for sys/types.h... (cached) yes
checking for sys/socket.h... (cached) yes
checking for recv... yes
checking types of args and return type for recv... int,void *,size_t,int,int
checking for sys/types.h... (cached) yes
checking for sys/socket.h... (cached) yes
checking for recvfrom... yes
checking types of args and return type for recvfrom... int,void *,size_t,int,struct sockaddr *,socklen_t *,int
checking for sys/types.h... (cached) yes
checking for sys/socket.h... (cached) yes
checking for send... yes
checking types of args and return type for send... int,const void *,size_t,int,int
checking for sys/types.h... (cached) yes
checking for sys/socket.h... (cached) yes
checking for MSG_NOSIGNAL... yes
checking for sys/types.h... (cached) yes
checking for unistd.h... (cached) yes
checking if alarm can be linked... yes
checking if alarm is prototyped... yes
checking if alarm is compilable... yes
checking if alarm usage allowed... yes
checking if alarm might be used... yes
checking for sys/types.h... (cached) yes
checking for unistd.h... (cached) yes
checking for fcntl.h... (cached) yes
checking if fcntl can be linked... yes
checking if fcntl is prototyped... yes
checking if fcntl is compilable... yes
checking if fcntl usage allowed... yes
checking if fcntl might be used... yes
checking if fcntl O_NONBLOCK is compilable... yes
checking if fcntl O_NONBLOCK usage allowed... yes
checking if fcntl O_NONBLOCK might be used... yes
checking for sys/types.h... (cached) yes
checking for stdio.h... yes
checking if fdopen can be linked... yes
checking if fdopen is prototyped... yes
checking if fdopen is compilable... yes
checking if fdopen usage allowed... yes
checking if fdopen might be used... yes
checking for windows.h... (cached) no
checking for winsock2.h... (cached) no
checking for ws2tcpip.h... (cached) no
checking for sys/types.h... (cached) yes
checking for sys/socket.h... (cached) yes
checking for sys/types.h... (cached) yes
checking for netdb.h... (cached) yes
checking if freeaddrinfo can be linked... yes
checking if freeaddrinfo is prototyped... yes
checking if freeaddrinfo is compilable... yes
checking if freeaddrinfo usage allowed... yes
checking if freeaddrinfo might be used... yes
checking for sys/types.h... (cached) yes
checking for sys/socket.h... (cached) yes
checking for netinet/in.h... (cached) yes
checking for ifaddrs.h... yes
checking if freeifaddrs can be linked... yes
checking if freeifaddrs is prototyped... yes
checking if freeifaddrs is compilable... yes
checking if freeifaddrs usage allowed... yes
checking if freeifaddrs might be used... yes
checking if ftruncate can be linked... yes
checking if ftruncate is prototyped... yes
checking if ftruncate is compilable... yes
checking if ftruncate usage allowed... yes
checking if ftruncate might be used... yes
checking for sys/types.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for sys/types.h... (cached) yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking if getaddrinfo can be linked... yes
checking if getaddrinfo is prototyped... yes
checking if getaddrinfo is compilable... yes
checking if getaddrinfo usage allowed... yes
checking if getaddrinfo might be used... yes
checking for windows.h... (cached) no
checking for winsock.h... (cached) no
checking for winsock2.h... (cached) no
checking if gethostbyaddr can be linked... yes
checking if gethostbyaddr is prototyped... yes
checking if gethostbyaddr is compilable... yes
checking if gethostbyaddr usage allowed... yes
checking if gethostbyaddr might be used... yes
checking if gethostbyaddr_r can be linked... yes
checking if gethostbyaddr_r is prototyped... yes
checking if gethostbyaddr_r takes 5 args.... no
checking if gethostbyaddr_r takes 7 args.... no
checking if gethostbyaddr_r takes 8 args.... yes
checking if gethostbyaddr_r is compilable... yes
checking if gethostbyaddr_r usage allowed... yes
checking if gethostbyaddr_r might be used... yes
checking if gethostbyname can be linked... yes
checking if gethostbyname is prototyped... yes
checking if gethostbyname is compilable... yes
checking if gethostbyname usage allowed... yes
checking if gethostbyname might be used... yes
checking if gethostbyname_r can be linked... yes
checking if gethostbyname_r is prototyped... yes
checking if gethostbyname_r takes 3 args.... no
checking if gethostbyname_r takes 5 args.... no
checking if gethostbyname_r takes 6 args.... yes
checking if gethostbyname_r is compilable... yes
checking if gethostbyname_r usage allowed... yes
checking if gethostbyname_r might be used... yes
checking if gethostname can be linked... yes
checking if gethostname is prototyped... yes
checking if gethostname is compilable... yes
checking if gethostname usage allowed... yes
checking if gethostname might be used... yes
checking if getifaddrs can be linked... yes
checking if getifaddrs is prototyped... yes
checking if getifaddrs is compilable... yes
checking if getifaddrs usage allowed... yes
checking if getifaddrs might be used... yes
checking if getservbyport_r can be linked... yes
checking if getservbyport_r is prototyped... yes
checking if getservbyport_r takes 4 args.... no
checking if getservbyport_r takes 5 args.... no
checking if getservbyport_r takes 6 args.... yes
checking if getservbyport_r is compilable... yes
checking if getservbyport_r usage allowed... yes
checking if getservbyport_r might be used... yes
checking for sys/types.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for time.h... (cached) yes
checking if gmtime_r can be linked... yes
checking if gmtime_r is prototyped... yes
checking if gmtime_r is compilable... yes
checking if gmtime_r usage allowed... yes
checking if gmtime_r might be used... yes
checking for sys/types.h... (cached) yes
checking for sys/socket.h... (cached) yes
checking for netinet/in.h... (cached) yes
checking for arpa/inet.h... (cached) yes
checking if inet_ntoa_r can be linked... no
checking if inet_ntoa_r might be used... no
checking if inet_ntop can be linked... yes
checking if inet_ntop is prototyped... yes
checking if inet_ntop is compilable... yes
checking if inet_ntop usage allowed... yes
checking if inet_ntop might be used... yes
checking if inet_pton can be linked... yes
checking if inet_pton is prototyped... yes
checking if inet_pton is compilable... yes
checking if inet_pton usage allowed... yes
checking if inet_pton might be used... yes
checking for sys/types.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/socket.h... (cached) yes
checking for sys/ioctl.h... (cached) yes
checking for stropts.h... yes
checking if ioctl can be linked... yes
checking if ioctl is prototyped... yes
checking if ioctl is compilable... yes
checking if ioctl usage allowed... yes
checking if ioctl might be used... yes
checking if ioctl FIONBIO is compilable... yes
checking if ioctl FIONBIO usage allowed... yes
checking if ioctl FIONBIO might be used... yes
checking if ioctl SIOCGIFADDR is compilable... yes
checking if ioctl SIOCGIFADDR usage allowed... yes
checking if ioctl SIOCGIFADDR might be used... yes
checking if ioctlsocket can be linked... no
checking if ioctlsocket might be used... no
checking if IoctlSocket can be linked... no
checking if IoctlSocket might be used... no
checking if localtime_r can be linked... yes
checking if localtime_r is prototyped... yes
checking if localtime_r is compilable... yes
checking if localtime_r usage allowed... yes
checking if localtime_r might be used... yes
checking if setsockopt can be linked... yes
checking if setsockopt is prototyped... yes
checking if setsockopt is compilable... yes
checking if setsockopt usage allowed... yes
checking if setsockopt might be used... yes
checking if setsockopt SO_NONBLOCK is compilable... no
checking if setsockopt SO_NONBLOCK might be used... no
checking for sys/types.h... (cached) yes
checking for signal.h... (cached) yes
checking if sigaction can be linked... yes
checking if sigaction is prototyped... yes
checking if sigaction is compilable... yes
checking if sigaction usage allowed... yes
checking if sigaction might be used... yes
checking if siginterrupt can be linked... yes
checking if siginterrupt is prototyped... yes
checking if siginterrupt is compilable... yes
checking if siginterrupt usage allowed... yes
checking if siginterrupt might be used... yes
checking if signal can be linked... yes
checking if signal is prototyped... yes
checking if signal is compilable... yes
checking if signal usage allowed... yes
checking if signal might be used... yes
checking for sys/types.h... (cached) yes
checking for setjmp.h... (cached) yes
checking if sigsetjmp can be linked... no
checking if sigsetjmp seems a macro... yes
checking if sigsetjmp is compilable... yes
checking if sigsetjmp usage allowed... yes
checking if sigsetjmp might be used... yes
checking if strcasecmp can be linked... yes
checking if strcasecmp is prototyped... yes
checking if strcasecmp is compilable... yes
checking if strcasecmp usage allowed... yes
checking if strcasecmp might be used... yes
checking if strcasestr can be linked... yes
checking if strcasestr is prototyped... no
checking if strcasestr might be used... no
checking if strcmpi can be linked... no
checking if strcmpi might be used... no
checking if strdup can be linked... yes
checking if strdup is prototyped... yes
checking if strdup is compilable... yes
checking if strdup usage allowed... yes
checking if strdup might be used... yes
checking if strerror_r can be linked... yes
checking if strerror_r is prototyped... yes
checking if strerror_r is compilable... yes
checking if strerror_r is glibc like... no
checking if strerror_r is POSIX like... yes
checking if strerror_r usage allowed... yes
checking if strerror_r might be used... yes
checking if stricmp can be linked... no
checking if stricmp might be used... no
checking if strlcat can be linked... no
checking if strlcat might be used... no
checking if strncasecmp can be linked... yes
checking if strncasecmp is prototyped... yes
checking if strncasecmp is compilable... yes
checking if strncasecmp usage allowed... yes
checking if strncasecmp might be used... yes
checking if strncmpi can be linked... no
checking if strncmpi might be used... no
checking if strnicmp can be linked... no
checking if strnicmp might be used... no
checking if strstr can be linked... yes
checking if strstr is prototyped... yes
checking if strstr is compilable... yes
checking if strstr usage allowed... yes
checking if strstr might be used... yes
checking if strtok_r can be linked... yes
checking if strtok_r is prototyped... yes
checking if strtok_r is compilable... yes
checking if strtok_r usage allowed... yes
checking if strtok_r might be used... yes
checking if strtoll can be linked... yes
checking if strtoll is prototyped... yes
checking if strtoll is compilable... yes
checking if strtoll usage allowed... yes
checking if strtoll might be used... yes
checking for sys/types.h... (cached) yes
checking for sys/uio.h... (cached) yes
checking if writev can be linked... yes
checking if writev is prototyped... yes
checking if writev is compilable... yes
checking if writev usage allowed... yes
checking if writev might be used... yes
checking for basename... yes
checking for closesocket... no
checking deeper for closesocket... but still no
checking for fork... yes
checking for geteuid... yes
checking for getpass_r... no
checking deeper for getpass_r... but still no
checking for getppid... yes
checking for getprotobyname... yes
checking for getpwuid... yes
checking for getrlimit... yes
checking for gettimeofday... yes
checking for inet_addr... yes
checking for perror... yes
checking for pipe... yes
checking for poll... yes
checking for setlocale... yes
checking for setmode... no
checking deeper for setmode... but still no
checking for setrlimit... yes
checking for socket... yes
checking for uname... yes
checking for utime... yes
checking whether basename is declared... yes
checking for sys/types.h... (cached) yes
checking for sys/socket.h... (cached) yes
checking for netdb.h... (cached) yes
checking for getnameinfo... yes
checking types of arguments for getnameinfo... const struct sockaddr *,socklen_t,size_t,unsigned int
checking if we are Mac OS X (to disable poll)... no
checking if poll works with NULL inputs... cross-compiling assumes yes
checking whether to enable non-blocking communications... yes
checking how to set a socket into non-blocking mode... fcntl O_NONBLOCK
checking for perl... /usr/bin/perl
checking for gnroff... no
checking for nroff... /usr/bin/nroff
checking how to use *nroff to get plain text from man pages... -man
checking whether to enable c-ares... no
checking whether to enable verbose strings... yes
checking whether to enable SSPI support (Windows native builds only)... no
checking whether to enable cryptographic authentication methods... yes
checking whether to enable support for cookies... yes
checking whether to enable hidden symbols in the library... no
checking whether to enforce SONAME bump... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating docs/Makefile
config.status: creating docs/examples/Makefile
config.status: creating docs/libcurl/Makefile
config.status: creating include/Makefile
config.status: creating include/curl/Makefile
config.status: creating src/Makefile
config.status: creating lib/Makefile
config.status: creating tests/Makefile
config.status: creating tests/data/Makefile
config.status: creating tests/server/Makefile
config.status: creating tests/libtest/Makefile
config.status: creating packages/Makefile
config.status: creating packages/Win32/Makefile
config.status: creating packages/Win32/cygwin/Makefile
config.status: creating packages/Linux/Makefile
config.status: creating packages/Linux/RPM/Makefile
config.status: creating packages/Linux/RPM/curl.spec
config.status: creating packages/Linux/RPM/curl-ssl.spec
config.status: creating packages/Solaris/Makefile
config.status: creating packages/DOS/Makefile
config.status: creating packages/EPM/curl.list
config.status: creating packages/EPM/Makefile
config.status: creating packages/vms/Makefile
config.status: creating packages/AIX/Makefile
config.status: creating packages/AIX/RPM/Makefile
config.status: creating packages/AIX/RPM/curl.spec
config.status: creating curl-config
config.status: creating libcurl.pc
config.status: creating lib/config.h
config.status: creating src/config.h
config.status: creating include/curl/curlbuild.h
config.status: executing depfiles commands
config.status: executing libtool commands
configure: Configured to build curl/libcurl:

  curl version:    7.19.3
  Host setup:      arm-unknown-linux-gnu
  Install prefix:  /home/CLi/develop/crosstool-ng/x-tools/armxscalecurl
  Compiler:        arm-xscale-linux-gnueabi-gcc
  SSL support:     no      (--with-ssl / --with-gnutls)
  SSH support:     no      (--with-libssh2)
  zlib support:    no      (--with-zlib)
  krb4 support:    no      (--with-krb4*)
  GSSAPI support:  no      (--with-gssapi)
  SPNEGO support:  no      (--with-spnego)
  c-ares support:  no      (--enable-ares)
  ipv6 support:    no      (--enable-ipv6)
  IDN support:     no      (--with-libidn)
  Build libcurl:   Shared=yes, Static=yes
  Built-in manual: enabled
  Verbose errors:  enabled (--disable-verbose)
  SSPI support:    no      (--enable-sspi)
  ca cert bundle:  no
  ca cert path:    no
  LDAP support:    no      (--enable-ldap / --with-ldap-lib / --with-lber-lib)
  LDAPS support:   no      (--enable-ldaps)


CLi@PC-CLI-1 ~/develop/curl/curl-7.19.3
$

6.然后就可以去make了:

CLi@PC-CLI-1 ~/develop/curl/curl-7.19.3
$ make
Making all in lib
make[1]: Entering directory `/home/CLi/develop/curl/curl-7.19.3/lib'
make  all-am
make[2]: Entering directory `/home/CLi/develop/curl/curl-7.19.3/lib'
if /bin/sh ../libtool --tag=CC --mode=compile arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H   -I../include  -I../include    -I../lib      -I../lib     -g0 -O2 -Wno-system-headers -MT file.lo -MD -MP -MF ".deps/file.Tpo" -c -o file.lo file.c; \
then mv -f ".deps/file.Tpo" ".deps/file.Plo"; else rm -f ".deps/file.Tpo"; exit 1; fi
libtool: compile:  arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -g0 -O2 -Wno-system-headers -MT file.lo -MD -MP -MF .deps/file.Tpo -c file.c  -fPIC -DPIC -o .libs/file.o
libtool: compile:  arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -g0 -O2 -Wno-system-headers -MT file.lo -MD -MP -MF .deps/file.Tpo -c file.c -o file.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H   -I../include  -I../include    -I../lib      -I../lib     -g0 -O2 -Wno-system-headers -MT timeval.lo -MD -MP -MF ".deps/timeval.Tpo" -c -o timeval.lo timeval.c; \
then mv -f ".deps/timeval.Tpo" ".deps/timeval.Plo"; else rm -f ".deps/timeval.Tpo"; exit 1; fi
libtool: compile:  arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -g0 -O2 -Wno-system-headers -MT timeval.lo -MD -MP -MF .deps/timeval.Tpo -c timeval.c  -fPIC -DPIC -o .libs/timeval.o
libtool: compile:  arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -g0 -O2 -Wno-system-headers -MT timeval.lo -MD -MP -MF .deps/timeval.Tpo -c timeval.c -o timeval.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H   -I../include  -I../include    -I../lib      -I../lib     -g0 -O2 -Wno-system-headers -MT base64.lo -MD -MP -MF ".deps/base64.Tpo" -c -o base64.lo base64.c; \
then mv -f ".deps/base64.Tpo" ".deps/base64.Plo"; else rm -f ".deps/base64.Tpo"; exit 1; fi
libtool: compile:  arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -g0 -O2 -Wno-system-headers -MT base64.lo -MD -MP -MF .deps/base64.Tpo -c base64.c  -fPIC -DPIC -o .libs/base64.o
libtool: compile:  arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -g0 -O2 -Wno-system-headers -MT base64.lo -MD -MP -MF .deps/base64.Tpo -c base64.c -o base64.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H   -I../include  -I../include    -I../lib      -I../lib     -g0 -O2 -Wno-system-headers -MT hostip.lo -MD -MP -MF ".deps/hostip.Tpo" -c -o hostip.lo hostip.c; \
then mv -f ".deps/hostip.Tpo" ".deps/hostip.Plo"; else rm -f ".deps/hostip.Tpo"; exit 1; fi
libtool: compile:  arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -g0 -O2 -Wno-system-headers -MT hostip.lo -MD -MP -MF .deps/hostip.Tpo -c hostip.c  -fPIC -DPIC -o .libs/hostip.o
libtool: compile:  arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -g0 -O2 -Wno-system-headers -MT hostip.lo -MD -MP -MF .deps/hostip.Tpo -c hostip.c -o hostip.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H   -I../include  -I../include    -I../lib      -I../lib     -g0 -O2 -Wno-system-headers -MT progress.lo -MD -MP -MF ".deps/progress.Tpo" -c -o progress.lo progress.c; \
then mv -f ".deps/progress.Tpo" ".deps/progress.Plo"; else rm -f ".deps/progress.Tpo"; exit 1; fi
libtool: compile:  arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -g0 -O2 -Wno-system-headers -MT progress.lo -MD -MP -MF .deps/progress.Tpo -c progress.c  -fPIC -DPIC -o .libs/progress.o
libtool: compile:  arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -g0 -O2 -Wno-system-headers -MT progress.lo -MD -MP -MF .deps/progress.Tpo -c progress.c -o progress.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H   -I../include  -I../include    -I../lib      -I../lib     -g0 -O2 -Wno-system-headers -MT formdata.lo -MD -MP -MF ".deps/formdata.Tpo" -c -o formdata.lo formdata.c; \
then mv -f ".deps/formdata.Tpo" ".deps/formdata.Plo"; else rm -f ".deps/formdata.Tpo"; exit 1; fi
libtool: compile:  arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -g0 -O2 -Wno-system-headers -MT formdata.lo -MD -MP -MF .deps/formdata.Tpo -c formdata.c  -fPIC -DPIC -o .libs/formdata.o
libtool: compile:  arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -g0 -O2 -Wno-system-headers -MT formdata.lo -MD -MP -MF .deps/formdata.Tpo -c formdata.c -o formdata.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H   -I../include  -I../include    -I../lib      -I../lib     -g0 -O2 -Wno-system-headers -MT cookie.lo -MD -MP -MF ".deps/cookie.Tpo" -c -o cookie.lo cookie.c; \
then mv -f ".deps/cookie.Tpo" ".deps/cookie.Plo"; else rm -f ".deps/cookie.Tpo"; exit 1; fi
libtool: compile:  arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -g0 -O2 -Wno-system-headers -MT cookie.lo -MD -MP -MF .deps/cookie.Tpo -c cookie.c  -fPIC -DPIC -o .libs/cookie.o
libtool: compile:  arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -g0 -O2 -Wno-system-headers -MT cookie.lo -MD -MP -MF .deps/cookie.Tpo -c cookie.c -o cookie.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H   -I../include  -I../include    -I../lib      -I../lib     -g0 -O2 -Wno-system-headers -MT http.lo -MD -MP -MF ".deps/http.Tpo" -c -o http.lo http.c; \
then mv -f ".deps/http.Tpo" ".deps/http.Plo"; else rm -f ".deps/http.Tpo"; exit 1; fi
libtool: compile:  arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -g0 -O2 -Wno-system-headers -MT http.lo -MD -MP -MF .deps/http.Tpo -c http.c  -fPIC -DPIC -o .libs/http.o
libtool: compile:  arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -g0 -O2 -Wno-system-headers -MT http.lo -MD -MP -MF .deps/http.Tpo -c http.c -o http.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H   -I../include  -I../include    -I../lib      -I../lib     -g0 -O2 -Wno-system-headers -MT sendf.lo -MD -MP -MF ".deps/sendf.Tpo" -c -o sendf.lo sendf.c; \
then mv -f ".deps/sendf.Tpo" ".deps/sendf.Plo"; else rm -f ".deps/sendf.Tpo"; exit 1; fi
libtool: compile:  arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -g0 -O2 -Wno-system-headers -MT sendf.lo -MD -MP -MF .deps/sendf.Tpo -c sendf.c  -fPIC -DPIC -o .libs/sendf.o
libtool: compile:  arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -g0 -O2 -Wno-system-headers -MT sendf.lo -MD -MP -MF .deps/sendf.Tpo -c sendf.c -o sendf.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H   -I../include  -I../include    -I../lib      -I../lib     -g0 -O2 -Wno-system-headers -MT ftp.lo -MD -MP -MF ".deps/ftp.Tpo" -c -o ftp.lo ftp.c; \
then mv -f ".deps/ftp.Tpo" ".deps/ftp.Plo"; else rm -f ".deps/ftp.Tpo"; exit 1; fi
libtool: compile:  arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -g0 -O2 -Wno-system-headers -MT ftp.lo -MD -MP -MF .deps/ftp.Tpo -c ftp.c  -fPIC -DPIC -o .libs/ftp.o
libtool: compile:  arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -g0 -O2 -Wno-system-headers -MT ftp.lo -MD -MP -MF .deps/ftp.Tpo -c ftp.c -o ftp.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H   -I../include  -I../include    -I../lib      -I../lib     -g0 -O2 -Wno-system-headers -MT url.lo -MD -MP -MF ".deps/url.Tpo" -c -o url.lo url.c; \
then mv -f ".deps/url.Tpo" ".deps/url.Plo"; else rm -f ".deps/url.Tpo"; exit 1; fi
libtool: compile:  arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -g0 -O2 -Wno-system-headers -MT url.lo -MD -MP -MF .deps/url.Tpo -c url.c  -fPIC -DPIC -o .libs/url.o
libtool: compile:  arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -g0 -O2 -Wno-system-headers -MT url.lo -MD -MP -MF .deps/url.Tpo -c url.c -o url.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H   -I../include  -I../include    -I../lib      -I../lib     -g0 -O2 -Wno-system-headers -MT dict.lo -MD -MP -MF ".deps/dict.Tpo" -c -o dict.lo dict.c; \
then mv -f ".deps/dict.Tpo" ".deps/dict.Plo"; else rm -f ".deps/dict.Tpo"; exit 1; fi
libtool: compile:  arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -g0 -O2 -Wno-system-headers -MT dict.lo -MD -MP -MF .deps/dict.Tpo -c dict.c  -fPIC -DPIC -o .libs/dict.o
libtool: compile:  arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -g0 -O2 -Wno-system-headers -MT dict.lo -MD -MP -MF .deps/dict.Tpo -c dict.c -o dict.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H   -I../include  -I../include    -I../lib      -I../lib     -g0 -O2 -Wno-system-headers -MT if2ip.lo -MD -MP -MF ".deps/if2ip.Tpo" -c -o if2ip.lo if2ip.c; \
then mv -f ".deps/if2ip.Tpo" ".deps/if2ip.Plo"; else rm -f ".deps/if2ip.Tpo"; exit 1; fi
libtool: compile:  arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -g0 -O2 -Wno-system-headers -MT if2ip.lo -MD -MP -MF .deps/if2ip.Tpo -c if2ip.c  -fPIC -DPIC -o .libs/if2ip.o
libtool: compile:  arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -g0 -O2 -Wno-system-headers -MT if2ip.lo -MD -MP -MF .deps/if2ip.Tpo -c if2ip.c -o if2ip.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H   -I../include  -I../include    -I../lib      -I../lib     -g0 -O2 -Wno-system-headers -MT speedcheck.lo -MD -MP -MF ".deps/speedcheck.Tpo" -c -o speedcheck.lo speedcheck.c; \
then mv -f ".deps/speedcheck.Tpo" ".deps/speedcheck.Plo"; else rm -f ".deps/speedcheck.Tpo"; exit 1; fi
libtool: compile:  arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -g0 -O2 -Wno-system-headers -MT speedcheck.lo -MD -MP -MF .deps/speedcheck.Tpo -c speedcheck.c  -fPIC -DPIC -o .libs/speedcheck.o
libtool: compile:  arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -g0 -O2 -Wno-system-headers -MT speedcheck.lo -MD -MP -MF .deps/speedcheck.Tpo -c speedcheck.c -o speedcheck.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H   -I../include  -I../include    -I../lib      -I../lib     -g0 -O2 -Wno-system-headers -MT ldap.lo -MD -MP -MF ".deps/ldap.Tpo" -c -o ldap.lo ldap.c; \
then mv -f ".deps/ldap.Tpo" ".deps/ldap.Plo"; else rm -f ".deps/ldap.Tpo"; exit 1; fi
libtool: compile:  arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -g0 -O2 -Wno-system-headers -MT ldap.lo -MD -MP -MF .deps/ldap.Tpo -c ldap.c  -fPIC -DPIC -o .libs/ldap.o
libtool: compile:  arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -g0 -O2 -Wno-system-headers -MT ldap.lo -MD -MP -MF .deps/ldap.Tpo -c ldap.c -o ldap.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H   -I../include  -I../include    -I../lib      -I../lib     -g0 -O2 -Wno-system-headers -MT ssluse.lo -MD -MP -MF ".deps/ssluse.Tpo" -c -o ssluse.lo ssluse.c; \
then mv -f ".deps/ssluse.Tpo" ".deps/ssluse.Plo"; else rm -f ".deps/ssluse.Tpo"; exit 1; fi
libtool: compile:  arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -g0 -O2 -Wno-system-headers -MT ssluse.lo -MD -MP -MF .deps/ssluse.Tpo -c ssluse.c  -fPIC -DPIC -o .libs/ssluse.o
libtool: compile:  arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -g0 -O2 -Wno-system-headers -MT ssluse.lo -MD -MP -MF .deps/ssluse.Tpo -c ssluse.c -o ssluse.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H   -I../include  -I../include    -I../lib      -I../lib     -g0 -O2 -Wno-system-headers -MT version.lo -MD -MP -MF ".deps/version.Tpo" -c -o version.lo version.c; \
then mv -f ".deps/version.Tpo" ".deps/version.Plo"; else rm -f ".deps/version.Tpo"; exit 1; fi
libtool: compile:  arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -g0 -O2 -Wno-system-headers -MT version.lo -MD -MP -MF .deps/version.Tpo -c version.c  -fPIC -DPIC -o .libs/version.o
libtool: compile:  arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -g0 -O2 -Wno-system-headers -MT version.lo -MD -MP -MF .deps/version.Tpo -c version.c -o version.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H   -I../include  -I../include    -I../lib      -I../lib     -g0 -O2 -Wno-system-headers -MT getenv.lo -MD -MP -MF ".deps/getenv.Tpo" -c -o getenv.lo getenv.c; \
then mv -f ".deps/getenv.Tpo" ".deps/getenv.Plo"; else rm -f ".deps/getenv.Tpo"; exit 1; fi
libtool: compile:  arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -g0 -O2 -Wno-system-headers -MT getenv.lo -MD -MP -MF .deps/getenv.Tpo -c getenv.c  -fPIC -DPIC -o .libs/getenv.o
libtool: compile:  arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -g0 -O2 -Wno-system-headers -MT getenv.lo -MD -MP -MF .deps/getenv.Tpo -c getenv.c -o getenv.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H   -I../include  -I../include    -I../lib      -I../lib     -g0 -O2 -Wno-system-headers -MT escape.lo -MD -MP -MF ".deps/escape.Tpo" -c -o escape.lo escape.c; \
then mv -f ".deps/escape.Tpo" ".deps/escape.Plo"; else rm -f ".deps/escape.Tpo"; exit 1; fi
libtool: compile:  arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -g0 -O2 -Wno-system-headers -MT escape.lo -MD -MP -MF .deps/escape.Tpo -c escape.c  -fPIC -DPIC -o .libs/escape.o
libtool: compile:  arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -g0 -O2 -Wno-system-headers -MT escape.lo -MD -MP -MF .deps/escape.Tpo -c escape.c -o escape.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H   -I../include  -I../include    -I../lib      -I../lib     -g0 -O2 -Wno-system-headers -MT mprintf.lo -MD -MP -MF ".deps/mprintf.Tpo" -c -o mprintf.lo mprintf.c; \
then mv -f ".deps/mprintf.Tpo" ".deps/mprintf.Plo"; else rm -f ".deps/mprintf.Tpo"; exit 1; fi
libtool: compile:  arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -g0 -O2 -Wno-system-headers -MT mprintf.lo -MD -MP -MF .deps/mprintf.Tpo -c mprintf.c  -fPIC -DPIC -o .libs/mprintf.o
libtool: compile:  arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -g0 -O2 -Wno-system-headers -MT mprintf.lo -MD -MP -MF .deps/mprintf.Tpo -c mprintf.c -o mprintf.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H   -I../include  -I../include    -I../lib      -I../lib     -g0 -O2 -Wno-system-headers -MT telnet.lo -MD -MP -MF ".deps/telnet.Tpo" -c -o telnet.lo telnet.c; \
then mv -f ".deps/telnet.Tpo" ".deps/telnet.Plo"; else rm -f ".deps/telnet.Tpo"; exit 1; fi
libtool: compile:  arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -g0 -O2 -Wno-system-headers -MT telnet.lo -MD -MP -MF .deps/telnet.Tpo -c telnet.c  -fPIC -DPIC -o .libs/telnet.o
libtool: compile:  arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -g0 -O2 -Wno-system-headers -MT telnet.lo -MD -MP -MF .deps/telnet.Tpo -c telnet.c -o telnet.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H   -I../include  -I../include    -I../lib      -I../lib     -g0 -O2 -Wno-system-headers -MT netrc.lo -MD -MP -MF ".deps/netrc.Tpo" -c -o netrc.lo netrc.c; \
then mv -f ".deps/netrc.Tpo" ".deps/netrc.Plo"; else rm -f ".deps/netrc.Tpo"; exit 1; fi
libtool: compile:  arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -g0 -O2 -Wno-system-headers -MT netrc.lo -MD -MP -MF .deps/netrc.Tpo -c netrc.c  -fPIC -DPIC -o .libs/netrc.o
libtool: compile:  arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -g0 -O2 -Wno-system-headers -MT netrc.lo -MD -MP -MF .deps/netrc.Tpo -c netrc.c -o netrc.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H   -I../include  -I../include    -I../lib      -I../lib     -g0 -O2 -Wno-system-headers -MT getinfo.lo -MD -MP -MF ".deps/getinfo.Tpo" -c -o getinfo.lo getinfo.c; \
then mv -f ".deps/getinfo.Tpo" ".deps/getinfo.Plo"; else rm -f ".deps/getinfo.Tpo"; exit 1; fi
libtool: compile:  arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -g0 -O2 -Wno-system-headers -MT getinfo.lo -MD -MP -MF .deps/getinfo.Tpo -c getinfo.c  -fPIC -DPIC -o .libs/getinfo.o
libtool: compile:  arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -g0 -O2 -Wno-system-headers -MT getinfo.lo -MD -MP -MF .deps/getinfo.Tpo -c getinfo.c -o getinfo.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H   -I../include  -I../include    -I../lib      -I../lib     -g0 -O2 -Wno-system-headers -MT transfer.lo -MD -MP -MF ".deps/transfer.Tpo" -c -o transfer.lo transfer.c; \
then mv -f ".deps/transfer.Tpo" ".deps/transfer.Plo"; else rm -f ".deps/transfer.Tpo"; exit 1; fi
libtool: compile:  arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -g0 -O2 -Wno-system-headers -MT transfer.lo -MD -MP -MF .deps/transfer.Tpo -c transfer.c  -fPIC -DPIC -o .libs/transfer.o
libtool: compile:  arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -g0 -O2 -Wno-system-headers -MT transfer.lo -MD -MP -MF .deps/transfer.Tpo -c transfer.c -o transfer.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H   -I../include  -I../include    -I../lib      -I../lib     -g0 -O2 -Wno-system-headers -MT strequal.lo -MD -MP -MF ".deps/strequal.Tpo" -c -o strequal.lo strequal.c; \
then mv -f ".deps/strequal.Tpo" ".deps/strequal.Plo"; else rm -f ".deps/strequal.Tpo"; exit 1; fi
libtool: compile:  arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -g0 -O2 -Wno-system-headers -MT strequal.lo -MD -MP -MF .deps/strequal.Tpo -c strequal.c  -fPIC -DPIC -o .libs/strequal.o
libtool: compile:  arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -g0 -O2 -Wno-system-headers -MT strequal.lo -MD -MP -MF .deps/strequal.Tpo -c strequal.c -o strequal.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H   -I../include  -I../include    -I../lib      -I../lib     -g0 -O2 -Wno-system-headers -MT easy.lo -MD -MP -MF ".deps/easy.Tpo" -c -o easy.lo easy.c; \
then mv -f ".deps/easy.Tpo" ".deps/easy.Plo"; else rm -f ".deps/easy.Tpo"; exit 1; fi
libtool: compile:  arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -g0 -O2 -Wno-system-headers -MT easy.lo -MD -MP -MF .deps/easy.Tpo -c easy.c  -fPIC -DPIC -o .libs/easy.o
libtool: compile:  arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -g0 -O2 -Wno-system-headers -MT easy.lo -MD -MP -MF .deps/easy.Tpo -c easy.c -o easy.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H   -I../include  -I../include    -I../lib      -I../lib     -g0 -O2 -Wno-system-headers -MT security.lo -MD -MP -MF ".deps/security.Tpo" -c -o security.lo security.c; \
then mv -f ".deps/security.Tpo" ".deps/security.Plo"; else rm -f ".deps/security.Tpo"; exit 1; fi
libtool: compile:  arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -g0 -O2 -Wno-system-headers -MT security.lo -MD -MP -MF .deps/security.Tpo -c security.c  -fPIC -DPIC -o .libs/security.o
libtool: compile:  arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -g0 -O2 -Wno-system-headers -MT security.lo -MD -MP -MF .deps/security.Tpo -c security.c -o security.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H   -I../include  -I../include    -I../lib      -I../lib     -g0 -O2 -Wno-system-headers -MT krb4.lo -MD -MP -MF ".deps/krb4.Tpo" -c -o krb4.lo krb4.c; \
then mv -f ".deps/krb4.Tpo" ".deps/krb4.Plo"; else rm -f ".deps/krb4.Tpo"; exit 1; fi
libtool: compile:  arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -g0 -O2 -Wno-system-headers -MT krb4.lo -MD -MP -MF .deps/krb4.Tpo -c krb4.c  -fPIC -DPIC -o .libs/krb4.o
libtool: compile:  arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -g0 -O2 -Wno-system-headers -MT krb4.lo -MD -MP -MF .deps/krb4.Tpo -c krb4.c -o krb4.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H   -I../include  -I../include    -I../lib      -I../lib     -g0 -O2 -Wno-system-headers -MT krb5.lo -MD -MP -MF ".deps/krb5.Tpo" -c -o krb5.lo krb5.c; \
then mv -f ".deps/krb5.Tpo" ".deps/krb5.Plo"; else rm -f ".deps/krb5.Tpo"; exit 1; fi
libtool: compile:  arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -g0 -O2 -Wno-system-headers -MT krb5.lo -MD -MP -MF .deps/krb5.Tpo -c krb5.c  -fPIC -DPIC -o .libs/krb5.o
libtool: compile:  arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -g0 -O2 -Wno-system-headers -MT krb5.lo -MD -MP -MF .deps/krb5.Tpo -c krb5.c -o krb5.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H   -I../include  -I../include    -I../lib      -I../lib     -g0 -O2 -Wno-system-headers -MT memdebug.lo -MD -MP -MF ".deps/memdebug.Tpo" -c -o memdebug.lo memdebug.c; \
then mv -f ".deps/memdebug.Tpo" ".deps/memdebug.Plo"; else rm -f ".deps/memdebug.Tpo"; exit 1; fi
libtool: compile:  arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -g0 -O2 -Wno-system-headers -MT memdebug.lo -MD -MP -MF .deps/memdebug.Tpo -c memdebug.c  -fPIC -DPIC -o .libs/memdebug.o
libtool: compile:  arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -g0 -O2 -Wno-system-headers -MT memdebug.lo -MD -MP -MF .deps/memdebug.Tpo -c memdebug.c -o memdebug.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H   -I../include  -I../include    -I../lib      -I../lib     -g0 -O2 -Wno-system-headers -MT http_chunks.lo -MD -MP -MF ".deps/http_chunks.Tpo" -c -o http_chunks.lo http_chunks.c; \
then mv -f ".deps/http_chunks.Tpo" ".deps/http_chunks.Plo"; else rm -f ".deps/http_chunks.Tpo"; exit 1; fi
libtool: compile:  arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -g0 -O2 -Wno-system-headers -MT http_chunks.lo -MD -MP -MF .deps/http_chunks.Tpo -c http_chunks.c  -fPIC -DPIC -o .libs/http_chunks.o
libtool: compile:  arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -g0 -O2 -Wno-system-headers -MT http_chunks.lo -MD -MP -MF .deps/http_chunks.Tpo -c http_chunks.c -o http_chunks.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H   -I../include  -I../include    -I../lib      -I../lib     -g0 -O2 -Wno-system-headers -MT strtok.lo -MD -MP -MF ".deps/strtok.Tpo" -c -o strtok.lo strtok.c; \
then mv -f ".deps/strtok.Tpo" ".deps/strtok.Plo"; else rm -f ".deps/strtok.Tpo"; exit 1; fi
libtool: compile:  arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -g0 -O2 -Wno-system-headers -MT strtok.lo -MD -MP -MF .deps/strtok.Tpo -c strtok.c  -fPIC -DPIC -o .libs/strtok.o
libtool: compile:  arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -g0 -O2 -Wno-system-headers -MT strtok.lo -MD -MP -MF .deps/strtok.Tpo -c strtok.c -o strtok.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H   -I../include  -I../include    -I../lib      -I../lib     -g0 -O2 -Wno-system-headers -MT connect.lo -MD -MP -MF ".deps/connect.Tpo" -c -o connect.lo connect.c; \
then mv -f ".deps/connect.Tpo" ".deps/connect.Plo"; else rm -f ".deps/connect.Tpo"; exit 1; fi
libtool: compile:  arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -g0 -O2 -Wno-system-headers -MT connect.lo -MD -MP -MF .deps/connect.Tpo -c connect.c  -fPIC -DPIC -o .libs/connect.o
libtool: compile:  arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -g0 -O2 -Wno-system-headers -MT connect.lo -MD -MP -MF .deps/connect.Tpo -c connect.c -o connect.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H   -I../include  -I../include    -I../lib      -I../lib     -g0 -O2 -Wno-system-headers -MT llist.lo -MD -MP -MF ".deps/llist.Tpo" -c -o llist.lo llist.c; \
then mv -f ".deps/llist.Tpo" ".deps/llist.Plo"; else rm -f ".deps/llist.Tpo"; exit 1; fi
libtool: compile:  arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -g0 -O2 -Wno-system-headers -MT llist.lo -MD -MP -MF .deps/llist.Tpo -c llist.c  -fPIC -DPIC -o .libs/llist.o
libtool: compile:  arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -g0 -O2 -Wno-system-headers -MT llist.lo -MD -MP -MF .deps/llist.Tpo -c llist.c -o llist.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H   -I../include  -I../include    -I../lib      -I../lib     -g0 -O2 -Wno-system-headers -MT hash.lo -MD -MP -MF ".deps/hash.Tpo" -c -o hash.lo hash.c; \
then mv -f ".deps/hash.Tpo" ".deps/hash.Plo"; else rm -f ".deps/hash.Tpo"; exit 1; fi
libtool: compile:  arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -g0 -O2 -Wno-system-headers -MT hash.lo -MD -MP -MF .deps/hash.Tpo -c hash.c  -fPIC -DPIC -o .libs/hash.o
libtool: compile:  arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -g0 -O2 -Wno-system-headers -MT hash.lo -MD -MP -MF .deps/hash.Tpo -c hash.c -o hash.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H   -I../include  -I../include    -I../lib      -I../lib     -g0 -O2 -Wno-system-headers -MT multi.lo -MD -MP -MF ".deps/multi.Tpo" -c -o multi.lo multi.c; \
then mv -f ".deps/multi.Tpo" ".deps/multi.Plo"; else rm -f ".deps/multi.Tpo"; exit 1; fi
libtool: compile:  arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -g0 -O2 -Wno-system-headers -MT multi.lo -MD -MP -MF .deps/multi.Tpo -c multi.c  -fPIC -DPIC -o .libs/multi.o
libtool: compile:  arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -g0 -O2 -Wno-system-headers -MT multi.lo -MD -MP -MF .deps/multi.Tpo -c multi.c -o multi.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H   -I../include  -I../include    -I../lib      -I../lib     -g0 -O2 -Wno-system-headers -MT content_encoding.lo -MD -MP -MF ".deps/content_encoding.Tpo" -c -o content_encoding.lo content_encoding.c; \
then mv -f ".deps/content_encoding.Tpo" ".deps/content_encoding.Plo"; else rm -f ".deps/content_encoding.Tpo"; exit 1; fi
libtool: compile:  arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -g0 -O2 -Wno-system-headers -MT content_encoding.lo -MD -MP -MF .deps/content_encoding.Tpo -c content_encoding.c  -fPIC -DPIC -o .libs/content_encoding.o
libtool: compile:  arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -g0 -O2 -Wno-system-headers -MT content_encoding.lo -MD -MP -MF .deps/content_encoding.Tpo -c content_encoding.c -o content_encoding.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H   -I../include  -I../include    -I../lib      -I../lib     -g0 -O2 -Wno-system-headers -MT share.lo -MD -MP -MF ".deps/share.Tpo" -c -o share.lo share.c; \
then mv -f ".deps/share.Tpo" ".deps/share.Plo"; else rm -f ".deps/share.Tpo"; exit 1; fi
libtool: compile:  arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -g0 -O2 -Wno-system-headers -MT share.lo -MD -MP -MF .deps/share.Tpo -c share.c  -fPIC -DPIC -o .libs/share.o
libtool: compile:  arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -g0 -O2 -Wno-system-headers -MT share.lo -MD -MP -MF .deps/share.Tpo -c share.c -o share.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H   -I../include  -I../include    -I../lib      -I../lib     -g0 -O2 -Wno-system-headers -MT http_digest.lo -MD -MP -MF ".deps/http_digest.Tpo" -c -o http_digest.lo http_digest.c; \
then mv -f ".deps/http_digest.Tpo" ".deps/http_digest.Plo"; else rm -f ".deps/http_digest.Tpo"; exit 1; fi
libtool: compile:  arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -g0 -O2 -Wno-system-headers -MT http_digest.lo -MD -MP -MF .deps/http_digest.Tpo -c http_digest.c  -fPIC -DPIC -o .libs/http_digest.o
libtool: compile:  arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -g0 -O2 -Wno-system-headers -MT http_digest.lo -MD -MP -MF .deps/http_digest.Tpo -c http_digest.c -o http_digest.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H   -I../include  -I../include    -I../lib      -I../lib     -g0 -O2 -Wno-system-headers -MT md5.lo -MD -MP -MF ".deps/md5.Tpo" -c -o md5.lo md5.c; \
then mv -f ".deps/md5.Tpo" ".deps/md5.Plo"; else rm -f ".deps/md5.Tpo"; exit 1; fi
libtool: compile:  arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -g0 -O2 -Wno-system-headers -MT md5.lo -MD -MP -MF .deps/md5.Tpo -c md5.c  -fPIC -DPIC -o .libs/md5.o
libtool: compile:  arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -g0 -O2 -Wno-system-headers -MT md5.lo -MD -MP -MF .deps/md5.Tpo -c md5.c -o md5.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H   -I../include  -I../include    -I../lib      -I../lib     -g0 -O2 -Wno-system-headers -MT http_negotiate.lo -MD -MP -MF ".deps/http_negotiate.Tpo" -c -o http_negotiate.lo http_negotiate.c; \
then mv -f ".deps/http_negotiate.Tpo" ".deps/http_negotiate.Plo"; else rm -f ".deps/http_negotiate.Tpo"; exit 1; fi
libtool: compile:  arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -g0 -O2 -Wno-system-headers -MT http_negotiate.lo -MD -MP -MF .deps/http_negotiate.Tpo -c http_negotiate.c  -fPIC -DPIC -o .libs/http_negotiate.o
libtool: compile:  arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -g0 -O2 -Wno-system-headers -MT http_negotiate.lo -MD -MP -MF .deps/http_negotiate.Tpo -c http_negotiate.c -o http_negotiate.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H   -I../include  -I../include    -I../lib      -I../lib     -g0 -O2 -Wno-system-headers -MT http_ntlm.lo -MD -MP -MF ".deps/http_ntlm.Tpo" -c -o http_ntlm.lo http_ntlm.c; \
then mv -f ".deps/http_ntlm.Tpo" ".deps/http_ntlm.Plo"; else rm -f ".deps/http_ntlm.Tpo"; exit 1; fi
libtool: compile:  arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -g0 -O2 -Wno-system-headers -MT http_ntlm.lo -MD -MP -MF .deps/http_ntlm.Tpo -c http_ntlm.c  -fPIC -DPIC -o .libs/http_ntlm.o
libtool: compile:  arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -g0 -O2 -Wno-system-headers -MT http_ntlm.lo -MD -MP -MF .deps/http_ntlm.Tpo -c http_ntlm.c -o http_ntlm.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H   -I../include  -I../include    -I../lib      -I../lib     -g0 -O2 -Wno-system-headers -MT inet_pton.lo -MD -MP -MF ".deps/inet_pton.Tpo" -c -o inet_pton.lo inet_pton.c; \
then mv -f ".deps/inet_pton.Tpo" ".deps/inet_pton.Plo"; else rm -f ".deps/inet_pton.Tpo"; exit 1; fi
libtool: compile:  arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -g0 -O2 -Wno-system-headers -MT inet_pton.lo -MD -MP -MF .deps/inet_pton.Tpo -c inet_pton.c  -fPIC -DPIC -o .libs/inet_pton.o
libtool: compile:  arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -g0 -O2 -Wno-system-headers -MT inet_pton.lo -MD -MP -MF .deps/inet_pton.Tpo -c inet_pton.c -o inet_pton.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H   -I../include  -I../include    -I../lib      -I../lib     -g0 -O2 -Wno-system-headers -MT strtoofft.lo -MD -MP -MF ".deps/strtoofft.Tpo" -c -o strtoofft.lo strtoofft.c; \
then mv -f ".deps/strtoofft.Tpo" ".deps/strtoofft.Plo"; else rm -f ".deps/strtoofft.Tpo"; exit 1; fi
libtool: compile:  arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -g0 -O2 -Wno-system-headers -MT strtoofft.lo -MD -MP -MF .deps/strtoofft.Tpo -c strtoofft.c  -fPIC -DPIC -o .libs/strtoofft.o
libtool: compile:  arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -g0 -O2 -Wno-system-headers -MT strtoofft.lo -MD -MP -MF .deps/strtoofft.Tpo -c strtoofft.c -o strtoofft.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H   -I../include  -I../include    -I../lib      -I../lib     -g0 -O2 -Wno-system-headers -MT strerror.lo -MD -MP -MF ".deps/strerror.Tpo" -c -o strerror.lo strerror.c; \
then mv -f ".deps/strerror.Tpo" ".deps/strerror.Plo"; else rm -f ".deps/strerror.Tpo"; exit 1; fi
libtool: compile:  arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -g0 -O2 -Wno-system-headers -MT strerror.lo -MD -MP -MF .deps/strerror.Tpo -c strerror.c  -fPIC -DPIC -o .libs/strerror.o
libtool: compile:  arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -g0 -O2 -Wno-system-headers -MT strerror.lo -MD -MP -MF .deps/strerror.Tpo -c strerror.c -o strerror.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H   -I../include  -I../include    -I../lib      -I../lib     -g0 -O2 -Wno-system-headers -MT hostares.lo -MD -MP -MF ".deps/hostares.Tpo" -c -o hostares.lo hostares.c; \
then mv -f ".deps/hostares.Tpo" ".deps/hostares.Plo"; else rm -f ".deps/hostares.Tpo"; exit 1; fi
libtool: compile:  arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -g0 -O2 -Wno-system-headers -MT hostares.lo -MD -MP -MF .deps/hostares.Tpo -c hostares.c  -fPIC -DPIC -o .libs/hostares.o
libtool: compile:  arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -g0 -O2 -Wno-system-headers -MT hostares.lo -MD -MP -MF .deps/hostares.Tpo -c hostares.c -o hostares.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H   -I../include  -I../include    -I../lib      -I../lib     -g0 -O2 -Wno-system-headers -MT hostasyn.lo -MD -MP -MF ".deps/hostasyn.Tpo" -c -o hostasyn.lo hostasyn.c; \
then mv -f ".deps/hostasyn.Tpo" ".deps/hostasyn.Plo"; else rm -f ".deps/hostasyn.Tpo"; exit 1; fi
libtool: compile:  arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -g0 -O2 -Wno-system-headers -MT hostasyn.lo -MD -MP -MF .deps/hostasyn.Tpo -c hostasyn.c  -fPIC -DPIC -o .libs/hostasyn.o
libtool: compile:  arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -g0 -O2 -Wno-system-headers -MT hostasyn.lo -MD -MP -MF .deps/hostasyn.Tpo -c hostasyn.c -o hostasyn.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H   -I../include  -I../include    -I../lib      -I../lib     -g0 -O2 -Wno-system-headers -MT hostip4.lo -MD -MP -MF ".deps/hostip4.Tpo" -c -o hostip4.lo hostip4.c; \
then mv -f ".deps/hostip4.Tpo" ".deps/hostip4.Plo"; else rm -f ".deps/hostip4.Tpo"; exit 1; fi
libtool: compile:  arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -g0 -O2 -Wno-system-headers -MT hostip4.lo -MD -MP -MF .deps/hostip4.Tpo -c hostip4.c  -fPIC -DPIC -o .libs/hostip4.o
libtool: compile:  arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -g0 -O2 -Wno-system-headers -MT hostip4.lo -MD -MP -MF .deps/hostip4.Tpo -c hostip4.c -o hostip4.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H   -I../include  -I../include    -I../lib      -I../lib     -g0 -O2 -Wno-system-headers -MT hostip6.lo -MD -MP -MF ".deps/hostip6.Tpo" -c -o hostip6.lo hostip6.c; \
then mv -f ".deps/hostip6.Tpo" ".deps/hostip6.Plo"; else rm -f ".deps/hostip6.Tpo"; exit 1; fi
libtool: compile:  arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -g0 -O2 -Wno-system-headers -MT hostip6.lo -MD -MP -MF .deps/hostip6.Tpo -c hostip6.c  -fPIC -DPIC -o .libs/hostip6.o
libtool: compile:  arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -g0 -O2 -Wno-system-headers -MT hostip6.lo -MD -MP -MF .deps/hostip6.Tpo -c hostip6.c -o hostip6.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H   -I../include  -I../include    -I../lib      -I../lib     -g0 -O2 -Wno-system-headers -MT hostsyn.lo -MD -MP -MF ".deps/hostsyn.Tpo" -c -o hostsyn.lo hostsyn.c; \
then mv -f ".deps/hostsyn.Tpo" ".deps/hostsyn.Plo"; else rm -f ".deps/hostsyn.Tpo"; exit 1; fi
libtool: compile:  arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -g0 -O2 -Wno-system-headers -MT hostsyn.lo -MD -MP -MF .deps/hostsyn.Tpo -c hostsyn.c  -fPIC -DPIC -o .libs/hostsyn.o
libtool: compile:  arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -g0 -O2 -Wno-system-headers -MT hostsyn.lo -MD -MP -MF .deps/hostsyn.Tpo -c hostsyn.c -o hostsyn.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H   -I../include  -I../include    -I../lib      -I../lib     -g0 -O2 -Wno-system-headers -MT hostthre.lo -MD -MP -MF ".deps/hostthre.Tpo" -c -o hostthre.lo hostthre.c; \
then mv -f ".deps/hostthre.Tpo" ".deps/hostthre.Plo"; else rm -f ".deps/hostthre.Tpo"; exit 1; fi
libtool: compile:  arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -g0 -O2 -Wno-system-headers -MT hostthre.lo -MD -MP -MF .deps/hostthre.Tpo -c hostthre.c  -fPIC -DPIC -o .libs/hostthre.o
libtool: compile:  arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -g0 -O2 -Wno-system-headers -MT hostthre.lo -MD -MP -MF .deps/hostthre.Tpo -c hostthre.c -o hostthre.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H   -I../include  -I../include    -I../lib      -I../lib     -g0 -O2 -Wno-system-headers -MT inet_ntop.lo -MD -MP -MF ".deps/inet_ntop.Tpo" -c -o inet_ntop.lo inet_ntop.c; \
then mv -f ".deps/inet_ntop.Tpo" ".deps/inet_ntop.Plo"; else rm -f ".deps/inet_ntop.Tpo"; exit 1; fi
libtool: compile:  arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -g0 -O2 -Wno-system-headers -MT inet_ntop.lo -MD -MP -MF .deps/inet_ntop.Tpo -c inet_ntop.c  -fPIC -DPIC -o .libs/inet_ntop.o
libtool: compile:  arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -g0 -O2 -Wno-system-headers -MT inet_ntop.lo -MD -MP -MF .deps/inet_ntop.Tpo -c inet_ntop.c -o inet_ntop.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H   -I../include  -I../include    -I../lib      -I../lib     -g0 -O2 -Wno-system-headers -MT parsedate.lo -MD -MP -MF ".deps/parsedate.Tpo" -c -o parsedate.lo parsedate.c; \
then mv -f ".deps/parsedate.Tpo" ".deps/parsedate.Plo"; else rm -f ".deps/parsedate.Tpo"; exit 1; fi
libtool: compile:  arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -g0 -O2 -Wno-system-headers -MT parsedate.lo -MD -MP -MF .deps/parsedate.Tpo -c parsedate.c  -fPIC -DPIC -o .libs/parsedate.o
libtool: compile:  arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -g0 -O2 -Wno-system-headers -MT parsedate.lo -MD -MP -MF .deps/parsedate.Tpo -c parsedate.c -o parsedate.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H   -I../include  -I../include    -I../lib      -I../lib     -g0 -O2 -Wno-system-headers -MT select.lo -MD -MP -MF ".deps/select.Tpo" -c -o select.lo select.c; \
then mv -f ".deps/select.Tpo" ".deps/select.Plo"; else rm -f ".deps/select.Tpo"; exit 1; fi
libtool: compile:  arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -g0 -O2 -Wno-system-headers -MT select.lo -MD -MP -MF .deps/select.Tpo -c select.c  -fPIC -DPIC -o .libs/select.o
libtool: compile:  arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -g0 -O2 -Wno-system-headers -MT select.lo -MD -MP -MF .deps/select.Tpo -c select.c -o select.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H   -I../include  -I../include    -I../lib      -I../lib     -g0 -O2 -Wno-system-headers -MT gtls.lo -MD -MP -MF ".deps/gtls.Tpo" -c -o gtls.lo gtls.c; \
then mv -f ".deps/gtls.Tpo" ".deps/gtls.Plo"; else rm -f ".deps/gtls.Tpo"; exit 1; fi
libtool: compile:  arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -g0 -O2 -Wno-system-headers -MT gtls.lo -MD -MP -MF .deps/gtls.Tpo -c gtls.c  -fPIC -DPIC -o .libs/gtls.o
libtool: compile:  arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -g0 -O2 -Wno-system-headers -MT gtls.lo -MD -MP -MF .deps/gtls.Tpo -c gtls.c -o gtls.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H   -I../include  -I../include    -I../lib      -I../lib     -g0 -O2 -Wno-system-headers -MT sslgen.lo -MD -MP -MF ".deps/sslgen.Tpo" -c -o sslgen.lo sslgen.c; \
then mv -f ".deps/sslgen.Tpo" ".deps/sslgen.Plo"; else rm -f ".deps/sslgen.Tpo"; exit 1; fi
libtool: compile:  arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -g0 -O2 -Wno-system-headers -MT sslgen.lo -MD -MP -MF .deps/sslgen.Tpo -c sslgen.c  -fPIC -DPIC -o .libs/sslgen.o
libtool: compile:  arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -g0 -O2 -Wno-system-headers -MT sslgen.lo -MD -MP -MF .deps/sslgen.Tpo -c sslgen.c -o sslgen.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H   -I../include  -I../include    -I../lib      -I../lib     -g0 -O2 -Wno-system-headers -MT tftp.lo -MD -MP -MF ".deps/tftp.Tpo" -c -o tftp.lo tftp.c; \
then mv -f ".deps/tftp.Tpo" ".deps/tftp.Plo"; else rm -f ".deps/tftp.Tpo"; exit 1; fi
libtool: compile:  arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -g0 -O2 -Wno-system-headers -MT tftp.lo -MD -MP -MF .deps/tftp.Tpo -c tftp.c  -fPIC -DPIC -o .libs/tftp.o
libtool: compile:  arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -g0 -O2 -Wno-system-headers -MT tftp.lo -MD -MP -MF .deps/tftp.Tpo -c tftp.c -o tftp.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H   -I../include  -I../include    -I../lib      -I../lib     -g0 -O2 -Wno-system-headers -MT splay.lo -MD -MP -MF ".deps/splay.Tpo" -c -o splay.lo splay.c; \
then mv -f ".deps/splay.Tpo" ".deps/splay.Plo"; else rm -f ".deps/splay.Tpo"; exit 1; fi
libtool: compile:  arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -g0 -O2 -Wno-system-headers -MT splay.lo -MD -MP -MF .deps/splay.Tpo -c splay.c  -fPIC -DPIC -o .libs/splay.o
libtool: compile:  arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -g0 -O2 -Wno-system-headers -MT splay.lo -MD -MP -MF .deps/splay.Tpo -c splay.c -o splay.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H   -I../include  -I../include    -I../lib      -I../lib     -g0 -O2 -Wno-system-headers -MT strdup.lo -MD -MP -MF ".deps/strdup.Tpo" -c -o strdup.lo strdup.c; \
then mv -f ".deps/strdup.Tpo" ".deps/strdup.Plo"; else rm -f ".deps/strdup.Tpo"; exit 1; fi
libtool: compile:  arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -g0 -O2 -Wno-system-headers -MT strdup.lo -MD -MP -MF .deps/strdup.Tpo -c strdup.c  -fPIC -DPIC -o .libs/strdup.o
libtool: compile:  arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -g0 -O2 -Wno-system-headers -MT strdup.lo -MD -MP -MF .deps/strdup.Tpo -c strdup.c -o strdup.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H   -I../include  -I../include    -I../lib      -I../lib     -g0 -O2 -Wno-system-headers -MT socks.lo -MD -MP -MF ".deps/socks.Tpo" -c -o socks.lo socks.c; \
then mv -f ".deps/socks.Tpo" ".deps/socks.Plo"; else rm -f ".deps/socks.Tpo"; exit 1; fi
libtool: compile:  arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -g0 -O2 -Wno-system-headers -MT socks.lo -MD -MP -MF .deps/socks.Tpo -c socks.c  -fPIC -DPIC -o .libs/socks.o
libtool: compile:  arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -g0 -O2 -Wno-system-headers -MT socks.lo -MD -MP -MF .deps/socks.Tpo -c socks.c -o socks.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H   -I../include  -I../include    -I../lib      -I../lib     -g0 -O2 -Wno-system-headers -MT ssh.lo -MD -MP -MF ".deps/ssh.Tpo" -c -o ssh.lo ssh.c; \
then mv -f ".deps/ssh.Tpo" ".deps/ssh.Plo"; else rm -f ".deps/ssh.Tpo"; exit 1; fi
libtool: compile:  arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -g0 -O2 -Wno-system-headers -MT ssh.lo -MD -MP -MF .deps/ssh.Tpo -c ssh.c  -fPIC -DPIC -o .libs/ssh.o
libtool: compile:  arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -g0 -O2 -Wno-system-headers -MT ssh.lo -MD -MP -MF .deps/ssh.Tpo -c ssh.c -o ssh.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H   -I../include  -I../include    -I../lib      -I../lib     -g0 -O2 -Wno-system-headers -MT nss.lo -MD -MP -MF ".deps/nss.Tpo" -c -o nss.lo nss.c; \
then mv -f ".deps/nss.Tpo" ".deps/nss.Plo"; else rm -f ".deps/nss.Tpo"; exit 1; fi
libtool: compile:  arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -g0 -O2 -Wno-system-headers -MT nss.lo -MD -MP -MF .deps/nss.Tpo -c nss.c  -fPIC -DPIC -o .libs/nss.o
libtool: compile:  arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -g0 -O2 -Wno-system-headers -MT nss.lo -MD -MP -MF .deps/nss.Tpo -c nss.c -o nss.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H   -I../include  -I../include    -I../lib      -I../lib     -g0 -O2 -Wno-system-headers -MT qssl.lo -MD -MP -MF ".deps/qssl.Tpo" -c -o qssl.lo qssl.c; \
then mv -f ".deps/qssl.Tpo" ".deps/qssl.Plo"; else rm -f ".deps/qssl.Tpo"; exit 1; fi
libtool: compile:  arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -g0 -O2 -Wno-system-headers -MT qssl.lo -MD -MP -MF .deps/qssl.Tpo -c qssl.c  -fPIC -DPIC -o .libs/qssl.o
libtool: compile:  arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -g0 -O2 -Wno-system-headers -MT qssl.lo -MD -MP -MF .deps/qssl.Tpo -c qssl.c -o qssl.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H   -I../include  -I../include    -I../lib      -I../lib     -g0 -O2 -Wno-system-headers -MT rawstr.lo -MD -MP -MF ".deps/rawstr.Tpo" -c -o rawstr.lo rawstr.c; \
then mv -f ".deps/rawstr.Tpo" ".deps/rawstr.Plo"; else rm -f ".deps/rawstr.Tpo"; exit 1; fi
libtool: compile:  arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -g0 -O2 -Wno-system-headers -MT rawstr.lo -MD -MP -MF .deps/rawstr.Tpo -c rawstr.c  -fPIC -DPIC -o .libs/rawstr.o
libtool: compile:  arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -g0 -O2 -Wno-system-headers -MT rawstr.lo -MD -MP -MF .deps/rawstr.Tpo -c rawstr.c -o rawstr.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H   -I../include  -I../include    -I../lib      -I../lib     -g0 -O2 -Wno-system-headers -MT curl_addrinfo.lo -MD -MP -MF ".deps/curl_addrinfo.Tpo" -c -o curl_addrinfo.lo curl_addrinfo.c; \
then mv -f ".deps/curl_addrinfo.Tpo" ".deps/curl_addrinfo.Plo"; else rm -f ".deps/curl_addrinfo.Tpo"; exit 1; fi
libtool: compile:  arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -g0 -O2 -Wno-system-headers -MT curl_addrinfo.lo -MD -MP -MF .deps/curl_addrinfo.Tpo -c curl_addrinfo.c  -fPIC -DPIC -o .libs/curl_addrinfo.o
libtool: compile:  arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -g0 -O2 -Wno-system-headers -MT curl_addrinfo.lo -MD -MP -MF .deps/curl_addrinfo.Tpo -c curl_addrinfo.c -o curl_addrinfo.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=link arm-xscale-linux-gnueabi-gcc  -g0 -O2 -Wno-system-headers    -o libcurl.la -rpath /home/CLi/develop/crosstool-ng/x-tools/armxscalecurl/lib  -version-info 5:1:1  -lrt file.lo timeval.lo base64.lo hostip.lo progress.lo  formdata.lo cookie.lo http.lo sendf.lo ftp.lo url.lo dict.lo  if2ip.lo speedcheck.lo ldap.lo ssluse.lo version.lo getenv.lo  escape.lo mprintf.lo telnet.lo netrc.lo getinfo.lo transfer.lo  strequal.lo easy.lo security.lo krb4.lo krb5.lo memdebug.lo  http_chunks.lo strtok.lo connect.lo llist.lo hash.lo multi.lo  content_encoding.lo share.lo http_digest.lo md5.lo  http_negotiate.lo http_ntlm.lo inet_pton.lo strtoofft.lo  strerror.lo hostares.lo hostasyn.lo hostip4.lo hostip6.lo  hostsyn.lo hostthre.lo inet_ntop.lo parsedate.lo select.lo  gtls.lo sslgen.lo tftp.lo splay.lo strdup.lo socks.lo ssh.lo  nss.lo qssl.lo rawstr.lo curl_addrinfo.lo
libtool: link: arm-xscale-linux-gnueabi-gcc -shared  .libs/file.o .libs/timeval.o .libs/base64.o .libs/hostip.o .libs/progress.o .libs/formdata.o .libs/cookie.o .libs/http.o .libs/sendf.o .libs/ftp.o .libs/url.o .libs/dict.o .libs/if2ip.o .libs/speedcheck.o .libs/ldap.o .libs/ssluse.o .libs/version.o .libs/getenv.o .libs/escape.o .libs/mprintf.o .libs/telnet.o .libs/netrc.o .libs/getinfo.o .libs/transfer.o .libs/strequal.o .libs/easy.o .libs/security.o .libs/krb4.o .libs/krb5.o .libs/memdebug.o .libs/http_chunks.o .libs/strtok.o .libs/connect.o .libs/llist.o .libs/hash.o .libs/multi.o .libs/content_encoding.o .libs/share.o .libs/http_digest.o .libs/md5.o .libs/http_negotiate.o .libs/http_ntlm.o .libs/inet_pton.o .libs/strtoofft.o .libs/strerror.o .libs/hostares.o .libs/hostasyn.o .libs/hostip4.o .libs/hostip6.o .libs/hostsyn.o .libs/hostthre.o .libs/inet_ntop.o .libs/parsedate.o .libs/select.o .libs/gtls.o .libs/sslgen.o .libs/tftp.o .libs/splay.o .libs/strdup.o .libs/socks.o .libs/ssh.o .libs/nss.o .libs/qssl.o .libs/rawstr.o .libs/curl_addrinfo.o   -lrt    -Wl,-soname -Wl,libcurl.so.4 -o .libs/libcurl.so.4.1.1
libtool: link: (cd ".libs" && rm -f "libcurl.so.4" && ln -s "libcurl.so.4.1.1" "libcurl.so.4")
libtool: link: (cd ".libs" && rm -f "libcurl.so" && ln -s "libcurl.so.4.1.1" "libcurl.so")
libtool: link: /usr/bin/ar cru .libs/libcurl.a  file.o timeval.o base64.o hostip.o progress.o formdata.o cookie.o http.o sendf.o ftp.o url.o dict.o if2ip.o speedcheck.o ldap.o ssluse.o version.o getenv.o escape.o mprintf.o telnet.o netrc.o getinfo.o transfer.o strequal.o easy.o security.o krb4.o krb5.o memdebug.o http_chunks.o strtok.o connect.o llist.o hash.o multi.o content_encoding.o share.o http_digest.o md5.o http_negotiate.o http_ntlm.o inet_pton.o strtoofft.o strerror.o hostares.o hostasyn.o hostip4.o hostip6.o hostsyn.o hostthre.o inet_ntop.o parsedate.o select.o gtls.o sslgen.o tftp.o splay.o strdup.o socks.o ssh.o nss.o qssl.o rawstr.o curl_addrinfo.o
libtool: link: ranlib .libs/libcurl.a
libtool: link: ( cd ".libs" && rm -f "libcurl.la" && ln -s "../libcurl.la" "libcurl.la" )
make[2]: Leaving directory `/home/CLi/develop/curl/curl-7.19.3/lib'
make[1]: Leaving directory `/home/CLi/develop/curl/curl-7.19.3/lib'
Making all in src
make[1]: Entering directory `/home/CLi/develop/curl/curl-7.19.3/src'
make  all-am
make[2]: Entering directory `/home/CLi/develop/curl/curl-7.19.3/src'
if arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H  -I../include  -I../include    -I../lib      -I../src      -I../lib        -I../src     -g0 -O2 -Wno-system-headers -MT main.o -MD -MP -MF ".deps/main.Tpo" -c -o main.o main.c; \
then mv -f ".deps/main.Tpo" ".deps/main.Po"; else rm -f ".deps/main.Tpo"; exit 1; fi
if arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H  -I../include  -I../include    -I../lib      -I../src      -I../lib        -I../src     -g0 -O2 -Wno-system-headers -MT hugehelp.o -MD -MP -MF ".deps/hugehelp.Tpo" -c -o hugehelp.o hugehelp.c; \
then mv -f ".deps/hugehelp.Tpo" ".deps/hugehelp.Po"; else rm -f ".deps/hugehelp.Tpo"; exit 1; fi
if arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H  -I../include  -I../include    -I../lib      -I../src      -I../lib        -I../src     -g0 -O2 -Wno-system-headers -MT urlglob.o -MD -MP -MF ".deps/urlglob.Tpo" -c -o urlglob.o urlglob.c; \
then mv -f ".deps/urlglob.Tpo" ".deps/urlglob.Po"; else rm -f ".deps/urlglob.Tpo"; exit 1; fi
if arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H  -I../include  -I../include    -I../lib      -I../src      -I../lib        -I../src     -g0 -O2 -Wno-system-headers -MT writeout.o -MD -MP -MF ".deps/writeout.Tpo" -c -o writeout.o writeout.c; \
then mv -f ".deps/writeout.Tpo" ".deps/writeout.Po"; else rm -f ".deps/writeout.Tpo"; exit 1; fi
if arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H  -I../include  -I../include    -I../lib      -I../src      -I../lib        -I../src     -g0 -O2 -Wno-system-headers -MT writeenv.o -MD -MP -MF ".deps/writeenv.Tpo" -c -o writeenv.o writeenv.c; \
then mv -f ".deps/writeenv.Tpo" ".deps/writeenv.Po"; else rm -f ".deps/writeenv.Tpo"; exit 1; fi
if arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H  -I../include  -I../include    -I../lib      -I../src      -I../lib        -I../src     -g0 -O2 -Wno-system-headers -MT getpass.o -MD -MP -MF ".deps/getpass.Tpo" -c -o getpass.o getpass.c; \
then mv -f ".deps/getpass.Tpo" ".deps/getpass.Po"; else rm -f ".deps/getpass.Tpo"; exit 1; fi
if arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H  -I../include  -I../include    -I../lib      -I../src      -I../lib        -I../src     -g0 -O2 -Wno-system-headers -MT homedir.o -MD -MP -MF ".deps/homedir.Tpo" -c -o homedir.o homedir.c; \
then mv -f ".deps/homedir.Tpo" ".deps/homedir.Po"; else rm -f ".deps/homedir.Tpo"; exit 1; fi
if arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H  -I../include  -I../include    -I../lib      -I../src      -I../lib        -I../src     -g0 -O2 -Wno-system-headers -MT curlutil.o -MD -MP -MF ".deps/curlutil.Tpo" -c -o curlutil.o curlutil.c; \
then mv -f ".deps/curlutil.Tpo" ".deps/curlutil.Po"; else rm -f ".deps/curlutil.Tpo"; exit 1; fi
if arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H  -I../include  -I../include    -I../lib      -I../src      -I../lib        -I../src    -g0 -O2 -Wno-system-headers -MT strtoofft.o -MD -MP -MF ".deps/strtoofft.Tpo" -c -o strtoofft.o `test -f '../lib/strtoofft.c' || echo './'`../lib/strtoofft.c; \
then mv -f ".deps/strtoofft.Tpo" ".deps/strtoofft.Po"; else rm -f ".deps/strtoofft.Tpo"; exit 1; fi
if arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H  -I../include  -I../include    -I../lib      -I../src      -I../lib        -I../src    -g0 -O2 -Wno-system-headers -MT strdup.o -MD -MP -MF ".deps/strdup.Tpo" -c -o strdup.o `test -f '../lib/strdup.c' || echo './'`../lib/strdup.c; \
then mv -f ".deps/strdup.Tpo" ".deps/strdup.Po"; else rm -f ".deps/strdup.Tpo"; exit 1; fi
if arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H  -I../include  -I../include    -I../lib      -I../src      -I../lib        -I../src    -g0 -O2 -Wno-system-headers -MT rawstr.o -MD -MP -MF ".deps/rawstr.Tpo" -c -o rawstr.o `test -f '../lib/rawstr.c' || echo './'`../lib/rawstr.c; \
then mv -f ".deps/rawstr.Tpo" ".deps/rawstr.Po"; else rm -f ".deps/rawstr.Tpo"; exit 1; fi
/bin/sh ../libtool --tag=CC --mode=link arm-xscale-linux-gnueabi-gcc  -g0 -O2 -Wno-system-headers    -o curl  main.o hugehelp.o urlglob.o  writeout.o writeenv.o getpass.o  homedir.o curlutil.o strtoofft.o strdup.o rawstr.o  ../lib/libcurl.la
libtool: link: arm-xscale-linux-gnueabi-gcc -g0 -O2 -Wno-system-headers -o .libs/curl main.o hugehelp.o urlglob.o writeout.o writeenv.o getpass.o homedir.o curlutil.o strtoofft.o strdup.o rawstr.o  ../lib/.libs/libcurl.so -lrt -Wl,-rpath -Wl,/home/CLi/develop/crosstool-ng/x-tools/armxscalecurl/lib
make[2]: Leaving directory `/home/CLi/develop/curl/curl-7.19.3/src'
make[1]: Leaving directory `/home/CLi/develop/curl/curl-7.19.3/src'
make[1]: Entering directory `/home/CLi/develop/curl/curl-7.19.3'
make[1]: Nothing to be done for `all-am'.
make[1]: Leaving directory `/home/CLi/develop/curl/curl-7.19.3'

CLi@PC-CLI-1 ~/develop/curl/curl-7.19.3
$

7.然后再去make install:

CLi@PC-CLI-1 ~/develop/curl/curl-7.19.3
$ make install
Making install in lib
make[1]: Entering directory `/home/CLi/develop/curl/curl-7.19.3/lib'
make[2]: Entering directory `/home/CLi/develop/curl/curl-7.19.3/lib'
test -z "/home/CLi/develop/crosstool-ng/x-tools/armxscalecurl/lib" || mkdir -p -- "/home/CLi/develop/crosstool-ng/x-tools/armxscalecurl/lib"
 /bin/sh ../libtool --mode=install /usr/bin/install -c  'libcurl.la' '/home/CLi/develop/crosstool-ng/x-tools/armxscalecurl/lib/libcurl.la'
libtool: install: /usr/bin/install -c .libs/libcurl.so.4.1.1 /home/CLi/develop/crosstool-ng/x-tools/armxscalecurl/lib/libcurl.so.4.1.1
libtool: install: (cd /home/CLi/develop/crosstool-ng/x-tools/armxscalecurl/lib && { ln -s -f libcurl.so.4.1.1 libcurl.so.4 || { rm -f libcurl.so.4 && ln -s libcurl.so.4.1.1 libcurl.so.4; }; })
libtool: install: (cd /home/CLi/develop/crosstool-ng/x-tools/armxscalecurl/lib && { ln -s -f libcurl.so.4.1.1 libcurl.so || { rm -f libcurl.so && ln -s libcurl.so.4.1.1 libcurl.so; }; })
libtool: install: /usr/bin/install -c .libs/libcurl.lai /home/CLi/develop/crosstool-ng/x-tools/armxscalecurl/lib/libcurl.la
libtool: install: /usr/bin/install -c .libs/libcurl.a /home/CLi/develop/crosstool-ng/x-tools/armxscalecurl/lib/libcurl.a
libtool: install: chmod 644 /home/CLi/develop/crosstool-ng/x-tools/armxscalecurl/lib/libcurl.a
libtool: install: ranlib /home/CLi/develop/crosstool-ng/x-tools/armxscalecurl/lib/libcurl.a
libtool: finish: PATH="/usr/local/bin:/usr/bin:/cygdrive/d/tmp/dev_install_root/Python27_x64:/cygdrive/d/tmp/dev_install_root/Python27_x64/Lib/site-packages/PyQt4:/cygdrive/d/tmp/dev_install_root/Perl64/site/bin:/cygdrive/d/tmp/dev_install_root/Perl64/bin:/cygdrive/c/Program Files/Common Files/Microsoft Shared/Windows Live:/cygdrive/c/Program Files (x86)/Common Files/Microsoft Shared/Windows Live:/cygdrive/c/Windows/system32:/cygdrive/c/Windows:/cygdrive/c/Windows/System32/Wbem:/cygdrive/c/Windows/System32/WindowsPowerShell/v1.0:/cygdrive/c/Program Files (x86)/Microsoft SQL Server/100/Tools/Binn:/cygdrive/c/Program Files/Microsoft SQL Server/100/Tools/Binn:/cygdrive/c/Program Files/Microsoft SQL Server/100/DTS/Binn:/cygdrive/d/tmp/WordPress/mysql/mysql-5.5.18/MySQL/MySQL Server 5.5/bin:/cygdrive/d/tmp/WordPress/DevRoot/MySQL/MySQL Server 5.5/bin:/cygdrive/d/tmp/WordPress/DevRoot/php-5.3.6-Win32-VC9-x64:/cygdrive/d/tmp/WordPress/DevRoot/php-5.3.6-Win32-VC9-x64/ext:/cygdrive/d/tmp/WordPress/DevRoot/Python27:/cygdrive/c/Program Files (x86)/Common Files/Acronis/SnapAPI:/cygdrive/c/Program Files (x86)/Windows Live/Shared:/cygdrive/c/Program Files/Java/jdk1.7.0_11/bin:/home/CLi/develop/docbook/tools/fop/lib:/home/CLi/develop/docbook/tools/fop:/cygdrive/d/DevInstallRoot/FF/DD_IDE_1.1.2/TOK/BIN:/cygdrive/d/DevInstallRoot/FF/DD_IDE_1.2.0/TOK/BIN:/cygdrive/d/DevRoot/EmbeddedDevelop/trunk/Research/CLI/FF/FBK/develop/tools/develop-tools:/cygdrive/d/tmp/WordPress/DevRoot/Python27/Scripts:/cygdrive/d/tmp/dev_install_root/PostgreSQL/8.3/bin:/cygdrive/d/tmp/dev_install_root/ant/apache-ant-1.8.4/bin:/cygdrive/c/Program Files/nodejs:/cygdrive/c/Program Files/Microsoft/Web Platform Installer:/cygdrive/c/Program Files/TortoiseSVN/bin:/cygdrive/d/DevRoot/IndustrialMobileAutomation/HandheldDataSetter/ANTLR/batchFile:/cygdrive/c/Program Files (x86)/QuickTime/QTSystem:/cygdrive/d/tmp/tmp_dev_root/android/adt-bundle-windows/sdk/platform-tools:/cygdrive/d/tmp/dev_install_root/Tesseract-OCR:/cygdrive/d/tmp/dev_install_root/jython2.5.3/bin:/cygdrive/d/devinstallroot/gnuarm/bin:/cygdrive/d/tmp/dev_install_root/HTML Help Workshop:/cygdrive/c/Users/CLi/AppData/Roaming/npm:/usr/lib/lapack:/home/CLi/develop/crosstool-ng/x-tools/arm-xscale-linux-gnueabi/bin:/opt/crosstool-ng/bin:/sbin" ldconfig -n /home/CLi/develop/crosstool-ng/x-tools/armxscalecurl/lib
/home/CLi/develop/curl/curl-7.19.3/libtool: line 947: ldconfig: command not found
----------------------------------------------------------------------
Libraries have been installed in:
   /home/CLi/develop/crosstool-ng/x-tools/armxscalecurl/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator run these commands:


See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/home/CLi/develop/curl/curl-7.19.3/lib'
make[1]: Leaving directory `/home/CLi/develop/curl/curl-7.19.3/lib'
Making install in src
make[1]: Entering directory `/home/CLi/develop/curl/curl-7.19.3/src'
make  install-am
make[2]: Entering directory `/home/CLi/develop/curl/curl-7.19.3/src'
make[3]: Entering directory `/home/CLi/develop/curl/curl-7.19.3/src'
test -z "/home/CLi/develop/crosstool-ng/x-tools/armxscalecurl/bin" || mkdir -p -- "/home/CLi/develop/crosstool-ng/x-tools/armxscalecurl/bin"
  /bin/sh ../libtool --mode=install /usr/bin/install -c 'curl' '/home/CLi/develop/crosstool-ng/x-tools/armxscalecurl/bin/curl'
libtool: install: /usr/bin/install -c .libs/curl /home/CLi/develop/crosstool-ng/x-tools/armxscalecurl/bin/curl
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/home/CLi/develop/curl/curl-7.19.3/src'
make[2]: Leaving directory `/home/CLi/develop/curl/curl-7.19.3/src'
make[1]: Leaving directory `/home/CLi/develop/curl/curl-7.19.3/src'
make[1]: Entering directory `/home/CLi/develop/curl/curl-7.19.3'
make[2]: Entering directory `/home/CLi/develop/curl/curl-7.19.3'
test -z "/home/CLi/develop/crosstool-ng/x-tools/armxscalecurl/bin" || mkdir -p -- "/home/CLi/develop/crosstool-ng/x-tools/armxscalecurl/bin"
 /usr/bin/install -c 'curl-config' '/home/CLi/develop/crosstool-ng/x-tools/armxscalecurl/bin/curl-config'
test -z "/home/CLi/develop/crosstool-ng/x-tools/armxscalecurl/lib/pkgconfig" || mkdir -p -- "/home/CLi/develop/crosstool-ng/x-tools/armxscalecurl/lib/pkgconfig"
 /usr/bin/install -c -m 644 'libcurl.pc' '/home/CLi/develop/crosstool-ng/x-tools/armxscalecurl/lib/pkgconfig/libcurl.pc'
make  install-data-hook
make[3]: Entering directory `/home/CLi/develop/curl/curl-7.19.3'
cd include && make install
make[4]: Entering directory `/home/CLi/develop/curl/curl-7.19.3/include'
Making install in curl
make[5]: Entering directory `/home/CLi/develop/curl/curl-7.19.3/include/curl'
make[6]: Entering directory `/home/CLi/develop/curl/curl-7.19.3/include/curl'
make[6]: Nothing to be done for `install-exec-am'.
test -z "/home/CLi/develop/crosstool-ng/x-tools/armxscalecurl/include/curl" || mkdir -p -- "/home/CLi/develop/crosstool-ng/x-tools/armxscalecurl/include/curl"
 /usr/bin/install -c -m 644 'curl.h' '/home/CLi/develop/crosstool-ng/x-tools/armxscalecurl/include/curl/curl.h'
 /usr/bin/install -c -m 644 'curlver.h' '/home/CLi/develop/crosstool-ng/x-tools/armxscalecurl/include/curl/curlver.h'
 /usr/bin/install -c -m 644 'easy.h' '/home/CLi/develop/crosstool-ng/x-tools/armxscalecurl/include/curl/easy.h'
 /usr/bin/install -c -m 644 'mprintf.h' '/home/CLi/develop/crosstool-ng/x-tools/armxscalecurl/include/curl/mprintf.h'
 /usr/bin/install -c -m 644 'stdcheaders.h' '/home/CLi/develop/crosstool-ng/x-tools/armxscalecurl/include/curl/stdcheaders.h'
 /usr/bin/install -c -m 644 'types.h' '/home/CLi/develop/crosstool-ng/x-tools/armxscalecurl/include/curl/types.h'
 /usr/bin/install -c -m 644 'multi.h' '/home/CLi/develop/crosstool-ng/x-tools/armxscalecurl/include/curl/multi.h'
 /usr/bin/install -c -m 644 'typecheck-gcc.h' '/home/CLi/develop/crosstool-ng/x-tools/armxscalecurl/include/curl/typecheck-gcc.h'
 /usr/bin/install -c -m 644 'curlbuild.h' '/home/CLi/develop/crosstool-ng/x-tools/armxscalecurl/include/curl/curlbuild.h'
 /usr/bin/install -c -m 644 'curlrules.h' '/home/CLi/develop/crosstool-ng/x-tools/armxscalecurl/include/curl/curlrules.h'
make[6]: Leaving directory `/home/CLi/develop/curl/curl-7.19.3/include/curl'
make[5]: Leaving directory `/home/CLi/develop/curl/curl-7.19.3/include/curl'
make[5]: Entering directory `/home/CLi/develop/curl/curl-7.19.3/include'
make[6]: Entering directory `/home/CLi/develop/curl/curl-7.19.3/include'
make[6]: Nothing to be done for `install-exec-am'.
make[6]: Nothing to be done for `install-data-am'.
make[6]: Leaving directory `/home/CLi/develop/curl/curl-7.19.3/include'
make[5]: Leaving directory `/home/CLi/develop/curl/curl-7.19.3/include'
make[4]: Leaving directory `/home/CLi/develop/curl/curl-7.19.3/include'
cd docs && make install
make[4]: Entering directory `/home/CLi/develop/curl/curl-7.19.3/docs'
Making install in examples
make[5]: Entering directory `/home/CLi/develop/curl/curl-7.19.3/docs/examples'
make[6]: Entering directory `/home/CLi/develop/curl/curl-7.19.3/docs/examples'
make[6]: Nothing to be done for `install-exec-am'.
make[6]: Nothing to be done for `install-data-am'.
make[6]: Leaving directory `/home/CLi/develop/curl/curl-7.19.3/docs/examples'
make[5]: Leaving directory `/home/CLi/develop/curl/curl-7.19.3/docs/examples'
Making install in libcurl
make[5]: Entering directory `/home/CLi/develop/curl/curl-7.19.3/docs/libcurl'
make[6]: Entering directory `/home/CLi/develop/curl/curl-7.19.3/docs/libcurl'
make[6]: Nothing to be done for `install-exec-am'.
test -z "/home/CLi/develop/crosstool-ng/x-tools/armxscalecurl/share/man/man3" || mkdir -p -- "/home/CLi/develop/crosstool-ng/x-tools/armxscalecurl/share/man/man3"
 /usr/bin/install -c -m 644 './curl_easy_cleanup.3' '/home/CLi/develop/crosstool-ng/x-tools/armxscalecurl/share/man/man3/curl_easy_cleanup.3'
 /usr/bin/install -c -m 644 './curl_easy_getinfo.3' '/home/CLi/develop/crosstool-ng/x-tools/armxscalecurl/share/man/man3/curl_easy_getinfo.3'
 /usr/bin/install -c -m 644 './curl_easy_init.3' '/home/CLi/develop/crosstool-ng/x-tools/armxscalecurl/share/man/man3/curl_easy_init.3'
 /usr/bin/install -c -m 644 './curl_easy_perform.3' '/home/CLi/develop/crosstool-ng/x-tools/armxscalecurl/share/man/man3/curl_easy_perform.3'
 /usr/bin/install -c -m 644 './curl_easy_setopt.3' '/home/CLi/develop/crosstool-ng/x-tools/armxscalecurl/share/man/man3/curl_easy_setopt.3'
 /usr/bin/install -c -m 644 './curl_easy_duphandle.3' '/home/CLi/develop/crosstool-ng/x-tools/armxscalecurl/share/man/man3/curl_easy_duphandle.3'
 /usr/bin/install -c -m 644 './curl_formadd.3' '/home/CLi/develop/crosstool-ng/x-tools/armxscalecurl/share/man/man3/curl_formadd.3'
 /usr/bin/install -c -m 644 './curl_formfree.3' '/home/CLi/develop/crosstool-ng/x-tools/armxscalecurl/share/man/man3/curl_formfree.3'
 /usr/bin/install -c -m 644 './curl_getdate.3' '/home/CLi/develop/crosstool-ng/x-tools/armxscalecurl/share/man/man3/curl_getdate.3'
 /usr/bin/install -c -m 644 './curl_getenv.3' '/home/CLi/develop/crosstool-ng/x-tools/armxscalecurl/share/man/man3/curl_getenv.3'
 /usr/bin/install -c -m 644 './curl_slist_append.3' '/home/CLi/develop/crosstool-ng/x-tools/armxscalecurl/share/man/man3/curl_slist_append.3'
 /usr/bin/install -c -m 644 './curl_slist_free_all.3' '/home/CLi/develop/crosstool-ng/x-tools/armxscalecurl/share/man/man3/curl_slist_free_all.3'
 /usr/bin/install -c -m 644 './curl_version.3' '/home/CLi/develop/crosstool-ng/x-tools/armxscalecurl/share/man/man3/curl_version.3'
 /usr/bin/install -c -m 644 './curl_version_info.3' '/home/CLi/develop/crosstool-ng/x-tools/armxscalecurl/share/man/man3/curl_version_info.3'
 /usr/bin/install -c -m 644 './curl_escape.3' '/home/CLi/develop/crosstool-ng/x-tools/armxscalecurl/share/man/man3/curl_escape.3'
 /usr/bin/install -c -m 644 './curl_unescape.3' '/home/CLi/develop/crosstool-ng/x-tools/armxscalecurl/share/man/man3/curl_unescape.3'
 /usr/bin/install -c -m 644 './curl_free.3' '/home/CLi/develop/crosstool-ng/x-tools/armxscalecurl/share/man/man3/curl_free.3'
 /usr/bin/install -c -m 644 './curl_strequal.3' '/home/CLi/develop/crosstool-ng/x-tools/armxscalecurl/share/man/man3/curl_strequal.3'
 /usr/bin/install -c -m 644 './curl_mprintf.3' '/home/CLi/develop/crosstool-ng/x-tools/armxscalecurl/share/man/man3/curl_mprintf.3'
 /usr/bin/install -c -m 644 './curl_global_init.3' '/home/CLi/develop/crosstool-ng/x-tools/armxscalecurl/share/man/man3/curl_global_init.3'
 /usr/bin/install -c -m 644 './curl_global_cleanup.3' '/home/CLi/develop/crosstool-ng/x-tools/armxscalecurl/share/man/man3/curl_global_cleanup.3'
 /usr/bin/install -c -m 644 './curl_multi_add_handle.3' '/home/CLi/develop/crosstool-ng/x-tools/armxscalecurl/share/man/man3/curl_multi_add_handle.3'
 /usr/bin/install -c -m 644 './curl_multi_cleanup.3' '/home/CLi/develop/crosstool-ng/x-tools/armxscalecurl/share/man/man3/curl_multi_cleanup.3'
 /usr/bin/install -c -m 644 './curl_multi_fdset.3' '/home/CLi/develop/crosstool-ng/x-tools/armxscalecurl/share/man/man3/curl_multi_fdset.3'
 /usr/bin/install -c -m 644 './curl_multi_info_read.3' '/home/CLi/develop/crosstool-ng/x-tools/armxscalecurl/share/man/man3/curl_multi_info_read.3'
 /usr/bin/install -c -m 644 './curl_multi_init.3' '/home/CLi/develop/crosstool-ng/x-tools/armxscalecurl/share/man/man3/curl_multi_init.3'
 /usr/bin/install -c -m 644 './curl_multi_perform.3' '/home/CLi/develop/crosstool-ng/x-tools/armxscalecurl/share/man/man3/curl_multi_perform.3'
 /usr/bin/install -c -m 644 './curl_multi_remove_handle.3' '/home/CLi/develop/crosstool-ng/x-tools/armxscalecurl/share/man/man3/curl_multi_remove_handle.3'
 /usr/bin/install -c -m 644 './curl_share_cleanup.3' '/home/CLi/develop/crosstool-ng/x-tools/armxscalecurl/share/man/man3/curl_share_cleanup.3'
 /usr/bin/install -c -m 644 './curl_share_init.3' '/home/CLi/develop/crosstool-ng/x-tools/armxscalecurl/share/man/man3/curl_share_init.3'
 /usr/bin/install -c -m 644 './curl_share_setopt.3' '/home/CLi/develop/crosstool-ng/x-tools/armxscalecurl/share/man/man3/curl_share_setopt.3'
 /usr/bin/install -c -m 644 './libcurl.3' '/home/CLi/develop/crosstool-ng/x-tools/armxscalecurl/share/man/man3/libcurl.3'
 /usr/bin/install -c -m 644 './libcurl-easy.3' '/home/CLi/develop/crosstool-ng/x-tools/armxscalecurl/share/man/man3/libcurl-easy.3'
 /usr/bin/install -c -m 644 './libcurl-multi.3' '/home/CLi/develop/crosstool-ng/x-tools/armxscalecurl/share/man/man3/libcurl-multi.3'
 /usr/bin/install -c -m 644 './libcurl-share.3' '/home/CLi/develop/crosstool-ng/x-tools/armxscalecurl/share/man/man3/libcurl-share.3'
 /usr/bin/install -c -m 644 './libcurl-errors.3' '/home/CLi/develop/crosstool-ng/x-tools/armxscalecurl/share/man/man3/libcurl-errors.3'
 /usr/bin/install -c -m 644 './curl_easy_strerror.3' '/home/CLi/develop/crosstool-ng/x-tools/armxscalecurl/share/man/man3/curl_easy_strerror.3'
 /usr/bin/install -c -m 644 './curl_multi_strerror.3' '/home/CLi/develop/crosstool-ng/x-tools/armxscalecurl/share/man/man3/curl_multi_strerror.3'
 /usr/bin/install -c -m 644 './curl_share_strerror.3' '/home/CLi/develop/crosstool-ng/x-tools/armxscalecurl/share/man/man3/curl_share_strerror.3'
 /usr/bin/install -c -m 644 './curl_global_init_mem.3' '/home/CLi/develop/crosstool-ng/x-tools/armxscalecurl/share/man/man3/curl_global_init_mem.3'
 /usr/bin/install -c -m 644 './libcurl-tutorial.3' '/home/CLi/develop/crosstool-ng/x-tools/armxscalecurl/share/man/man3/libcurl-tutorial.3'
 /usr/bin/install -c -m 644 './curl_easy_reset.3' '/home/CLi/develop/crosstool-ng/x-tools/armxscalecurl/share/man/man3/curl_easy_reset.3'
 /usr/bin/install -c -m 644 './curl_easy_escape.3' '/home/CLi/develop/crosstool-ng/x-tools/armxscalecurl/share/man/man3/curl_easy_escape.3'
 /usr/bin/install -c -m 644 './curl_easy_unescape.3' '/home/CLi/develop/crosstool-ng/x-tools/armxscalecurl/share/man/man3/curl_easy_unescape.3'
 /usr/bin/install -c -m 644 './curl_multi_setopt.3' '/home/CLi/develop/crosstool-ng/x-tools/armxscalecurl/share/man/man3/curl_multi_setopt.3'
 /usr/bin/install -c -m 644 './curl_multi_socket.3' '/home/CLi/develop/crosstool-ng/x-tools/armxscalecurl/share/man/man3/curl_multi_socket.3'
 /usr/bin/install -c -m 644 './curl_multi_timeout.3' '/home/CLi/develop/crosstool-ng/x-tools/armxscalecurl/share/man/man3/curl_multi_timeout.3'
 /usr/bin/install -c -m 644 './curl_formget.3' '/home/CLi/develop/crosstool-ng/x-tools/armxscalecurl/share/man/man3/curl_formget.3'
 /usr/bin/install -c -m 644 './curl_multi_assign.3' '/home/CLi/develop/crosstool-ng/x-tools/armxscalecurl/share/man/man3/curl_multi_assign.3'
 /usr/bin/install -c -m 644 './curl_easy_pause.3' '/home/CLi/develop/crosstool-ng/x-tools/armxscalecurl/share/man/man3/curl_easy_pause.3'
 /usr/bin/install -c -m 644 './curl_easy_recv.3' '/home/CLi/develop/crosstool-ng/x-tools/armxscalecurl/share/man/man3/curl_easy_recv.3'
 /usr/bin/install -c -m 644 './curl_easy_send.3' '/home/CLi/develop/crosstool-ng/x-tools/armxscalecurl/share/man/man3/curl_easy_send.3'
make[6]: Leaving directory `/home/CLi/develop/curl/curl-7.19.3/docs/libcurl'
make[5]: Leaving directory `/home/CLi/develop/curl/curl-7.19.3/docs/libcurl'
make[5]: Entering directory `/home/CLi/develop/curl/curl-7.19.3/docs'
make[6]: Entering directory `/home/CLi/develop/curl/curl-7.19.3/docs'
make[6]: Nothing to be done for `install-exec-am'.
test -z "/home/CLi/develop/crosstool-ng/x-tools/armxscalecurl/share/man/man1" || mkdir -p -- "/home/CLi/develop/crosstool-ng/x-tools/armxscalecurl/share/man/man1"
 /usr/bin/install -c -m 644 './curl.1' '/home/CLi/develop/crosstool-ng/x-tools/armxscalecurl/share/man/man1/curl.1'
 /usr/bin/install -c -m 644 './curl-config.1' '/home/CLi/develop/crosstool-ng/x-tools/armxscalecurl/share/man/man1/curl-config.1'
make[6]: Leaving directory `/home/CLi/develop/curl/curl-7.19.3/docs'
make[5]: Leaving directory `/home/CLi/develop/curl/curl-7.19.3/docs'
make[4]: Leaving directory `/home/CLi/develop/curl/curl-7.19.3/docs'
make[3]: Leaving directory `/home/CLi/develop/curl/curl-7.19.3'
make[2]: Leaving directory `/home/CLi/develop/curl/curl-7.19.3'
make[1]: Leaving directory `/home/CLi/develop/curl/curl-7.19.3'

CLi@PC-CLI-1 ~/develop/curl/curl-7.19.3
$

期间,出现一个

/home/CLi/develop/curl/curl-7.19.3/libtool: line 947: ldconfig: command not found

也不知道是否会有影响。不过先不管。

8.然后去看看install的路径中的内容。

对应的目录armxscalecurl中是有了对应的bin,include,lib,share几个目录的:

armxscalecurl folder contain bin include lib share

 

【总结】

至此,算是用arm-xscale-linux-gnueabi-gcc交叉编译curl(libcurl)了。

总结所用的配置和命令:

1.配置:

./configure --prefix=$HOME/develop/crosstool-ng/x-tools/armxscalecurl --build=i686-pc-cygwin --host=arm-linux CC=arm-xscale-linux-gnueabi-gcc --enable-static

2.编译:

make

3.安装:

make install

转载请注明:在路上 » 【记录】Cygwin下用arm-xscale-linux-gnueabi-gcc交叉编译curl(libcurl)

发表我的评论
取消评论

表情

Hi,您需要填写昵称和邮箱!

  • 昵称 (必填)
  • 邮箱 (必填)
  • 网址
81 queries in 0.184 seconds, using 22.50MB memory