mkdir -p /trunk/targets/bb.src/bin /trunk/targets/bb.src/usr/bin /trunk/targets/bb.src/lib /trunk/targets/bb.src/etc_ro_fs make -C /trunk/userapps/opensource/ini install make[1]: Entering directory `/trunk/userapps/opensource/ini' install -m 755 /trunk/userapps/opensource/ini/ini /trunk/targets/bb.src/usr/bin test -h /trunk/targets/bb.src/usr/bin/iniget || ln -s /usr/bin/ini /trunk/targets/bb.src/usr/bin/iniget test -h /trunk/targets/bb.src/usr/bin/iniset || ln -s /usr/bin/ini /trunk/targets/bb.src/usr/bin/iniset make[1]: Leaving directory `/trunk/userapps/opensource/ini' if [ ! -d /trunk/userapps/opensource/readline-6.2 ]; then \ (cd /trunk/userapps/opensource; \ if [ ! -f readline-6.2.tar.gz ]; then \ wget http://ftp.gnu.org/pub/gnu/readline/readline-6.2.tar.gz; \ fi; \ tar zxf readline-6.2.tar.gz; \ cd readline-6.2; \ for p in 1 2 3 4 5; do \ wget http://ftp.gnu.org/pub/gnu/readline/readline-6.2-patches/readline62-00$p; \ patch -p0 < readline62-00$p; \ done \ ) \ fi (cd /trunk/userapps/opensource/readline-6.2; ./configure --prefix=/trunk/targets/bb.src) checking build system type... armv6l-unknown-linux-gnueabi checking host system type... armv6l-unknown-linux-gnueabi Beginning configuration for readline-6.2 for armv6l-unknown-linux-gnueabi checking whether make sets $(MAKE)... yes checking for gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... 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... yes checking for stdint.h... yes checking for unistd.h... yes checking minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking whether gcc needs -traditional... no checking for a BSD-compatible install... /usr/bin/install -c checking for ar... ar checking for ranlib... ranlib checking for an ANSI C-conforming const... yes checking for function prototypes... yes checking whether char is unsigned... yes checking for working volatile... yes checking return type of signal handlers... void checking for size_t... yes checking for ssize_t... yes checking for ANSI C header files... (cached) yes checking whether stat file-mode macros are broken... no checking for dirent.h that defines DIR... yes checking for library containing opendir... none required checking for fcntl... yes checking for kill... yes checking for lstat... yes checking for memmove... yes checking for putenv... yes checking for select... yes checking for setenv... yes checking for setlocale... yes checking for strcasecmp... yes checking for strpbrk... yes checking for tcgetattr... yes checking for vsnprintf... yes checking for isascii... yes checking for isxdigit... yes checking for getpwent... yes checking for getpwnam... yes checking for getpwuid... yes checking for working strcoll... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking for unistd.h... (cached) yes checking for stdlib.h... (cached) yes checking varargs.h usability... no checking varargs.h presence... no checking for varargs.h... no checking stdarg.h usability... yes checking stdarg.h presence... yes checking for stdarg.h... yes checking for string.h... (cached) yes checking for strings.h... (cached) yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking pwd.h usability... yes checking pwd.h presence... yes checking for pwd.h... yes checking for memory.h... (cached) yes checking termcap.h usability... no checking termcap.h presence... no checking for termcap.h... no checking termios.h usability... yes checking termios.h presence... yes checking for termios.h... yes checking termio.h usability... yes checking termio.h presence... yes checking for termio.h... yes checking sys/pte.h usability... no checking sys/pte.h presence... no checking for sys/pte.h... no checking sys/stream.h usability... no checking sys/stream.h presence... no checking for sys/stream.h... no checking sys/select.h usability... yes checking sys/select.h presence... yes checking for sys/select.h... yes checking sys/file.h usability... yes checking sys/file.h presence... yes checking for sys/file.h... yes checking for sys/ptem.h... no checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... 64 checking for type of signal functions... posix checking if signal handlers must be reinstalled when invoked... no checking for presence of POSIX-style sigsetjmp/siglongjmp... present checking for lstat... yes checking whether or not strcoll and strcmp differ... no checking whether the ctype macros accept non-ascii characters... no checking whether getpw functions are declared in pwd.h... yes checking whether termios.h defines TIOCGWINSZ... no checking whether sys/ioctl.h defines TIOCGWINSZ... yes checking for sig_atomic_t in signal.h... yes checking whether signal handlers are of type void... yes checking for TIOCSTAT in sys/ioctl.h... no checking for FIONREAD in sys/ioctl.h... yes checking for speed_t in sys/types.h... no checking for struct winsize in sys/ioctl.h and termios.h... sys/ioctl.h checking for struct dirent.d_ino... yes checking for struct dirent.d_fileno... yes checking for tgetent... no checking for tgetent in -ltermcap... no checking for tgetent in -ltinfo... no checking for tgetent in -lcurses... no checking for tgetent in -lncurses... yes checking which library has the termcap functions... using libncurses checking wctype.h usability... yes checking wctype.h presence... yes checking for wctype.h... yes checking wchar.h usability... yes checking wchar.h presence... yes checking for wchar.h... yes checking langinfo.h usability... yes checking langinfo.h presence... yes checking for langinfo.h... yes checking for mbrlen... yes checking for mbscasecmp... no checking for mbscmp... no checking for mbsnrtowcs... yes checking for mbsrtowcs... yes checking for mbschr... no checking for wcrtomb... yes checking for wcscoll... yes checking for wcsdup... yes checking for wcwidth... yes checking for wctype... yes checking for wcswidth... yes checking whether mbrtowc and mbstate_t are properly declared... yes checking for iswlower... yes checking for iswupper... yes checking for towlower... yes checking for towupper... yes checking for iswctype... yes checking for nl_langinfo and CODESET... yes checking for wchar_t in wchar.h... yes checking for wctype_t in wctype.h... yes checking for wint_t in wctype.h... yes checking configuration for building shared libraries... supported configure: creating ./config.status config.status: creating Makefile config.status: creating doc/Makefile config.status: creating examples/Makefile config.status: creating shlib/Makefile config.status: creating config.h config.status: config.h is unchanged config.status: executing default commands make -C /trunk/userapps/opensource/readline-6.2 install make[1]: Entering directory `/trunk/userapps/opensource/readline-6.2' /bin/sh ./support/mkinstalldirs /trunk/targets/bb.src/include \ /trunk/targets/bb.src/include/readline /trunk/targets/bb.src/lib \ /trunk/targets/bb.src/share/info /trunk/targets/bb.src/share/man/man3 for f in readline.h chardefs.h keymaps.h history.h tilde.h rlstdc.h rlconf.h rltypedefs.h; do \ /usr/bin/install -c -m 644 ./$f /trunk/targets/bb.src/include/readline ; \ done ( if test -d doc ; then \ cd doc && \ make -w infodir=/trunk/targets/bb.src/share/info DESTDIR= install; \ fi ) make[2]: Entering directory `/trunk/userapps/opensource/readline-6.2/doc' /bin/sh ../support/mkdirs /trunk/targets/bb.src/share/info /trunk/targets/bb.src/share/man/man3 if test -n "" ; then \ /bin/sh ../support/mkdirs ; \ fi if test -f readline.info; then \ /usr/bin/install -c -m 644 readline.info /trunk/targets/bb.src/share/info/readline.info; \ else \ /usr/bin/install -c -m 644 ./readline.info /trunk/targets/bb.src/share/info/readline.info; \ fi if test -f rluserman.info; then \ /usr/bin/install -c -m 644 rluserman.info /trunk/targets/bb.src/share/info/rluserman.info; \ else \ /usr/bin/install -c -m 644 ./rluserman.info /trunk/targets/bb.src/share/info/rluserman.info; \ fi if test -f history.info; then \ /usr/bin/install -c -m 644 history.info /trunk/targets/bb.src/share/info/history.info; \ else \ /usr/bin/install -c -m 644 ./history.info /trunk/targets/bb.src/share/info/history.info; \ fi if /bin/sh -c 'install-info --version' >/dev/null 2>&1; then \ install-info --dir-file=/trunk/targets/bb.src/share/info/dir \ /trunk/targets/bb.src/share/info/readline.info ; \ install-info --dir-file=/trunk/targets/bb.src/share/info/dir \ /trunk/targets/bb.src/share/info/history.info ; \ install-info --dir-file=/trunk/targets/bb.src/share/info/dir \ /trunk/targets/bb.src/share/info/rluserman.info ; \ else true; fi This is not dpkg install-info anymore, but GNU install-info See the man page for ginstall-info for command line arguments This is not dpkg install-info anymore, but GNU install-info See the man page for ginstall-info for command line arguments This is not dpkg install-info anymore, but GNU install-info See the man page for ginstall-info for command line arguments /usr/bin/install -c -m 644 ./readline.3 /trunk/targets/bb.src/share/man/man3/readline.3 /usr/bin/install -c -m 644 ./history.3 /trunk/targets/bb.src/share/man/man3/history.3 if test -n "" ; then \ if test -f readline.html; then \ /usr/bin/install -c -m 644 readline.html /readline.html; \ else \ /usr/bin/install -c -m 644 ./readline.html /readline.html; \ fi ; \ if test -f history.html; then \ /usr/bin/install -c -m 644 history.html /history.html; \ else \ /usr/bin/install -c -m 644 ./history.html /history.html; \ fi ; \ if test -f rluserman.html; then \ /usr/bin/install -c -m 644 rluserman.html /rluserman.html; \ else \ /usr/bin/install -c -m 644 ./rluserman.html /rluserman.html; \ fi ; \ fi make[2]: Leaving directory `/trunk/userapps/opensource/readline-6.2/doc' test -d shlib || mkdir shlib ( cd shlib ; make -w all ) make[2]: Entering directory `/trunk/userapps/opensource/readline-6.2/shlib' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/trunk/userapps/opensource/readline-6.2/shlib' ( cd examples ; make -w DESTDIR= install ) make[2]: Entering directory `/trunk/userapps/opensource/readline-6.2/examples' /bin/sh ../support/mkdirs /trunk/targets/bb.src/share/readline make[2]: Leaving directory `/trunk/userapps/opensource/readline-6.2/examples' mv /trunk/targets/bb.src/lib/libreadline.a /trunk/targets/bb.src/lib/libreadline.old /usr/bin/install -c -m 644 libreadline.a /trunk/targets/bb.src/lib/libreadline.a test -n "ranlib" && ranlib /trunk/targets/bb.src/lib/libreadline.a mv /trunk/targets/bb.src/lib/libhistory.a /trunk/targets/bb.src/lib/libhistory.old /usr/bin/install -c -m 644 libhistory.a /trunk/targets/bb.src/lib/libhistory.a test -n "ranlib" && ranlib /trunk/targets/bb.src/lib/libhistory.a ( cd shlib ; make -w DESTDIR= install ) make[2]: Entering directory `/trunk/userapps/opensource/readline-6.2/shlib' /bin/sh ../support/mkdirs /trunk/targets/bb.src/lib /bin/sh ../support/mkdirs /trunk/targets/bb.src/bin /bin/sh ../support/shlib-install -O linux-gnueabi -V unknown -d /trunk/targets/bb.src/lib -b /trunk/targets/bb.src/bin -i "/usr/bin/install -c -m 644" libhistory.so.6.2 /bin/sh ../support/shlib-install -O linux-gnueabi -V unknown -d /trunk/targets/bb.src/lib -b /trunk/targets/bb.src/bin -i "/usr/bin/install -c -m 644" libreadline.so.6.2 install: you may need to run ldconfig make[2]: Leaving directory `/trunk/userapps/opensource/readline-6.2/shlib' make[1]: Leaving directory `/trunk/userapps/opensource/readline-6.2' if [ ! -d /trunk/userapps/opensource/ncurses-5.9 ]; then \ (cd /trunk/userapps/opensource; \ wget http://ftp.gnu.org/pub/gnu/ncurses/ncurses-5.9.tar.gz; \ tar zxf ncurses-5.9.tar.gz \ ) \ fi (cd /trunk/userapps/opensource/ncurses-5.9; ./configure --prefix=/trunk/targets/bb.src --without-cxx --without-manpages --without-progs --without-tests --without-debug --without-shared --enable-termcap --disable-database --disable-big-core --without-tic --without-debug --without-profile) checking for egrep... grep -E Configuring NCURSES 5.9 ABI 5 (Wed Jan 22 18:01:37 UTC 2014) checking build system type... armv6l-unknown-linux-gnueabi checking host system type... armv6l-unknown-linux-gnueabi checking target system type... armv6l-unknown-linux-gnueabi Configuring for linux-gnueabi checking for prefix... /trunk/targets/bb.src checking for gcc... gcc checking for C compiler default output... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for executable suffix... checking for object suffix... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking version of gcc... 4.6.3 checking how to run the C preprocessor... gcc -E checking whether gcc needs -traditional... no checking whether gcc understands -c and -o together... yes checking for POSIXized ISC... no checking for gcc option to accept ANSI C... -DCC_HAS_PROTOS checking for ldconfig... /sbin/ldconfig checking if you want to ensure bool is consistent with C++... no checking if you want to build C++ binding and demo... no checking if you want to build with Ada95... yes checking if you want to install manpages... no checking if you want to build programs such as tic... no checking if you want to build test-programs... no checking if you wish to install curses.h... yes checking for mawk... mawk checking for egrep... (cached) grep -E checking for a BSD compatible install... /usr/bin/install -c checking for tdlint... no checking for lint... no checking for alint... no checking for splint... no checking for lclint... no checking whether ln -s works... yes checking if ln -s -f options work... yes checking for long file names... yes checking if you want to use pkg-config... yes checking for pkg-config... /usr/bin/pkg-config checking if we should install .pc files for /usr/bin/pkg-config... no checking if we should assume mixed-case filenames... auto checking if filesystem supports mixed-case filenames... yes checking whether make sets ${MAKE}... yes checking for exctags... no checking for ctags... no checking for exetags... no checking for etags... no checking for ctags... no checking for etags... no checking for makeflags variable... -${MAKEFLAGS} checking for ranlib... ranlib checking for ld... ld checking for ar... ar checking for ar... (cached) ar checking for options to update archives... -curv checking if you have specified an install-prefix... checking if libtool -version-number should be used... yes checking if you want to build libraries with libtool... no checking if you want to build shared libraries... no checking if you want to build static libraries... yes checking if you want to build debug libraries... no checking if you want to build profiling libraries... no checking for specified models... normal checking for default model... normal checking if you want to build a separate terminfo library... no checking if you want to build a separate tic library... no checking if you want to link with the GPM mouse library... maybe checking for gpm.h... no checking for default loader flags... checking for an rpath option... -Wl,-rpath, checking if release/abi version should be used for shared libs... auto checking which gcc option to use... -fPIC checking if you wish to install ncurses overwriting curses... no checking if external terminfo-database is used... no checking for list of fallback descriptions... checking if you want modern xterm or antique... xterm-new checking if big-core option selected... no checking if big-strings option selected... yes checking if you want termcap-fallback support... yes checking for list of termcap files... /etc/termcap:/usr/share/misc/termcap checking if fast termcap-loader is needed... no checking if translated termcaps will be cached in ~/.terminfo... no checking if ~/.terminfo is wanted... yes checking if you want to use restricted environment when running as root... yes checking for remove... yes checking for unlink... yes checking if link/symlink functions work... link symlink checking if tic should use symbolic links... no checking if tic should use hard links... yes checking if you want broken-linker support code... no checking if tputs should process BSD-style prefix padding... no checking if we must define _GNU_SOURCE... yes checking if SIGWINCH is defined... yes checking for nl_langinfo and CODESET... yes checking if you want wide-character code... no checking whether to enable _LP64 definition in curses.h... no checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... 64 checking for _LARGE_FILES value needed for large files... no checking for _LARGEFILE_SOURCE value needed for large files... no checking for fseeko... yes checking whether to use struct dirent64... no checking if you want tparm not to use X/Open fixed-parameter list... yes checking for type of bool... auto checking for alternate terminal capabilities file... Caps checking for type of chtype... auto checking for type of ospeed... short checking for type of mmask_t... auto checking for size CCHARW_MAX... 5 checking if RCS identifiers should be compiled-in... no checking format of man-pages... gzip checking for manpage renaming... /trunk/userapps/opensource/ncurses-5.9/man/man_db.renames checking if manpage aliases will be installed... yes checking if manpage symlinks should be used... yes checking for manpage tbl... no checking if you want to build with function extensions... yes checking if you want to build with experimental SCREEN extensions... no checking if you want to build with experimental terminal-driver... no checking for extended use of const keyword... no checking if you want to use extended colors... no checking if you want to use extended mouse encoding... no checking if you want $NCURSES_NO_PADDING code... yes checking for ANSI C header files... yes checking for sys/types.h... 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... yes checking for stdint.h... yes checking for unistd.h... yes checking for signed char... yes checking size of signed char... 1 checking if you want to use signed Boolean array in term.h... no checking if you want SIGWINCH handler... yes checking if you want user-definable terminal capabilities like termcap... yes checking if you want all development code... no checking if you want hard-tabs code... no checking if you want limited support for xmc... no checking if you do not want to assume colors are white-on-black... yes checking if you want hashmap scrolling-optimization code... yes checking if you want colorfgbg code... no checking if you want interop bindings... no checking if you want to link with the pthread library... no checking if you want experimental reentrant code... no checking if you want experimental safe-sprintf code... no checking if you want experimental wgetch-events code... no checking if you want to display full commands during build... yes checking if you want to see compiler warnings... configure: checking for gcc __attribute__ directives... ... scanf ... printf ... unused ... noreturn checking if you want to enable runtime assertions... no checking if you want to use dmalloc for testing... no checking if you want to use dbmalloc for testing... no checking if you want to use valgrind for testing... no checking if you want to perform memory-leak testing... no checking whether to add trace feature to all models... no checking for gettimeofday... yes checking if -lm needed for math functions... yes checking for ANSI C header files... (cached) yes checking for dirent.h that defines DIR... yes checking for opendir in -ldir... no checking whether time.h and sys/time.h may both be included... yes checking for regcomp... yes checking for regular-expression headers... regex.h checking for fcntl.h... yes checking for getopt.h... yes checking for limits.h... yes checking for locale.h... yes checking for math.h... yes checking for poll.h... yes checking for sys/bsdtypes.h... no checking for sys/ioctl.h... yes checking for sys/param.h... yes checking for sys/poll.h... yes checking for sys/select.h... yes checking for sys/time.h... yes checking for sys/times.h... yes checking for ttyent.h... yes checking for unistd.h... (cached) yes checking for wctype.h... yes checking if sys/time.h works with sys/select.h... yes checking for gcc option to accept ANSI C... none needed checking for an ANSI C-conforming const... yes checking for inline... inline checking if gcc supports options to tune inlining... yes checking for signal global datatype... volatile sig_atomic_t checking for type of chtype... long checking if unsigned literals are legal... yes checking if external errno is declared... yes checking if external errno exists... no checking if data-only library module links... yes checking for getcwd... yes checking for getegid... yes checking for geteuid... yes checking for getttynam... yes checking for issetugid... no checking for poll... yes checking for remove... (cached) yes checking for select... yes checking for setbuf... yes checking for setbuffer... yes checking for setvbuf... yes checking for sigaction... yes checking for sigvec... yes checking for strdup... yes checking for strstr... yes checking for tcgetpgrp... yes checking for times... yes checking for vsnprintf... yes checking for isascii... yes checking whether sigaction needs _POSIX_SOURCE... no checking if nanosleep really works... yes checking for termio.h... yes checking for termios.h... yes checking for unistd.h... (cached) yes checking whether termios.h needs _POSIX_SOURCE... no checking for tcgetattr... yes checking for vsscanf function or workaround... vsscanf checking for working mkstemp... yes checking whether setvbuf arguments are reversed... no checking return type of signal handlers... void checking for type sigaction_t... no checking declaration of size-change... yes checking for memmove... yes checking if poll really works... yes checking for va_copy... yes checking for __va_copy... yes checking for pid_t... yes checking for unistd.h... (cached) yes checking for vfork.h... no checking for fork... yes checking for vfork... yes checking for working fork... (cached) yes checking for working vfork... (cached) yes checking for openpty in -lutil... yes checking for openpty header... pty.h checking if we should include stdbool.h... yes checking for builtin bool type... no checking for size of bool... unsigned char checking for gnatmake... no checking for library subsets... ticlib+termlib+ext_tinfo+base+ext_funcs checking default library suffix... checking default library-dependency suffix... .a checking default object directory... objects checking if linker supports switching between static/dynamic... yes checking where we will install curses.h... ${prefix}/include/ncurses checking for src modules... ncurses panel menu form checking for tic... /usr/bin/tic configure: creating ./config.status config.status: creating include/MKterm.h.awk config.status: creating include/curses.head config.status: creating include/ncurses_dll.h config.status: creating include/termcap.h config.status: creating include/unctrl.h config.status: creating include/Makefile config.status: creating ncurses/Makefile config.status: creating panel/Makefile config.status: creating menu/Makefile config.status: creating form/Makefile config.status: creating Ada95/gen/adacurses-config config.status: creating man/adacurses-config.1 config.status: creating misc/ncurses-config config.status: creating man/ncurses5-config.1 config.status: creating Makefile config.status: creating include/ncurses_cfg.h config.status: include/ncurses_cfg.h is unchanged Appending rules for normal model (ncurses: ticlib+termlib+ext_tinfo+base+ext_funcs) Appending rules for normal model (panel: ticlib+termlib+ext_tinfo+base+ext_funcs) Appending rules for normal model (menu: ticlib+termlib+ext_tinfo+base+ext_funcs) Appending rules for normal model (form: ticlib+termlib+ext_tinfo+base+ext_funcs) creating headers.sh make[1]: Entering directory `/trunk/userapps/opensource/ncurses-5.9' ** Configuration summary for NCURSES 5.9 20110404: extended funcs: yes xterm terminfo: xterm-new bin directory: /trunk/targets/bb.src/bin lib directory: /trunk/targets/bb.src/lib include directory: /trunk/targets/bb.src/include/ncurses man directory: /trunk/targets/bb.src/man ** Include-directory is not in a standard location make[1]: Leaving directory `/trunk/userapps/opensource/ncurses-5.9' make -C /trunk/userapps/opensource/ncurses-5.9 install make[1]: Entering directory `/trunk/userapps/opensource/ncurses-5.9' cd include && make -w DESTDIR="" install make[2]: Entering directory `/trunk/userapps/opensource/ncurses-5.9/include' cat curses.head >curses.h AWK=mawk sh ./MKkey_defs.sh ./Caps >>curses.h sh -c 'if test "chtype" = "cchar_t" ; then cat ./curses.wide >>curses.h ; fi' cat ./curses.tail >>curses.h mawk -f MKterm.h.awk ./Caps > term.h sh ./edit_cfg.sh ../include/ncurses_cfg.h term.h ** edit: HAVE_TCGETATTR 1 ** edit: HAVE_TERMIOS_H 1 ** edit: HAVE_TERMIO_H 1 ** edit: BROKEN_LINKER 0 installing term.h in /trunk/targets/bb.src/include/ncurses installing curses.h in /trunk/targets/bb.src/include/ncurses installing unctrl.h in /trunk/targets/bb.src/include/ncurses installing termcap.h in /trunk/targets/bb.src/include/ncurses installing ncurses_dll.h in /trunk/targets/bb.src/include/ncurses installing ./tic.h in /trunk/targets/bb.src/include/ncurses installing ./term_entry.h in /trunk/targets/bb.src/include/ncurses installing ./nc_tparm.h in /trunk/targets/bb.src/include/ncurses make[2]: Leaving directory `/trunk/userapps/opensource/ncurses-5.9/include' cd ncurses && make -w DESTDIR="" install make[2]: Entering directory `/trunk/userapps/opensource/ncurses-5.9/ncurses' gcc -DHAVE_CONFIG_H -I../ncurses -I. -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../ncurses/./tty/hardscroll.c -o ../objects/hardscroll.o gcc -DHAVE_CONFIG_H -I../ncurses -I. -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../ncurses/./tty/hashmap.c -o ../objects/hashmap.o gcc -DHAVE_CONFIG_H -I../ncurses -I. -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../ncurses/./base/lib_addch.c -o ../objects/lib_addch.o gcc -DHAVE_CONFIG_H -I../ncurses -I. -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../ncurses/./base/lib_addstr.c -o ../objects/lib_addstr.o gcc -DHAVE_CONFIG_H -I../ncurses -I. -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../ncurses/./base/lib_beep.c -o ../objects/lib_beep.o gcc -DHAVE_CONFIG_H -I../ncurses -I. -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../ncurses/./base/lib_bkgd.c -o ../objects/lib_bkgd.o gcc -DHAVE_CONFIG_H -I../ncurses -I. -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../ncurses/./base/lib_box.c -o ../objects/lib_box.o gcc -DHAVE_CONFIG_H -I../ncurses -I. -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../ncurses/./base/lib_chgat.c -o ../objects/lib_chgat.o gcc -DHAVE_CONFIG_H -I../ncurses -I. -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../ncurses/./base/lib_clear.c -o ../objects/lib_clear.o gcc -DHAVE_CONFIG_H -I../ncurses -I. -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../ncurses/./base/lib_clearok.c -o ../objects/lib_clearok.o gcc -DHAVE_CONFIG_H -I../ncurses -I. -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../ncurses/./base/lib_clrbot.c -o ../objects/lib_clrbot.o gcc -DHAVE_CONFIG_H -I../ncurses -I. -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../ncurses/./base/lib_clreol.c -o ../objects/lib_clreol.o gcc -DHAVE_CONFIG_H -I../ncurses -I. -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../ncurses/./base/lib_color.c -o ../objects/lib_color.o gcc -DHAVE_CONFIG_H -I../ncurses -I. -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../ncurses/./base/lib_colorset.c -o ../objects/lib_colorset.o gcc -DHAVE_CONFIG_H -I../ncurses -I. -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../ncurses/./base/lib_delch.c -o ../objects/lib_delch.o gcc -DHAVE_CONFIG_H -I../ncurses -I. -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../ncurses/./base/lib_delwin.c -o ../objects/lib_delwin.o gcc -DHAVE_CONFIG_H -I../ncurses -I. -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../ncurses/./base/lib_echo.c -o ../objects/lib_echo.o gcc -DHAVE_CONFIG_H -I../ncurses -I. -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../ncurses/./base/lib_endwin.c -o ../objects/lib_endwin.o gcc -DHAVE_CONFIG_H -I../ncurses -I. -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../ncurses/./base/lib_erase.c -o ../objects/lib_erase.o gcc -DHAVE_CONFIG_H -I../ncurses -I. -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../ncurses/./base/lib_flash.c -o ../objects/lib_flash.o sh -e ./base/MKlib_gen.sh "gcc -E -DHAVE_CONFIG_H -I../ncurses -I. -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses" "mawk" generated <../include/curses.h >lib_gen.c gcc -DHAVE_CONFIG_H -I../ncurses -I. -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../ncurses/lib_gen.c -o ../objects/lib_gen.o gcc -DHAVE_CONFIG_H -I../ncurses -I. -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../ncurses/./base/lib_getch.c -o ../objects/lib_getch.o gcc -DHAVE_CONFIG_H -I../ncurses -I. -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../ncurses/./base/lib_getstr.c -o ../objects/lib_getstr.o gcc -DHAVE_CONFIG_H -I../ncurses -I. -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../ncurses/./base/lib_hline.c -o ../objects/lib_hline.o gcc -DHAVE_CONFIG_H -I../ncurses -I. -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../ncurses/./base/lib_immedok.c -o ../objects/lib_immedok.o gcc -DHAVE_CONFIG_H -I../ncurses -I. -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../ncurses/./base/lib_inchstr.c -o ../objects/lib_inchstr.o gcc -DHAVE_CONFIG_H -I../ncurses -I. -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../ncurses/./base/lib_initscr.c -o ../objects/lib_initscr.o gcc -DHAVE_CONFIG_H -I../ncurses -I. -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../ncurses/./base/lib_insch.c -o ../objects/lib_insch.o gcc -DHAVE_CONFIG_H -I../ncurses -I. -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../ncurses/./base/lib_insdel.c -o ../objects/lib_insdel.o gcc -DHAVE_CONFIG_H -I../ncurses -I. -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../ncurses/./base/lib_insnstr.c -o ../objects/lib_insnstr.o gcc -DHAVE_CONFIG_H -I../ncurses -I. -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../ncurses/./base/lib_instr.c -o ../objects/lib_instr.o gcc -DHAVE_CONFIG_H -I../ncurses -I. -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../ncurses/./base/lib_isendwin.c -o ../objects/lib_isendwin.o gcc -DHAVE_CONFIG_H -I../ncurses -I. -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../ncurses/./base/lib_leaveok.c -o ../objects/lib_leaveok.o gcc -DHAVE_CONFIG_H -I../ncurses -I. -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../ncurses/./base/lib_mouse.c -o ../objects/lib_mouse.o gcc -DHAVE_CONFIG_H -I../ncurses -I. -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../ncurses/./base/lib_move.c -o ../objects/lib_move.o gcc -DHAVE_CONFIG_H -I../ncurses -I. -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../ncurses/./tty/lib_mvcur.c -o ../objects/lib_mvcur.o gcc -DHAVE_CONFIG_H -I../ncurses -I. -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../ncurses/./base/lib_mvwin.c -o ../objects/lib_mvwin.o gcc -DHAVE_CONFIG_H -I../ncurses -I. -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../ncurses/./base/lib_newterm.c -o ../objects/lib_newterm.o gcc -DHAVE_CONFIG_H -I../ncurses -I. -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../ncurses/./base/lib_newwin.c -o ../objects/lib_newwin.o gcc -DHAVE_CONFIG_H -I../ncurses -I. -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../ncurses/./base/lib_nl.c -o ../objects/lib_nl.o gcc -DHAVE_CONFIG_H -I../ncurses -I. -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../ncurses/./base/lib_overlay.c -o ../objects/lib_overlay.o gcc -DHAVE_CONFIG_H -I../ncurses -I. -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../ncurses/./base/lib_pad.c -o ../objects/lib_pad.o gcc -DHAVE_CONFIG_H -I../ncurses -I. -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../ncurses/./base/lib_printw.c -o ../objects/lib_printw.o gcc -DHAVE_CONFIG_H -I../ncurses -I. -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../ncurses/./base/lib_redrawln.c -o ../objects/lib_redrawln.o gcc -DHAVE_CONFIG_H -I../ncurses -I. -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../ncurses/./base/lib_refresh.c -o ../objects/lib_refresh.o gcc -DHAVE_CONFIG_H -I../ncurses -I. -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../ncurses/./base/lib_restart.c -o ../objects/lib_restart.o gcc -DHAVE_CONFIG_H -I../ncurses -I. -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../ncurses/./base/lib_scanw.c -o ../objects/lib_scanw.o gcc -DHAVE_CONFIG_H -I../ncurses -I. -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../ncurses/./base/lib_screen.c -o ../objects/lib_screen.o gcc -DHAVE_CONFIG_H -I../ncurses -I. -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../ncurses/./base/lib_scroll.c -o ../objects/lib_scroll.o gcc -DHAVE_CONFIG_H -I../ncurses -I. -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../ncurses/./base/lib_scrollok.c -o ../objects/lib_scrollok.o gcc -DHAVE_CONFIG_H -I../ncurses -I. -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../ncurses/./base/lib_scrreg.c -o ../objects/lib_scrreg.o gcc -DHAVE_CONFIG_H -I../ncurses -I. -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../ncurses/./base/lib_set_term.c -o ../objects/lib_set_term.o gcc -DHAVE_CONFIG_H -I../ncurses -I. -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../ncurses/./base/lib_slk.c -o ../objects/lib_slk.o gcc -DHAVE_CONFIG_H -I../ncurses -I. -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../ncurses/./base/lib_slkatr_set.c -o ../objects/lib_slkatr_set.o gcc -DHAVE_CONFIG_H -I../ncurses -I. -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../ncurses/./base/lib_slkatrof.c -o ../objects/lib_slkatrof.o gcc -DHAVE_CONFIG_H -I../ncurses -I. -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../ncurses/./base/lib_slkatron.c -o ../objects/lib_slkatron.o gcc -DHAVE_CONFIG_H -I../ncurses -I. -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../ncurses/./base/lib_slkatrset.c -o ../objects/lib_slkatrset.o gcc -DHAVE_CONFIG_H -I../ncurses -I. -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../ncurses/./base/lib_slkattr.c -o ../objects/lib_slkattr.o gcc -DHAVE_CONFIG_H -I../ncurses -I. -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../ncurses/./base/lib_slkclear.c -o ../objects/lib_slkclear.o gcc -DHAVE_CONFIG_H -I../ncurses -I. -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../ncurses/./base/lib_slkcolor.c -o ../objects/lib_slkcolor.o gcc -DHAVE_CONFIG_H -I../ncurses -I. -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../ncurses/./base/lib_slkinit.c -o ../objects/lib_slkinit.o gcc -DHAVE_CONFIG_H -I../ncurses -I. -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../ncurses/./base/lib_slklab.c -o ../objects/lib_slklab.o gcc -DHAVE_CONFIG_H -I../ncurses -I. -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../ncurses/./base/lib_slkrefr.c -o ../objects/lib_slkrefr.o gcc -DHAVE_CONFIG_H -I../ncurses -I. -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../ncurses/./base/lib_slkset.c -o ../objects/lib_slkset.o gcc -DHAVE_CONFIG_H -I../ncurses -I. -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../ncurses/./base/lib_slktouch.c -o ../objects/lib_slktouch.o gcc -DHAVE_CONFIG_H -I../ncurses -I. -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../ncurses/./base/lib_touch.c -o ../objects/lib_touch.o gcc -DHAVE_CONFIG_H -I../ncurses -I. -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../ncurses/./tty/lib_tstp.c -o ../objects/lib_tstp.o gcc -DHAVE_CONFIG_H -I../ncurses -I. -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../ncurses/./base/lib_ungetch.c -o ../objects/lib_ungetch.o gcc -DHAVE_CONFIG_H -I../ncurses -I. -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../ncurses/./tty/lib_vidattr.c -o ../objects/lib_vidattr.o gcc -DHAVE_CONFIG_H -I../ncurses -I. -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../ncurses/./base/lib_vline.c -o ../objects/lib_vline.o gcc -DHAVE_CONFIG_H -I../ncurses -I. -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../ncurses/./base/lib_wattroff.c -o ../objects/lib_wattroff.o gcc -DHAVE_CONFIG_H -I../ncurses -I. -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../ncurses/./base/lib_wattron.c -o ../objects/lib_wattron.o gcc -DHAVE_CONFIG_H -I../ncurses -I. -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../ncurses/./base/lib_winch.c -o ../objects/lib_winch.o gcc -DHAVE_CONFIG_H -I../ncurses -I. -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../ncurses/./base/lib_window.c -o ../objects/lib_window.o gcc -DHAVE_CONFIG_H -I../ncurses -I. -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../ncurses/./base/nc_panel.c -o ../objects/nc_panel.o gcc -DHAVE_CONFIG_H -I../ncurses -I. -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../ncurses/./base/safe_sprintf.c -o ../objects/safe_sprintf.o gcc -DHAVE_CONFIG_H -I../ncurses -I. -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../ncurses/./tty/tty_update.c -o ../objects/tty_update.o gcc -DHAVE_CONFIG_H -I../ncurses -I. -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../ncurses/./trace/varargs.c -o ../objects/varargs.o gcc -DHAVE_CONFIG_H -I../ncurses -I. -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../ncurses/./base/memmove.c -o ../objects/memmove.o gcc -DHAVE_CONFIG_H -I../ncurses -I. -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../ncurses/./base/vsscanf.c -o ../objects/vsscanf.o gcc -DHAVE_CONFIG_H -I../ncurses -I. -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../ncurses/./base/lib_freeall.c -o ../objects/lib_freeall.o gcc -DHAVE_CONFIG_H -I../ncurses -I. -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../ncurses/expanded.c -o ../objects/expanded.o gcc -DHAVE_CONFIG_H -I../ncurses -I. -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../ncurses/./base/legacy_coding.c -o ../objects/legacy_coding.o gcc -DHAVE_CONFIG_H -I../ncurses -I. -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../ncurses/./base/lib_dft_fgbg.c -o ../objects/lib_dft_fgbg.o gcc -DHAVE_CONFIG_H -I../ncurses -I. -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../ncurses/./tinfo/lib_print.c -o ../objects/lib_print.o gcc -DHAVE_CONFIG_H -I../ncurses -I. -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../ncurses/./base/resizeterm.c -o ../objects/resizeterm.o gcc -DHAVE_CONFIG_H -I../ncurses -I. -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../ncurses/./tinfo/use_screen.c -o ../objects/use_screen.o gcc -DHAVE_CONFIG_H -I../ncurses -I. -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../ncurses/./base/use_window.c -o ../objects/use_window.o gcc -DHAVE_CONFIG_H -I../ncurses -I. -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../ncurses/./base/wresize.c -o ../objects/wresize.o gcc -DHAVE_CONFIG_H -I../ncurses -I. -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../ncurses/./tinfo/access.c -o ../objects/access.o gcc -DHAVE_CONFIG_H -I../ncurses -I. -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../ncurses/./tinfo/add_tries.c -o ../objects/add_tries.o gcc -DHAVE_CONFIG_H -I../ncurses -I. -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../ncurses/./tinfo/alloc_ttype.c -o ../objects/alloc_ttype.o gcc -DHAVE_CONFIG_H -I../ncurses -I. -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../ncurses/codes.c -o ../objects/codes.o gcc -DHAVE_CONFIG_H -I../ncurses -I. -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../ncurses/comp_captab.c -o ../objects/comp_captab.o gcc -DHAVE_CONFIG_H -I../ncurses -I. -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../ncurses/./tinfo/comp_error.c -o ../objects/comp_error.o gcc -DHAVE_CONFIG_H -I../ncurses -I. -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../ncurses/./tinfo/comp_hash.c -o ../objects/comp_hash.o gcc -DHAVE_CONFIG_H -I../ncurses -I. -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../ncurses/./tinfo/db_iterator.c -o ../objects/db_iterator.o gcc -DHAVE_CONFIG_H -I../ncurses -I. -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../ncurses/./tinfo/doalloc.c -o ../objects/doalloc.o gcc -DHAVE_CONFIG_H -I../ncurses -I. -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../ncurses/./tinfo/entries.c -o ../objects/entries.o gcc -DHAVE_CONFIG_H -I../ncurses -I. -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../ncurses/fallback.c -o ../objects/fallback.o gcc -DHAVE_CONFIG_H -I../ncurses -I. -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../ncurses/./tinfo/free_ttype.c -o ../objects/free_ttype.o gcc -DHAVE_CONFIG_H -I../ncurses -I. -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../ncurses/./tinfo/getenv_num.c -o ../objects/getenv_num.o gcc -DHAVE_CONFIG_H -I../ncurses -I. -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../ncurses/./tinfo/home_terminfo.c -o ../objects/home_terminfo.o gcc -DHAVE_CONFIG_H -I../ncurses -I. -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../ncurses/./tinfo/init_keytry.c -o ../objects/init_keytry.o gcc -DHAVE_CONFIG_H -I../ncurses -I. -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../ncurses/./tinfo/lib_acs.c -o ../objects/lib_acs.o gcc -DHAVE_CONFIG_H -I../ncurses -I. -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../ncurses/./tinfo/lib_baudrate.c -o ../objects/lib_baudrate.o gcc -DHAVE_CONFIG_H -I../ncurses -I. -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../ncurses/./tinfo/lib_cur_term.c -o ../objects/lib_cur_term.o gcc -DHAVE_CONFIG_H -I../ncurses -I. -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../ncurses/./tinfo/lib_data.c -o ../objects/lib_data.o gcc -DHAVE_CONFIG_H -I../ncurses -I. -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../ncurses/./tinfo/lib_has_cap.c -o ../objects/lib_has_cap.o gcc -DHAVE_CONFIG_H -I../ncurses -I. -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../ncurses/./tinfo/lib_kernel.c -o ../objects/lib_kernel.o gcc -DHAVE_CONFIG_H -I../ncurses -I. -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../ncurses/lib_keyname.c -o ../objects/lib_keyname.o gcc -DHAVE_CONFIG_H -I../ncurses -I. -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../ncurses/./tinfo/lib_longname.c -o ../objects/lib_longname.o gcc -DHAVE_CONFIG_H -I../ncurses -I. -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../ncurses/./tinfo/lib_napms.c -o ../objects/lib_napms.o gcc -DHAVE_CONFIG_H -I../ncurses -I. -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../ncurses/./tinfo/lib_options.c -o ../objects/lib_options.o gcc -DHAVE_CONFIG_H -I../ncurses -I. -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../ncurses/./tinfo/lib_raw.c -o ../objects/lib_raw.o gcc -DHAVE_CONFIG_H -I../ncurses -I. -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../ncurses/./tinfo/lib_setup.c -o ../objects/lib_setup.o gcc -DHAVE_CONFIG_H -I../ncurses -I. -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../ncurses/./tinfo/lib_termcap.c -o ../objects/lib_termcap.o gcc -DHAVE_CONFIG_H -I../ncurses -I. -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../ncurses/./tinfo/lib_termname.c -o ../objects/lib_termname.o gcc -DHAVE_CONFIG_H -I../ncurses -I. -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../ncurses/./tinfo/lib_tgoto.c -o ../objects/lib_tgoto.o gcc -DHAVE_CONFIG_H -I../ncurses -I. -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../ncurses/./tinfo/lib_ti.c -o ../objects/lib_ti.o gcc -DHAVE_CONFIG_H -I../ncurses -I. -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../ncurses/./tinfo/lib_tparm.c -o ../objects/lib_tparm.o gcc -DHAVE_CONFIG_H -I../ncurses -I. -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../ncurses/./tinfo/lib_tputs.c -o ../objects/lib_tputs.o gcc -DHAVE_CONFIG_H -I../ncurses -I. -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../ncurses/./trace/lib_trace.c -o ../objects/lib_trace.o gcc -DHAVE_CONFIG_H -I../ncurses -I. -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../ncurses/./tinfo/lib_ttyflags.c -o ../objects/lib_ttyflags.o gcc -DHAVE_CONFIG_H -I../ncurses -I. -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../ncurses/./tty/lib_twait.c -o ../objects/lib_twait.o gcc -DHAVE_CONFIG_H -I../ncurses -I. -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../ncurses/./tinfo/name_match.c -o ../objects/name_match.o gcc -DHAVE_CONFIG_H -I../ncurses -I. -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../ncurses/names.c -o ../objects/names.o gcc -DHAVE_CONFIG_H -I../ncurses -I. -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../ncurses/./tinfo/read_entry.c -o ../objects/read_entry.o gcc -DHAVE_CONFIG_H -I../ncurses -I. -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../ncurses/./tinfo/read_termcap.c -o ../objects/read_termcap.o gcc -DHAVE_CONFIG_H -I../ncurses -I. -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../ncurses/./tinfo/setbuf.c -o ../objects/setbuf.o gcc -DHAVE_CONFIG_H -I../ncurses -I. -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../ncurses/./tinfo/strings.c -o ../objects/strings.o gcc -DHAVE_CONFIG_H -I../ncurses -I. -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../ncurses/./base/tries.c -o ../objects/tries.o gcc -DHAVE_CONFIG_H -I../ncurses -I. -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../ncurses/./tinfo/trim_sgr0.c -o ../objects/trim_sgr0.o gcc -DHAVE_CONFIG_H -I../ncurses -I. -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../ncurses/unctrl.c -o ../objects/unctrl.o gcc -DHAVE_CONFIG_H -I../ncurses -I. -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../ncurses/./trace/visbuf.c -o ../objects/visbuf.o gcc -DHAVE_CONFIG_H -I../ncurses -I. -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../ncurses/./tinfo/alloc_entry.c -o ../objects/alloc_entry.o gcc -DHAVE_CONFIG_H -I../ncurses -I. -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../ncurses/./tinfo/captoinfo.c -o ../objects/captoinfo.o gcc -DHAVE_CONFIG_H -I../ncurses -I. -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../ncurses/./tinfo/comp_expand.c -o ../objects/comp_expand.o gcc -DHAVE_CONFIG_H -I../ncurses -I. -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../ncurses/./tinfo/comp_parse.c -o ../objects/comp_parse.o gcc -DHAVE_CONFIG_H -I../ncurses -I. -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../ncurses/./tinfo/comp_scan.c -o ../objects/comp_scan.o gcc -DHAVE_CONFIG_H -I../ncurses -I. -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../ncurses/./tinfo/parse_entry.c -o ../objects/parse_entry.o gcc -DHAVE_CONFIG_H -I../ncurses -I. -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../ncurses/./tinfo/write_entry.c -o ../objects/write_entry.o gcc -DHAVE_CONFIG_H -I../ncurses -I. -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../ncurses/./base/define_key.c -o ../objects/define_key.o gcc -DHAVE_CONFIG_H -I../ncurses -I. -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../ncurses/./tinfo/hashed_db.c -o ../objects/hashed_db.o gcc -DHAVE_CONFIG_H -I../ncurses -I. -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../ncurses/./base/key_defined.c -o ../objects/key_defined.o gcc -DHAVE_CONFIG_H -I../ncurses -I. -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../ncurses/./base/keybound.c -o ../objects/keybound.o gcc -DHAVE_CONFIG_H -I../ncurses -I. -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../ncurses/./base/keyok.c -o ../objects/keyok.o gcc -DHAVE_CONFIG_H -I../ncurses -I. -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../ncurses/./base/version.c -o ../objects/version.o ar -curv ../lib/libncurses.a ../objects/hardscroll.o ../objects/hashmap.o ../objects/lib_addch.o ../objects/lib_addstr.o ../objects/lib_beep.o ../objects/lib_bkgd.o ../objects/lib_box.o ../objects/lib_chgat.o ../objects/lib_clear.o ../objects/lib_clearok.o ../objects/lib_clrbot.o ../objects/lib_clreol.o ../objects/lib_color.o ../objects/lib_colorset.o ../objects/lib_delch.o ../objects/lib_delwin.o ../objects/lib_echo.o ../objects/lib_endwin.o ../objects/lib_erase.o ../objects/lib_flash.o ../objects/lib_gen.o ../objects/lib_getch.o ../objects/lib_getstr.o ../objects/lib_hline.o ../objects/lib_immedok.o ../objects/lib_inchstr.o ../objects/lib_initscr.o ../objects/lib_insch.o ../objects/lib_insdel.o ../objects/lib_insnstr.o ../objects/lib_instr.o ../objects/lib_isendwin.o ../objects/lib_leaveok.o ../objects/lib_mouse.o ../objects/lib_move.o ../objects/lib_mvcur.o ../objects/lib_mvwin.o ../objects/lib_newterm.o ../objects/lib_newwin.o ../objects/lib_nl.o ../objects/lib_overlay.o ../objects/lib_pad.o ../objects/lib_printw.o ../objects/lib_redrawln.o ../objects/lib_refresh.o ../objects/lib_restart.o ../objects/lib_scanw.o ../objects/lib_screen.o ../objects/lib_scroll.o ../objects/lib_scrollok.o ../objects/lib_scrreg.o ../objects/lib_set_term.o ../objects/lib_slk.o ../objects/lib_slkatr_set.o ../objects/lib_slkatrof.o ../objects/lib_slkatron.o ../objects/lib_slkatrset.o ../objects/lib_slkattr.o ../objects/lib_slkclear.o ../objects/lib_slkcolor.o ../objects/lib_slkinit.o ../objects/lib_slklab.o ../objects/lib_slkrefr.o ../objects/lib_slkset.o ../objects/lib_slktouch.o ../objects/lib_touch.o ../objects/lib_tstp.o ../objects/lib_ungetch.o ../objects/lib_vidattr.o ../objects/lib_vline.o ../objects/lib_wattroff.o ../objects/lib_wattron.o ../objects/lib_winch.o ../objects/lib_window.o ../objects/nc_panel.o ../objects/safe_sprintf.o ../objects/tty_update.o ../objects/varargs.o ../objects/memmove.o ../objects/vsscanf.o ../objects/lib_freeall.o ../objects/expanded.o ../objects/legacy_coding.o ../objects/lib_dft_fgbg.o ../objects/lib_print.o ../objects/resizeterm.o ../objects/use_screen.o ../objects/use_window.o ../objects/wresize.o ../objects/access.o ../objects/add_tries.o ../objects/alloc_ttype.o ../objects/codes.o ../objects/comp_captab.o ../objects/comp_error.o ../objects/comp_hash.o ../objects/db_iterator.o ../objects/doalloc.o ../objects/entries.o ../objects/fallback.o ../objects/free_ttype.o ../objects/getenv_num.o ../objects/home_terminfo.o ../objects/init_keytry.o ../objects/lib_acs.o ../objects/lib_baudrate.o ../objects/lib_cur_term.o ../objects/lib_data.o ../objects/lib_has_cap.o ../objects/lib_kernel.o ../objects/lib_keyname.o ../objects/lib_longname.o ../objects/lib_napms.o ../objects/lib_options.o ../objects/lib_raw.o ../objects/lib_setup.o ../objects/lib_termcap.o ../objects/lib_termname.o ../objects/lib_tgoto.o ../objects/lib_ti.o ../objects/lib_tparm.o ../objects/lib_tputs.o ../objects/lib_trace.o ../objects/lib_ttyflags.o ../objects/lib_twait.o ../objects/name_match.o ../objects/names.o ../objects/read_entry.o ../objects/read_termcap.o ../objects/setbuf.o ../objects/strings.o ../objects/tries.o ../objects/trim_sgr0.o ../objects/unctrl.o ../objects/visbuf.o ../objects/alloc_entry.o ../objects/captoinfo.o ../objects/comp_expand.o ../objects/comp_parse.o ../objects/comp_scan.o ../objects/parse_entry.o ../objects/write_entry.o ../objects/define_key.o ../objects/hashed_db.o ../objects/key_defined.o ../objects/keybound.o ../objects/keyok.o ../objects/version.o r - ../objects/hardscroll.o r - ../objects/hashmap.o r - ../objects/lib_addch.o r - ../objects/lib_addstr.o r - ../objects/lib_beep.o r - ../objects/lib_bkgd.o r - ../objects/lib_box.o r - ../objects/lib_chgat.o r - ../objects/lib_clear.o r - ../objects/lib_clearok.o r - ../objects/lib_clrbot.o r - ../objects/lib_clreol.o r - ../objects/lib_color.o r - ../objects/lib_colorset.o r - ../objects/lib_delch.o r - ../objects/lib_delwin.o r - ../objects/lib_echo.o r - ../objects/lib_endwin.o r - ../objects/lib_erase.o r - ../objects/lib_flash.o r - ../objects/lib_gen.o r - ../objects/lib_getch.o r - ../objects/lib_getstr.o r - ../objects/lib_hline.o r - ../objects/lib_immedok.o r - ../objects/lib_inchstr.o r - ../objects/lib_initscr.o r - ../objects/lib_insch.o r - ../objects/lib_insdel.o r - ../objects/lib_insnstr.o r - ../objects/lib_instr.o r - ../objects/lib_isendwin.o r - ../objects/lib_leaveok.o r - ../objects/lib_mouse.o r - ../objects/lib_move.o r - ../objects/lib_mvcur.o r - ../objects/lib_mvwin.o r - ../objects/lib_newterm.o r - ../objects/lib_newwin.o r - ../objects/lib_nl.o r - ../objects/lib_overlay.o r - ../objects/lib_pad.o r - ../objects/lib_printw.o r - ../objects/lib_redrawln.o r - ../objects/lib_refresh.o r - ../objects/lib_restart.o r - ../objects/lib_scanw.o r - ../objects/lib_screen.o r - ../objects/lib_scroll.o r - ../objects/lib_scrollok.o r - ../objects/lib_scrreg.o r - ../objects/lib_set_term.o r - ../objects/lib_slk.o r - ../objects/lib_slkatr_set.o r - ../objects/lib_slkatrof.o r - ../objects/lib_slkatron.o r - ../objects/lib_slkatrset.o r - ../objects/lib_slkattr.o r - ../objects/lib_slkclear.o r - ../objects/lib_slkcolor.o r - ../objects/lib_slkinit.o r - ../objects/lib_slklab.o r - ../objects/lib_slkrefr.o r - ../objects/lib_slkset.o r - ../objects/lib_slktouch.o r - ../objects/lib_touch.o r - ../objects/lib_tstp.o r - ../objects/lib_ungetch.o r - ../objects/lib_vidattr.o r - ../objects/lib_vline.o r - ../objects/lib_wattroff.o r - ../objects/lib_wattron.o r - ../objects/lib_winch.o r - ../objects/lib_window.o r - ../objects/nc_panel.o r - ../objects/safe_sprintf.o r - ../objects/tty_update.o r - ../objects/varargs.o r - ../objects/memmove.o r - ../objects/vsscanf.o r - ../objects/lib_freeall.o r - ../objects/expanded.o r - ../objects/legacy_coding.o r - ../objects/lib_dft_fgbg.o r - ../objects/lib_print.o r - ../objects/resizeterm.o r - ../objects/use_screen.o r - ../objects/use_window.o r - ../objects/wresize.o r - ../objects/access.o r - ../objects/add_tries.o r - ../objects/alloc_ttype.o r - ../objects/codes.o r - ../objects/comp_captab.o r - ../objects/comp_error.o r - ../objects/comp_hash.o r - ../objects/db_iterator.o r - ../objects/doalloc.o r - ../objects/entries.o r - ../objects/fallback.o r - ../objects/free_ttype.o r - ../objects/getenv_num.o r - ../objects/home_terminfo.o r - ../objects/init_keytry.o r - ../objects/lib_acs.o r - ../objects/lib_baudrate.o r - ../objects/lib_cur_term.o r - ../objects/lib_data.o r - ../objects/lib_has_cap.o r - ../objects/lib_kernel.o r - ../objects/lib_keyname.o r - ../objects/lib_longname.o r - ../objects/lib_napms.o r - ../objects/lib_options.o r - ../objects/lib_raw.o r - ../objects/lib_setup.o r - ../objects/lib_termcap.o r - ../objects/lib_termname.o r - ../objects/lib_tgoto.o r - ../objects/lib_ti.o r - ../objects/lib_tparm.o r - ../objects/lib_tputs.o r - ../objects/lib_trace.o r - ../objects/lib_ttyflags.o r - ../objects/lib_twait.o r - ../objects/name_match.o r - ../objects/names.o r - ../objects/read_entry.o r - ../objects/read_termcap.o r - ../objects/setbuf.o r - ../objects/strings.o r - ../objects/tries.o r - ../objects/trim_sgr0.o r - ../objects/unctrl.o r - ../objects/visbuf.o r - ../objects/alloc_entry.o r - ../objects/captoinfo.o r - ../objects/comp_expand.o r - ../objects/comp_parse.o r - ../objects/comp_scan.o r - ../objects/parse_entry.o r - ../objects/write_entry.o r - ../objects/define_key.o r - ../objects/hashed_db.o r - ../objects/key_defined.o r - ../objects/keybound.o r - ../objects/keyok.o r - ../objects/version.o ranlib ../lib/libncurses.a installing ../lib/libncurses.a as /trunk/targets/bb.src/lib/libncurses.a /usr/bin/install -c -m 644 ../lib/libncurses.a /trunk/targets/bb.src/lib/libncurses.a ranlib /trunk/targets/bb.src/lib/libncurses.a make[2]: Leaving directory `/trunk/userapps/opensource/ncurses-5.9/ncurses' cd panel && make -w DESTDIR="" install make[2]: Entering directory `/trunk/userapps/opensource/ncurses-5.9/panel' installing ../lib/libpanel.a as /trunk/targets/bb.src/lib/libpanel.a /usr/bin/install -c -m 644 ../lib/libpanel.a /trunk/targets/bb.src/lib/libpanel.a ranlib /trunk/targets/bb.src/lib/libpanel.a installing ./panel.h in /trunk/targets/bb.src/include/ncurses make[2]: Leaving directory `/trunk/userapps/opensource/ncurses-5.9/panel' cd menu && make -w DESTDIR="" install make[2]: Entering directory `/trunk/userapps/opensource/ncurses-5.9/menu' gcc -I../ncurses -DHAVE_CONFIG_H -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../menu/m_attribs.c -o ../objects/m_attribs.o gcc -I../ncurses -DHAVE_CONFIG_H -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../menu/m_cursor.c -o ../objects/m_cursor.o gcc -I../ncurses -DHAVE_CONFIG_H -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../menu/m_driver.c -o ../objects/m_driver.o gcc -I../ncurses -DHAVE_CONFIG_H -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../menu/m_format.c -o ../objects/m_format.o gcc -I../ncurses -DHAVE_CONFIG_H -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../menu/m_global.c -o ../objects/m_global.o gcc -I../ncurses -DHAVE_CONFIG_H -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../menu/m_hook.c -o ../objects/m_hook.o gcc -I../ncurses -DHAVE_CONFIG_H -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../menu/m_item_cur.c -o ../objects/m_item_cur.o gcc -I../ncurses -DHAVE_CONFIG_H -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../menu/m_item_nam.c -o ../objects/m_item_nam.o gcc -I../ncurses -DHAVE_CONFIG_H -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../menu/m_item_new.c -o ../objects/m_item_new.o gcc -I../ncurses -DHAVE_CONFIG_H -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../menu/m_item_opt.c -o ../objects/m_item_opt.o gcc -I../ncurses -DHAVE_CONFIG_H -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../menu/m_item_top.c -o ../objects/m_item_top.o gcc -I../ncurses -DHAVE_CONFIG_H -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../menu/m_item_use.c -o ../objects/m_item_use.o gcc -I../ncurses -DHAVE_CONFIG_H -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../menu/m_item_val.c -o ../objects/m_item_val.o gcc -I../ncurses -DHAVE_CONFIG_H -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../menu/m_item_vis.c -o ../objects/m_item_vis.o gcc -I../ncurses -DHAVE_CONFIG_H -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../menu/m_items.c -o ../objects/m_items.o gcc -I../ncurses -DHAVE_CONFIG_H -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../menu/m_new.c -o ../objects/m_new.o gcc -I../ncurses -DHAVE_CONFIG_H -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../menu/m_opts.c -o ../objects/m_opts.o gcc -I../ncurses -DHAVE_CONFIG_H -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../menu/m_pad.c -o ../objects/m_pad.o gcc -I../ncurses -DHAVE_CONFIG_H -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../menu/m_pattern.c -o ../objects/m_pattern.o gcc -I../ncurses -DHAVE_CONFIG_H -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../menu/m_post.c -o ../objects/m_post.o gcc -I../ncurses -DHAVE_CONFIG_H -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../menu/m_req_name.c -o ../objects/m_req_name.o gcc -I../ncurses -DHAVE_CONFIG_H -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../menu/m_scale.c -o ../objects/m_scale.o gcc -I../ncurses -DHAVE_CONFIG_H -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../menu/m_spacing.c -o ../objects/m_spacing.o gcc -I../ncurses -DHAVE_CONFIG_H -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../menu/m_sub.c -o ../objects/m_sub.o gcc -I../ncurses -DHAVE_CONFIG_H -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../menu/m_userptr.c -o ../objects/m_userptr.o gcc -I../ncurses -DHAVE_CONFIG_H -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../menu/m_win.c -o ../objects/m_win.o ar -curv ../lib/libmenu.a ../objects/m_attribs.o ../objects/m_cursor.o ../objects/m_driver.o ../objects/m_format.o ../objects/m_global.o ../objects/m_hook.o ../objects/m_item_cur.o ../objects/m_item_nam.o ../objects/m_item_new.o ../objects/m_item_opt.o ../objects/m_item_top.o ../objects/m_item_use.o ../objects/m_item_val.o ../objects/m_item_vis.o ../objects/m_items.o ../objects/m_new.o ../objects/m_opts.o ../objects/m_pad.o ../objects/m_pattern.o ../objects/m_post.o ../objects/m_req_name.o ../objects/m_scale.o ../objects/m_spacing.o ../objects/m_sub.o ../objects/m_userptr.o ../objects/m_win.o r - ../objects/m_attribs.o r - ../objects/m_cursor.o r - ../objects/m_driver.o r - ../objects/m_format.o r - ../objects/m_global.o r - ../objects/m_hook.o r - ../objects/m_item_cur.o r - ../objects/m_item_nam.o r - ../objects/m_item_new.o r - ../objects/m_item_opt.o r - ../objects/m_item_top.o r - ../objects/m_item_use.o r - ../objects/m_item_val.o r - ../objects/m_item_vis.o r - ../objects/m_items.o r - ../objects/m_new.o r - ../objects/m_opts.o r - ../objects/m_pad.o r - ../objects/m_pattern.o r - ../objects/m_post.o r - ../objects/m_req_name.o r - ../objects/m_scale.o r - ../objects/m_spacing.o r - ../objects/m_sub.o r - ../objects/m_userptr.o r - ../objects/m_win.o ranlib ../lib/libmenu.a installing ../lib/libmenu.a as /trunk/targets/bb.src/lib/libmenu.a /usr/bin/install -c -m 644 ../lib/libmenu.a /trunk/targets/bb.src/lib/libmenu.a ranlib /trunk/targets/bb.src/lib/libmenu.a installing ./eti.h in /trunk/targets/bb.src/include/ncurses installing ./menu.h in /trunk/targets/bb.src/include/ncurses make[2]: Leaving directory `/trunk/userapps/opensource/ncurses-5.9/menu' cd form && make -w DESTDIR="" install make[2]: Entering directory `/trunk/userapps/opensource/ncurses-5.9/form' gcc -I../ncurses -DHAVE_CONFIG_H -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../form/fld_arg.c -o ../objects/fld_arg.o gcc -I../ncurses -DHAVE_CONFIG_H -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../form/fld_attr.c -o ../objects/fld_attr.o gcc -I../ncurses -DHAVE_CONFIG_H -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../form/fld_current.c -o ../objects/fld_current.o gcc -I../ncurses -DHAVE_CONFIG_H -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../form/fld_def.c -o ../objects/fld_def.o gcc -I../ncurses -DHAVE_CONFIG_H -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../form/fld_dup.c -o ../objects/fld_dup.o gcc -I../ncurses -DHAVE_CONFIG_H -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../form/fld_ftchoice.c -o ../objects/fld_ftchoice.o gcc -I../ncurses -DHAVE_CONFIG_H -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../form/fld_ftlink.c -o ../objects/fld_ftlink.o gcc -I../ncurses -DHAVE_CONFIG_H -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../form/fld_info.c -o ../objects/fld_info.o gcc -I../ncurses -DHAVE_CONFIG_H -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../form/fld_just.c -o ../objects/fld_just.o gcc -I../ncurses -DHAVE_CONFIG_H -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../form/fld_link.c -o ../objects/fld_link.o gcc -I../ncurses -DHAVE_CONFIG_H -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../form/fld_max.c -o ../objects/fld_max.o gcc -I../ncurses -DHAVE_CONFIG_H -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../form/fld_move.c -o ../objects/fld_move.o gcc -I../ncurses -DHAVE_CONFIG_H -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../form/fld_newftyp.c -o ../objects/fld_newftyp.o gcc -I../ncurses -DHAVE_CONFIG_H -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../form/fld_opts.c -o ../objects/fld_opts.o gcc -I../ncurses -DHAVE_CONFIG_H -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../form/fld_pad.c -o ../objects/fld_pad.o gcc -I../ncurses -DHAVE_CONFIG_H -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../form/fld_page.c -o ../objects/fld_page.o gcc -I../ncurses -DHAVE_CONFIG_H -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../form/fld_stat.c -o ../objects/fld_stat.o gcc -I../ncurses -DHAVE_CONFIG_H -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../form/fld_type.c -o ../objects/fld_type.o gcc -I../ncurses -DHAVE_CONFIG_H -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../form/fld_user.c -o ../objects/fld_user.o gcc -I../ncurses -DHAVE_CONFIG_H -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../form/frm_cursor.c -o ../objects/frm_cursor.o gcc -I../ncurses -DHAVE_CONFIG_H -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../form/frm_data.c -o ../objects/frm_data.o gcc -I../ncurses -DHAVE_CONFIG_H -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../form/frm_def.c -o ../objects/frm_def.o gcc -I../ncurses -DHAVE_CONFIG_H -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../form/frm_driver.c -o ../objects/frm_driver.o gcc -I../ncurses -DHAVE_CONFIG_H -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../form/frm_hook.c -o ../objects/frm_hook.o gcc -I../ncurses -DHAVE_CONFIG_H -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../form/frm_opts.c -o ../objects/frm_opts.o gcc -I../ncurses -DHAVE_CONFIG_H -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../form/frm_page.c -o ../objects/frm_page.o gcc -I../ncurses -DHAVE_CONFIG_H -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../form/frm_post.c -o ../objects/frm_post.o gcc -I../ncurses -DHAVE_CONFIG_H -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../form/frm_req_name.c -o ../objects/frm_req_name.o gcc -I../ncurses -DHAVE_CONFIG_H -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../form/frm_scale.c -o ../objects/frm_scale.o gcc -I../ncurses -DHAVE_CONFIG_H -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../form/frm_sub.c -o ../objects/frm_sub.o gcc -I../ncurses -DHAVE_CONFIG_H -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../form/frm_user.c -o ../objects/frm_user.o gcc -I../ncurses -DHAVE_CONFIG_H -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../form/frm_win.c -o ../objects/frm_win.o gcc -I../ncurses -DHAVE_CONFIG_H -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../form/fty_alnum.c -o ../objects/fty_alnum.o gcc -I../ncurses -DHAVE_CONFIG_H -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../form/fty_alpha.c -o ../objects/fty_alpha.o gcc -I../ncurses -DHAVE_CONFIG_H -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../form/fty_enum.c -o ../objects/fty_enum.o gcc -I../ncurses -DHAVE_CONFIG_H -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../form/fty_generic.c -o ../objects/fty_generic.o gcc -I../ncurses -DHAVE_CONFIG_H -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../form/fty_int.c -o ../objects/fty_int.o gcc -I../ncurses -DHAVE_CONFIG_H -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../form/fty_ipv4.c -o ../objects/fty_ipv4.o gcc -I../ncurses -DHAVE_CONFIG_H -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../form/fty_num.c -o ../objects/fty_num.o gcc -I../ncurses -DHAVE_CONFIG_H -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include -I/trunk/targets/bb.src/include/ncurses -O2 --param max-inline-insns-single=1200 -c ../form/fty_regex.c -o ../objects/fty_regex.o ar -curv ../lib/libform.a ../objects/fld_arg.o ../objects/fld_attr.o ../objects/fld_current.o ../objects/fld_def.o ../objects/fld_dup.o ../objects/fld_ftchoice.o ../objects/fld_ftlink.o ../objects/fld_info.o ../objects/fld_just.o ../objects/fld_link.o ../objects/fld_max.o ../objects/fld_move.o ../objects/fld_newftyp.o ../objects/fld_opts.o ../objects/fld_pad.o ../objects/fld_page.o ../objects/fld_stat.o ../objects/fld_type.o ../objects/fld_user.o ../objects/frm_cursor.o ../objects/frm_data.o ../objects/frm_def.o ../objects/frm_driver.o ../objects/frm_hook.o ../objects/frm_opts.o ../objects/frm_page.o ../objects/frm_post.o ../objects/frm_req_name.o ../objects/frm_scale.o ../objects/frm_sub.o ../objects/frm_user.o ../objects/frm_win.o ../objects/fty_alnum.o ../objects/fty_alpha.o ../objects/fty_enum.o ../objects/fty_generic.o ../objects/fty_int.o ../objects/fty_ipv4.o ../objects/fty_num.o ../objects/fty_regex.o r - ../objects/fld_arg.o r - ../objects/fld_attr.o r - ../objects/fld_current.o r - ../objects/fld_def.o r - ../objects/fld_dup.o r - ../objects/fld_ftchoice.o r - ../objects/fld_ftlink.o r - ../objects/fld_info.o r - ../objects/fld_just.o r - ../objects/fld_link.o r - ../objects/fld_max.o r - ../objects/fld_move.o r - ../objects/fld_newftyp.o r - ../objects/fld_opts.o r - ../objects/fld_pad.o r - ../objects/fld_page.o r - ../objects/fld_stat.o r - ../objects/fld_type.o r - ../objects/fld_user.o r - ../objects/frm_cursor.o r - ../objects/frm_data.o r - ../objects/frm_def.o r - ../objects/frm_driver.o r - ../objects/frm_hook.o r - ../objects/frm_opts.o r - ../objects/frm_page.o r - ../objects/frm_post.o r - ../objects/frm_req_name.o r - ../objects/frm_scale.o r - ../objects/frm_sub.o r - ../objects/frm_user.o r - ../objects/frm_win.o r - ../objects/fty_alnum.o r - ../objects/fty_alpha.o r - ../objects/fty_enum.o r - ../objects/fty_generic.o r - ../objects/fty_int.o r - ../objects/fty_ipv4.o r - ../objects/fty_num.o r - ../objects/fty_regex.o ranlib ../lib/libform.a installing ../lib/libform.a as /trunk/targets/bb.src/lib/libform.a /usr/bin/install -c -m 644 ../lib/libform.a /trunk/targets/bb.src/lib/libform.a ranlib /trunk/targets/bb.src/lib/libform.a installing ./form.h in /trunk/targets/bb.src/include/ncurses make[2]: Leaving directory `/trunk/userapps/opensource/ncurses-5.9/form' make[1]: Leaving directory `/trunk/userapps/opensource/ncurses-5.9' make -C /trunk/userapps/opensource/lua echo linux CC=gcc MYCFLAGS=-I/trunk/targets/bb.src/include MYLDFLAGS=-L/trunk/targets/bb.src/lib make[1]: Entering directory `/trunk/userapps/opensource/lua-5.1.4' These are the parameters currently set in src/Makefile to build Lua 5.1.4: make[2]: Entering directory `/trunk/userapps/opensource/lua-5.1.4/src' PLAT = none CC = gcc CFLAGS = -O2 -I/trunk/targets/bb.src/include AR = ar RANLIB = ranlib RM = rm -f MYCFLAGS = -I/trunk/targets/bb.src/include MYLDFLAGS = -L/trunk/targets/bb.src/lib MYLIBS = make[2]: Leaving directory `/trunk/userapps/opensource/lua-5.1.4/src' These are the parameters currently set in Makefile to install Lua 5.1.4: PLAT = none INSTALL_TOP = /usr/local INSTALL_BIN = /usr/local/bin INSTALL_INC = /usr/local/include INSTALL_LIB = /usr/local/lib INSTALL_MAN = /usr/local/man/man1 INSTALL_LMOD = /usr/local/share/lua/5.1 INSTALL_CMOD = /usr/local/lib/lua/5.1 INSTALL_EXEC = install -p -m 0755 INSTALL_DATA = install -p -m 0644 See also src/luaconf.h . cd src && make linux make[2]: Entering directory `/trunk/userapps/opensource/lua-5.1.4/src' make all MYCFLAGS="-DLUA_USE_LINUX -I/trunk/targets/bb.src/include" MYLIBS="-Wl,-E -ldl -lreadline -lhistory -lncurses" make[3]: Entering directory `/trunk/userapps/opensource/lua-5.1.4/src' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/trunk/userapps/opensource/lua-5.1.4/src' make[2]: Leaving directory `/trunk/userapps/opensource/lua-5.1.4/src' make[1]: Leaving directory `/trunk/userapps/opensource/lua-5.1.4' install -m 755 /trunk/userapps/opensource/lua/src/lua /trunk/targets/bb.src/usr/bin mkdir -p /trunk/targets/bb.src/usr/lib/lua/5.1 make -C /trunk/userapps/opensource/lrexlib build_posix AR="ar rcu" PREFIX="/trunk/targets/bb.src/usr" CFLAGS="-I/trunk/userapps/opensource/lua/src -fPIC" make[1]: Entering directory `/trunk/userapps/opensource/lrexlib-2.4.0' make -C src/posix -f rex_posix.mak make[2]: Entering directory `/trunk/userapps/opensource/lrexlib-2.4.0/src/posix' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/trunk/userapps/opensource/lrexlib-2.4.0/src/posix' cp src/posix/rex_posix.so /trunk/targets/bb.src/usr/lib/lua/5.1 make[1]: Leaving directory `/trunk/userapps/opensource/lrexlib-2.4.0' strip /trunk/targets/bb.src/usr/lib/lua/5.1/rex_posix.so make -C /trunk/userapps/opensource/luafilesystem install PLATFORM=linux PREFIX="/trunk/targets/bb.src/usr" CFLAGS="-I/trunk/userapps/opensource/lua/src -fPIC" make[1]: Entering directory `/trunk/userapps/opensource/luafilesystem-1.5.0' mkdir -p /trunk/targets/bb.src/usr/lib/lua/5.1 cp src/lfs.so /trunk/targets/bb.src/usr/lib/lua/5.1 make[1]: Leaving directory `/trunk/userapps/opensource/luafilesystem-1.5.0' strip /trunk/targets/bb.src/usr/lib/lua/5.1/lfs.so make -C /trunk/userapps/opensource/luasocket install LD="gcc -shared" PLATFORM=linux INSTALL_TOP="/trunk/targets/bb.src/usr" CFLAGS="-I/trunk/userapps/opensource/lua/src -fPIC" make[1]: Entering directory `/trunk/userapps/opensource/luasocket-2.0.2' cd src; make all make[2]: Entering directory `/trunk/userapps/opensource/luasocket-2.0.2/src' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/trunk/userapps/opensource/luasocket-2.0.2/src' cd src; mkdir -p /trunk/targets/bb.src/usr/share/lua/5.1 cd src; cp ltn12.lua socket.lua mime.lua /trunk/targets/bb.src/usr/share/lua/5.1 cd src; mkdir -p /trunk/targets/bb.src/usr/share/lua/5.1/socket cd src; cp http.lua url.lua tp.lua ftp.lua smtp.lua /trunk/targets/bb.src/usr/share/lua/5.1/socket cd src; mkdir -p /trunk/targets/bb.src/usr/lib/lua/5.1/socket cd src; cp socket.so.2.0.2 /trunk/targets/bb.src/usr/lib/lua/5.1/socket/core.so #cd src; mkdir -p /trunk/targets/bb.src/usr/share/lua/5.1/mime #cd src; cp /trunk/targets/bb.src/usr/share/lua/5.1/mime cd src; mkdir -p /trunk/targets/bb.src/usr/lib/lua/5.1/mime cd src; cp mime.so.1.0.2 /trunk/targets/bb.src/usr/lib/lua/5.1/mime/core.so make[1]: Leaving directory `/trunk/userapps/opensource/luasocket-2.0.2' strip /trunk/targets/bb.src/usr/lib/lua/5.1/socket/core.so strip /trunk/targets/bb.src/usr/lib/lua/5.1/mime/core.so install -m 755 -d /trunk/targets/bb.src/usr/share/lua/5.1/pl install -m 644 /trunk/userapps/opensource/penlight/lua/pl/*.lua /trunk/targets/bb.src/usr/share/lua/5.1/pl make -C /trunk/userapps/opensource/jsmn make[1]: Entering directory `/trunk/userapps/opensource/jsmn' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/trunk/userapps/opensource/jsmn' make -C /trunk/userapps/hah/xaplib2 make[1]: Entering directory `/trunk/userapps/hah/xaplib2' make[1]: `libxap2.so' is up to date. make[1]: Leaving directory `/trunk/userapps/hah/xaplib2' install -m 755 -d /trunk/targets/bb.src/lib install -m 644 /trunk/userapps/hah/xaplib2/libxap2.so /trunk/targets/bb.src/lib strip /trunk/targets/bb.src/lib/libxap2.so install -m 755 -d /trunk/targets/bb.src/include install -m 644 /trunk/userapps/hah/xaplib2/*.h /trunk/targets/bb.src/include make -C /trunk/userapps/hah/xap-hub make[1]: Entering directory `/trunk/userapps/hah/xap-hub' make[1]: `xap-hub' is up to date. make[1]: Leaving directory `/trunk/userapps/hah/xap-hub' install -m 755 -d /trunk/targets/bb.src/usr/bin install -m 755 /trunk/userapps/hah/xap-hub/xap-hub /trunk/targets/bb.src/usr/bin strip /trunk/targets/bb.src/usr/bin/xap-hub make -C /trunk/userapps/hah/xap-livebox make[1]: Entering directory `/trunk/userapps/hah/xap-livebox' make[1]: `xap-livebox' is up to date. make[1]: Leaving directory `/trunk/userapps/hah/xap-livebox' install -m 755 -d /trunk/targets/bb.src/usr/bin install -m 755 /trunk/userapps/hah/xap-livebox/xap-livebox /trunk/targets/bb.src/usr/bin strip /trunk/targets/bb.src/usr/bin/xap-livebox make -C /trunk/userapps/hah/xap-snoop make[1]: Entering directory `/trunk/userapps/hah/xap-snoop' make[1]: `xap-snoop' is up to date. make[1]: Leaving directory `/trunk/userapps/hah/xap-snoop' install -m 755 -d /trunk/targets/bb.src/usr/bin install -m 755 /trunk/userapps/hah/xap-snoop/xap-snoop /trunk/targets/bb.src/usr/bin strip /trunk/targets/bb.src/usr/bin/xap-snoop make -C /trunk/userapps/hah/xap-xively make[1]: Entering directory `/trunk/userapps/hah/xap-xively' make[1]: `xap-xively' is up to date. make[1]: Leaving directory `/trunk/userapps/hah/xap-xively' install -m 755 -d /trunk/targets/bb.src/usr/bin install -m 755 /trunk/userapps/hah/xap-xively/xap-xively /trunk/targets/bb.src/usr/bin strip /trunk/targets/bb.src/usr/bin/xap-xively make -C /trunk/userapps/hah/xap-sms make[1]: Entering directory `/trunk/userapps/hah/xap-sms' make[1]: `xap-sms' is up to date. make[1]: Leaving directory `/trunk/userapps/hah/xap-sms' install -m 755 -d /trunk/targets/bb.src/usr/bin install -m 755 /trunk/userapps/hah/xap-sms/xap-sms /trunk/targets/bb.src/usr/bin strip /trunk/targets/bb.src/usr/bin/xap-sms make -C /trunk/userapps/hah/iServer make[1]: Entering directory `/trunk/userapps/hah/iServer' gcc -o iServer tokenize.o main.o queue.o mem.o -L../xaplib2 -lxap2 -lpthread make[1]: Leaving directory `/trunk/userapps/hah/iServer' install -m 755 -d /trunk/targets/bb.src/usr/bin install -m 755 /trunk/userapps/hah/iServer/iServer /trunk/targets/bb.src/usr/bin strip /trunk/targets/bb.src/usr/bin/iServer make -C /trunk/userapps/opensource/libxml2 make[1]: Entering directory `/trunk/userapps/opensource/libxml2-2.7.6' make all-recursive make[2]: Entering directory `/trunk/userapps/opensource/libxml2-2.7.6' Making all in include make[3]: Entering directory `/trunk/userapps/opensource/libxml2-2.7.6/include' Making all in libxml make[4]: Entering directory `/trunk/userapps/opensource/libxml2-2.7.6/include/libxml' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/trunk/userapps/opensource/libxml2-2.7.6/include/libxml' make[4]: Entering directory `/trunk/userapps/opensource/libxml2-2.7.6/include' make[4]: Nothing to be done for `all-am'. make[4]: Leaving directory `/trunk/userapps/opensource/libxml2-2.7.6/include' make[3]: Leaving directory `/trunk/userapps/opensource/libxml2-2.7.6/include' Making all in . make[3]: Entering directory `/trunk/userapps/opensource/libxml2-2.7.6' make[3]: Leaving directory `/trunk/userapps/opensource/libxml2-2.7.6' Making all in doc make[3]: Entering directory `/trunk/userapps/opensource/libxml2-2.7.6/doc' Making all in devhelp make[4]: Entering directory `/trunk/userapps/opensource/libxml2-2.7.6/doc/devhelp' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/trunk/userapps/opensource/libxml2-2.7.6/doc/devhelp' Making all in examples make[4]: Entering directory `/trunk/userapps/opensource/libxml2-2.7.6/doc/examples' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/trunk/userapps/opensource/libxml2-2.7.6/doc/examples' make[4]: Entering directory `/trunk/userapps/opensource/libxml2-2.7.6/doc' make[4]: Nothing to be done for `all-am'. make[4]: Leaving directory `/trunk/userapps/opensource/libxml2-2.7.6/doc' make[3]: Leaving directory `/trunk/userapps/opensource/libxml2-2.7.6/doc' Making all in example make[3]: Entering directory `/trunk/userapps/opensource/libxml2-2.7.6/example' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/trunk/userapps/opensource/libxml2-2.7.6/example' Making all in xstc make[3]: Entering directory `/trunk/userapps/opensource/libxml2-2.7.6/xstc' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/trunk/userapps/opensource/libxml2-2.7.6/xstc' make[2]: Leaving directory `/trunk/userapps/opensource/libxml2-2.7.6' make[1]: Leaving directory `/trunk/userapps/opensource/libxml2-2.7.6' install -m 644 /trunk/userapps/opensource/libxml2/.libs/libxml2.so.2.7.6 /trunk/targets/bb.src/lib strip /trunk/targets/bb.src/lib/libxml2.so.2.7.6 test -L /trunk/targets/bb.src/lib/libxml2.so || ln -s libxml2.so.2.7.6 /trunk/targets/bb.src/lib/libxml2.so test -L /trunk/targets/bb.src/lib/libxml2.so.2 || ln -s libxml2.so.2.7.6 /trunk/targets/bb.src/lib/libxml2.so.2 install -m 755 -d /trunk/targets/bb.src/include install -m 755 -d /trunk/targets/bb.src/include/libxml2 cp -r /trunk/userapps/opensource/libxml2/include/libxml /trunk/targets/bb.src/include/libxml2 make -C /trunk/userapps/hah/xap-currentcost make[1]: Entering directory `/trunk/userapps/hah/xap-currentcost' make[1]: `xap-currentcost' is up to date. make[1]: Leaving directory `/trunk/userapps/hah/xap-currentcost' install -m 755 -d /trunk/targets/bb.src/usr/bin install -m 755 /trunk/userapps/hah/xap-currentcost/xap-currentcost /trunk/targets/bb.src/usr/bin strip /trunk/targets/bb.src/usr/bin/xap-currentcost (cd /trunk/userapps/opensource/openssl; ./Configure no-hw dist custom:gcc -fPIC) Configuring for custom no-camellia [default] OPENSSL_NO_CAMELLIA (skip dir) no-capieng [default] OPENSSL_NO_CAPIENG (skip dir) no-cms [default] OPENSSL_NO_CMS (skip dir) no-gmp [default] OPENSSL_NO_GMP (skip dir) no-hw [option] OPENSSL_NO_HW no-jpake [experimental] OPENSSL_NO_JPAKE (skip dir) no-krb5 [krb5-flavor not specified] OPENSSL_NO_KRB5 no-mdc2 [default] OPENSSL_NO_MDC2 (skip dir) no-montasm [default] no-rc5 [default] OPENSSL_NO_RC5 (skip dir) no-rfc3779 [default] OPENSSL_NO_RFC3779 (skip dir) no-seed [default] OPENSSL_NO_SEED (skip dir) no-shared [default] no-zlib [default] no-zlib-dynamic [default] IsMK1MF=0 CC =gcc CFLAG =-DOPENSSL_THREADS -fPIC EX_LIBS = CPUID_OBJ = BN_ASM =bn_asm.o DES_ENC =des_enc.o fcrypt_b.o AES_ASM_OBJ =aes_core.o aes_cbc.o BF_ENC =bf_enc.o CAST_ENC =c_enc.o RC4_ENC =rc4_enc.o rc4_skey.o RC5_ENC =rc5_enc.o MD5_OBJ_ASM = SHA1_OBJ_ASM = RMD160_OBJ_ASM= PROCESSOR = RANLIB =/usr/bin/ranlib ARFLAGS = PERL =/usr/bin/perl THIRTY_TWO_BIT mode RC4_CHUNK is undefined make[1]: Entering directory `/trunk/userapps/opensource/openssl-0.9.8l' e_os2.h => include/openssl/e_os2.h making links in crypto... make[2]: Entering directory `/trunk/userapps/opensource/openssl-0.9.8l/crypto' crypto.h => ../include/openssl/crypto.h tmdiff.h => ../include/openssl/tmdiff.h opensslv.h => ../include/openssl/opensslv.h opensslconf.h => ../include/openssl/opensslconf.h ebcdic.h => ../include/openssl/ebcdic.h symhacks.h => ../include/openssl/symhacks.h ossl_typ.h => ../include/openssl/ossl_typ.h making links in crypto/objects... make[3]: Entering directory `/trunk/userapps/opensource/openssl-0.9.8l/crypto/objects' objects.h => ../../include/openssl/objects.h obj_mac.h => ../../include/openssl/obj_mac.h make[3]: Leaving directory `/trunk/userapps/opensource/openssl-0.9.8l/crypto/objects' making links in crypto/md2... make[3]: Entering directory `/trunk/userapps/opensource/openssl-0.9.8l/crypto/md2' md2.h => ../../include/openssl/md2.h md2test.c => ../../test/md2test.c make[3]: Leaving directory `/trunk/userapps/opensource/openssl-0.9.8l/crypto/md2' making links in crypto/md4... make[3]: Entering directory `/trunk/userapps/opensource/openssl-0.9.8l/crypto/md4' md4.h => ../../include/openssl/md4.h md4test.c => ../../test/md4test.c md4.c => ../../apps/md4.c make[3]: Leaving directory `/trunk/userapps/opensource/openssl-0.9.8l/crypto/md4' making links in crypto/md5... make[3]: Entering directory `/trunk/userapps/opensource/openssl-0.9.8l/crypto/md5' md5.h => ../../include/openssl/md5.h md5test.c => ../../test/md5test.c make[3]: Leaving directory `/trunk/userapps/opensource/openssl-0.9.8l/crypto/md5' making links in crypto/sha... make[3]: Entering directory `/trunk/userapps/opensource/openssl-0.9.8l/crypto/sha' sha.h => ../../include/openssl/sha.h shatest.c => ../../test/shatest.c sha1test.c => ../../test/sha1test.c sha256t.c => ../../test/sha256t.c sha512t.c => ../../test/sha512t.c make[3]: Leaving directory `/trunk/userapps/opensource/openssl-0.9.8l/crypto/sha' making links in crypto/hmac... make[3]: Entering directory `/trunk/userapps/opensource/openssl-0.9.8l/crypto/hmac' hmac.h => ../../include/openssl/hmac.h hmactest.c => ../../test/hmactest.c make[3]: Leaving directory `/trunk/userapps/opensource/openssl-0.9.8l/crypto/hmac' making links in crypto/ripemd... make[3]: Entering directory `/trunk/userapps/opensource/openssl-0.9.8l/crypto/ripemd' ripemd.h => ../../include/openssl/ripemd.h rmdtest.c => ../../test/rmdtest.c make[3]: Leaving directory `/trunk/userapps/opensource/openssl-0.9.8l/crypto/ripemd' making links in crypto/des... make[3]: Entering directory `/trunk/userapps/opensource/openssl-0.9.8l/crypto/des' des.h => ../../include/openssl/des.h des_old.h => ../../include/openssl/des_old.h destest.c => ../../test/destest.c make[3]: Leaving directory `/trunk/userapps/opensource/openssl-0.9.8l/crypto/des' making links in crypto/aes... make[3]: Entering directory `/trunk/userapps/opensource/openssl-0.9.8l/crypto/aes' aes.h => ../../include/openssl/aes.h make[3]: Leaving directory `/trunk/userapps/opensource/openssl-0.9.8l/crypto/aes' making links in crypto/rc2... make[3]: Entering directory `/trunk/userapps/opensource/openssl-0.9.8l/crypto/rc2' rc2.h => ../../include/openssl/rc2.h rc2test.c => ../../test/rc2test.c make[3]: Leaving directory `/trunk/userapps/opensource/openssl-0.9.8l/crypto/rc2' making links in crypto/rc4... make[3]: Entering directory `/trunk/userapps/opensource/openssl-0.9.8l/crypto/rc4' rc4.h => ../../include/openssl/rc4.h rc4test.c => ../../test/rc4test.c make[3]: Leaving directory `/trunk/userapps/opensource/openssl-0.9.8l/crypto/rc4' making links in crypto/idea... make[3]: Entering directory `/trunk/userapps/opensource/openssl-0.9.8l/crypto/idea' idea.h => ../../include/openssl/idea.h ideatest.c => ../../test/ideatest.c make[3]: Leaving directory `/trunk/userapps/opensource/openssl-0.9.8l/crypto/idea' making links in crypto/bf... make[3]: Entering directory `/trunk/userapps/opensource/openssl-0.9.8l/crypto/bf' blowfish.h => ../../include/openssl/blowfish.h bftest.c => ../../test/bftest.c make[3]: Leaving directory `/trunk/userapps/opensource/openssl-0.9.8l/crypto/bf' making links in crypto/cast... make[3]: Entering directory `/trunk/userapps/opensource/openssl-0.9.8l/crypto/cast' cast.h => ../../include/openssl/cast.h casttest.c => ../../test/casttest.c make[3]: Leaving directory `/trunk/userapps/opensource/openssl-0.9.8l/crypto/cast' making links in crypto/bn... make[3]: Entering directory `/trunk/userapps/opensource/openssl-0.9.8l/crypto/bn' bn.h => ../../include/openssl/bn.h bntest.c => ../../test/bntest.c exptest.c => ../../test/exptest.c make[3]: Leaving directory `/trunk/userapps/opensource/openssl-0.9.8l/crypto/bn' making links in crypto/ec... make[3]: Entering directory `/trunk/userapps/opensource/openssl-0.9.8l/crypto/ec' ec.h => ../../include/openssl/ec.h ectest.c => ../../test/ectest.c make[3]: Leaving directory `/trunk/userapps/opensource/openssl-0.9.8l/crypto/ec' making links in crypto/rsa... make[3]: Entering directory `/trunk/userapps/opensource/openssl-0.9.8l/crypto/rsa' rsa.h => ../../include/openssl/rsa.h rsa_test.c => ../../test/rsa_test.c make[3]: Leaving directory `/trunk/userapps/opensource/openssl-0.9.8l/crypto/rsa' making links in crypto/dsa... make[3]: Entering directory `/trunk/userapps/opensource/openssl-0.9.8l/crypto/dsa' dsa.h => ../../include/openssl/dsa.h dsatest.c => ../../test/dsatest.c make[3]: Leaving directory `/trunk/userapps/opensource/openssl-0.9.8l/crypto/dsa' making links in crypto/ecdsa... make[3]: Entering directory `/trunk/userapps/opensource/openssl-0.9.8l/crypto/ecdsa' ecdsa.h => ../../include/openssl/ecdsa.h ecdsatest.c => ../../test/ecdsatest.c make[3]: Leaving directory `/trunk/userapps/opensource/openssl-0.9.8l/crypto/ecdsa' making links in crypto/dh... make[3]: Entering directory `/trunk/userapps/opensource/openssl-0.9.8l/crypto/dh' dh.h => ../../include/openssl/dh.h dhtest.c => ../../test/dhtest.c make[3]: Leaving directory `/trunk/userapps/opensource/openssl-0.9.8l/crypto/dh' making links in crypto/ecdh... make[3]: Entering directory `/trunk/userapps/opensource/openssl-0.9.8l/crypto/ecdh' ecdh.h => ../../include/openssl/ecdh.h ecdhtest.c => ../../test/ecdhtest.c make[3]: Leaving directory `/trunk/userapps/opensource/openssl-0.9.8l/crypto/ecdh' making links in crypto/dso... make[3]: Entering directory `/trunk/userapps/opensource/openssl-0.9.8l/crypto/dso' dso.h => ../../include/openssl/dso.h make[3]: Leaving directory `/trunk/userapps/opensource/openssl-0.9.8l/crypto/dso' making links in crypto/engine... make[3]: Entering directory `/trunk/userapps/opensource/openssl-0.9.8l/crypto/engine' engine.h => ../../include/openssl/engine.h enginetest.c => ../../test/enginetest.c make[3]: Leaving directory `/trunk/userapps/opensource/openssl-0.9.8l/crypto/engine' making links in crypto/buffer... make[3]: Entering directory `/trunk/userapps/opensource/openssl-0.9.8l/crypto/buffer' buffer.h => ../../include/openssl/buffer.h make[3]: Leaving directory `/trunk/userapps/opensource/openssl-0.9.8l/crypto/buffer' making links in crypto/bio... make[3]: Entering directory `/trunk/userapps/opensource/openssl-0.9.8l/crypto/bio' bio.h => ../../include/openssl/bio.h make[3]: Leaving directory `/trunk/userapps/opensource/openssl-0.9.8l/crypto/bio' making links in crypto/stack... make[3]: Entering directory `/trunk/userapps/opensource/openssl-0.9.8l/crypto/stack' stack.h => ../../include/openssl/stack.h safestack.h => ../../include/openssl/safestack.h make[3]: Leaving directory `/trunk/userapps/opensource/openssl-0.9.8l/crypto/stack' making links in crypto/lhash... make[3]: Entering directory `/trunk/userapps/opensource/openssl-0.9.8l/crypto/lhash' lhash.h => ../../include/openssl/lhash.h make[3]: Leaving directory `/trunk/userapps/opensource/openssl-0.9.8l/crypto/lhash' making links in crypto/rand... make[3]: Entering directory `/trunk/userapps/opensource/openssl-0.9.8l/crypto/rand' rand.h => ../../include/openssl/rand.h randtest.c => ../../test/randtest.c make[3]: Leaving directory `/trunk/userapps/opensource/openssl-0.9.8l/crypto/rand' making links in crypto/err... make[3]: Entering directory `/trunk/userapps/opensource/openssl-0.9.8l/crypto/err' err.h => ../../include/openssl/err.h make[3]: Leaving directory `/trunk/userapps/opensource/openssl-0.9.8l/crypto/err' making links in crypto/evp... make[3]: Entering directory `/trunk/userapps/opensource/openssl-0.9.8l/crypto/evp' evp.h => ../../include/openssl/evp.h evp_test.c => ../../test/evp_test.c cp evptests.txt ../../test make[3]: Leaving directory `/trunk/userapps/opensource/openssl-0.9.8l/crypto/evp' making links in crypto/asn1... make[3]: Entering directory `/trunk/userapps/opensource/openssl-0.9.8l/crypto/asn1' asn1.h => ../../include/openssl/asn1.h asn1_mac.h => ../../include/openssl/asn1_mac.h asn1t.h => ../../include/openssl/asn1t.h make[3]: Leaving directory `/trunk/userapps/opensource/openssl-0.9.8l/crypto/asn1' making links in crypto/pem... make[3]: Entering directory `/trunk/userapps/opensource/openssl-0.9.8l/crypto/pem' pem.h => ../../include/openssl/pem.h pem2.h => ../../include/openssl/pem2.h make[3]: Leaving directory `/trunk/userapps/opensource/openssl-0.9.8l/crypto/pem' making links in crypto/x509... make[3]: Entering directory `/trunk/userapps/opensource/openssl-0.9.8l/crypto/x509' x509.h => ../../include/openssl/x509.h x509_vfy.h => ../../include/openssl/x509_vfy.h make[3]: Leaving directory `/trunk/userapps/opensource/openssl-0.9.8l/crypto/x509' making links in crypto/x509v3... make[3]: Entering directory `/trunk/userapps/opensource/openssl-0.9.8l/crypto/x509v3' x509v3.h => ../../include/openssl/x509v3.h make[3]: Leaving directory `/trunk/userapps/opensource/openssl-0.9.8l/crypto/x509v3' making links in crypto/conf... make[3]: Entering directory `/trunk/userapps/opensource/openssl-0.9.8l/crypto/conf' conf.h => ../../include/openssl/conf.h conf_api.h => ../../include/openssl/conf_api.h make[3]: Leaving directory `/trunk/userapps/opensource/openssl-0.9.8l/crypto/conf' making links in crypto/txt_db... make[3]: Entering directory `/trunk/userapps/opensource/openssl-0.9.8l/crypto/txt_db' txt_db.h => ../../include/openssl/txt_db.h make[3]: Leaving directory `/trunk/userapps/opensource/openssl-0.9.8l/crypto/txt_db' making links in crypto/pkcs7... make[3]: Entering directory `/trunk/userapps/opensource/openssl-0.9.8l/crypto/pkcs7' pkcs7.h => ../../include/openssl/pkcs7.h make[3]: Leaving directory `/trunk/userapps/opensource/openssl-0.9.8l/crypto/pkcs7' making links in crypto/pkcs12... make[3]: Entering directory `/trunk/userapps/opensource/openssl-0.9.8l/crypto/pkcs12' pkcs12.h => ../../include/openssl/pkcs12.h make[3]: Leaving directory `/trunk/userapps/opensource/openssl-0.9.8l/crypto/pkcs12' making links in crypto/comp... make[3]: Entering directory `/trunk/userapps/opensource/openssl-0.9.8l/crypto/comp' comp.h => ../../include/openssl/comp.h make[3]: Leaving directory `/trunk/userapps/opensource/openssl-0.9.8l/crypto/comp' making links in crypto/ocsp... make[3]: Entering directory `/trunk/userapps/opensource/openssl-0.9.8l/crypto/ocsp' ocsp.h => ../../include/openssl/ocsp.h make[3]: Leaving directory `/trunk/userapps/opensource/openssl-0.9.8l/crypto/ocsp' making links in crypto/ui... make[3]: Entering directory `/trunk/userapps/opensource/openssl-0.9.8l/crypto/ui' ui.h => ../../include/openssl/ui.h ui_compat.h => ../../include/openssl/ui_compat.h make[3]: Leaving directory `/trunk/userapps/opensource/openssl-0.9.8l/crypto/ui' making links in crypto/krb5... make[3]: Entering directory `/trunk/userapps/opensource/openssl-0.9.8l/crypto/krb5' krb5_asn.h => ../../include/openssl/krb5_asn.h make[3]: Leaving directory `/trunk/userapps/opensource/openssl-0.9.8l/crypto/krb5' making links in crypto/store... make[3]: Entering directory `/trunk/userapps/opensource/openssl-0.9.8l/crypto/store' store.h => ../../include/openssl/store.h make[3]: Leaving directory `/trunk/userapps/opensource/openssl-0.9.8l/crypto/store' making links in crypto/pqueue... make[3]: Entering directory `/trunk/userapps/opensource/openssl-0.9.8l/crypto/pqueue' pqueue.h => ../../include/openssl/pqueue.h pq_compat.h => ../../include/openssl/pq_compat.h make[3]: Leaving directory `/trunk/userapps/opensource/openssl-0.9.8l/crypto/pqueue' make[2]: Leaving directory `/trunk/userapps/opensource/openssl-0.9.8l/crypto' making links in ssl... make[2]: Entering directory `/trunk/userapps/opensource/openssl-0.9.8l/ssl' ssl.h => ../include/openssl/ssl.h ssl2.h => ../include/openssl/ssl2.h ssl3.h => ../include/openssl/ssl3.h ssl23.h => ../include/openssl/ssl23.h tls1.h => ../include/openssl/tls1.h dtls1.h => ../include/openssl/dtls1.h kssl.h => ../include/openssl/kssl.h ssltest.c => ../test/ssltest.c make[2]: Leaving directory `/trunk/userapps/opensource/openssl-0.9.8l/ssl' making links in engines... make[2]: Entering directory `/trunk/userapps/opensource/openssl-0.9.8l/engines' make[2]: Nothing to be done for `links'. make[2]: Leaving directory `/trunk/userapps/opensource/openssl-0.9.8l/engines' making links in apps... make[2]: Entering directory `/trunk/userapps/opensource/openssl-0.9.8l/apps' make[2]: Nothing to be done for `links'. make[2]: Leaving directory `/trunk/userapps/opensource/openssl-0.9.8l/apps' making links in test... make[2]: Entering directory `/trunk/userapps/opensource/openssl-0.9.8l/test' make[2]: Nothing to be done for `links'. make[2]: Leaving directory `/trunk/userapps/opensource/openssl-0.9.8l/test' making links in tools... make[2]: Entering directory `/trunk/userapps/opensource/openssl-0.9.8l/tools' make[2]: Nothing to be done for `links'. make[2]: Leaving directory `/trunk/userapps/opensource/openssl-0.9.8l/tools' making links in fips... make[2]: Entering directory `/trunk/userapps/opensource/openssl-0.9.8l/fips' fips.h => ../include/openssl/fips.h fips_test_suite.c => ../test/fips_test_suite.c making links in fips/sha... make[3]: Entering directory `/trunk/userapps/opensource/openssl-0.9.8l/fips/sha' fips_shatest.c => ../../test/fips_shatest.c make[3]: Leaving directory `/trunk/userapps/opensource/openssl-0.9.8l/fips/sha' making links in fips/rand... make[3]: Entering directory `/trunk/userapps/opensource/openssl-0.9.8l/fips/rand' fips_rand.h => ../../include/openssl/fips_rand.h fips_randtest.c => ../../test/fips_randtest.c fips_rngvs.c => ../../test/fips_rngvs.c make[3]: Leaving directory `/trunk/userapps/opensource/openssl-0.9.8l/fips/rand' making links in fips/des... make[3]: Entering directory `/trunk/userapps/opensource/openssl-0.9.8l/fips/des' fips_desmovs.c => ../../test/fips_desmovs.c make[3]: Leaving directory `/trunk/userapps/opensource/openssl-0.9.8l/fips/des' making links in fips/aes... make[3]: Entering directory `/trunk/userapps/opensource/openssl-0.9.8l/fips/aes' fips_aesavs.c => ../../test/fips_aesavs.c make[3]: Leaving directory `/trunk/userapps/opensource/openssl-0.9.8l/fips/aes' making links in fips/dsa... make[3]: Entering directory `/trunk/userapps/opensource/openssl-0.9.8l/fips/dsa' fips_dsatest.c => ../../test/fips_dsatest.c fips_dssvs.c => ../../test/fips_dssvs.c make[3]: Leaving directory `/trunk/userapps/opensource/openssl-0.9.8l/fips/dsa' making links in fips/rsa... make[3]: Entering directory `/trunk/userapps/opensource/openssl-0.9.8l/fips/rsa' fips_rsavtest.c => ../../test/fips_rsavtest.c fips_rsastest.c => ../../test/fips_rsastest.c fips_rsagtest.c => ../../test/fips_rsagtest.c make[3]: Leaving directory `/trunk/userapps/opensource/openssl-0.9.8l/fips/rsa' making links in fips/dh... make[3]: Entering directory `/trunk/userapps/opensource/openssl-0.9.8l/fips/dh' make[3]: Leaving directory `/trunk/userapps/opensource/openssl-0.9.8l/fips/dh' making links in fips/hmac... make[3]: Entering directory `/trunk/userapps/opensource/openssl-0.9.8l/fips/hmac' fips_hmactest.c => ../../test/fips_hmactest.c make[3]: Leaving directory `/trunk/userapps/opensource/openssl-0.9.8l/fips/hmac' make[2]: Leaving directory `/trunk/userapps/opensource/openssl-0.9.8l/fips' generating dummy tests (if needed)... make[2]: Entering directory `/trunk/userapps/opensource/openssl-0.9.8l/test' make[2]: Nothing to be done for `generate'. make[2]: Leaving directory `/trunk/userapps/opensource/openssl-0.9.8l/test' make[1]: Leaving directory `/trunk/userapps/opensource/openssl-0.9.8l' Configured for custom. make -C /trunk/userapps/opensource/openssl CC=gcc AR="ar r" RANLIB=ranlib make[1]: Entering directory `/trunk/userapps/opensource/openssl-0.9.8l' if [ -n "" ]; then \ EXCL_OBJ='aes_core.o aes_cbc.o bn_asm.o des_enc.o fcrypt_b.o ../crypto/aes/aes_cfb.o ../crypto/aes/aes_ecb.o ../crypto/aes/aes_ofb.o ../crypto/bn/bn_add.o ../crypto/bn/bn_blind.o ../crypto/bn/bn_ctx.o ../crypto/bn/bn_div.o ../crypto/bn/bn_exp2.o ../crypto/bn/bn_exp.o ../crypto/bn/bn_gcd.o ../crypto/bn/bn_lib.o ../crypto/bn/bn_mod.o ../crypto/bn/bn_mont.o ../crypto/bn/bn_mul.o ../crypto/bn/bn_prime.o ../crypto/bn/bn_rand.o ../crypto/bn/bn_recp.o ../crypto/bn/bn_shift.o ../crypto/bn/bn_sqr.o ../crypto/bn/bn_word.o ../crypto/bn/bn_x931p.o ../crypto/buffer/buf_str.o ../crypto/cryptlib.o ../crypto/des/cfb64ede.o ../crypto/des/cfb64enc.o ../crypto/des/cfb_enc.o ../crypto/des/ecb3_enc.o ../crypto/des/ecb_enc.o ../crypto/des/ofb64ede.o ../crypto/des/ofb64enc.o ../crypto/des/fcrypt.o ../crypto/des/set_key.o ../crypto/dsa/dsa_utl.o ../crypto/dsa/dsa_sign.o ../crypto/dsa/dsa_vrf.o ../crypto/err/err.o ../crypto/evp/digest.o ../crypto/evp/enc_min.o ../crypto/evp/e_aes.o ../crypto/evp/e_des3.o ../crypto/evp/p_sign.o ../crypto/evp/p_verify.o ../crypto/mem_clr.o ../crypto/mem.o ../crypto/rand/md_rand.o ../crypto/rand/rand_egd.o ../crypto/rand/randfile.o ../crypto/rand/rand_lib.o ../crypto/rand/rand_os2.o ../crypto/rand/rand_unix.o ../crypto/rand/rand_win.o ../crypto/rsa/rsa_lib.o ../crypto/rsa/rsa_none.o ../crypto/rsa/rsa_oaep.o ../crypto/rsa/rsa_pk1.o ../crypto/rsa/rsa_pss.o ../crypto/rsa/rsa_ssl.o ../crypto/rsa/rsa_x931.o ../crypto/sha/sha1dgst.o ../crypto/sha/sha256.o ../crypto/sha/sha512.o ../crypto/uid.o' ; export EXCL_OBJ ; \ ARX='/usr/bin/perl ${TOP}/util/arx.pl ar r' ; \ else \ ARX='ar r' ; \ fi ; export ARX ; \ dir=crypto; target=all; if echo " crypto ssl engines apps test tools " | grep " $dir " >/dev/null 2>/dev/null; then if [ -d "$dir" ]; then ( [ $target != all -a -z "" ] && FIPSCANLIB=/dev/null; cd $dir && echo "making $target in $dir..." && TOP= && unset TOP ${LIB+LIB} ${LIBS+LIBS} ${INCLUDE+INCLUDE} ${INCLUDES+INCLUDES} ${DIR+DIR} ${DIRS+DIRS} ${SRC+SRC} ${LIBSRC+LIBSRC} ${LIBOBJ+LIBOBJ} ${ALL+ALL} ${EXHEADER+EXHEADER} ${HEADER+HEADER} ${GENERAL+GENERAL} ${CFLAGS+CFLAGS} ${ASFLAGS+ASFLAGS} ${AFLAGS+AFLAGS} ${LDCMD+LDCMD} ${LDFLAGS+LDFLAGS} ${SHAREDCMD+SHAREDCMD} ${SHAREDFLAGS+SHAREDFLAGS} ${SHARED_LIB+SHARED_LIB} ${LIBEXTRAS+LIBEXTRAS} && make -e PLATFORM='custom' PROCESSOR='' CC='gcc' CFLAG='-DOPENSSL_THREADS -fPIC ' AS='gcc' ASFLAG='-DOPENSSL_THREADS -fPIC -c' AR='ar r' PERL='/usr/bin/perl' RANLIB='ranlib' SDIRS='objects md2 md4 md5 sha hmac ripemd des aes rc2 rc4 idea bf cast bn ec rsa dsa ecdsa dh ecdh dso engine buffer bio stack lhash rand err evp asn1 pem x509 x509v3 conf txt_db pkcs7 pkcs12 comp ocsp ui krb5 store pqueue' LIBRPATH='/usr/local/ssl/lib' INSTALL_PREFIX='' INSTALLTOP='/usr/local/ssl' OPENSSLDIR='/usr/local/ssl' MAKEDEPEND='$${TOP}/util/domd $${TOP} -MD gcc' DEPFLAG='-DOPENSSL_NO_DEPRECATED -DOPENSSL_NO_CAMELLIA -DOPENSSL_NO_CAPIENG -DOPENSSL_NO_CMS -DOPENSSL_NO_GMP -DOPENSSL_NO_JPAKE -DOPENSSL_NO_MDC2 -DOPENSSL_NO_RC5 -DOPENSSL_NO_RFC3779 -DOPENSSL_NO_SEED' MAKEDEPPROG='gcc' SHARED_LDFLAGS='' KRB5_INCLUDES='' LIBKRB5='' EXE_EXT='' SHARED_LIBS='' SHLIB_EXT='' SHLIB_TARGET='' PEX_LIBS='' EX_LIBS='' CPUID_OBJ='' BN_ASM='bn_asm.o' DES_ENC='des_enc.o fcrypt_b.o' AES_ASM_OBJ='aes_core.o aes_cbc.o' BF_ENC='bf_enc.o' CAST_ENC='c_enc.o' RC4_ENC='rc4_enc.o rc4_skey.o' RC5_ENC='rc5_enc.o' SHA1_ASM_OBJ='' MD5_ASM_OBJ='' RMD160_ASM_OBJ='' FIPSLIBDIR='/usr/local/ssl/fips-1.0/lib/' FIPSCANLIB="${FIPSCANLIB:-}" FIPSCANISTERINTERNAL='n' FIPS_EX_OBJ='../crypto/aes/aes_cfb.o ../crypto/aes/aes_ecb.o ../crypto/aes/aes_ofb.o ../crypto/bn/bn_add.o ../crypto/bn/bn_blind.o ../crypto/bn/bn_ctx.o ../crypto/bn/bn_div.o ../crypto/bn/bn_exp2.o ../crypto/bn/bn_exp.o ../crypto/bn/bn_gcd.o ../crypto/bn/bn_lib.o ../crypto/bn/bn_mod.o ../crypto/bn/bn_mont.o ../crypto/bn/bn_mul.o ../crypto/bn/bn_prime.o ../crypto/bn/bn_rand.o ../crypto/bn/bn_recp.o ../crypto/bn/bn_shift.o ../crypto/bn/bn_sqr.o ../crypto/bn/bn_word.o ../crypto/bn/bn_x931p.o ../crypto/buffer/buf_str.o ../crypto/cryptlib.o ../crypto/des/cfb64ede.o ../crypto/des/cfb64enc.o ../crypto/des/cfb_enc.o ../crypto/des/ecb3_enc.o ../crypto/des/ecb_enc.o ../crypto/des/ofb64ede.o ../crypto/des/ofb64enc.o ../crypto/des/fcrypt.o ../crypto/des/set_key.o ../crypto/dsa/dsa_utl.o ../crypto/dsa/dsa_sign.o ../crypto/dsa/dsa_vrf.o ../crypto/err/err.o ../crypto/evp/digest.o ../crypto/evp/enc_min.o ../crypto/evp/e_aes.o ../crypto/evp/e_des3.o ../crypto/evp/p_sign.o ../crypto/evp/p_verify.o ../crypto/mem_clr.o ../crypto/mem.o ../crypto/rand/md_rand.o ../crypto/rand/rand_egd.o ../crypto/rand/randfile.o ../crypto/rand/rand_lib.o ../crypto/rand/rand_os2.o ../crypto/rand/rand_unix.o ../crypto/rand/rand_win.o ../crypto/rsa/rsa_lib.o ../crypto/rsa/rsa_none.o ../crypto/rsa/rsa_oaep.o ../crypto/rsa/rsa_pk1.o ../crypto/rsa/rsa_pss.o ../crypto/rsa/rsa_ssl.o ../crypto/rsa/rsa_x931.o ../crypto/sha/sha1dgst.o ../crypto/sha/sha256.o ../crypto/sha/sha512.o ../crypto/uid.o' THIS=${THIS:-build_crypto} MAKEFILE=Makefile MAKEOVERRIDES= TOP=.. DIR=$dir $target ) || exit 1; fi; fi making all in crypto... make[2]: Entering directory `/trunk/userapps/opensource/openssl-0.9.8l/crypto' ( echo "#ifndef MK1MF_BUILD"; \ echo ' /* auto-generated by crypto/Makefile for crypto/cversion.c */'; \ echo ' #define CFLAGS "gcc -DOPENSSL_THREADS -fPIC "'; \ echo ' #define PLATFORM "custom"'; \ echo " #define DATE \"`LC_ALL=C LC_TIME=C date`\""; \ echo '#endif' ) >buildinf.h gcc -I. -I.. -I../include -DOPENSSL_THREADS -fPIC -c -o cryptlib.o cryptlib.c gcc -I. -I.. -I../include -DOPENSSL_THREADS -fPIC -c -o dyn_lck.o dyn_lck.c gcc -I. -I.. -I../include -DOPENSSL_THREADS -fPIC -c -o mem.o mem.c gcc -I. -I.. -I../include -DOPENSSL_THREADS -fPIC -c -o mem_clr.o mem_clr.c gcc -I. -I.. -I../include -DOPENSSL_THREADS -fPIC -c -o mem_dbg.o mem_dbg.c gcc -I. -I.. -I../include -DOPENSSL_THREADS -fPIC -c -o cversion.o cversion.c gcc -I. -I.. -I../include -DOPENSSL_THREADS -fPIC -c -o ex_data.o ex_data.c gcc -I. -I.. -I../include -DOPENSSL_THREADS -fPIC -c -o tmdiff.o tmdiff.c gcc -I. -I.. -I../include -DOPENSSL_THREADS -fPIC -c -o cpt_err.o cpt_err.c gcc -I. -I.. -I../include -DOPENSSL_THREADS -fPIC -c -o ebcdic.o ebcdic.c gcc -I. -I.. -I../include -DOPENSSL_THREADS -fPIC -c -o uid.o uid.c gcc -I. -I.. -I../include -DOPENSSL_THREADS -fPIC -c -o o_time.o o_time.c gcc -I. -I.. -I../include -DOPENSSL_THREADS -fPIC -c -o o_str.o o_str.c gcc -I. -I.. -I../include -DOPENSSL_THREADS -fPIC -c -o o_dir.o o_dir.c gcc -I. -I.. -I../include -DOPENSSL_THREADS -fPIC -c -o o_init.o o_init.c gcc -I. -I.. -I../include -DOPENSSL_THREADS -fPIC -c -o fips_err.o fips_err.c ar r ../libcrypto.a cryptlib.o dyn_lck.o mem.o mem_clr.o mem_dbg.o cversion.o ex_data.o tmdiff.o cpt_err.o ebcdic.o uid.o o_time.o o_str.o o_dir.o o_init.o fips_err.o ranlib ../libcrypto.a || echo Never mind. making all in crypto/objects... make[3]: Entering directory `/trunk/userapps/opensource/openssl-0.9.8l/crypto/objects' gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o o_names.o o_names.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o obj_dat.o obj_dat.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o obj_lib.o obj_lib.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o obj_err.o obj_err.c ar r ../../libcrypto.a o_names.o obj_dat.o obj_lib.o obj_err.o ranlib ../../libcrypto.a || echo Never mind. make[3]: Leaving directory `/trunk/userapps/opensource/openssl-0.9.8l/crypto/objects' making all in crypto/md2... make[3]: Entering directory `/trunk/userapps/opensource/openssl-0.9.8l/crypto/md2' gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o md2_dgst.o md2_dgst.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o md2_one.o md2_one.c ar r ../../libcrypto.a md2_dgst.o md2_one.o ranlib ../../libcrypto.a || echo Never mind. make[3]: Leaving directory `/trunk/userapps/opensource/openssl-0.9.8l/crypto/md2' making all in crypto/md4... make[3]: Entering directory `/trunk/userapps/opensource/openssl-0.9.8l/crypto/md4' gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o md4_dgst.o md4_dgst.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o md4_one.o md4_one.c ar r ../../libcrypto.a md4_dgst.o md4_one.o ranlib ../../libcrypto.a || echo Never mind. make[3]: Leaving directory `/trunk/userapps/opensource/openssl-0.9.8l/crypto/md4' making all in crypto/md5... make[3]: Entering directory `/trunk/userapps/opensource/openssl-0.9.8l/crypto/md5' gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o md5_dgst.o md5_dgst.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o md5_one.o md5_one.c ar r ../../libcrypto.a md5_dgst.o md5_one.o ranlib ../../libcrypto.a || echo Never mind. make[3]: Leaving directory `/trunk/userapps/opensource/openssl-0.9.8l/crypto/md5' making all in crypto/sha... make[3]: Entering directory `/trunk/userapps/opensource/openssl-0.9.8l/crypto/sha' gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o sha_dgst.o sha_dgst.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o sha1dgst.o sha1dgst.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o sha_one.o sha_one.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o sha1_one.o sha1_one.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o sha256.o sha256.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o sha512.o sha512.c ar r ../../libcrypto.a sha_dgst.o sha1dgst.o sha_one.o sha1_one.o sha256.o sha512.o ranlib ../../libcrypto.a || echo Never mind. make[3]: Leaving directory `/trunk/userapps/opensource/openssl-0.9.8l/crypto/sha' making all in crypto/hmac... make[3]: Entering directory `/trunk/userapps/opensource/openssl-0.9.8l/crypto/hmac' gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o hmac.o hmac.c ar r ../../libcrypto.a hmac.o ranlib ../../libcrypto.a || echo Never mind. make[3]: Leaving directory `/trunk/userapps/opensource/openssl-0.9.8l/crypto/hmac' making all in crypto/ripemd... make[3]: Entering directory `/trunk/userapps/opensource/openssl-0.9.8l/crypto/ripemd' gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o rmd_dgst.o rmd_dgst.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o rmd_one.o rmd_one.c ar r ../../libcrypto.a rmd_dgst.o rmd_one.o ranlib ../../libcrypto.a || echo Never mind. make[3]: Leaving directory `/trunk/userapps/opensource/openssl-0.9.8l/crypto/ripemd' making all in crypto/des... make[3]: Entering directory `/trunk/userapps/opensource/openssl-0.9.8l/crypto/des' gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o des_lib.o des_lib.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o set_key.o set_key.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o ecb_enc.o ecb_enc.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o cbc_enc.o cbc_enc.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o ecb3_enc.o ecb3_enc.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o cfb64enc.o cfb64enc.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o cfb64ede.o cfb64ede.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o cfb_enc.o cfb_enc.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o ofb64ede.o ofb64ede.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o enc_read.o enc_read.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o enc_writ.o enc_writ.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o ofb64enc.o ofb64enc.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o ofb_enc.o ofb_enc.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o str2key.o str2key.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o pcbc_enc.o pcbc_enc.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o qud_cksm.o qud_cksm.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o rand_key.o rand_key.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o des_enc.o des_enc.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o fcrypt_b.o fcrypt_b.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o fcrypt.o fcrypt.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o xcbc_enc.o xcbc_enc.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o rpc_enc.o rpc_enc.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o cbc_cksm.o cbc_cksm.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o ede_cbcm_enc.o ede_cbcm_enc.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o des_old.o des_old.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o des_old2.o des_old2.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o read2pwd.o read2pwd.c ar r ../../libcrypto.a des_lib.o set_key.o ecb_enc.o cbc_enc.o ecb3_enc.o cfb64enc.o cfb64ede.o cfb_enc.o ofb64ede.o enc_read.o enc_writ.o ofb64enc.o ofb_enc.o str2key.o pcbc_enc.o qud_cksm.o rand_key.o des_enc.o fcrypt_b.o fcrypt.o xcbc_enc.o rpc_enc.o cbc_cksm.o ede_cbcm_enc.o des_old.o des_old2.o read2pwd.o ranlib ../../libcrypto.a || echo Never mind. make[3]: Leaving directory `/trunk/userapps/opensource/openssl-0.9.8l/crypto/des' making all in crypto/aes... make[3]: Entering directory `/trunk/userapps/opensource/openssl-0.9.8l/crypto/aes' gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o aes_misc.o aes_misc.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o aes_ecb.o aes_ecb.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o aes_cfb.o aes_cfb.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o aes_ofb.o aes_ofb.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o aes_ctr.o aes_ctr.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o aes_ige.o aes_ige.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o aes_wrap.o aes_wrap.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o aes_core.o aes_core.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o aes_cbc.o aes_cbc.c ar r ../../libcrypto.a aes_misc.o aes_ecb.o aes_cfb.o aes_ofb.o aes_ctr.o aes_ige.o aes_wrap.o aes_core.o aes_cbc.o ranlib ../../libcrypto.a || echo Never mind. make[3]: Leaving directory `/trunk/userapps/opensource/openssl-0.9.8l/crypto/aes' making all in crypto/rc2... make[3]: Entering directory `/trunk/userapps/opensource/openssl-0.9.8l/crypto/rc2' gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o rc2_ecb.o rc2_ecb.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o rc2_skey.o rc2_skey.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o rc2_cbc.o rc2_cbc.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o rc2cfb64.o rc2cfb64.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o rc2ofb64.o rc2ofb64.c ar r ../../libcrypto.a rc2_ecb.o rc2_skey.o rc2_cbc.o rc2cfb64.o rc2ofb64.o ranlib ../../libcrypto.a || echo Never mind. make[3]: Leaving directory `/trunk/userapps/opensource/openssl-0.9.8l/crypto/rc2' making all in crypto/rc4... make[3]: Entering directory `/trunk/userapps/opensource/openssl-0.9.8l/crypto/rc4' gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o rc4_enc.o rc4_enc.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o rc4_skey.o rc4_skey.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o rc4_fblk.o rc4_fblk.c ar r ../../libcrypto.a rc4_enc.o rc4_skey.o rc4_fblk.o ranlib ../../libcrypto.a || echo Never mind. make[3]: Leaving directory `/trunk/userapps/opensource/openssl-0.9.8l/crypto/rc4' making all in crypto/idea... make[3]: Entering directory `/trunk/userapps/opensource/openssl-0.9.8l/crypto/idea' gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o i_cbc.o i_cbc.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o i_cfb64.o i_cfb64.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o i_ofb64.o i_ofb64.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o i_ecb.o i_ecb.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o i_skey.o i_skey.c ar r ../../libcrypto.a i_cbc.o i_cfb64.o i_ofb64.o i_ecb.o i_skey.o ranlib ../../libcrypto.a || echo Never mind. make[3]: Leaving directory `/trunk/userapps/opensource/openssl-0.9.8l/crypto/idea' making all in crypto/bf... make[3]: Entering directory `/trunk/userapps/opensource/openssl-0.9.8l/crypto/bf' gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o bf_skey.o bf_skey.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o bf_ecb.o bf_ecb.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o bf_enc.o bf_enc.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o bf_cfb64.o bf_cfb64.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o bf_ofb64.o bf_ofb64.c ar r ../../libcrypto.a bf_skey.o bf_ecb.o bf_enc.o bf_cfb64.o bf_ofb64.o ranlib ../../libcrypto.a || echo Never mind. make[3]: Leaving directory `/trunk/userapps/opensource/openssl-0.9.8l/crypto/bf' making all in crypto/cast... make[3]: Entering directory `/trunk/userapps/opensource/openssl-0.9.8l/crypto/cast' gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o c_skey.o c_skey.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o c_ecb.o c_ecb.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o c_enc.o c_enc.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o c_cfb64.o c_cfb64.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o c_ofb64.o c_ofb64.c ar r ../../libcrypto.a c_skey.o c_ecb.o c_enc.o c_cfb64.o c_ofb64.o ranlib ../../libcrypto.a || echo Never mind. make[3]: Leaving directory `/trunk/userapps/opensource/openssl-0.9.8l/crypto/cast' making all in crypto/bn... make[3]: Entering directory `/trunk/userapps/opensource/openssl-0.9.8l/crypto/bn' gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o bn_add.o bn_add.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o bn_div.o bn_div.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o bn_exp.o bn_exp.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o bn_lib.o bn_lib.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o bn_ctx.o bn_ctx.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o bn_mul.o bn_mul.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o bn_mod.o bn_mod.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o bn_print.o bn_print.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o bn_rand.o bn_rand.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o bn_shift.o bn_shift.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o bn_word.o bn_word.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o bn_blind.o bn_blind.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o bn_kron.o bn_kron.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o bn_sqrt.o bn_sqrt.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o bn_gcd.o bn_gcd.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o bn_prime.o bn_prime.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o bn_err.o bn_err.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o bn_sqr.o bn_sqr.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o bn_asm.o bn_asm.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o bn_recp.o bn_recp.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o bn_mont.o bn_mont.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o bn_mpi.o bn_mpi.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o bn_exp2.o bn_exp2.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o bn_gf2m.o bn_gf2m.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o bn_nist.o bn_nist.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o bn_depr.o bn_depr.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o bn_x931p.o bn_x931p.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o bn_const.o bn_const.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o bn_opt.o bn_opt.c ar r ../../libcrypto.a bn_add.o bn_div.o bn_exp.o bn_lib.o bn_ctx.o bn_mul.o bn_mod.o bn_print.o bn_rand.o bn_shift.o bn_word.o bn_blind.o bn_kron.o bn_sqrt.o bn_gcd.o bn_prime.o bn_err.o bn_sqr.o bn_asm.o bn_recp.o bn_mont.o bn_mpi.o bn_exp2.o bn_gf2m.o bn_nist.o bn_depr.o bn_x931p.o bn_const.o bn_opt.o ranlib ../../libcrypto.a || echo Never mind. make[3]: Leaving directory `/trunk/userapps/opensource/openssl-0.9.8l/crypto/bn' making all in crypto/ec... make[3]: Entering directory `/trunk/userapps/opensource/openssl-0.9.8l/crypto/ec' gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o ec_lib.o ec_lib.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o ecp_smpl.o ecp_smpl.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o ecp_mont.o ecp_mont.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o ecp_nist.o ecp_nist.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o ec_cvt.o ec_cvt.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o ec_mult.o ec_mult.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o ec_err.o ec_err.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o ec_curve.o ec_curve.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o ec_check.o ec_check.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o ec_print.o ec_print.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o ec_asn1.o ec_asn1.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o ec_key.o ec_key.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o ec2_smpl.o ec2_smpl.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o ec2_mult.o ec2_mult.c ar r ../../libcrypto.a ec_lib.o ecp_smpl.o ecp_mont.o ecp_nist.o ec_cvt.o ec_mult.o ec_err.o ec_curve.o ec_check.o ec_print.o ec_asn1.o ec_key.o ec2_smpl.o ec2_mult.o ranlib ../../libcrypto.a || echo Never mind. make[3]: Leaving directory `/trunk/userapps/opensource/openssl-0.9.8l/crypto/ec' making all in crypto/rsa... make[3]: Entering directory `/trunk/userapps/opensource/openssl-0.9.8l/crypto/rsa' gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o rsa_eay.o rsa_eay.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o rsa_gen.o rsa_gen.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o rsa_lib.o rsa_lib.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o rsa_sign.o rsa_sign.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o rsa_saos.o rsa_saos.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o rsa_err.o rsa_err.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o rsa_pk1.o rsa_pk1.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o rsa_ssl.o rsa_ssl.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o rsa_none.o rsa_none.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o rsa_oaep.o rsa_oaep.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o rsa_chk.o rsa_chk.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o rsa_null.o rsa_null.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o rsa_pss.o rsa_pss.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o rsa_x931.o rsa_x931.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o rsa_x931g.o rsa_x931g.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o rsa_asn1.o rsa_asn1.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o rsa_depr.o rsa_depr.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o rsa_eng.o rsa_eng.c ar r ../../libcrypto.a rsa_eay.o rsa_gen.o rsa_lib.o rsa_sign.o rsa_saos.o rsa_err.o rsa_pk1.o rsa_ssl.o rsa_none.o rsa_oaep.o rsa_chk.o rsa_null.o rsa_pss.o rsa_x931.o rsa_x931g.o rsa_asn1.o rsa_depr.o rsa_eng.o ranlib ../../libcrypto.a || echo Never mind. make[3]: Leaving directory `/trunk/userapps/opensource/openssl-0.9.8l/crypto/rsa' making all in crypto/dsa... make[3]: Entering directory `/trunk/userapps/opensource/openssl-0.9.8l/crypto/dsa' gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o dsa_gen.o dsa_gen.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o dsa_key.o dsa_key.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o dsa_lib.o dsa_lib.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o dsa_asn1.o dsa_asn1.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o dsa_vrf.o dsa_vrf.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o dsa_sign.o dsa_sign.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o dsa_err.o dsa_err.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o dsa_ossl.o dsa_ossl.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o dsa_depr.o dsa_depr.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o dsa_utl.o dsa_utl.c ar r ../../libcrypto.a dsa_gen.o dsa_key.o dsa_lib.o dsa_asn1.o dsa_vrf.o dsa_sign.o dsa_err.o dsa_ossl.o dsa_depr.o dsa_utl.o ranlib ../../libcrypto.a || echo Never mind. make[3]: Leaving directory `/trunk/userapps/opensource/openssl-0.9.8l/crypto/dsa' making all in crypto/ecdsa... make[3]: Entering directory `/trunk/userapps/opensource/openssl-0.9.8l/crypto/ecdsa' gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o ecs_lib.o ecs_lib.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o ecs_asn1.o ecs_asn1.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o ecs_ossl.o ecs_ossl.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o ecs_sign.o ecs_sign.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o ecs_vrf.o ecs_vrf.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o ecs_err.o ecs_err.c ar r ../../libcrypto.a ecs_lib.o ecs_asn1.o ecs_ossl.o ecs_sign.o ecs_vrf.o ecs_err.o ranlib ../../libcrypto.a || echo Never mind. make[3]: Leaving directory `/trunk/userapps/opensource/openssl-0.9.8l/crypto/ecdsa' making all in crypto/dh... make[3]: Entering directory `/trunk/userapps/opensource/openssl-0.9.8l/crypto/dh' gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o dh_asn1.o dh_asn1.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o dh_gen.o dh_gen.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o dh_key.o dh_key.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o dh_lib.o dh_lib.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o dh_check.o dh_check.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o dh_err.o dh_err.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o dh_depr.o dh_depr.c ar r ../../libcrypto.a dh_asn1.o dh_gen.o dh_key.o dh_lib.o dh_check.o dh_err.o dh_depr.o ranlib ../../libcrypto.a || echo Never mind. make[3]: Leaving directory `/trunk/userapps/opensource/openssl-0.9.8l/crypto/dh' making all in crypto/ecdh... make[3]: Entering directory `/trunk/userapps/opensource/openssl-0.9.8l/crypto/ecdh' gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o ech_lib.o ech_lib.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o ech_ossl.o ech_ossl.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o ech_key.o ech_key.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o ech_err.o ech_err.c ar r ../../libcrypto.a ech_lib.o ech_ossl.o ech_key.o ech_err.o ranlib ../../libcrypto.a || echo Never mind. make[3]: Leaving directory `/trunk/userapps/opensource/openssl-0.9.8l/crypto/ecdh' making all in crypto/dso... make[3]: Entering directory `/trunk/userapps/opensource/openssl-0.9.8l/crypto/dso' gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o dso_dl.o dso_dl.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o dso_dlfcn.o dso_dlfcn.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o dso_err.o dso_err.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o dso_lib.o dso_lib.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o dso_null.o dso_null.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o dso_openssl.o dso_openssl.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o dso_win32.o dso_win32.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o dso_vms.o dso_vms.c ar r ../../libcrypto.a dso_dl.o dso_dlfcn.o dso_err.o dso_lib.o dso_null.o dso_openssl.o dso_win32.o dso_vms.o ranlib ../../libcrypto.a || echo Never mind. make[3]: Leaving directory `/trunk/userapps/opensource/openssl-0.9.8l/crypto/dso' making all in crypto/engine... make[3]: Entering directory `/trunk/userapps/opensource/openssl-0.9.8l/crypto/engine' gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o eng_err.o eng_err.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o eng_lib.o eng_lib.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o eng_list.o eng_list.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o eng_init.o eng_init.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o eng_ctrl.o eng_ctrl.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o eng_table.o eng_table.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o eng_pkey.o eng_pkey.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o eng_fat.o eng_fat.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o eng_all.o eng_all.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o tb_rsa.o tb_rsa.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o tb_dsa.o tb_dsa.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o tb_ecdsa.o tb_ecdsa.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o tb_dh.o tb_dh.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o tb_ecdh.o tb_ecdh.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o tb_rand.o tb_rand.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o tb_store.o tb_store.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o tb_cipher.o tb_cipher.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o tb_digest.o tb_digest.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o eng_openssl.o eng_openssl.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o eng_cnf.o eng_cnf.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o eng_dyn.o eng_dyn.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o eng_cryptodev.o eng_cryptodev.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o eng_padlock.o eng_padlock.c ar r ../../libcrypto.a eng_err.o eng_lib.o eng_list.o eng_init.o eng_ctrl.o eng_table.o eng_pkey.o eng_fat.o eng_all.o tb_rsa.o tb_dsa.o tb_ecdsa.o tb_dh.o tb_ecdh.o tb_rand.o tb_store.o tb_cipher.o tb_digest.o eng_openssl.o eng_cnf.o eng_dyn.o eng_cryptodev.o eng_padlock.o ranlib ../../libcrypto.a || echo Never mind. make[3]: Leaving directory `/trunk/userapps/opensource/openssl-0.9.8l/crypto/engine' making all in crypto/buffer... make[3]: Entering directory `/trunk/userapps/opensource/openssl-0.9.8l/crypto/buffer' gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o buffer.o buffer.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o buf_str.o buf_str.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o buf_err.o buf_err.c ar r ../../libcrypto.a buffer.o buf_str.o buf_err.o ranlib ../../libcrypto.a || echo Never mind. make[3]: Leaving directory `/trunk/userapps/opensource/openssl-0.9.8l/crypto/buffer' making all in crypto/bio... make[3]: Entering directory `/trunk/userapps/opensource/openssl-0.9.8l/crypto/bio' gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o bio_lib.o bio_lib.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o bio_cb.o bio_cb.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o bio_err.o bio_err.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o bss_mem.o bss_mem.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o bss_null.o bss_null.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o bss_fd.o bss_fd.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o bss_file.o bss_file.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o bss_sock.o bss_sock.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o bss_conn.o bss_conn.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o bf_null.o bf_null.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o bf_buff.o bf_buff.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o b_print.o b_print.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o b_dump.o b_dump.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o b_sock.o b_sock.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o bss_acpt.o bss_acpt.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o bf_nbio.o bf_nbio.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o bss_log.o bss_log.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o bss_bio.o bss_bio.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o bss_dgram.o bss_dgram.c ar r ../../libcrypto.a bio_lib.o bio_cb.o bio_err.o bss_mem.o bss_null.o bss_fd.o bss_file.o bss_sock.o bss_conn.o bf_null.o bf_buff.o b_print.o b_dump.o b_sock.o bss_acpt.o bf_nbio.o bss_log.o bss_bio.o bss_dgram.o ranlib ../../libcrypto.a || echo Never mind. make[3]: Leaving directory `/trunk/userapps/opensource/openssl-0.9.8l/crypto/bio' making all in crypto/stack... make[3]: Entering directory `/trunk/userapps/opensource/openssl-0.9.8l/crypto/stack' gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o stack.o stack.c ar r ../../libcrypto.a stack.o ranlib ../../libcrypto.a || echo Never mind. make[3]: Leaving directory `/trunk/userapps/opensource/openssl-0.9.8l/crypto/stack' making all in crypto/lhash... make[3]: Entering directory `/trunk/userapps/opensource/openssl-0.9.8l/crypto/lhash' gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o lhash.o lhash.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o lh_stats.o lh_stats.c ar r ../../libcrypto.a lhash.o lh_stats.o ranlib ../../libcrypto.a || echo Never mind. make[3]: Leaving directory `/trunk/userapps/opensource/openssl-0.9.8l/crypto/lhash' making all in crypto/rand... make[3]: Entering directory `/trunk/userapps/opensource/openssl-0.9.8l/crypto/rand' gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o md_rand.o md_rand.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o randfile.o randfile.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o rand_lib.o rand_lib.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o rand_eng.o rand_eng.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o rand_err.o rand_err.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o rand_egd.o rand_egd.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o rand_win.o rand_win.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o rand_unix.o rand_unix.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o rand_os2.o rand_os2.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o rand_nw.o rand_nw.c ar r ../../libcrypto.a md_rand.o randfile.o rand_lib.o rand_eng.o rand_err.o rand_egd.o rand_win.o rand_unix.o rand_os2.o rand_nw.o ranlib ../../libcrypto.a || echo Never mind. make[3]: Leaving directory `/trunk/userapps/opensource/openssl-0.9.8l/crypto/rand' making all in crypto/err... make[3]: Entering directory `/trunk/userapps/opensource/openssl-0.9.8l/crypto/err' gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o err.o err.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o err_def.o err_def.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o err_all.o err_all.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o err_prn.o err_prn.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o err_str.o err_str.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o err_bio.o err_bio.c ar r ../../libcrypto.a err.o err_def.o err_all.o err_prn.o err_str.o err_bio.o ranlib ../../libcrypto.a || echo Never mind. make[3]: Leaving directory `/trunk/userapps/opensource/openssl-0.9.8l/crypto/err' making all in crypto/evp... make[3]: Entering directory `/trunk/userapps/opensource/openssl-0.9.8l/crypto/evp' gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o encode.o encode.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o digest.o digest.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o dig_eng.o dig_eng.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o evp_enc.o evp_enc.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o evp_key.o evp_key.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o evp_acnf.o evp_acnf.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o evp_cnf.o evp_cnf.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o e_des.o e_des.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o e_bf.o e_bf.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o e_idea.o e_idea.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o e_des3.o e_des3.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o e_camellia.o e_camellia.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o e_rc4.o e_rc4.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o e_aes.o e_aes.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o names.o names.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o e_seed.o e_seed.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o e_xcbc_d.o e_xcbc_d.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o e_rc2.o e_rc2.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o e_cast.o e_cast.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o e_rc5.o e_rc5.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o enc_min.o enc_min.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o m_null.o m_null.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o m_md2.o m_md2.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o m_md4.o m_md4.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o m_md5.o m_md5.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o m_sha.o m_sha.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o m_sha1.o m_sha1.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o m_dss.o m_dss.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o m_dss1.o m_dss1.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o m_mdc2.o m_mdc2.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o m_ripemd.o m_ripemd.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o m_ecdsa.o m_ecdsa.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o p_open.o p_open.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o p_seal.o p_seal.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o p_sign.o p_sign.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o p_verify.o p_verify.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o p_lib.o p_lib.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o p_enc.o p_enc.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o p_dec.o p_dec.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o bio_md.o bio_md.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o bio_b64.o bio_b64.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o bio_enc.o bio_enc.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o evp_err.o evp_err.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o e_null.o e_null.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o c_all.o c_all.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o c_allc.o c_allc.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o c_alld.o c_alld.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o evp_lib.o evp_lib.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o bio_ok.o bio_ok.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o evp_pkey.o evp_pkey.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o evp_pbe.o evp_pbe.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o p5_crpt.o p5_crpt.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o p5_crpt2.o p5_crpt2.c ar r ../../libcrypto.a encode.o digest.o dig_eng.o evp_enc.o evp_key.o evp_acnf.o evp_cnf.o e_des.o e_bf.o e_idea.o e_des3.o e_camellia.o e_rc4.o e_aes.o names.o e_seed.o e_xcbc_d.o e_rc2.o e_cast.o e_rc5.o enc_min.o m_null.o m_md2.o m_md4.o m_md5.o m_sha.o m_sha1.o m_dss.o m_dss1.o m_mdc2.o m_ripemd.o m_ecdsa.o p_open.o p_seal.o p_sign.o p_verify.o p_lib.o p_enc.o p_dec.o bio_md.o bio_b64.o bio_enc.o evp_err.o e_null.o c_all.o c_allc.o c_alld.o evp_lib.o bio_ok.o evp_pkey.o evp_pbe.o p5_crpt.o p5_crpt2.o e_old.o ranlib ../../libcrypto.a || echo Never mind. make[3]: Leaving directory `/trunk/userapps/opensource/openssl-0.9.8l/crypto/evp' making all in crypto/asn1... make[3]: Entering directory `/trunk/userapps/opensource/openssl-0.9.8l/crypto/asn1' gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o a_object.o a_object.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o a_bitstr.o a_bitstr.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o a_utctm.o a_utctm.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o a_gentm.o a_gentm.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o a_time.o a_time.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o a_int.o a_int.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o a_octet.o a_octet.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o a_print.o a_print.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o a_type.o a_type.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o a_set.o a_set.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o a_dup.o a_dup.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o a_d2i_fp.o a_d2i_fp.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o a_i2d_fp.o a_i2d_fp.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o a_enum.o a_enum.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o a_utf8.o a_utf8.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o a_sign.o a_sign.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o a_digest.o a_digest.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o a_verify.o a_verify.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o a_mbstr.o a_mbstr.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o a_strex.o a_strex.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o x_algor.o x_algor.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o x_val.o x_val.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o x_pubkey.o x_pubkey.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o x_sig.o x_sig.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o x_req.o x_req.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o x_attrib.o x_attrib.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o x_bignum.o x_bignum.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o x_long.o x_long.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o x_name.o x_name.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o x_x509.o x_x509.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o x_x509a.o x_x509a.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o x_crl.o x_crl.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o x_info.o x_info.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o x_spki.o x_spki.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o nsseq.o nsseq.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o d2i_pu.o d2i_pu.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o d2i_pr.o d2i_pr.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o i2d_pu.o i2d_pu.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o i2d_pr.o i2d_pr.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o t_req.o t_req.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o t_x509.o t_x509.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o t_x509a.o t_x509a.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o t_crl.o t_crl.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o t_pkey.o t_pkey.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o t_spki.o t_spki.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o t_bitst.o t_bitst.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o tasn_new.o tasn_new.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o tasn_fre.o tasn_fre.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o tasn_enc.o tasn_enc.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o tasn_dec.o tasn_dec.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o tasn_utl.o tasn_utl.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o tasn_typ.o tasn_typ.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o f_int.o f_int.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o f_string.o f_string.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o n_pkey.o n_pkey.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o f_enum.o f_enum.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o a_hdr.o a_hdr.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o x_pkey.o x_pkey.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o a_bool.o a_bool.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o x_exten.o x_exten.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o asn_mime.o asn_mime.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o asn1_gen.o asn1_gen.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o asn1_par.o asn1_par.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o asn1_lib.o asn1_lib.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o asn1_err.o asn1_err.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o a_meth.o a_meth.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o a_bytes.o a_bytes.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o a_strnid.o a_strnid.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o evp_asn1.o evp_asn1.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o asn_pack.o asn_pack.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o p5_pbe.o p5_pbe.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o p5_pbev2.o p5_pbev2.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o p8_pkey.o p8_pkey.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o asn_moid.o asn_moid.c ar r ../../libcrypto.a a_object.o a_bitstr.o a_utctm.o a_gentm.o a_time.o a_int.o a_octet.o a_print.o a_type.o a_set.o a_dup.o a_d2i_fp.o a_i2d_fp.o a_enum.o a_utf8.o a_sign.o a_digest.o a_verify.o a_mbstr.o a_strex.o x_algor.o x_val.o x_pubkey.o x_sig.o x_req.o x_attrib.o x_bignum.o x_long.o x_name.o x_x509.o x_x509a.o x_crl.o x_info.o x_spki.o nsseq.o d2i_pu.o d2i_pr.o i2d_pu.o i2d_pr.o t_req.o t_x509.o t_x509a.o t_crl.o t_pkey.o t_spki.o t_bitst.o tasn_new.o tasn_fre.o tasn_enc.o tasn_dec.o tasn_utl.o tasn_typ.o f_int.o f_string.o n_pkey.o f_enum.o a_hdr.o x_pkey.o a_bool.o x_exten.o asn_mime.o asn1_gen.o asn1_par.o asn1_lib.o asn1_err.o a_meth.o a_bytes.o a_strnid.o evp_asn1.o asn_pack.o p5_pbe.o p5_pbev2.o p8_pkey.o asn_moid.o ranlib ../../libcrypto.a || echo Never mind. make[3]: Leaving directory `/trunk/userapps/opensource/openssl-0.9.8l/crypto/asn1' making all in crypto/pem... make[3]: Entering directory `/trunk/userapps/opensource/openssl-0.9.8l/crypto/pem' gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o pem_sign.o pem_sign.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o pem_seal.o pem_seal.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o pem_info.o pem_info.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o pem_lib.o pem_lib.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o pem_all.o pem_all.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o pem_err.o pem_err.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o pem_x509.o pem_x509.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o pem_xaux.o pem_xaux.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o pem_oth.o pem_oth.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o pem_pk8.o pem_pk8.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o pem_pkey.o pem_pkey.c ar r ../../libcrypto.a pem_sign.o pem_seal.o pem_info.o pem_lib.o pem_all.o pem_err.o pem_x509.o pem_xaux.o pem_oth.o pem_pk8.o pem_pkey.o ranlib ../../libcrypto.a || echo Never mind. make[3]: Leaving directory `/trunk/userapps/opensource/openssl-0.9.8l/crypto/pem' making all in crypto/x509... make[3]: Entering directory `/trunk/userapps/opensource/openssl-0.9.8l/crypto/x509' gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o x509_def.o x509_def.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o x509_d2.o x509_d2.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o x509_r2x.o x509_r2x.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o x509_cmp.o x509_cmp.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o x509_obj.o x509_obj.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o x509_req.o x509_req.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o x509spki.o x509spki.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o x509_vfy.o x509_vfy.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o x509_set.o x509_set.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o x509cset.o x509cset.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o x509rset.o x509rset.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o x509_err.o x509_err.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o x509name.o x509name.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o x509_v3.o x509_v3.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o x509_ext.o x509_ext.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o x509_att.o x509_att.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o x509type.o x509type.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o x509_lu.o x509_lu.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o x_all.o x_all.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o x509_txt.o x509_txt.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o x509_trs.o x509_trs.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o by_file.o by_file.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o by_dir.o by_dir.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o x509_vpm.o x509_vpm.c ar r ../../libcrypto.a x509_def.o x509_d2.o x509_r2x.o x509_cmp.o x509_obj.o x509_req.o x509spki.o x509_vfy.o x509_set.o x509cset.o x509rset.o x509_err.o x509name.o x509_v3.o x509_ext.o x509_att.o x509type.o x509_lu.o x_all.o x509_txt.o x509_trs.o by_file.o by_dir.o x509_vpm.o ranlib ../../libcrypto.a || echo Never mind. make[3]: Leaving directory `/trunk/userapps/opensource/openssl-0.9.8l/crypto/x509' making all in crypto/x509v3... make[3]: Entering directory `/trunk/userapps/opensource/openssl-0.9.8l/crypto/x509v3' gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o v3_bcons.o v3_bcons.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o v3_bitst.o v3_bitst.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o v3_conf.o v3_conf.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o v3_extku.o v3_extku.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o v3_ia5.o v3_ia5.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o v3_lib.o v3_lib.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o v3_prn.o v3_prn.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o v3_utl.o v3_utl.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o v3err.o v3err.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o v3_genn.o v3_genn.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o v3_alt.o v3_alt.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o v3_skey.o v3_skey.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o v3_akey.o v3_akey.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o v3_pku.o v3_pku.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o v3_int.o v3_int.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o v3_enum.o v3_enum.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o v3_sxnet.o v3_sxnet.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o v3_cpols.o v3_cpols.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o v3_crld.o v3_crld.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o v3_purp.o v3_purp.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o v3_info.o v3_info.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o v3_ocsp.o v3_ocsp.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o v3_akeya.o v3_akeya.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o v3_pmaps.o v3_pmaps.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o v3_pcons.o v3_pcons.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o v3_ncons.o v3_ncons.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o v3_pcia.o v3_pcia.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o v3_pci.o v3_pci.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o pcy_cache.o pcy_cache.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o pcy_node.o pcy_node.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o pcy_data.o pcy_data.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o pcy_map.o pcy_map.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o pcy_tree.o pcy_tree.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o pcy_lib.o pcy_lib.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o v3_asid.o v3_asid.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o v3_addr.o v3_addr.c ar r ../../libcrypto.a v3_bcons.o v3_bitst.o v3_conf.o v3_extku.o v3_ia5.o v3_lib.o v3_prn.o v3_utl.o v3err.o v3_genn.o v3_alt.o v3_skey.o v3_akey.o v3_pku.o v3_int.o v3_enum.o v3_sxnet.o v3_cpols.o v3_crld.o v3_purp.o v3_info.o v3_ocsp.o v3_akeya.o v3_pmaps.o v3_pcons.o v3_ncons.o v3_pcia.o v3_pci.o pcy_cache.o pcy_node.o pcy_data.o pcy_map.o pcy_tree.o pcy_lib.o v3_asid.o v3_addr.o ranlib ../../libcrypto.a || echo Never mind. make[3]: Leaving directory `/trunk/userapps/opensource/openssl-0.9.8l/crypto/x509v3' making all in crypto/conf... make[3]: Entering directory `/trunk/userapps/opensource/openssl-0.9.8l/crypto/conf' gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o conf_err.o conf_err.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o conf_lib.o conf_lib.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o conf_api.o conf_api.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o conf_def.o conf_def.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o conf_mod.o conf_mod.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o conf_mall.o conf_mall.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o conf_sap.o conf_sap.c ar r ../../libcrypto.a conf_err.o conf_lib.o conf_api.o conf_def.o conf_mod.o conf_mall.o conf_sap.o ranlib ../../libcrypto.a || echo Never mind. make[3]: Leaving directory `/trunk/userapps/opensource/openssl-0.9.8l/crypto/conf' making all in crypto/txt_db... make[3]: Entering directory `/trunk/userapps/opensource/openssl-0.9.8l/crypto/txt_db' gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o txt_db.o txt_db.c ar r ../../libcrypto.a txt_db.o ranlib ../../libcrypto.a || echo Never mind. make[3]: Leaving directory `/trunk/userapps/opensource/openssl-0.9.8l/crypto/txt_db' making all in crypto/pkcs7... make[3]: Entering directory `/trunk/userapps/opensource/openssl-0.9.8l/crypto/pkcs7' gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o pk7_asn1.o pk7_asn1.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o pk7_lib.o pk7_lib.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o pkcs7err.o pkcs7err.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o pk7_doit.o pk7_doit.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o pk7_smime.o pk7_smime.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o pk7_attr.o pk7_attr.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o pk7_mime.o pk7_mime.c ar r ../../libcrypto.a pk7_asn1.o pk7_lib.o pkcs7err.o pk7_doit.o pk7_smime.o pk7_attr.o pk7_mime.o ranlib ../../libcrypto.a || echo Never mind. make[3]: Leaving directory `/trunk/userapps/opensource/openssl-0.9.8l/crypto/pkcs7' making all in crypto/pkcs12... make[3]: Entering directory `/trunk/userapps/opensource/openssl-0.9.8l/crypto/pkcs12' gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o p12_add.o p12_add.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o p12_asn.o p12_asn.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o p12_attr.o p12_attr.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o p12_crpt.o p12_crpt.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o p12_crt.o p12_crt.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o p12_decr.o p12_decr.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o p12_init.o p12_init.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o p12_key.o p12_key.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o p12_kiss.o p12_kiss.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o p12_mutl.o p12_mutl.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o p12_utl.o p12_utl.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o p12_npas.o p12_npas.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o pk12err.o pk12err.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o p12_p8d.o p12_p8d.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o p12_p8e.o p12_p8e.c ar r ../../libcrypto.a p12_add.o p12_asn.o p12_attr.o p12_crpt.o p12_crt.o p12_decr.o p12_init.o p12_key.o p12_kiss.o p12_mutl.o p12_utl.o p12_npas.o pk12err.o p12_p8d.o p12_p8e.o ranlib ../../libcrypto.a || echo Never mind. make[3]: Leaving directory `/trunk/userapps/opensource/openssl-0.9.8l/crypto/pkcs12' making all in crypto/comp... make[3]: Entering directory `/trunk/userapps/opensource/openssl-0.9.8l/crypto/comp' gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o comp_lib.o comp_lib.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o comp_err.o comp_err.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o c_rle.o c_rle.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o c_zlib.o c_zlib.c ar r ../../libcrypto.a comp_lib.o comp_err.o c_rle.o c_zlib.o ranlib ../../libcrypto.a || echo Never mind. make[3]: Leaving directory `/trunk/userapps/opensource/openssl-0.9.8l/crypto/comp' making all in crypto/ocsp... make[3]: Entering directory `/trunk/userapps/opensource/openssl-0.9.8l/crypto/ocsp' gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o ocsp_asn.o ocsp_asn.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o ocsp_ext.o ocsp_ext.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o ocsp_ht.o ocsp_ht.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o ocsp_lib.o ocsp_lib.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o ocsp_cl.o ocsp_cl.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o ocsp_srv.o ocsp_srv.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o ocsp_prn.o ocsp_prn.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o ocsp_vfy.o ocsp_vfy.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o ocsp_err.o ocsp_err.c ar r ../../libcrypto.a ocsp_asn.o ocsp_ext.o ocsp_ht.o ocsp_lib.o ocsp_cl.o ocsp_srv.o ocsp_prn.o ocsp_vfy.o ocsp_err.o ranlib ../../libcrypto.a || echo Never mind. make[3]: Leaving directory `/trunk/userapps/opensource/openssl-0.9.8l/crypto/ocsp' making all in crypto/ui... make[3]: Entering directory `/trunk/userapps/opensource/openssl-0.9.8l/crypto/ui' gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o ui_err.o ui_err.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o ui_lib.o ui_lib.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o ui_openssl.o ui_openssl.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o ui_util.o ui_util.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o ui_compat.o ui_compat.c ar r ../../libcrypto.a ui_err.o ui_lib.o ui_openssl.o ui_util.o ui_compat.o ranlib ../../libcrypto.a || echo Never mind. make[3]: Leaving directory `/trunk/userapps/opensource/openssl-0.9.8l/crypto/ui' making all in crypto/krb5... make[3]: Entering directory `/trunk/userapps/opensource/openssl-0.9.8l/crypto/krb5' gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o krb5_asn.o krb5_asn.c ar r ../../libcrypto.a krb5_asn.o ranlib ../../libcrypto.a || echo Never mind. make[3]: Leaving directory `/trunk/userapps/opensource/openssl-0.9.8l/crypto/krb5' making all in crypto/store... make[3]: Entering directory `/trunk/userapps/opensource/openssl-0.9.8l/crypto/store' gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o str_err.o str_err.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o str_lib.o str_lib.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o str_meth.o str_meth.c gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o str_mem.o str_mem.c ar r ../../libcrypto.a str_err.o str_lib.o str_meth.o str_mem.o ranlib ../../libcrypto.a || echo Never mind. make[3]: Leaving directory `/trunk/userapps/opensource/openssl-0.9.8l/crypto/store' making all in crypto/pqueue... make[3]: Entering directory `/trunk/userapps/opensource/openssl-0.9.8l/crypto/pqueue' gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -fPIC -c -o pqueue.o pqueue.c ar r ../../libcrypto.a pqueue.o ranlib ../../libcrypto.a || echo Never mind. make[3]: Leaving directory `/trunk/userapps/opensource/openssl-0.9.8l/crypto/pqueue' make[2]: Leaving directory `/trunk/userapps/opensource/openssl-0.9.8l/crypto' making all in ssl... make[2]: Entering directory `/trunk/userapps/opensource/openssl-0.9.8l/ssl' gcc -I../crypto -I.. -I../include -DOPENSSL_THREADS -fPIC -c -o s2_meth.o s2_meth.c gcc -I../crypto -I.. -I../include -DOPENSSL_THREADS -fPIC -c -o s2_srvr.o s2_srvr.c gcc -I../crypto -I.. -I../include -DOPENSSL_THREADS -fPIC -c -o s2_clnt.o s2_clnt.c gcc -I../crypto -I.. -I../include -DOPENSSL_THREADS -fPIC -c -o s2_lib.o s2_lib.c gcc -I../crypto -I.. -I../include -DOPENSSL_THREADS -fPIC -c -o s2_enc.o s2_enc.c gcc -I../crypto -I.. -I../include -DOPENSSL_THREADS -fPIC -c -o s2_pkt.o s2_pkt.c gcc -I../crypto -I.. -I../include -DOPENSSL_THREADS -fPIC -c -o s3_meth.o s3_meth.c gcc -I../crypto -I.. -I../include -DOPENSSL_THREADS -fPIC -c -o s3_srvr.o s3_srvr.c gcc -I../crypto -I.. -I../include -DOPENSSL_THREADS -fPIC -c -o s3_clnt.o s3_clnt.c gcc -I../crypto -I.. -I../include -DOPENSSL_THREADS -fPIC -c -o s3_lib.o s3_lib.c gcc -I../crypto -I.. -I../include -DOPENSSL_THREADS -fPIC -c -o s3_enc.o s3_enc.c gcc -I../crypto -I.. -I../include -DOPENSSL_THREADS -fPIC -c -o s3_pkt.o s3_pkt.c gcc -I../crypto -I.. -I../include -DOPENSSL_THREADS -fPIC -c -o s3_both.o s3_both.c gcc -I../crypto -I.. -I../include -DOPENSSL_THREADS -fPIC -c -o s23_meth.o s23_meth.c gcc -I../crypto -I.. -I../include -DOPENSSL_THREADS -fPIC -c -o s23_srvr.o s23_srvr.c gcc -I../crypto -I.. -I../include -DOPENSSL_THREADS -fPIC -c -o s23_clnt.o s23_clnt.c gcc -I../crypto -I.. -I../include -DOPENSSL_THREADS -fPIC -c -o s23_lib.o s23_lib.c gcc -I../crypto -I.. -I../include -DOPENSSL_THREADS -fPIC -c -o s23_pkt.o s23_pkt.c gcc -I../crypto -I.. -I../include -DOPENSSL_THREADS -fPIC -c -o t1_meth.o t1_meth.c gcc -I../crypto -I.. -I../include -DOPENSSL_THREADS -fPIC -c -o t1_srvr.o t1_srvr.c gcc -I../crypto -I.. -I../include -DOPENSSL_THREADS -fPIC -c -o t1_clnt.o t1_clnt.c gcc -I../crypto -I.. -I../include -DOPENSSL_THREADS -fPIC -c -o t1_lib.o t1_lib.c gcc -I../crypto -I.. -I../include -DOPENSSL_THREADS -fPIC -c -o t1_enc.o t1_enc.c gcc -I../crypto -I.. -I../include -DOPENSSL_THREADS -fPIC -c -o d1_meth.o d1_meth.c gcc -I../crypto -I.. -I../include -DOPENSSL_THREADS -fPIC -c -o d1_srvr.o d1_srvr.c gcc -I../crypto -I.. -I../include -DOPENSSL_THREADS -fPIC -c -o d1_clnt.o d1_clnt.c gcc -I../crypto -I.. -I../include -DOPENSSL_THREADS -fPIC -c -o d1_lib.o d1_lib.c gcc -I../crypto -I.. -I../include -DOPENSSL_THREADS -fPIC -c -o d1_pkt.o d1_pkt.c gcc -I../crypto -I.. -I../include -DOPENSSL_THREADS -fPIC -c -o d1_both.o d1_both.c gcc -I../crypto -I.. -I../include -DOPENSSL_THREADS -fPIC -c -o d1_enc.o d1_enc.c gcc -I../crypto -I.. -I../include -DOPENSSL_THREADS -fPIC -c -o ssl_lib.o ssl_lib.c gcc -I../crypto -I.. -I../include -DOPENSSL_THREADS -fPIC -c -o ssl_err2.o ssl_err2.c gcc -I../crypto -I.. -I../include -DOPENSSL_THREADS -fPIC -c -o ssl_cert.o ssl_cert.c gcc -I../crypto -I.. -I../include -DOPENSSL_THREADS -fPIC -c -o ssl_sess.o ssl_sess.c gcc -I../crypto -I.. -I../include -DOPENSSL_THREADS -fPIC -c -o ssl_ciph.o ssl_ciph.c gcc -I../crypto -I.. -I../include -DOPENSSL_THREADS -fPIC -c -o ssl_stat.o ssl_stat.c gcc -I../crypto -I.. -I../include -DOPENSSL_THREADS -fPIC -c -o ssl_rsa.o ssl_rsa.c gcc -I../crypto -I.. -I../include -DOPENSSL_THREADS -fPIC -c -o ssl_asn1.o ssl_asn1.c gcc -I../crypto -I.. -I../include -DOPENSSL_THREADS -fPIC -c -o ssl_txt.o ssl_txt.c gcc -I../crypto -I.. -I../include -DOPENSSL_THREADS -fPIC -c -o ssl_algs.o ssl_algs.c gcc -I../crypto -I.. -I../include -DOPENSSL_THREADS -fPIC -c -o bio_ssl.o bio_ssl.c gcc -I../crypto -I.. -I../include -DOPENSSL_THREADS -fPIC -c -o ssl_err.o ssl_err.c gcc -I../crypto -I.. -I../include -DOPENSSL_THREADS -fPIC -c -o kssl.o kssl.c ar r ../libssl.a s2_meth.o s2_srvr.o s2_clnt.o s2_lib.o s2_enc.o s2_pkt.o s3_meth.o s3_srvr.o s3_clnt.o s3_lib.o s3_enc.o s3_pkt.o s3_both.o s23_meth.o s23_srvr.o s23_clnt.o s23_lib.o s23_pkt.o t1_meth.o t1_srvr.o t1_clnt.o t1_lib.o t1_enc.o d1_meth.o d1_srvr.o d1_clnt.o d1_lib.o d1_pkt.o d1_both.o d1_enc.o ssl_lib.o ssl_err2.o ssl_cert.o ssl_sess.o ssl_ciph.o ssl_stat.o ssl_rsa.o ssl_asn1.o ssl_txt.o ssl_algs.o bio_ssl.o ssl_err.o kssl.o ranlib ../libssl.a || echo Never mind. make[2]: Leaving directory `/trunk/userapps/opensource/openssl-0.9.8l/ssl' making all in engines... make[2]: Entering directory `/trunk/userapps/opensource/openssl-0.9.8l/engines' gcc -I../include -DOPENSSL_THREADS -fPIC -c -o e_4758cca.o e_4758cca.c gcc -I../include -DOPENSSL_THREADS -fPIC -c -o e_aep.o e_aep.c gcc -I../include -DOPENSSL_THREADS -fPIC -c -o e_atalla.o e_atalla.c gcc -I../include -DOPENSSL_THREADS -fPIC -c -o e_cswift.o e_cswift.c gcc -I../include -DOPENSSL_THREADS -fPIC -c -o e_gmp.o e_gmp.c gcc -I../include -DOPENSSL_THREADS -fPIC -c -o e_chil.o e_chil.c gcc -I../include -DOPENSSL_THREADS -fPIC -c -o e_nuron.o e_nuron.c gcc -I../include -DOPENSSL_THREADS -fPIC -c -o e_sureware.o e_sureware.c gcc -I../include -DOPENSSL_THREADS -fPIC -c -o e_ubsec.o e_ubsec.c gcc -I../include -DOPENSSL_THREADS -fPIC -c -o e_capi.o e_capi.c make[2]: Leaving directory `/trunk/userapps/opensource/openssl-0.9.8l/engines' making all in apps... make[2]: Entering directory `/trunk/userapps/opensource/openssl-0.9.8l/apps' gcc -DMONOLITH -I.. -I../include -DOPENSSL_THREADS -fPIC -c -o verify.o verify.c gcc -DMONOLITH -I.. -I../include -DOPENSSL_THREADS -fPIC -c -o asn1pars.o asn1pars.c gcc -DMONOLITH -I.. -I../include -DOPENSSL_THREADS -fPIC -c -o req.o req.c gcc -DMONOLITH -I.. -I../include -DOPENSSL_THREADS -fPIC -c -o dgst.o dgst.c gcc -DMONOLITH -I.. -I../include -DOPENSSL_THREADS -fPIC -c -o dh.o dh.c gcc -DMONOLITH -I.. -I../include -DOPENSSL_THREADS -fPIC -c -o enc.o enc.c gcc -DMONOLITH -I.. -I../include -DOPENSSL_THREADS -fPIC -c -o passwd.o passwd.c gcc -DMONOLITH -I.. -I../include -DOPENSSL_THREADS -fPIC -c -o gendh.o gendh.c gcc -DMONOLITH -I.. -I../include -DOPENSSL_THREADS -fPIC -c -o errstr.o errstr.c gcc -DMONOLITH -I.. -I../include -DOPENSSL_THREADS -fPIC -c -o ca.o ca.c gcc -DMONOLITH -I.. -I../include -DOPENSSL_THREADS -fPIC -c -o pkcs7.o pkcs7.c gcc -DMONOLITH -I.. -I../include -DOPENSSL_THREADS -fPIC -c -o crl2p7.o crl2p7.c gcc -DMONOLITH -I.. -I../include -DOPENSSL_THREADS -fPIC -c -o crl.o crl.c gcc -DMONOLITH -I.. -I../include -DOPENSSL_THREADS -fPIC -c -o rsa.o rsa.c gcc -DMONOLITH -I.. -I../include -DOPENSSL_THREADS -fPIC -c -o rsautl.o rsautl.c gcc -DMONOLITH -I.. -I../include -DOPENSSL_THREADS -fPIC -c -o dsa.o dsa.c gcc -DMONOLITH -I.. -I../include -DOPENSSL_THREADS -fPIC -c -o dsaparam.o dsaparam.c gcc -DMONOLITH -I.. -I../include -DOPENSSL_THREADS -fPIC -c -o ec.o ec.c gcc -DMONOLITH -I.. -I../include -DOPENSSL_THREADS -fPIC -c -o ecparam.o ecparam.c gcc -DMONOLITH -I.. -I../include -DOPENSSL_THREADS -fPIC -c -o x509.o x509.c gcc -DMONOLITH -I.. -I../include -DOPENSSL_THREADS -fPIC -c -o genrsa.o genrsa.c gcc -DMONOLITH -I.. -I../include -DOPENSSL_THREADS -fPIC -c -o gendsa.o gendsa.c gcc -DMONOLITH -I.. -I../include -DOPENSSL_THREADS -fPIC -c -o s_server.o s_server.c gcc -DMONOLITH -I.. -I../include -DOPENSSL_THREADS -fPIC -c -o s_client.o s_client.c gcc -DMONOLITH -I.. -I../include -DOPENSSL_THREADS -fPIC -c -o speed.o speed.c gcc -DMONOLITH -I.. -I../include -DOPENSSL_THREADS -fPIC -c -o s_time.o s_time.c gcc -DMONOLITH -I.. -I../include -DOPENSSL_THREADS -fPIC -c -o apps.o apps.c gcc -DMONOLITH -I.. -I../include -DOPENSSL_THREADS -fPIC -c -o s_cb.o s_cb.c gcc -DMONOLITH -I.. -I../include -DOPENSSL_THREADS -fPIC -c -o s_socket.o s_socket.c gcc -DMONOLITH -I.. -I../include -DOPENSSL_THREADS -fPIC -c -o app_rand.o app_rand.c gcc -DMONOLITH -I.. -I../include -DOPENSSL_THREADS -fPIC -c -o version.o version.c gcc -DMONOLITH -I.. -I../include -DOPENSSL_THREADS -fPIC -c -o sess_id.o sess_id.c gcc -DMONOLITH -I.. -I../include -DOPENSSL_THREADS -fPIC -c -o ciphers.o ciphers.c gcc -DMONOLITH -I.. -I../include -DOPENSSL_THREADS -fPIC -c -o nseq.o nseq.c gcc -DMONOLITH -I.. -I../include -DOPENSSL_THREADS -fPIC -c -o pkcs12.o pkcs12.c gcc -DMONOLITH -I.. -I../include -DOPENSSL_THREADS -fPIC -c -o pkcs8.o pkcs8.c gcc -DMONOLITH -I.. -I../include -DOPENSSL_THREADS -fPIC -c -o spkac.o spkac.c gcc -DMONOLITH -I.. -I../include -DOPENSSL_THREADS -fPIC -c -o smime.o smime.c gcc -DMONOLITH -I.. -I../include -DOPENSSL_THREADS -fPIC -c -o rand.o rand.c gcc -DMONOLITH -I.. -I../include -DOPENSSL_THREADS -fPIC -c -o engine.o engine.c gcc -DMONOLITH -I.. -I../include -DOPENSSL_THREADS -fPIC -c -o ocsp.o ocsp.c gcc -DMONOLITH -I.. -I../include -DOPENSSL_THREADS -fPIC -c -o prime.o prime.c gcc -DMONOLITH -I.. -I../include -DOPENSSL_THREADS -fPIC -c -o cms.o cms.c gcc -DMONOLITH -I.. -I../include -DOPENSSL_THREADS -fPIC -c -o openssl.o openssl.c rm -f openssl shlib_target=; if [ -n "" ]; then \ shlib_target=""; \ elif [ -n "" ]; then \ FIPSLD_CC=gcc; CC=../fips/fipsld; export CC FIPSLD_CC; \ fi; \ LIBRARIES="-L.. -lssl -L.. -lcrypto" ; \ [ "x" = "xlibfips" ] && LIBRARIES="$LIBRARIES -lfips"; \ make -f ../Makefile.shared -e \ CC=${CC} APPNAME=openssl OBJECTS="openssl.o verify.o asn1pars.o req.o dgst.o dh.o dhparam.o enc.o passwd.o gendh.o errstr.o ca.o pkcs7.o crl2p7.o crl.o rsa.o rsautl.o dsa.o dsaparam.o ec.o ecparam.o x509.o genrsa.o gendsa.o s_server.o s_client.o speed.o s_time.o apps.o s_cb.o s_socket.o app_rand.o version.o sess_id.o ciphers.o nseq.o pkcs12.o pkcs8.o spkac.o smime.o rand.o engine.o ocsp.o prime.o cms.o" \ LIBDEPS=" $LIBRARIES " \ link_app.${shlib_target} make[3]: Entering directory `/trunk/userapps/opensource/openssl-0.9.8l/apps' ( :; LIBDEPS="${LIBDEPS:--L.. -lssl -L.. -lcrypto }"; LDCMD="${LDCMD:-gcc}"; LDFLAGS="${LDFLAGS:--DOPENSSL_THREADS -fPIC }"; LIBPATH=`for x in $LIBDEPS; do if echo $x | grep '^ *-L' > /dev/null 2>&1; then echo $x | sed -e 's/^ *-L//'; fi; done | uniq`; LIBPATH=`echo $LIBPATH | sed -e 's/ /:/g'`; LD_LIBRARY_PATH=$LIBPATH:$LD_LIBRARY_PATH ${LDCMD} ${LDFLAGS} -o ${APPNAME:=openssl} openssl.o verify.o asn1pars.o req.o dgst.o dh.o dhparam.o enc.o passwd.o gendh.o errstr.o ca.o pkcs7.o crl2p7.o crl.o rsa.o rsautl.o dsa.o dsaparam.o ec.o ecparam.o x509.o genrsa.o gendsa.o s_server.o s_client.o speed.o s_time.o apps.o s_cb.o s_socket.o app_rand.o version.o sess_id.o ciphers.o nseq.o pkcs12.o pkcs8.o spkac.o smime.o rand.o engine.o ocsp.o prime.o cms.o ${LIBDEPS} ) make[3]: Leaving directory `/trunk/userapps/opensource/openssl-0.9.8l/apps' (cd ..; \ OPENSSL="`pwd`/util/opensslwrap.sh"; export OPENSSL; \ /usr/bin/perl tools/c_rehash certs) Doing certs make[2]: Leaving directory `/trunk/userapps/opensource/openssl-0.9.8l/apps' making all in test... make[2]: Entering directory `/trunk/userapps/opensource/openssl-0.9.8l/test' gcc -I.. -I../include -I../fips -DOPENSSL_THREADS -fPIC -c -o bntest.o bntest.c make[3]: Entering directory `/trunk/userapps/opensource/openssl-0.9.8l/test' ( :; LIBDEPS="${LIBDEPS:--L.. -lssl -L.. -lcrypto }"; LDCMD="${LDCMD:-gcc}"; LDFLAGS="${LDFLAGS:--DOPENSSL_THREADS -fPIC }"; LIBPATH=`for x in $LIBDEPS; do if echo $x | grep '^ *-L' > /dev/null 2>&1; then echo $x | sed -e 's/^ *-L//'; fi; done | uniq`; LIBPATH=`echo $LIBPATH | sed -e 's/ /:/g'`; LD_LIBRARY_PATH=$LIBPATH:$LD_LIBRARY_PATH ${LDCMD} ${LDFLAGS} -o ${APPNAME:=bntest} bntest.o ${LIBDEPS} ) make[3]: Leaving directory `/trunk/userapps/opensource/openssl-0.9.8l/test' gcc -I.. -I../include -I../fips -DOPENSSL_THREADS -fPIC -c -o ectest.o ectest.c make[3]: Entering directory `/trunk/userapps/opensource/openssl-0.9.8l/test' ( :; LIBDEPS="${LIBDEPS:--L.. -lssl -L.. -lcrypto }"; LDCMD="${LDCMD:-gcc}"; LDFLAGS="${LDFLAGS:--DOPENSSL_THREADS -fPIC }"; LIBPATH=`for x in $LIBDEPS; do if echo $x | grep '^ *-L' > /dev/null 2>&1; then echo $x | sed -e 's/^ *-L//'; fi; done | uniq`; LIBPATH=`echo $LIBPATH | sed -e 's/ /:/g'`; LD_LIBRARY_PATH=$LIBPATH:$LD_LIBRARY_PATH ${LDCMD} ${LDFLAGS} -o ${APPNAME:=ectest} ectest.o ${LIBDEPS} ) make[3]: Leaving directory `/trunk/userapps/opensource/openssl-0.9.8l/test' gcc -I.. -I../include -I../fips -DOPENSSL_THREADS -fPIC -c -o ecdsatest.o ecdsatest.c make[3]: Entering directory `/trunk/userapps/opensource/openssl-0.9.8l/test' ( :; LIBDEPS="${LIBDEPS:--L.. -lssl -L.. -lcrypto }"; LDCMD="${LDCMD:-gcc}"; LDFLAGS="${LDFLAGS:--DOPENSSL_THREADS -fPIC }"; LIBPATH=`for x in $LIBDEPS; do if echo $x | grep '^ *-L' > /dev/null 2>&1; then echo $x | sed -e 's/^ *-L//'; fi; done | uniq`; LIBPATH=`echo $LIBPATH | sed -e 's/ /:/g'`; LD_LIBRARY_PATH=$LIBPATH:$LD_LIBRARY_PATH ${LDCMD} ${LDFLAGS} -o ${APPNAME:=ecdsatest} ecdsatest.o ${LIBDEPS} ) make[3]: Leaving directory `/trunk/userapps/opensource/openssl-0.9.8l/test' gcc -I.. -I../include -I../fips -DOPENSSL_THREADS -fPIC -c -o ecdhtest.o ecdhtest.c make[3]: Entering directory `/trunk/userapps/opensource/openssl-0.9.8l/test' ( :; LIBDEPS="${LIBDEPS:--L.. -lssl -L.. -lcrypto }"; LDCMD="${LDCMD:-gcc}"; LDFLAGS="${LDFLAGS:--DOPENSSL_THREADS -fPIC }"; LIBPATH=`for x in $LIBDEPS; do if echo $x | grep '^ *-L' > /dev/null 2>&1; then echo $x | sed -e 's/^ *-L//'; fi; done | uniq`; LIBPATH=`echo $LIBPATH | sed -e 's/ /:/g'`; LD_LIBRARY_PATH=$LIBPATH:$LD_LIBRARY_PATH ${LDCMD} ${LDFLAGS} -o ${APPNAME:=ecdhtest} ecdhtest.o ${LIBDEPS} ) make[3]: Leaving directory `/trunk/userapps/opensource/openssl-0.9.8l/test' gcc -I.. -I../include -I../fips -DOPENSSL_THREADS -fPIC -c -o ideatest.o ideatest.c make[3]: Entering directory `/trunk/userapps/opensource/openssl-0.9.8l/test' ( :; LIBDEPS="${LIBDEPS:--L.. -lssl -L.. -lcrypto }"; LDCMD="${LDCMD:-gcc}"; LDFLAGS="${LDFLAGS:--DOPENSSL_THREADS -fPIC }"; LIBPATH=`for x in $LIBDEPS; do if echo $x | grep '^ *-L' > /dev/null 2>&1; then echo $x | sed -e 's/^ *-L//'; fi; done | uniq`; LIBPATH=`echo $LIBPATH | sed -e 's/ /:/g'`; LD_LIBRARY_PATH=$LIBPATH:$LD_LIBRARY_PATH ${LDCMD} ${LDFLAGS} -o ${APPNAME:=ideatest} ideatest.o ${LIBDEPS} ) make[3]: Leaving directory `/trunk/userapps/opensource/openssl-0.9.8l/test' gcc -I.. -I../include -I../fips -DOPENSSL_THREADS -fPIC -c -o md2test.o md2test.c make[3]: Entering directory `/trunk/userapps/opensource/openssl-0.9.8l/test' ( :; LIBDEPS="${LIBDEPS:--L.. -lssl -L.. -lcrypto }"; LDCMD="${LDCMD:-gcc}"; LDFLAGS="${LDFLAGS:--DOPENSSL_THREADS -fPIC }"; LIBPATH=`for x in $LIBDEPS; do if echo $x | grep '^ *-L' > /dev/null 2>&1; then echo $x | sed -e 's/^ *-L//'; fi; done | uniq`; LIBPATH=`echo $LIBPATH | sed -e 's/ /:/g'`; LD_LIBRARY_PATH=$LIBPATH:$LD_LIBRARY_PATH ${LDCMD} ${LDFLAGS} -o ${APPNAME:=md2test} md2test.o ${LIBDEPS} ) make[3]: Leaving directory `/trunk/userapps/opensource/openssl-0.9.8l/test' gcc -I.. -I../include -I../fips -DOPENSSL_THREADS -fPIC -c -o md4test.o md4test.c make[3]: Entering directory `/trunk/userapps/opensource/openssl-0.9.8l/test' ( :; LIBDEPS="${LIBDEPS:--L.. -lssl -L.. -lcrypto }"; LDCMD="${LDCMD:-gcc}"; LDFLAGS="${LDFLAGS:--DOPENSSL_THREADS -fPIC }"; LIBPATH=`for x in $LIBDEPS; do if echo $x | grep '^ *-L' > /dev/null 2>&1; then echo $x | sed -e 's/^ *-L//'; fi; done | uniq`; LIBPATH=`echo $LIBPATH | sed -e 's/ /:/g'`; LD_LIBRARY_PATH=$LIBPATH:$LD_LIBRARY_PATH ${LDCMD} ${LDFLAGS} -o ${APPNAME:=md4test} md4test.o ${LIBDEPS} ) make[3]: Leaving directory `/trunk/userapps/opensource/openssl-0.9.8l/test' gcc -I.. -I../include -I../fips -DOPENSSL_THREADS -fPIC -c -o md5test.o md5test.c make[3]: Entering directory `/trunk/userapps/opensource/openssl-0.9.8l/test' ( :; LIBDEPS="${LIBDEPS:--L.. -lssl -L.. -lcrypto }"; LDCMD="${LDCMD:-gcc}"; LDFLAGS="${LDFLAGS:--DOPENSSL_THREADS -fPIC }"; LIBPATH=`for x in $LIBDEPS; do if echo $x | grep '^ *-L' > /dev/null 2>&1; then echo $x | sed -e 's/^ *-L//'; fi; done | uniq`; LIBPATH=`echo $LIBPATH | sed -e 's/ /:/g'`; LD_LIBRARY_PATH=$LIBPATH:$LD_LIBRARY_PATH ${LDCMD} ${LDFLAGS} -o ${APPNAME:=md5test} md5test.o ${LIBDEPS} ) make[3]: Leaving directory `/trunk/userapps/opensource/openssl-0.9.8l/test' gcc -I.. -I../include -I../fips -DOPENSSL_THREADS -fPIC -c -o hmactest.o hmactest.c make[3]: Entering directory `/trunk/userapps/opensource/openssl-0.9.8l/test' ( :; LIBDEPS="${LIBDEPS:--L.. -lssl -L.. -lcrypto }"; LDCMD="${LDCMD:-gcc}"; LDFLAGS="${LDFLAGS:--DOPENSSL_THREADS -fPIC }"; LIBPATH=`for x in $LIBDEPS; do if echo $x | grep '^ *-L' > /dev/null 2>&1; then echo $x | sed -e 's/^ *-L//'; fi; done | uniq`; LIBPATH=`echo $LIBPATH | sed -e 's/ /:/g'`; LD_LIBRARY_PATH=$LIBPATH:$LD_LIBRARY_PATH ${LDCMD} ${LDFLAGS} -o ${APPNAME:=hmactest} hmactest.o ${LIBDEPS} ) make[3]: Leaving directory `/trunk/userapps/opensource/openssl-0.9.8l/test' gcc -I.. -I../include -I../fips -DOPENSSL_THREADS -fPIC -c -o rc2test.o rc2test.c make[3]: Entering directory `/trunk/userapps/opensource/openssl-0.9.8l/test' ( :; LIBDEPS="${LIBDEPS:--L.. -lssl -L.. -lcrypto }"; LDCMD="${LDCMD:-gcc}"; LDFLAGS="${LDFLAGS:--DOPENSSL_THREADS -fPIC }"; LIBPATH=`for x in $LIBDEPS; do if echo $x | grep '^ *-L' > /dev/null 2>&1; then echo $x | sed -e 's/^ *-L//'; fi; done | uniq`; LIBPATH=`echo $LIBPATH | sed -e 's/ /:/g'`; LD_LIBRARY_PATH=$LIBPATH:$LD_LIBRARY_PATH ${LDCMD} ${LDFLAGS} -o ${APPNAME:=rc2test} rc2test.o ${LIBDEPS} ) make[3]: Leaving directory `/trunk/userapps/opensource/openssl-0.9.8l/test' gcc -I.. -I../include -I../fips -DOPENSSL_THREADS -fPIC -c -o rc4test.o rc4test.c make[3]: Entering directory `/trunk/userapps/opensource/openssl-0.9.8l/test' ( :; LIBDEPS="${LIBDEPS:--L.. -lssl -L.. -lcrypto }"; LDCMD="${LDCMD:-gcc}"; LDFLAGS="${LDFLAGS:--DOPENSSL_THREADS -fPIC }"; LIBPATH=`for x in $LIBDEPS; do if echo $x | grep '^ *-L' > /dev/null 2>&1; then echo $x | sed -e 's/^ *-L//'; fi; done | uniq`; LIBPATH=`echo $LIBPATH | sed -e 's/ /:/g'`; LD_LIBRARY_PATH=$LIBPATH:$LD_LIBRARY_PATH ${LDCMD} ${LDFLAGS} -o ${APPNAME:=rc4test} rc4test.o ${LIBDEPS} ) make[3]: Leaving directory `/trunk/userapps/opensource/openssl-0.9.8l/test' gcc -I.. -I../include -I../fips -DOPENSSL_THREADS -fPIC -c -o rc5test.o rc5test.c make[3]: Entering directory `/trunk/userapps/opensource/openssl-0.9.8l/test' ( :; LIBDEPS="${LIBDEPS:--L.. -lssl -L.. -lcrypto }"; LDCMD="${LDCMD:-gcc}"; LDFLAGS="${LDFLAGS:--DOPENSSL_THREADS -fPIC }"; LIBPATH=`for x in $LIBDEPS; do if echo $x | grep '^ *-L' > /dev/null 2>&1; then echo $x | sed -e 's/^ *-L//'; fi; done | uniq`; LIBPATH=`echo $LIBPATH | sed -e 's/ /:/g'`; LD_LIBRARY_PATH=$LIBPATH:$LD_LIBRARY_PATH ${LDCMD} ${LDFLAGS} -o ${APPNAME:=rc5test} rc5test.o ${LIBDEPS} ) make[3]: Leaving directory `/trunk/userapps/opensource/openssl-0.9.8l/test' gcc -I.. -I../include -I../fips -DOPENSSL_THREADS -fPIC -c -o destest.o destest.c make[3]: Entering directory `/trunk/userapps/opensource/openssl-0.9.8l/test' ( :; LIBDEPS="${LIBDEPS:--L.. -lssl -L.. -lcrypto }"; LDCMD="${LDCMD:-gcc}"; LDFLAGS="${LDFLAGS:--DOPENSSL_THREADS -fPIC }"; LIBPATH=`for x in $LIBDEPS; do if echo $x | grep '^ *-L' > /dev/null 2>&1; then echo $x | sed -e 's/^ *-L//'; fi; done | uniq`; LIBPATH=`echo $LIBPATH | sed -e 's/ /:/g'`; LD_LIBRARY_PATH=$LIBPATH:$LD_LIBRARY_PATH ${LDCMD} ${LDFLAGS} -o ${APPNAME:=destest} destest.o ${LIBDEPS} ) make[3]: Leaving directory `/trunk/userapps/opensource/openssl-0.9.8l/test' gcc -I.. -I../include -I../fips -DOPENSSL_THREADS -fPIC -c -o shatest.o shatest.c make[3]: Entering directory `/trunk/userapps/opensource/openssl-0.9.8l/test' ( :; LIBDEPS="${LIBDEPS:--L.. -lssl -L.. -lcrypto }"; LDCMD="${LDCMD:-gcc}"; LDFLAGS="${LDFLAGS:--DOPENSSL_THREADS -fPIC }"; LIBPATH=`for x in $LIBDEPS; do if echo $x | grep '^ *-L' > /dev/null 2>&1; then echo $x | sed -e 's/^ *-L//'; fi; done | uniq`; LIBPATH=`echo $LIBPATH | sed -e 's/ /:/g'`; LD_LIBRARY_PATH=$LIBPATH:$LD_LIBRARY_PATH ${LDCMD} ${LDFLAGS} -o ${APPNAME:=shatest} shatest.o ${LIBDEPS} ) make[3]: Leaving directory `/trunk/userapps/opensource/openssl-0.9.8l/test' gcc -I.. -I../include -I../fips -DOPENSSL_THREADS -fPIC -c -o sha1test.o sha1test.c make[3]: Entering directory `/trunk/userapps/opensource/openssl-0.9.8l/test' ( :; LIBDEPS="${LIBDEPS:--L.. -lssl -L.. -lcrypto }"; LDCMD="${LDCMD:-gcc}"; LDFLAGS="${LDFLAGS:--DOPENSSL_THREADS -fPIC }"; LIBPATH=`for x in $LIBDEPS; do if echo $x | grep '^ *-L' > /dev/null 2>&1; then echo $x | sed -e 's/^ *-L//'; fi; done | uniq`; LIBPATH=`echo $LIBPATH | sed -e 's/ /:/g'`; LD_LIBRARY_PATH=$LIBPATH:$LD_LIBRARY_PATH ${LDCMD} ${LDFLAGS} -o ${APPNAME:=sha1test} sha1test.o ${LIBDEPS} ) make[3]: Leaving directory `/trunk/userapps/opensource/openssl-0.9.8l/test' make[3]: Entering directory `/trunk/userapps/opensource/openssl-0.9.8l/test' ( :; LIBDEPS="${LIBDEPS:--L.. -lssl -L.. -lcrypto }"; LDCMD="${LDCMD:-gcc}"; LDFLAGS="${LDFLAGS:--DOPENSSL_THREADS -fPIC }"; LIBPATH=`for x in $LIBDEPS; do if echo $x | grep '^ *-L' > /dev/null 2>&1; then echo $x | sed -e 's/^ *-L//'; fi; done | uniq`; LIBPATH=`echo $LIBPATH | sed -e 's/ /:/g'`; LD_LIBRARY_PATH=$LIBPATH:$LD_LIBRARY_PATH ${LDCMD} ${LDFLAGS} -o ${APPNAME:=sha256t} sha256t.o ${LIBDEPS} ) make[3]: Leaving directory `/trunk/userapps/opensource/openssl-0.9.8l/test' make[3]: Entering directory `/trunk/userapps/opensource/openssl-0.9.8l/test' ( :; LIBDEPS="${LIBDEPS:--L.. -lssl -L.. -lcrypto }"; LDCMD="${LDCMD:-gcc}"; LDFLAGS="${LDFLAGS:--DOPENSSL_THREADS -fPIC }"; LIBPATH=`for x in $LIBDEPS; do if echo $x | grep '^ *-L' > /dev/null 2>&1; then echo $x | sed -e 's/^ *-L//'; fi; done | uniq`; LIBPATH=`echo $LIBPATH | sed -e 's/ /:/g'`; LD_LIBRARY_PATH=$LIBPATH:$LD_LIBRARY_PATH ${LDCMD} ${LDFLAGS} -o ${APPNAME:=sha512t} sha512t.o ${LIBDEPS} ) make[3]: Leaving directory `/trunk/userapps/opensource/openssl-0.9.8l/test' gcc -I.. -I../include -I../fips -DOPENSSL_THREADS -fPIC -c -o mdc2test.o mdc2test.c make[3]: Entering directory `/trunk/userapps/opensource/openssl-0.9.8l/test' ( :; LIBDEPS="${LIBDEPS:--L.. -lssl -L.. -lcrypto }"; LDCMD="${LDCMD:-gcc}"; LDFLAGS="${LDFLAGS:--DOPENSSL_THREADS -fPIC }"; LIBPATH=`for x in $LIBDEPS; do if echo $x | grep '^ *-L' > /dev/null 2>&1; then echo $x | sed -e 's/^ *-L//'; fi; done | uniq`; LIBPATH=`echo $LIBPATH | sed -e 's/ /:/g'`; LD_LIBRARY_PATH=$LIBPATH:$LD_LIBRARY_PATH ${LDCMD} ${LDFLAGS} -o ${APPNAME:=mdc2test} mdc2test.o ${LIBDEPS} ) make[3]: Leaving directory `/trunk/userapps/opensource/openssl-0.9.8l/test' gcc -I.. -I../include -I../fips -DOPENSSL_THREADS -fPIC -c -o rmdtest.o rmdtest.c make[3]: Entering directory `/trunk/userapps/opensource/openssl-0.9.8l/test' ( :; LIBDEPS="${LIBDEPS:--L.. -lssl -L.. -lcrypto }"; LDCMD="${LDCMD:-gcc}"; LDFLAGS="${LDFLAGS:--DOPENSSL_THREADS -fPIC }"; LIBPATH=`for x in $LIBDEPS; do if echo $x | grep '^ *-L' > /dev/null 2>&1; then echo $x | sed -e 's/^ *-L//'; fi; done | uniq`; LIBPATH=`echo $LIBPATH | sed -e 's/ /:/g'`; LD_LIBRARY_PATH=$LIBPATH:$LD_LIBRARY_PATH ${LDCMD} ${LDFLAGS} -o ${APPNAME:=rmdtest} rmdtest.o ${LIBDEPS} ) make[3]: Leaving directory `/trunk/userapps/opensource/openssl-0.9.8l/test' gcc -I.. -I../include -I../fips -DOPENSSL_THREADS -fPIC -c -o randtest.o randtest.c make[3]: Entering directory `/trunk/userapps/opensource/openssl-0.9.8l/test' ( :; LIBDEPS="${LIBDEPS:--L.. -lssl -L.. -lcrypto }"; LDCMD="${LDCMD:-gcc}"; LDFLAGS="${LDFLAGS:--DOPENSSL_THREADS -fPIC }"; LIBPATH=`for x in $LIBDEPS; do if echo $x | grep '^ *-L' > /dev/null 2>&1; then echo $x | sed -e 's/^ *-L//'; fi; done | uniq`; LIBPATH=`echo $LIBPATH | sed -e 's/ /:/g'`; LD_LIBRARY_PATH=$LIBPATH:$LD_LIBRARY_PATH ${LDCMD} ${LDFLAGS} -o ${APPNAME:=randtest} randtest.o ${LIBDEPS} ) make[3]: Leaving directory `/trunk/userapps/opensource/openssl-0.9.8l/test' gcc -I.. -I../include -I../fips -DOPENSSL_THREADS -fPIC -c -o dhtest.o dhtest.c make[3]: Entering directory `/trunk/userapps/opensource/openssl-0.9.8l/test' ( :; LIBDEPS="${LIBDEPS:--L.. -lssl -L.. -lcrypto }"; LDCMD="${LDCMD:-gcc}"; LDFLAGS="${LDFLAGS:--DOPENSSL_THREADS -fPIC }"; LIBPATH=`for x in $LIBDEPS; do if echo $x | grep '^ *-L' > /dev/null 2>&1; then echo $x | sed -e 's/^ *-L//'; fi; done | uniq`; LIBPATH=`echo $LIBPATH | sed -e 's/ /:/g'`; LD_LIBRARY_PATH=$LIBPATH:$LD_LIBRARY_PATH ${LDCMD} ${LDFLAGS} -o ${APPNAME:=dhtest} dhtest.o ${LIBDEPS} ) make[3]: Leaving directory `/trunk/userapps/opensource/openssl-0.9.8l/test' gcc -I.. -I../include -I../fips -DOPENSSL_THREADS -fPIC -c -o enginetest.o enginetest.c make[3]: Entering directory `/trunk/userapps/opensource/openssl-0.9.8l/test' ( :; LIBDEPS="${LIBDEPS:--L.. -lssl -L.. -lcrypto }"; LDCMD="${LDCMD:-gcc}"; LDFLAGS="${LDFLAGS:--DOPENSSL_THREADS -fPIC }"; LIBPATH=`for x in $LIBDEPS; do if echo $x | grep '^ *-L' > /dev/null 2>&1; then echo $x | sed -e 's/^ *-L//'; fi; done | uniq`; LIBPATH=`echo $LIBPATH | sed -e 's/ /:/g'`; LD_LIBRARY_PATH=$LIBPATH:$LD_LIBRARY_PATH ${LDCMD} ${LDFLAGS} -o ${APPNAME:=enginetest} enginetest.o ${LIBDEPS} ) make[3]: Leaving directory `/trunk/userapps/opensource/openssl-0.9.8l/test' gcc -I.. -I../include -I../fips -DOPENSSL_THREADS -fPIC -c -o bftest.o bftest.c make[3]: Entering directory `/trunk/userapps/opensource/openssl-0.9.8l/test' ( :; LIBDEPS="${LIBDEPS:--L.. -lssl -L.. -lcrypto }"; LDCMD="${LDCMD:-gcc}"; LDFLAGS="${LDFLAGS:--DOPENSSL_THREADS -fPIC }"; LIBPATH=`for x in $LIBDEPS; do if echo $x | grep '^ *-L' > /dev/null 2>&1; then echo $x | sed -e 's/^ *-L//'; fi; done | uniq`; LIBPATH=`echo $LIBPATH | sed -e 's/ /:/g'`; LD_LIBRARY_PATH=$LIBPATH:$LD_LIBRARY_PATH ${LDCMD} ${LDFLAGS} -o ${APPNAME:=bftest} bftest.o ${LIBDEPS} ) make[3]: Leaving directory `/trunk/userapps/opensource/openssl-0.9.8l/test' gcc -I.. -I../include -I../fips -DOPENSSL_THREADS -fPIC -c -o casttest.o casttest.c make[3]: Entering directory `/trunk/userapps/opensource/openssl-0.9.8l/test' ( :; LIBDEPS="${LIBDEPS:--L.. -lssl -L.. -lcrypto }"; LDCMD="${LDCMD:-gcc}"; LDFLAGS="${LDFLAGS:--DOPENSSL_THREADS -fPIC }"; LIBPATH=`for x in $LIBDEPS; do if echo $x | grep '^ *-L' > /dev/null 2>&1; then echo $x | sed -e 's/^ *-L//'; fi; done | uniq`; LIBPATH=`echo $LIBPATH | sed -e 's/ /:/g'`; LD_LIBRARY_PATH=$LIBPATH:$LD_LIBRARY_PATH ${LDCMD} ${LDFLAGS} -o ${APPNAME:=casttest} casttest.o ${LIBDEPS} ) make[3]: Leaving directory `/trunk/userapps/opensource/openssl-0.9.8l/test' gcc -I.. -I../include -I../fips -DOPENSSL_THREADS -fPIC -c -o ssltest.o ssltest.c make[3]: Entering directory `/trunk/userapps/opensource/openssl-0.9.8l/test' ( :; LIBDEPS="${LIBDEPS:--L.. -lssl -L.. -lcrypto }"; LDCMD="${LDCMD:-gcc}"; LDFLAGS="${LDFLAGS:--DOPENSSL_THREADS -fPIC }"; LIBPATH=`for x in $LIBDEPS; do if echo $x | grep '^ *-L' > /dev/null 2>&1; then echo $x | sed -e 's/^ *-L//'; fi; done | uniq`; LIBPATH=`echo $LIBPATH | sed -e 's/ /:/g'`; LD_LIBRARY_PATH=$LIBPATH:$LD_LIBRARY_PATH ${LDCMD} ${LDFLAGS} -o ${APPNAME:=ssltest} ssltest.o ${LIBDEPS} ) make[3]: Leaving directory `/trunk/userapps/opensource/openssl-0.9.8l/test' gcc -I.. -I../include -I../fips -DOPENSSL_THREADS -fPIC -c -o exptest.o exptest.c make[3]: Entering directory `/trunk/userapps/opensource/openssl-0.9.8l/test' ( :; LIBDEPS="${LIBDEPS:--L.. -lssl -L.. -lcrypto }"; LDCMD="${LDCMD:-gcc}"; LDFLAGS="${LDFLAGS:--DOPENSSL_THREADS -fPIC }"; LIBPATH=`for x in $LIBDEPS; do if echo $x | grep '^ *-L' > /dev/null 2>&1; then echo $x | sed -e 's/^ *-L//'; fi; done | uniq`; LIBPATH=`echo $LIBPATH | sed -e 's/ /:/g'`; LD_LIBRARY_PATH=$LIBPATH:$LD_LIBRARY_PATH ${LDCMD} ${LDFLAGS} -o ${APPNAME:=exptest} exptest.o ${LIBDEPS} ) make[3]: Leaving directory `/trunk/userapps/opensource/openssl-0.9.8l/test' gcc -I.. -I../include -I../fips -DOPENSSL_THREADS -fPIC -c -o dsatest.o dsatest.c make[3]: Entering directory `/trunk/userapps/opensource/openssl-0.9.8l/test' ( :; LIBDEPS="${LIBDEPS:--L.. -lssl -L.. -lcrypto }"; LDCMD="${LDCMD:-gcc}"; LDFLAGS="${LDFLAGS:--DOPENSSL_THREADS -fPIC }"; LIBPATH=`for x in $LIBDEPS; do if echo $x | grep '^ *-L' > /dev/null 2>&1; then echo $x | sed -e 's/^ *-L//'; fi; done | uniq`; LIBPATH=`echo $LIBPATH | sed -e 's/ /:/g'`; LD_LIBRARY_PATH=$LIBPATH:$LD_LIBRARY_PATH ${LDCMD} ${LDFLAGS} -o ${APPNAME:=dsatest} dsatest.o ${LIBDEPS} ) make[3]: Leaving directory `/trunk/userapps/opensource/openssl-0.9.8l/test' gcc -I.. -I../include -I../fips -DOPENSSL_THREADS -fPIC -c -o rsa_test.o rsa_test.c make[3]: Entering directory `/trunk/userapps/opensource/openssl-0.9.8l/test' ( :; LIBDEPS="${LIBDEPS:--L.. -lssl -L.. -lcrypto }"; LDCMD="${LDCMD:-gcc}"; LDFLAGS="${LDFLAGS:--DOPENSSL_THREADS -fPIC }"; LIBPATH=`for x in $LIBDEPS; do if echo $x | grep '^ *-L' > /dev/null 2>&1; then echo $x | sed -e 's/^ *-L//'; fi; done | uniq`; LIBPATH=`echo $LIBPATH | sed -e 's/ /:/g'`; LD_LIBRARY_PATH=$LIBPATH:$LD_LIBRARY_PATH ${LDCMD} ${LDFLAGS} -o ${APPNAME:=rsa_test} rsa_test.o ${LIBDEPS} ) make[3]: Leaving directory `/trunk/userapps/opensource/openssl-0.9.8l/test' gcc -I.. -I../include -I../fips -DOPENSSL_THREADS -fPIC -c -o evp_test.o evp_test.c make[3]: Entering directory `/trunk/userapps/opensource/openssl-0.9.8l/test' ( :; LIBDEPS="${LIBDEPS:--L.. -lssl -L.. -lcrypto }"; LDCMD="${LDCMD:-gcc}"; LDFLAGS="${LDFLAGS:--DOPENSSL_THREADS -fPIC }"; LIBPATH=`for x in $LIBDEPS; do if echo $x | grep '^ *-L' > /dev/null 2>&1; then echo $x | sed -e 's/^ *-L//'; fi; done | uniq`; LIBPATH=`echo $LIBPATH | sed -e 's/ /:/g'`; LD_LIBRARY_PATH=$LIBPATH:$LD_LIBRARY_PATH ${LDCMD} ${LDFLAGS} -o ${APPNAME:=evp_test} evp_test.o ${LIBDEPS} ) make[3]: Leaving directory `/trunk/userapps/opensource/openssl-0.9.8l/test' gcc -I.. -I../include -I../fips -DOPENSSL_THREADS -fPIC -c -o igetest.o igetest.c make[3]: Entering directory `/trunk/userapps/opensource/openssl-0.9.8l/test' ( :; LIBDEPS="${LIBDEPS:--L.. -lssl -L.. -lcrypto }"; LDCMD="${LDCMD:-gcc}"; LDFLAGS="${LDFLAGS:--DOPENSSL_THREADS -fPIC }"; LIBPATH=`for x in $LIBDEPS; do if echo $x | grep '^ *-L' > /dev/null 2>&1; then echo $x | sed -e 's/^ *-L//'; fi; done | uniq`; LIBPATH=`echo $LIBPATH | sed -e 's/ /:/g'`; LD_LIBRARY_PATH=$LIBPATH:$LD_LIBRARY_PATH ${LDCMD} ${LDFLAGS} -o ${APPNAME:=igetest} igetest.o ${LIBDEPS} ) make[3]: Leaving directory `/trunk/userapps/opensource/openssl-0.9.8l/test' gcc -I.. -I../include -I../fips -DOPENSSL_THREADS -fPIC -c -o fips_shatest.o fips_shatest.c make[3]: Entering directory `/trunk/userapps/opensource/openssl-0.9.8l/test' ( :; LIBDEPS="${LIBDEPS:--L.. -lcrypto }"; LDCMD="${LDCMD:-gcc}"; LDFLAGS="${LDFLAGS:--DOPENSSL_THREADS -fPIC }"; LIBPATH=`for x in $LIBDEPS; do if echo $x | grep '^ *-L' > /dev/null 2>&1; then echo $x | sed -e 's/^ *-L//'; fi; done | uniq`; LIBPATH=`echo $LIBPATH | sed -e 's/ /:/g'`; LD_LIBRARY_PATH=$LIBPATH:$LD_LIBRARY_PATH ${LDCMD} ${LDFLAGS} -o ${APPNAME:=fips_shatest} fips_shatest.o ${LIBDEPS} ) make[3]: Leaving directory `/trunk/userapps/opensource/openssl-0.9.8l/test' gcc -I.. -I../include -I../fips -DOPENSSL_THREADS -fPIC -c -o fips_desmovs.o fips_desmovs.c make[3]: Entering directory `/trunk/userapps/opensource/openssl-0.9.8l/test' ( :; LIBDEPS="${LIBDEPS:--L.. -lcrypto }"; LDCMD="${LDCMD:-gcc}"; LDFLAGS="${LDFLAGS:--DOPENSSL_THREADS -fPIC }"; LIBPATH=`for x in $LIBDEPS; do if echo $x | grep '^ *-L' > /dev/null 2>&1; then echo $x | sed -e 's/^ *-L//'; fi; done | uniq`; LIBPATH=`echo $LIBPATH | sed -e 's/ /:/g'`; LD_LIBRARY_PATH=$LIBPATH:$LD_LIBRARY_PATH ${LDCMD} ${LDFLAGS} -o ${APPNAME:=fips_desmovs} fips_desmovs.o ${LIBDEPS} ) make[3]: Leaving directory `/trunk/userapps/opensource/openssl-0.9.8l/test' gcc -I.. -I../include -I../fips -DOPENSSL_THREADS -fPIC -c -o fips_randtest.o fips_randtest.c make[3]: Entering directory `/trunk/userapps/opensource/openssl-0.9.8l/test' ( :; LIBDEPS="${LIBDEPS:--L.. -lcrypto }"; LDCMD="${LDCMD:-gcc}"; LDFLAGS="${LDFLAGS:--DOPENSSL_THREADS -fPIC }"; LIBPATH=`for x in $LIBDEPS; do if echo $x | grep '^ *-L' > /dev/null 2>&1; then echo $x | sed -e 's/^ *-L//'; fi; done | uniq`; LIBPATH=`echo $LIBPATH | sed -e 's/ /:/g'`; LD_LIBRARY_PATH=$LIBPATH:$LD_LIBRARY_PATH ${LDCMD} ${LDFLAGS} -o ${APPNAME:=fips_randtest} fips_randtest.o ${LIBDEPS} ) make[3]: Leaving directory `/trunk/userapps/opensource/openssl-0.9.8l/test' gcc -I.. -I../include -I../fips -DOPENSSL_THREADS -fPIC -c -o fips_aesavs.o fips_aesavs.c make[3]: Entering directory `/trunk/userapps/opensource/openssl-0.9.8l/test' ( :; LIBDEPS="${LIBDEPS:--L.. -lcrypto }"; LDCMD="${LDCMD:-gcc}"; LDFLAGS="${LDFLAGS:--DOPENSSL_THREADS -fPIC }"; LIBPATH=`for x in $LIBDEPS; do if echo $x | grep '^ *-L' > /dev/null 2>&1; then echo $x | sed -e 's/^ *-L//'; fi; done | uniq`; LIBPATH=`echo $LIBPATH | sed -e 's/ /:/g'`; LD_LIBRARY_PATH=$LIBPATH:$LD_LIBRARY_PATH ${LDCMD} ${LDFLAGS} -o ${APPNAME:=fips_aesavs} fips_aesavs.o ${LIBDEPS} ) make[3]: Leaving directory `/trunk/userapps/opensource/openssl-0.9.8l/test' gcc -I.. -I../include -I../fips -DOPENSSL_THREADS -fPIC -c -o fips_hmactest.o fips_hmactest.c make[3]: Entering directory `/trunk/userapps/opensource/openssl-0.9.8l/test' ( :; LIBDEPS="${LIBDEPS:--L.. -lcrypto }"; LDCMD="${LDCMD:-gcc}"; LDFLAGS="${LDFLAGS:--DOPENSSL_THREADS -fPIC }"; LIBPATH=`for x in $LIBDEPS; do if echo $x | grep '^ *-L' > /dev/null 2>&1; then echo $x | sed -e 's/^ *-L//'; fi; done | uniq`; LIBPATH=`echo $LIBPATH | sed -e 's/ /:/g'`; LD_LIBRARY_PATH=$LIBPATH:$LD_LIBRARY_PATH ${LDCMD} ${LDFLAGS} -o ${APPNAME:=fips_hmactest} fips_hmactest.o ${LIBDEPS} ) make[3]: Leaving directory `/trunk/userapps/opensource/openssl-0.9.8l/test' gcc -I.. -I../include -I../fips -DOPENSSL_THREADS -fPIC -c -o fips_rsavtest.o fips_rsavtest.c make[3]: Entering directory `/trunk/userapps/opensource/openssl-0.9.8l/test' ( :; LIBDEPS="${LIBDEPS:--L.. -lcrypto }"; LDCMD="${LDCMD:-gcc}"; LDFLAGS="${LDFLAGS:--DOPENSSL_THREADS -fPIC }"; LIBPATH=`for x in $LIBDEPS; do if echo $x | grep '^ *-L' > /dev/null 2>&1; then echo $x | sed -e 's/^ *-L//'; fi; done | uniq`; LIBPATH=`echo $LIBPATH | sed -e 's/ /:/g'`; LD_LIBRARY_PATH=$LIBPATH:$LD_LIBRARY_PATH ${LDCMD} ${LDFLAGS} -o ${APPNAME:=fips_rsavtest} fips_rsavtest.o ${LIBDEPS} ) make[3]: Leaving directory `/trunk/userapps/opensource/openssl-0.9.8l/test' gcc -I.. -I../include -I../fips -DOPENSSL_THREADS -fPIC -c -o fips_rsastest.o fips_rsastest.c make[3]: Entering directory `/trunk/userapps/opensource/openssl-0.9.8l/test' ( :; LIBDEPS="${LIBDEPS:--L.. -lcrypto }"; LDCMD="${LDCMD:-gcc}"; LDFLAGS="${LDFLAGS:--DOPENSSL_THREADS -fPIC }"; LIBPATH=`for x in $LIBDEPS; do if echo $x | grep '^ *-L' > /dev/null 2>&1; then echo $x | sed -e 's/^ *-L//'; fi; done | uniq`; LIBPATH=`echo $LIBPATH | sed -e 's/ /:/g'`; LD_LIBRARY_PATH=$LIBPATH:$LD_LIBRARY_PATH ${LDCMD} ${LDFLAGS} -o ${APPNAME:=fips_rsastest} fips_rsastest.o ${LIBDEPS} ) make[3]: Leaving directory `/trunk/userapps/opensource/openssl-0.9.8l/test' gcc -I.. -I../include -I../fips -DOPENSSL_THREADS -fPIC -c -o fips_rsagtest.o fips_rsagtest.c make[3]: Entering directory `/trunk/userapps/opensource/openssl-0.9.8l/test' ( :; LIBDEPS="${LIBDEPS:--L.. -lcrypto }"; LDCMD="${LDCMD:-gcc}"; LDFLAGS="${LDFLAGS:--DOPENSSL_THREADS -fPIC }"; LIBPATH=`for x in $LIBDEPS; do if echo $x | grep '^ *-L' > /dev/null 2>&1; then echo $x | sed -e 's/^ *-L//'; fi; done | uniq`; LIBPATH=`echo $LIBPATH | sed -e 's/ /:/g'`; LD_LIBRARY_PATH=$LIBPATH:$LD_LIBRARY_PATH ${LDCMD} ${LDFLAGS} -o ${APPNAME:=fips_rsagtest} fips_rsagtest.o ${LIBDEPS} ) make[3]: Leaving directory `/trunk/userapps/opensource/openssl-0.9.8l/test' gcc -I.. -I../include -I../fips -DOPENSSL_THREADS -fPIC -c -o fips_dssvs.o fips_dssvs.c make[3]: Entering directory `/trunk/userapps/opensource/openssl-0.9.8l/test' ( :; LIBDEPS="${LIBDEPS:--L.. -lcrypto }"; LDCMD="${LDCMD:-gcc}"; LDFLAGS="${LDFLAGS:--DOPENSSL_THREADS -fPIC }"; LIBPATH=`for x in $LIBDEPS; do if echo $x | grep '^ *-L' > /dev/null 2>&1; then echo $x | sed -e 's/^ *-L//'; fi; done | uniq`; LIBPATH=`echo $LIBPATH | sed -e 's/ /:/g'`; LD_LIBRARY_PATH=$LIBPATH:$LD_LIBRARY_PATH ${LDCMD} ${LDFLAGS} -o ${APPNAME:=fips_dssvs} fips_dssvs.o ${LIBDEPS} ) make[3]: Leaving directory `/trunk/userapps/opensource/openssl-0.9.8l/test' gcc -I.. -I../include -I../fips -DOPENSSL_THREADS -fPIC -c -o fips_dsatest.o fips_dsatest.c make[3]: Entering directory `/trunk/userapps/opensource/openssl-0.9.8l/test' ( :; LIBDEPS="${LIBDEPS:--L.. -lcrypto }"; LDCMD="${LDCMD:-gcc}"; LDFLAGS="${LDFLAGS:--DOPENSSL_THREADS -fPIC }"; LIBPATH=`for x in $LIBDEPS; do if echo $x | grep '^ *-L' > /dev/null 2>&1; then echo $x | sed -e 's/^ *-L//'; fi; done | uniq`; LIBPATH=`echo $LIBPATH | sed -e 's/ /:/g'`; LD_LIBRARY_PATH=$LIBPATH:$LD_LIBRARY_PATH ${LDCMD} ${LDFLAGS} -o ${APPNAME:=fips_dsatest} fips_dsatest.o ${LIBDEPS} ) make[3]: Leaving directory `/trunk/userapps/opensource/openssl-0.9.8l/test' gcc -I.. -I../include -I../fips -DOPENSSL_THREADS -fPIC -c -o fips_rngvs.o fips_rngvs.c make[3]: Entering directory `/trunk/userapps/opensource/openssl-0.9.8l/test' ( :; LIBDEPS="${LIBDEPS:--L.. -lcrypto }"; LDCMD="${LDCMD:-gcc}"; LDFLAGS="${LDFLAGS:--DOPENSSL_THREADS -fPIC }"; LIBPATH=`for x in $LIBDEPS; do if echo $x | grep '^ *-L' > /dev/null 2>&1; then echo $x | sed -e 's/^ *-L//'; fi; done | uniq`; LIBPATH=`echo $LIBPATH | sed -e 's/ /:/g'`; LD_LIBRARY_PATH=$LIBPATH:$LD_LIBRARY_PATH ${LDCMD} ${LDFLAGS} -o ${APPNAME:=fips_rngvs} fips_rngvs.o ${LIBDEPS} ) make[3]: Leaving directory `/trunk/userapps/opensource/openssl-0.9.8l/test' gcc -I.. -I../include -I../fips -DOPENSSL_THREADS -fPIC -c -o fips_test_suite.o fips_test_suite.c make[3]: Entering directory `/trunk/userapps/opensource/openssl-0.9.8l/test' ( :; LIBDEPS="${LIBDEPS:--L.. -lcrypto }"; LDCMD="${LDCMD:-gcc}"; LDFLAGS="${LDFLAGS:--DOPENSSL_THREADS -fPIC }"; LIBPATH=`for x in $LIBDEPS; do if echo $x | grep '^ *-L' > /dev/null 2>&1; then echo $x | sed -e 's/^ *-L//'; fi; done | uniq`; LIBPATH=`echo $LIBPATH | sed -e 's/ /:/g'`; LD_LIBRARY_PATH=$LIBPATH:$LD_LIBRARY_PATH ${LDCMD} ${LDFLAGS} -o ${APPNAME:=fips_test_suite} fips_test_suite.o ${LIBDEPS} ) make[3]: Leaving directory `/trunk/userapps/opensource/openssl-0.9.8l/test' gcc -I.. -I../include -I../fips -DOPENSSL_THREADS -fPIC -c -o jpaketest.o jpaketest.c make[3]: Entering directory `/trunk/userapps/opensource/openssl-0.9.8l/test' ( :; LIBDEPS="${LIBDEPS:--L.. -lssl -L.. -lcrypto }"; LDCMD="${LDCMD:-gcc}"; LDFLAGS="${LDFLAGS:--DOPENSSL_THREADS -fPIC }"; LIBPATH=`for x in $LIBDEPS; do if echo $x | grep '^ *-L' > /dev/null 2>&1; then echo $x | sed -e 's/^ *-L//'; fi; done | uniq`; LIBPATH=`echo $LIBPATH | sed -e 's/ /:/g'`; LD_LIBRARY_PATH=$LIBPATH:$LD_LIBRARY_PATH ${LDCMD} ${LDFLAGS} -o ${APPNAME:=jpaketest} jpaketest.o ${LIBDEPS} ) make[3]: Leaving directory `/trunk/userapps/opensource/openssl-0.9.8l/test' gcc -I.. -I../include -I../fips -DOPENSSL_THREADS -fPIC -c -o dummytest.o dummytest.c make[3]: Entering directory `/trunk/userapps/opensource/openssl-0.9.8l/test' ( :; LIBDEPS="${LIBDEPS:--L.. -lssl -L.. -lcrypto }"; LDCMD="${LDCMD:-gcc}"; LDFLAGS="${LDFLAGS:--DOPENSSL_THREADS -fPIC }"; LIBPATH=`for x in $LIBDEPS; do if echo $x | grep '^ *-L' > /dev/null 2>&1; then echo $x | sed -e 's/^ *-L//'; fi; done | uniq`; LIBPATH=`echo $LIBPATH | sed -e 's/ /:/g'`; LD_LIBRARY_PATH=$LIBPATH:$LD_LIBRARY_PATH ${LDCMD} ${LDFLAGS} -o ${APPNAME:=dummytest} dummytest.o ${LIBDEPS} ) make[3]: Leaving directory `/trunk/userapps/opensource/openssl-0.9.8l/test' make[2]: Leaving directory `/trunk/userapps/opensource/openssl-0.9.8l/test' making all in tools... make[2]: Entering directory `/trunk/userapps/opensource/openssl-0.9.8l/tools' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/trunk/userapps/opensource/openssl-0.9.8l/tools' make[1]: Leaving directory `/trunk/userapps/opensource/openssl-0.9.8l' test -d /trunk/userapps/opensource/openssl/lib || mkdir /trunk/userapps/opensource/openssl/lib cp /trunk/userapps/opensource/openssl/*.a /trunk/userapps/opensource/openssl/lib checking whether to enable maintainer-specific portions of Makefiles... no checking whether to enable debug build options... no checking whether to enable compiler optimizer... yes checking whether to enable strict compiler warnings... no checking whether to enable curl debug memory tracking... no checking for sed... /bin/sed checking for grep... /bin/grep checking for egrep... /bin/grep -E checking for ar... /usr/bin/ar checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... no checking for mawk... mawk checking whether make sets $(MAKE)... yes checking curl version... 7.19.7 checking build system type... armv6l-unknown-linux-gnueabi checking host system type... armv6l-unknown-linux-gnueabi checking for style of include used by make... GNU checking for gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking dependency style of 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... gcc -E checking for grep that handles long lines and -e... (cached) /bin/grep checking for egrep... /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 size of long... 4 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 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) /bin/sed checking for fgrep... /bin/grep -F checking for ld used by gcc... ld checking if the linker (ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... nm checking the name lister (nm) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 805306365 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking for ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for ar... /usr/bin/ar checking for strip... strip checking for ranlib... ranlib checking command to parse nm output from gcc object... ok checking for dlfcn.h... yes checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... yes checking if gcc static flag -static works... yes checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (ld) 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... 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 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 if shared libraries need -no-undefined... no 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... no checking whether to support file... no checking whether to support ldap... no checking whether to support ldaps... no checking whether to support proxies... no checking whether to support dict... no checking whether to support telnet... no checking whether to support tftp... no checking whether to provide built-in manual... no checking if X/Open network library is required... no checking for gethostbyname... yes checking for strcasecmp... yes checking for windows.h... (cached) no checking for winsock.h... (cached) no checking for winsock2.h... (cached) no checking for connect in libraries... 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 if monotonic clock_gettime works... yes checking whether to use libgcc... no checking whether to enable ipv6... no checking if argv can be written to... yes 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... yes checking for SSL_connect in -lssl... yes checking openssl/x509.h usability... yes checking openssl/x509.h presence... yes checking for openssl/x509.h... yes checking openssl/rsa.h usability... yes checking openssl/rsa.h presence... yes checking for openssl/rsa.h... yes checking openssl/crypto.h usability... yes checking openssl/crypto.h presence... yes checking for openssl/crypto.h... yes checking openssl/pem.h usability... yes checking openssl/pem.h presence... yes checking for openssl/pem.h... yes checking openssl/ssl.h usability... yes checking openssl/ssl.h presence... yes checking for openssl/ssl.h... yes checking openssl/err.h usability... yes checking openssl/err.h presence... yes checking for openssl/err.h... yes checking openssl/pkcs12.h usability... yes checking openssl/pkcs12.h presence... yes checking for openssl/pkcs12.h... yes checking for ENGINE_init... yes checking openssl/engine.h usability... yes checking openssl/engine.h presence... yes checking for openssl/engine.h... yes checking for ENGINE_load_builtin_engines... yes checking for RAND_status... yes checking for RAND_screen... no checking for RAND_egd... yes checking for CRYPTO_cleanup_all_ex_data... yes checking for SSL_get_shutdown... yes checking for yaSSL using OpenSSL compatibility mode... no configure: Added /trunk/userapps/opensource/openssl/lib to LD_LIBRARY_PATH checking for inflateEnd in -lz... yes checking zlib.h usability... yes checking zlib.h presence... yes checking for zlib.h... yes configure: found both libz and libz.h header checking default CA cert bundle/path... /etc_ro_fs/curl-ca-bundle.crt checking for libssh2_channel_open_ex in -lssh2... yes checking libssh2.h usability... yes checking libssh2.h presence... yes checking for libssh2.h... yes checking whether to build with libidn... yes checking for idna_to_ascii_lz in -lidn... yes checking for idn_free... yes checking for idna_strerror... yes checking for tld_strerror... yes checking idn-free.h usability... yes checking idn-free.h presence... yes checking for idn-free.h... yes checking tld.h usability... yes checking tld.h presence... yes checking for tld.h... yes checking AIX 4.3 or later... no checking for ANSI C header files... (cached) yes checking for malloc.h... yes checking for memory.h... (cached) 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 socket.h... no 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 sys/socket.h... (cached) yes checking for struct timeval... yes checking run-time libs availability... fine checking size of size_t... 4 checking size of int... 4 checking size of long... (cached) 4 checking size of time_t... 4 checking size of off_t... 4 configure: WARNING: This libcurl built is probably not ABI compatible with previous configure: WARNING: builds! You MUST read lib/README.curl_off_t to figure it out. checking for long long... yes checking if numberLL works... yes checking for ssize_t... yes checking for bool... 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 curl_socklen_t data type... socklen_t checking size of curl_socklen_t... 4 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 string.h... (cached) yes checking for strings.h... (cached) yes checking for sys/types.h... (cached) yes checking for libgen.h... (cached) yes checking if basename can be linked... yes checking if basename is prototyped... yes checking if basename is compilable... yes checking if basename usage allowed... yes checking if basename might be used... yes checking for sys/types.h... (cached) yes checking for socket.h... (cached) no checking if closesocket can be linked... no checking if closesocket might be used... no checking if CloseSocket can be linked... no checking if CloseSocket might be used... no checking if connect can be linked... yes checking if connect is prototyped... yes checking if connect is compilable... yes checking if connect usage allowed... yes checking if connect 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 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 if getaddrinfo can be linked... yes checking if getaddrinfo is prototyped... yes checking if getaddrinfo is compilable... yes checking if getaddrinfo seems to work... yes checking if getaddrinfo usage allowed... yes checking if getaddrinfo might be used... yes 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 seems to work... 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 seems to work... 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 seems to work... 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 seems to work... 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 seems to work... yes checking if localtime_r usage allowed... yes checking if localtime_r might be used... yes checking if memrchr can be linked... yes checking if memrchr is prototyped... no checking if memrchr might be used... no checking for sys/types.h... (cached) yes checking for poll.h... (cached) yes checking for sys/poll.h... (cached) yes checking if poll can be linked... yes checking if poll is prototyped... yes checking if poll is compilable... yes checking if poll seems to work... yes checking if poll usage allowed... yes checking if poll 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 socket can be linked... yes checking if socket is prototyped... yes checking if socket is compilable... yes checking if socket usage allowed... yes checking if socket 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 seems to work... 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 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 setlocale... yes checking for setmode... no checking deeper for setmode... but still no checking for setrlimit... yes checking for uname... yes checking for utime... 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 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... yes 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/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/curl_config.h config.status: creating src/curl_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.7 Host setup: armv6l-unknown-linux-gnueabi Install prefix: /trunk/targets/bb.src Compiler: gcc SSL support: enabled (OpenSSL) SSH support: enabled (libSSH2) zlib support: enabled 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: enabled Build libcurl: Shared=yes, Static=no Built-in manual: no (--enable-manual) Verbose errors: enabled (--disable-verbose) SSPI support: no (--enable-sspi) ca cert bundle: /etc_ro_fs/curl-ca-bundle.crt ca cert path: no LDAP support: no (--enable-ldap / --with-ldap-lib / --with-lber-lib) LDAPS support: no (--enable-ldaps) SONAME bump: yes - WARNING: this library will be built with the SONAME number bumped due to (a detected) ABI breakage. See lib/README.curl_off_t for details on this. test -f /trunk/targets/bb.src/etc_ro_fs/curl-ca-bundle.crt || wget -O /trunk/targets/bb.src/etc_ro_fs/curl-ca-bundle.crt http://curl.haxx.se/ca/cacert.pem --2014-01-22 18:45:04-- http://curl.haxx.se/ca/cacert.pem Resolving curl.haxx.se (curl.haxx.se)... 80.67.6.50, 2a00:1a28:1200:9::2 Connecting to curl.haxx.se (curl.haxx.se)|80.67.6.50|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 241697 (236K) Saving to: `/trunk/targets/bb.src/etc_ro_fs/curl-ca-bundle.crt' 0K .......... .......... .......... .......... .......... 21% 262K 1s 50K .......... .......... .......... .......... .......... 42% 178K 1s 100K .......... .......... .......... .......... .......... 63% 567K 0s 150K .......... .......... .......... .......... .......... 84% 309K 0s 200K .......... .......... .......... ...... 100% 248K=0.9s 2014-01-22 18:45:05 (272 KB/s) - `/trunk/targets/bb.src/etc_ro_fs/curl-ca-bundle.crt' saved [241697/241697] make -C /trunk/userapps/opensource/curl install-strip make[1]: Entering directory `/trunk/userapps/opensource/curl-7.19.7' make INSTALL_PROGRAM="/bin/bash /trunk/userapps/opensource/curl/install-sh -c -s" \ install_sh_PROGRAM="/bin/bash /trunk/userapps/opensource/curl/install-sh -c -s" INSTALL_STRIP_FLAG=-s \ `test -z 'strip' || \ echo "INSTALL_PROGRAM_ENV=STRIPPROG='strip'"` install make[2]: Entering directory `/trunk/userapps/opensource/curl-7.19.7' Making install in lib make[3]: Entering directory `/trunk/userapps/opensource/curl-7.19.7/lib' if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -I/trunk/userapps/opensource/openssl/include -I/trunk/userapps/opensource/openssl/include/openssl -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: gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -I/trunk/userapps/opensource/openssl/include -I/trunk/userapps/opensource/openssl/include/openssl -g0 -O2 -Wno-system-headers -MT file.lo -MD -MP -MF .deps/file.Tpo -c file.c -fPIC -DPIC -o .libs/file.o if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -I/trunk/userapps/opensource/openssl/include -I/trunk/userapps/opensource/openssl/include/openssl -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: gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -I/trunk/userapps/opensource/openssl/include -I/trunk/userapps/opensource/openssl/include/openssl -g0 -O2 -Wno-system-headers -MT timeval.lo -MD -MP -MF .deps/timeval.Tpo -c timeval.c -fPIC -DPIC -o .libs/timeval.o if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -I/trunk/userapps/opensource/openssl/include -I/trunk/userapps/opensource/openssl/include/openssl -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: gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -I/trunk/userapps/opensource/openssl/include -I/trunk/userapps/opensource/openssl/include/openssl -g0 -O2 -Wno-system-headers -MT base64.lo -MD -MP -MF .deps/base64.Tpo -c base64.c -fPIC -DPIC -o .libs/base64.o if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -I/trunk/userapps/opensource/openssl/include -I/trunk/userapps/opensource/openssl/include/openssl -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: gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -I/trunk/userapps/opensource/openssl/include -I/trunk/userapps/opensource/openssl/include/openssl -g0 -O2 -Wno-system-headers -MT hostip.lo -MD -MP -MF .deps/hostip.Tpo -c hostip.c -fPIC -DPIC -o .libs/hostip.o if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -I/trunk/userapps/opensource/openssl/include -I/trunk/userapps/opensource/openssl/include/openssl -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: gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -I/trunk/userapps/opensource/openssl/include -I/trunk/userapps/opensource/openssl/include/openssl -g0 -O2 -Wno-system-headers -MT progress.lo -MD -MP -MF .deps/progress.Tpo -c progress.c -fPIC -DPIC -o .libs/progress.o if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -I/trunk/userapps/opensource/openssl/include -I/trunk/userapps/opensource/openssl/include/openssl -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: gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -I/trunk/userapps/opensource/openssl/include -I/trunk/userapps/opensource/openssl/include/openssl -g0 -O2 -Wno-system-headers -MT formdata.lo -MD -MP -MF .deps/formdata.Tpo -c formdata.c -fPIC -DPIC -o .libs/formdata.o if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -I/trunk/userapps/opensource/openssl/include -I/trunk/userapps/opensource/openssl/include/openssl -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: gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -I/trunk/userapps/opensource/openssl/include -I/trunk/userapps/opensource/openssl/include/openssl -g0 -O2 -Wno-system-headers -MT cookie.lo -MD -MP -MF .deps/cookie.Tpo -c cookie.c -fPIC -DPIC -o .libs/cookie.o if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -I/trunk/userapps/opensource/openssl/include -I/trunk/userapps/opensource/openssl/include/openssl -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: gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -I/trunk/userapps/opensource/openssl/include -I/trunk/userapps/opensource/openssl/include/openssl -g0 -O2 -Wno-system-headers -MT http.lo -MD -MP -MF .deps/http.Tpo -c http.c -fPIC -DPIC -o .libs/http.o if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -I/trunk/userapps/opensource/openssl/include -I/trunk/userapps/opensource/openssl/include/openssl -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: gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -I/trunk/userapps/opensource/openssl/include -I/trunk/userapps/opensource/openssl/include/openssl -g0 -O2 -Wno-system-headers -MT sendf.lo -MD -MP -MF .deps/sendf.Tpo -c sendf.c -fPIC -DPIC -o .libs/sendf.o if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -I/trunk/userapps/opensource/openssl/include -I/trunk/userapps/opensource/openssl/include/openssl -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: gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -I/trunk/userapps/opensource/openssl/include -I/trunk/userapps/opensource/openssl/include/openssl -g0 -O2 -Wno-system-headers -MT ftp.lo -MD -MP -MF .deps/ftp.Tpo -c ftp.c -fPIC -DPIC -o .libs/ftp.o if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -I/trunk/userapps/opensource/openssl/include -I/trunk/userapps/opensource/openssl/include/openssl -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: gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -I/trunk/userapps/opensource/openssl/include -I/trunk/userapps/opensource/openssl/include/openssl -g0 -O2 -Wno-system-headers -MT url.lo -MD -MP -MF .deps/url.Tpo -c url.c -fPIC -DPIC -o .libs/url.o if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -I/trunk/userapps/opensource/openssl/include -I/trunk/userapps/opensource/openssl/include/openssl -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: gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -I/trunk/userapps/opensource/openssl/include -I/trunk/userapps/opensource/openssl/include/openssl -g0 -O2 -Wno-system-headers -MT dict.lo -MD -MP -MF .deps/dict.Tpo -c dict.c -fPIC -DPIC -o .libs/dict.o if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -I/trunk/userapps/opensource/openssl/include -I/trunk/userapps/opensource/openssl/include/openssl -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: gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -I/trunk/userapps/opensource/openssl/include -I/trunk/userapps/opensource/openssl/include/openssl -g0 -O2 -Wno-system-headers -MT if2ip.lo -MD -MP -MF .deps/if2ip.Tpo -c if2ip.c -fPIC -DPIC -o .libs/if2ip.o if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -I/trunk/userapps/opensource/openssl/include -I/trunk/userapps/opensource/openssl/include/openssl -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: gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -I/trunk/userapps/opensource/openssl/include -I/trunk/userapps/opensource/openssl/include/openssl -g0 -O2 -Wno-system-headers -MT speedcheck.lo -MD -MP -MF .deps/speedcheck.Tpo -c speedcheck.c -fPIC -DPIC -o .libs/speedcheck.o if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -I/trunk/userapps/opensource/openssl/include -I/trunk/userapps/opensource/openssl/include/openssl -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: gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -I/trunk/userapps/opensource/openssl/include -I/trunk/userapps/opensource/openssl/include/openssl -g0 -O2 -Wno-system-headers -MT ldap.lo -MD -MP -MF .deps/ldap.Tpo -c ldap.c -fPIC -DPIC -o .libs/ldap.o if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -I/trunk/userapps/opensource/openssl/include -I/trunk/userapps/opensource/openssl/include/openssl -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: gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -I/trunk/userapps/opensource/openssl/include -I/trunk/userapps/opensource/openssl/include/openssl -g0 -O2 -Wno-system-headers -MT ssluse.lo -MD -MP -MF .deps/ssluse.Tpo -c ssluse.c -fPIC -DPIC -o .libs/ssluse.o if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -I/trunk/userapps/opensource/openssl/include -I/trunk/userapps/opensource/openssl/include/openssl -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: gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -I/trunk/userapps/opensource/openssl/include -I/trunk/userapps/opensource/openssl/include/openssl -g0 -O2 -Wno-system-headers -MT version.lo -MD -MP -MF .deps/version.Tpo -c version.c -fPIC -DPIC -o .libs/version.o if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -I/trunk/userapps/opensource/openssl/include -I/trunk/userapps/opensource/openssl/include/openssl -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: gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -I/trunk/userapps/opensource/openssl/include -I/trunk/userapps/opensource/openssl/include/openssl -g0 -O2 -Wno-system-headers -MT getenv.lo -MD -MP -MF .deps/getenv.Tpo -c getenv.c -fPIC -DPIC -o .libs/getenv.o if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -I/trunk/userapps/opensource/openssl/include -I/trunk/userapps/opensource/openssl/include/openssl -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: gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -I/trunk/userapps/opensource/openssl/include -I/trunk/userapps/opensource/openssl/include/openssl -g0 -O2 -Wno-system-headers -MT escape.lo -MD -MP -MF .deps/escape.Tpo -c escape.c -fPIC -DPIC -o .libs/escape.o if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -I/trunk/userapps/opensource/openssl/include -I/trunk/userapps/opensource/openssl/include/openssl -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: gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -I/trunk/userapps/opensource/openssl/include -I/trunk/userapps/opensource/openssl/include/openssl -g0 -O2 -Wno-system-headers -MT mprintf.lo -MD -MP -MF .deps/mprintf.Tpo -c mprintf.c -fPIC -DPIC -o .libs/mprintf.o if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -I/trunk/userapps/opensource/openssl/include -I/trunk/userapps/opensource/openssl/include/openssl -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: gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -I/trunk/userapps/opensource/openssl/include -I/trunk/userapps/opensource/openssl/include/openssl -g0 -O2 -Wno-system-headers -MT telnet.lo -MD -MP -MF .deps/telnet.Tpo -c telnet.c -fPIC -DPIC -o .libs/telnet.o if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -I/trunk/userapps/opensource/openssl/include -I/trunk/userapps/opensource/openssl/include/openssl -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: gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -I/trunk/userapps/opensource/openssl/include -I/trunk/userapps/opensource/openssl/include/openssl -g0 -O2 -Wno-system-headers -MT netrc.lo -MD -MP -MF .deps/netrc.Tpo -c netrc.c -fPIC -DPIC -o .libs/netrc.o if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -I/trunk/userapps/opensource/openssl/include -I/trunk/userapps/opensource/openssl/include/openssl -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: gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -I/trunk/userapps/opensource/openssl/include -I/trunk/userapps/opensource/openssl/include/openssl -g0 -O2 -Wno-system-headers -MT getinfo.lo -MD -MP -MF .deps/getinfo.Tpo -c getinfo.c -fPIC -DPIC -o .libs/getinfo.o if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -I/trunk/userapps/opensource/openssl/include -I/trunk/userapps/opensource/openssl/include/openssl -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: gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -I/trunk/userapps/opensource/openssl/include -I/trunk/userapps/opensource/openssl/include/openssl -g0 -O2 -Wno-system-headers -MT transfer.lo -MD -MP -MF .deps/transfer.Tpo -c transfer.c -fPIC -DPIC -o .libs/transfer.o if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -I/trunk/userapps/opensource/openssl/include -I/trunk/userapps/opensource/openssl/include/openssl -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: gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -I/trunk/userapps/opensource/openssl/include -I/trunk/userapps/opensource/openssl/include/openssl -g0 -O2 -Wno-system-headers -MT strequal.lo -MD -MP -MF .deps/strequal.Tpo -c strequal.c -fPIC -DPIC -o .libs/strequal.o if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -I/trunk/userapps/opensource/openssl/include -I/trunk/userapps/opensource/openssl/include/openssl -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: gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -I/trunk/userapps/opensource/openssl/include -I/trunk/userapps/opensource/openssl/include/openssl -g0 -O2 -Wno-system-headers -MT easy.lo -MD -MP -MF .deps/easy.Tpo -c easy.c -fPIC -DPIC -o .libs/easy.o if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -I/trunk/userapps/opensource/openssl/include -I/trunk/userapps/opensource/openssl/include/openssl -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: gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -I/trunk/userapps/opensource/openssl/include -I/trunk/userapps/opensource/openssl/include/openssl -g0 -O2 -Wno-system-headers -MT security.lo -MD -MP -MF .deps/security.Tpo -c security.c -fPIC -DPIC -o .libs/security.o if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -I/trunk/userapps/opensource/openssl/include -I/trunk/userapps/opensource/openssl/include/openssl -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: gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -I/trunk/userapps/opensource/openssl/include -I/trunk/userapps/opensource/openssl/include/openssl -g0 -O2 -Wno-system-headers -MT krb4.lo -MD -MP -MF .deps/krb4.Tpo -c krb4.c -fPIC -DPIC -o .libs/krb4.o if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -I/trunk/userapps/opensource/openssl/include -I/trunk/userapps/opensource/openssl/include/openssl -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: gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -I/trunk/userapps/opensource/openssl/include -I/trunk/userapps/opensource/openssl/include/openssl -g0 -O2 -Wno-system-headers -MT krb5.lo -MD -MP -MF .deps/krb5.Tpo -c krb5.c -fPIC -DPIC -o .libs/krb5.o if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -I/trunk/userapps/opensource/openssl/include -I/trunk/userapps/opensource/openssl/include/openssl -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: gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -I/trunk/userapps/opensource/openssl/include -I/trunk/userapps/opensource/openssl/include/openssl -g0 -O2 -Wno-system-headers -MT memdebug.lo -MD -MP -MF .deps/memdebug.Tpo -c memdebug.c -fPIC -DPIC -o .libs/memdebug.o if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -I/trunk/userapps/opensource/openssl/include -I/trunk/userapps/opensource/openssl/include/openssl -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: gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -I/trunk/userapps/opensource/openssl/include -I/trunk/userapps/opensource/openssl/include/openssl -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 if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -I/trunk/userapps/opensource/openssl/include -I/trunk/userapps/opensource/openssl/include/openssl -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: gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -I/trunk/userapps/opensource/openssl/include -I/trunk/userapps/opensource/openssl/include/openssl -g0 -O2 -Wno-system-headers -MT strtok.lo -MD -MP -MF .deps/strtok.Tpo -c strtok.c -fPIC -DPIC -o .libs/strtok.o if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -I/trunk/userapps/opensource/openssl/include -I/trunk/userapps/opensource/openssl/include/openssl -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: gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -I/trunk/userapps/opensource/openssl/include -I/trunk/userapps/opensource/openssl/include/openssl -g0 -O2 -Wno-system-headers -MT connect.lo -MD -MP -MF .deps/connect.Tpo -c connect.c -fPIC -DPIC -o .libs/connect.o if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -I/trunk/userapps/opensource/openssl/include -I/trunk/userapps/opensource/openssl/include/openssl -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: gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -I/trunk/userapps/opensource/openssl/include -I/trunk/userapps/opensource/openssl/include/openssl -g0 -O2 -Wno-system-headers -MT llist.lo -MD -MP -MF .deps/llist.Tpo -c llist.c -fPIC -DPIC -o .libs/llist.o if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -I/trunk/userapps/opensource/openssl/include -I/trunk/userapps/opensource/openssl/include/openssl -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: gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -I/trunk/userapps/opensource/openssl/include -I/trunk/userapps/opensource/openssl/include/openssl -g0 -O2 -Wno-system-headers -MT hash.lo -MD -MP -MF .deps/hash.Tpo -c hash.c -fPIC -DPIC -o .libs/hash.o if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -I/trunk/userapps/opensource/openssl/include -I/trunk/userapps/opensource/openssl/include/openssl -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: gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -I/trunk/userapps/opensource/openssl/include -I/trunk/userapps/opensource/openssl/include/openssl -g0 -O2 -Wno-system-headers -MT multi.lo -MD -MP -MF .deps/multi.Tpo -c multi.c -fPIC -DPIC -o .libs/multi.o if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -I/trunk/userapps/opensource/openssl/include -I/trunk/userapps/opensource/openssl/include/openssl -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: gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -I/trunk/userapps/opensource/openssl/include -I/trunk/userapps/opensource/openssl/include/openssl -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 if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -I/trunk/userapps/opensource/openssl/include -I/trunk/userapps/opensource/openssl/include/openssl -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: gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -I/trunk/userapps/opensource/openssl/include -I/trunk/userapps/opensource/openssl/include/openssl -g0 -O2 -Wno-system-headers -MT share.lo -MD -MP -MF .deps/share.Tpo -c share.c -fPIC -DPIC -o .libs/share.o if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -I/trunk/userapps/opensource/openssl/include -I/trunk/userapps/opensource/openssl/include/openssl -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: gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -I/trunk/userapps/opensource/openssl/include -I/trunk/userapps/opensource/openssl/include/openssl -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 if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -I/trunk/userapps/opensource/openssl/include -I/trunk/userapps/opensource/openssl/include/openssl -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: gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -I/trunk/userapps/opensource/openssl/include -I/trunk/userapps/opensource/openssl/include/openssl -g0 -O2 -Wno-system-headers -MT md5.lo -MD -MP -MF .deps/md5.Tpo -c md5.c -fPIC -DPIC -o .libs/md5.o if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -I/trunk/userapps/opensource/openssl/include -I/trunk/userapps/opensource/openssl/include/openssl -g0 -O2 -Wno-system-headers -MT curl_rand.lo -MD -MP -MF ".deps/curl_rand.Tpo" -c -o curl_rand.lo curl_rand.c; \ then mv -f ".deps/curl_rand.Tpo" ".deps/curl_rand.Plo"; else rm -f ".deps/curl_rand.Tpo"; exit 1; fi libtool: compile: gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -I/trunk/userapps/opensource/openssl/include -I/trunk/userapps/opensource/openssl/include/openssl -g0 -O2 -Wno-system-headers -MT curl_rand.lo -MD -MP -MF .deps/curl_rand.Tpo -c curl_rand.c -fPIC -DPIC -o .libs/curl_rand.o if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -I/trunk/userapps/opensource/openssl/include -I/trunk/userapps/opensource/openssl/include/openssl -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: gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -I/trunk/userapps/opensource/openssl/include -I/trunk/userapps/opensource/openssl/include/openssl -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 if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -I/trunk/userapps/opensource/openssl/include -I/trunk/userapps/opensource/openssl/include/openssl -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: gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -I/trunk/userapps/opensource/openssl/include -I/trunk/userapps/opensource/openssl/include/openssl -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 if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -I/trunk/userapps/opensource/openssl/include -I/trunk/userapps/opensource/openssl/include/openssl -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: gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -I/trunk/userapps/opensource/openssl/include -I/trunk/userapps/opensource/openssl/include/openssl -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 if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -I/trunk/userapps/opensource/openssl/include -I/trunk/userapps/opensource/openssl/include/openssl -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: gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -I/trunk/userapps/opensource/openssl/include -I/trunk/userapps/opensource/openssl/include/openssl -g0 -O2 -Wno-system-headers -MT strtoofft.lo -MD -MP -MF .deps/strtoofft.Tpo -c strtoofft.c -fPIC -DPIC -o .libs/strtoofft.o if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -I/trunk/userapps/opensource/openssl/include -I/trunk/userapps/opensource/openssl/include/openssl -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: gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -I/trunk/userapps/opensource/openssl/include -I/trunk/userapps/opensource/openssl/include/openssl -g0 -O2 -Wno-system-headers -MT strerror.lo -MD -MP -MF .deps/strerror.Tpo -c strerror.c -fPIC -DPIC -o .libs/strerror.o if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -I/trunk/userapps/opensource/openssl/include -I/trunk/userapps/opensource/openssl/include/openssl -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: gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -I/trunk/userapps/opensource/openssl/include -I/trunk/userapps/opensource/openssl/include/openssl -g0 -O2 -Wno-system-headers -MT hostares.lo -MD -MP -MF .deps/hostares.Tpo -c hostares.c -fPIC -DPIC -o .libs/hostares.o if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -I/trunk/userapps/opensource/openssl/include -I/trunk/userapps/opensource/openssl/include/openssl -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: gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -I/trunk/userapps/opensource/openssl/include -I/trunk/userapps/opensource/openssl/include/openssl -g0 -O2 -Wno-system-headers -MT hostasyn.lo -MD -MP -MF .deps/hostasyn.Tpo -c hostasyn.c -fPIC -DPIC -o .libs/hostasyn.o if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -I/trunk/userapps/opensource/openssl/include -I/trunk/userapps/opensource/openssl/include/openssl -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: gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -I/trunk/userapps/opensource/openssl/include -I/trunk/userapps/opensource/openssl/include/openssl -g0 -O2 -Wno-system-headers -MT hostip4.lo -MD -MP -MF .deps/hostip4.Tpo -c hostip4.c -fPIC -DPIC -o .libs/hostip4.o if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -I/trunk/userapps/opensource/openssl/include -I/trunk/userapps/opensource/openssl/include/openssl -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: gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -I/trunk/userapps/opensource/openssl/include -I/trunk/userapps/opensource/openssl/include/openssl -g0 -O2 -Wno-system-headers -MT hostip6.lo -MD -MP -MF .deps/hostip6.Tpo -c hostip6.c -fPIC -DPIC -o .libs/hostip6.o if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -I/trunk/userapps/opensource/openssl/include -I/trunk/userapps/opensource/openssl/include/openssl -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: gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -I/trunk/userapps/opensource/openssl/include -I/trunk/userapps/opensource/openssl/include/openssl -g0 -O2 -Wno-system-headers -MT hostsyn.lo -MD -MP -MF .deps/hostsyn.Tpo -c hostsyn.c -fPIC -DPIC -o .libs/hostsyn.o if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -I/trunk/userapps/opensource/openssl/include -I/trunk/userapps/opensource/openssl/include/openssl -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: gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -I/trunk/userapps/opensource/openssl/include -I/trunk/userapps/opensource/openssl/include/openssl -g0 -O2 -Wno-system-headers -MT hostthre.lo -MD -MP -MF .deps/hostthre.Tpo -c hostthre.c -fPIC -DPIC -o .libs/hostthre.o if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -I/trunk/userapps/opensource/openssl/include -I/trunk/userapps/opensource/openssl/include/openssl -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: gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -I/trunk/userapps/opensource/openssl/include -I/trunk/userapps/opensource/openssl/include/openssl -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 if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -I/trunk/userapps/opensource/openssl/include -I/trunk/userapps/opensource/openssl/include/openssl -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: gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -I/trunk/userapps/opensource/openssl/include -I/trunk/userapps/opensource/openssl/include/openssl -g0 -O2 -Wno-system-headers -MT parsedate.lo -MD -MP -MF .deps/parsedate.Tpo -c parsedate.c -fPIC -DPIC -o .libs/parsedate.o if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -I/trunk/userapps/opensource/openssl/include -I/trunk/userapps/opensource/openssl/include/openssl -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: gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -I/trunk/userapps/opensource/openssl/include -I/trunk/userapps/opensource/openssl/include/openssl -g0 -O2 -Wno-system-headers -MT select.lo -MD -MP -MF .deps/select.Tpo -c select.c -fPIC -DPIC -o .libs/select.o if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -I/trunk/userapps/opensource/openssl/include -I/trunk/userapps/opensource/openssl/include/openssl -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: gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -I/trunk/userapps/opensource/openssl/include -I/trunk/userapps/opensource/openssl/include/openssl -g0 -O2 -Wno-system-headers -MT gtls.lo -MD -MP -MF .deps/gtls.Tpo -c gtls.c -fPIC -DPIC -o .libs/gtls.o if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -I/trunk/userapps/opensource/openssl/include -I/trunk/userapps/opensource/openssl/include/openssl -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: gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -I/trunk/userapps/opensource/openssl/include -I/trunk/userapps/opensource/openssl/include/openssl -g0 -O2 -Wno-system-headers -MT sslgen.lo -MD -MP -MF .deps/sslgen.Tpo -c sslgen.c -fPIC -DPIC -o .libs/sslgen.o if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -I/trunk/userapps/opensource/openssl/include -I/trunk/userapps/opensource/openssl/include/openssl -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: gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -I/trunk/userapps/opensource/openssl/include -I/trunk/userapps/opensource/openssl/include/openssl -g0 -O2 -Wno-system-headers -MT tftp.lo -MD -MP -MF .deps/tftp.Tpo -c tftp.c -fPIC -DPIC -o .libs/tftp.o if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -I/trunk/userapps/opensource/openssl/include -I/trunk/userapps/opensource/openssl/include/openssl -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: gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -I/trunk/userapps/opensource/openssl/include -I/trunk/userapps/opensource/openssl/include/openssl -g0 -O2 -Wno-system-headers -MT splay.lo -MD -MP -MF .deps/splay.Tpo -c splay.c -fPIC -DPIC -o .libs/splay.o if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -I/trunk/userapps/opensource/openssl/include -I/trunk/userapps/opensource/openssl/include/openssl -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: gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -I/trunk/userapps/opensource/openssl/include -I/trunk/userapps/opensource/openssl/include/openssl -g0 -O2 -Wno-system-headers -MT strdup.lo -MD -MP -MF .deps/strdup.Tpo -c strdup.c -fPIC -DPIC -o .libs/strdup.o if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -I/trunk/userapps/opensource/openssl/include -I/trunk/userapps/opensource/openssl/include/openssl -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: gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -I/trunk/userapps/opensource/openssl/include -I/trunk/userapps/opensource/openssl/include/openssl -g0 -O2 -Wno-system-headers -MT socks.lo -MD -MP -MF .deps/socks.Tpo -c socks.c -fPIC -DPIC -o .libs/socks.o if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -I/trunk/userapps/opensource/openssl/include -I/trunk/userapps/opensource/openssl/include/openssl -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: gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../lib -I/trunk/userapps/opensource/openssl/include -I/trunk/userapps/opensource/openssl/include/openssl -g0 -O2 -Wno-system-headers -MT ssh.lo -MD -MP -MF .deps/ssh.Tpo -c ssh.c -fPIC -DPIC -o .libs/ssh.o ssh.c:122:8: error: conflicting types for ‘libssh2_free’ /usr/include/libssh2.h:443:18: note: previous declaration of ‘libssh2_free’ was here make[3]: *** [ssh.lo] Error 1 make[3]: Leaving directory `/trunk/userapps/opensource/curl-7.19.7/lib' Making install in src make[3]: Entering directory `/trunk/userapps/opensource/curl-7.19.7/src' make install-am make[4]: Entering directory `/trunk/userapps/opensource/curl-7.19.7/src' if gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../src -I../lib -I../src -I/trunk/userapps/opensource/openssl/include -I/trunk/userapps/opensource/openssl/include/openssl -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 gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../src -I../lib -I../src -I/trunk/userapps/opensource/openssl/include -I/trunk/userapps/opensource/openssl/include/openssl -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 gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../src -I../lib -I../src -I/trunk/userapps/opensource/openssl/include -I/trunk/userapps/opensource/openssl/include/openssl -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 gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../src -I../lib -I../src -I/trunk/userapps/opensource/openssl/include -I/trunk/userapps/opensource/openssl/include/openssl -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 gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../src -I../lib -I../src -I/trunk/userapps/opensource/openssl/include -I/trunk/userapps/opensource/openssl/include/openssl -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 gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../src -I../lib -I../src -I/trunk/userapps/opensource/openssl/include -I/trunk/userapps/opensource/openssl/include/openssl -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 gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../src -I../lib -I../src -I/trunk/userapps/opensource/openssl/include -I/trunk/userapps/opensource/openssl/include/openssl -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 gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../src -I../lib -I../src -I/trunk/userapps/opensource/openssl/include -I/trunk/userapps/opensource/openssl/include/openssl -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 gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../src -I../lib -I../src -I/trunk/userapps/opensource/openssl/include -I/trunk/userapps/opensource/openssl/include/openssl -g0 -O2 -Wno-system-headers -MT os-specific.o -MD -MP -MF ".deps/os-specific.Tpo" -c -o os-specific.o os-specific.c; \ then mv -f ".deps/os-specific.Tpo" ".deps/os-specific.Po"; else rm -f ".deps/os-specific.Tpo"; exit 1; fi if gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../src -I../lib -I../src -I/trunk/userapps/opensource/openssl/include -I/trunk/userapps/opensource/openssl/include/openssl -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 gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../src -I../lib -I../src -I/trunk/userapps/opensource/openssl/include -I/trunk/userapps/opensource/openssl/include/openssl -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 gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../src -I../lib -I../src -I/trunk/userapps/opensource/openssl/include -I/trunk/userapps/opensource/openssl/include/openssl -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 if gcc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../src -I../lib -I../src -I/trunk/userapps/opensource/openssl/include -I/trunk/userapps/opensource/openssl/include/openssl -g0 -O2 -Wno-system-headers -MT nonblock.o -MD -MP -MF ".deps/nonblock.Tpo" -c -o nonblock.o `test -f '../lib/nonblock.c' || echo './'`../lib/nonblock.c; \ then mv -f ".deps/nonblock.Tpo" ".deps/nonblock.Po"; else rm -f ".deps/nonblock.Tpo"; exit 1; fi make[4]: *** No rule to make target `../lib/libcurl.la', needed by `curl'. Stop. make[4]: Leaving directory `/trunk/userapps/opensource/curl-7.19.7/src' make[3]: *** [install] Error 2 make[3]: Leaving directory `/trunk/userapps/opensource/curl-7.19.7/src' make[3]: Entering directory `/trunk/userapps/opensource/curl-7.19.7' make[4]: Entering directory `/trunk/userapps/opensource/curl-7.19.7' test -z "/trunk/targets/bb.src/bin" || mkdir -p -- "/trunk/targets/bb.src/bin" /usr/bin/install -c 'curl-config' '/trunk/targets/bb.src/bin/curl-config' test -z "/trunk/targets/bb.src/lib/pkgconfig" || mkdir -p -- "/trunk/targets/bb.src/lib/pkgconfig" /usr/bin/install -c -m 644 'libcurl.pc' '/trunk/targets/bb.src/lib/pkgconfig/libcurl.pc' make install-data-hook make[5]: Entering directory `/trunk/userapps/opensource/curl-7.19.7' cd include && make install make[6]: Entering directory `/trunk/userapps/opensource/curl-7.19.7/include' Making install in curl make[7]: Entering directory `/trunk/userapps/opensource/curl-7.19.7/include/curl' make[8]: Entering directory `/trunk/userapps/opensource/curl-7.19.7/include/curl' make[8]: Nothing to be done for `install-exec-am'. test -z "/trunk/targets/bb.src/include/curl" || mkdir -p -- "/trunk/targets/bb.src/include/curl" /usr/bin/install -c -m 644 'curl.h' '/trunk/targets/bb.src/include/curl/curl.h' /usr/bin/install -c -m 644 'curlver.h' '/trunk/targets/bb.src/include/curl/curlver.h' /usr/bin/install -c -m 644 'easy.h' '/trunk/targets/bb.src/include/curl/easy.h' /usr/bin/install -c -m 644 'mprintf.h' '/trunk/targets/bb.src/include/curl/mprintf.h' /usr/bin/install -c -m 644 'stdcheaders.h' '/trunk/targets/bb.src/include/curl/stdcheaders.h' /usr/bin/install -c -m 644 'types.h' '/trunk/targets/bb.src/include/curl/types.h' /usr/bin/install -c -m 644 'multi.h' '/trunk/targets/bb.src/include/curl/multi.h' /usr/bin/install -c -m 644 'typecheck-gcc.h' '/trunk/targets/bb.src/include/curl/typecheck-gcc.h' /usr/bin/install -c -m 644 'curlbuild.h' '/trunk/targets/bb.src/include/curl/curlbuild.h' /usr/bin/install -c -m 644 'curlrules.h' '/trunk/targets/bb.src/include/curl/curlrules.h' make[8]: Leaving directory `/trunk/userapps/opensource/curl-7.19.7/include/curl' make[7]: Leaving directory `/trunk/userapps/opensource/curl-7.19.7/include/curl' make[7]: Entering directory `/trunk/userapps/opensource/curl-7.19.7/include' make[8]: Entering directory `/trunk/userapps/opensource/curl-7.19.7/include' make[8]: Nothing to be done for `install-exec-am'. make[8]: Nothing to be done for `install-data-am'. make[8]: Leaving directory `/trunk/userapps/opensource/curl-7.19.7/include' make[7]: Leaving directory `/trunk/userapps/opensource/curl-7.19.7/include' make[6]: Leaving directory `/trunk/userapps/opensource/curl-7.19.7/include' cd docs && make install make[6]: Entering directory `/trunk/userapps/opensource/curl-7.19.7/docs' Making install in examples make[7]: Entering directory `/trunk/userapps/opensource/curl-7.19.7/docs/examples' make[8]: Entering directory `/trunk/userapps/opensource/curl-7.19.7/docs/examples' make[8]: Nothing to be done for `install-exec-am'. make[8]: Nothing to be done for `install-data-am'. make[8]: Leaving directory `/trunk/userapps/opensource/curl-7.19.7/docs/examples' make[7]: Leaving directory `/trunk/userapps/opensource/curl-7.19.7/docs/examples' Making install in libcurl make[7]: Entering directory `/trunk/userapps/opensource/curl-7.19.7/docs/libcurl' make[8]: Entering directory `/trunk/userapps/opensource/curl-7.19.7/docs/libcurl' make[8]: Nothing to be done for `install-exec-am'. test -z "/trunk/targets/bb.src/share/man/man3" || mkdir -p -- "/trunk/targets/bb.src/share/man/man3" /usr/bin/install -c -m 644 './curl_easy_cleanup.3' '/trunk/targets/bb.src/share/man/man3/curl_easy_cleanup.3' /usr/bin/install -c -m 644 './curl_easy_getinfo.3' '/trunk/targets/bb.src/share/man/man3/curl_easy_getinfo.3' /usr/bin/install -c -m 644 './curl_easy_init.3' '/trunk/targets/bb.src/share/man/man3/curl_easy_init.3' /usr/bin/install -c -m 644 './curl_easy_perform.3' '/trunk/targets/bb.src/share/man/man3/curl_easy_perform.3' /usr/bin/install -c -m 644 './curl_easy_setopt.3' '/trunk/targets/bb.src/share/man/man3/curl_easy_setopt.3' /usr/bin/install -c -m 644 './curl_easy_duphandle.3' '/trunk/targets/bb.src/share/man/man3/curl_easy_duphandle.3' /usr/bin/install -c -m 644 './curl_formadd.3' '/trunk/targets/bb.src/share/man/man3/curl_formadd.3' /usr/bin/install -c -m 644 './curl_formfree.3' '/trunk/targets/bb.src/share/man/man3/curl_formfree.3' /usr/bin/install -c -m 644 './curl_getdate.3' '/trunk/targets/bb.src/share/man/man3/curl_getdate.3' /usr/bin/install -c -m 644 './curl_getenv.3' '/trunk/targets/bb.src/share/man/man3/curl_getenv.3' /usr/bin/install -c -m 644 './curl_slist_append.3' '/trunk/targets/bb.src/share/man/man3/curl_slist_append.3' /usr/bin/install -c -m 644 './curl_slist_free_all.3' '/trunk/targets/bb.src/share/man/man3/curl_slist_free_all.3' /usr/bin/install -c -m 644 './curl_version.3' '/trunk/targets/bb.src/share/man/man3/curl_version.3' /usr/bin/install -c -m 644 './curl_version_info.3' '/trunk/targets/bb.src/share/man/man3/curl_version_info.3' /usr/bin/install -c -m 644 './curl_escape.3' '/trunk/targets/bb.src/share/man/man3/curl_escape.3' /usr/bin/install -c -m 644 './curl_unescape.3' '/trunk/targets/bb.src/share/man/man3/curl_unescape.3' /usr/bin/install -c -m 644 './curl_free.3' '/trunk/targets/bb.src/share/man/man3/curl_free.3' /usr/bin/install -c -m 644 './curl_strequal.3' '/trunk/targets/bb.src/share/man/man3/curl_strequal.3' /usr/bin/install -c -m 644 './curl_mprintf.3' '/trunk/targets/bb.src/share/man/man3/curl_mprintf.3' /usr/bin/install -c -m 644 './curl_global_init.3' '/trunk/targets/bb.src/share/man/man3/curl_global_init.3' /usr/bin/install -c -m 644 './curl_global_cleanup.3' '/trunk/targets/bb.src/share/man/man3/curl_global_cleanup.3' /usr/bin/install -c -m 644 './curl_multi_add_handle.3' '/trunk/targets/bb.src/share/man/man3/curl_multi_add_handle.3' /usr/bin/install -c -m 644 './curl_multi_cleanup.3' '/trunk/targets/bb.src/share/man/man3/curl_multi_cleanup.3' /usr/bin/install -c -m 644 './curl_multi_fdset.3' '/trunk/targets/bb.src/share/man/man3/curl_multi_fdset.3' /usr/bin/install -c -m 644 './curl_multi_info_read.3' '/trunk/targets/bb.src/share/man/man3/curl_multi_info_read.3' /usr/bin/install -c -m 644 './curl_multi_init.3' '/trunk/targets/bb.src/share/man/man3/curl_multi_init.3' /usr/bin/install -c -m 644 './curl_multi_perform.3' '/trunk/targets/bb.src/share/man/man3/curl_multi_perform.3' /usr/bin/install -c -m 644 './curl_multi_remove_handle.3' '/trunk/targets/bb.src/share/man/man3/curl_multi_remove_handle.3' /usr/bin/install -c -m 644 './curl_share_cleanup.3' '/trunk/targets/bb.src/share/man/man3/curl_share_cleanup.3' /usr/bin/install -c -m 644 './curl_share_init.3' '/trunk/targets/bb.src/share/man/man3/curl_share_init.3' /usr/bin/install -c -m 644 './curl_share_setopt.3' '/trunk/targets/bb.src/share/man/man3/curl_share_setopt.3' /usr/bin/install -c -m 644 './libcurl.3' '/trunk/targets/bb.src/share/man/man3/libcurl.3' /usr/bin/install -c -m 644 './libcurl-easy.3' '/trunk/targets/bb.src/share/man/man3/libcurl-easy.3' /usr/bin/install -c -m 644 './libcurl-multi.3' '/trunk/targets/bb.src/share/man/man3/libcurl-multi.3' /usr/bin/install -c -m 644 './libcurl-share.3' '/trunk/targets/bb.src/share/man/man3/libcurl-share.3' /usr/bin/install -c -m 644 './libcurl-errors.3' '/trunk/targets/bb.src/share/man/man3/libcurl-errors.3' /usr/bin/install -c -m 644 './curl_easy_strerror.3' '/trunk/targets/bb.src/share/man/man3/curl_easy_strerror.3' /usr/bin/install -c -m 644 './curl_multi_strerror.3' '/trunk/targets/bb.src/share/man/man3/curl_multi_strerror.3' /usr/bin/install -c -m 644 './curl_share_strerror.3' '/trunk/targets/bb.src/share/man/man3/curl_share_strerror.3' /usr/bin/install -c -m 644 './curl_global_init_mem.3' '/trunk/targets/bb.src/share/man/man3/curl_global_init_mem.3' /usr/bin/install -c -m 644 './libcurl-tutorial.3' '/trunk/targets/bb.src/share/man/man3/libcurl-tutorial.3' /usr/bin/install -c -m 644 './curl_easy_reset.3' '/trunk/targets/bb.src/share/man/man3/curl_easy_reset.3' /usr/bin/install -c -m 644 './curl_easy_escape.3' '/trunk/targets/bb.src/share/man/man3/curl_easy_escape.3' /usr/bin/install -c -m 644 './curl_easy_unescape.3' '/trunk/targets/bb.src/share/man/man3/curl_easy_unescape.3' /usr/bin/install -c -m 644 './curl_multi_setopt.3' '/trunk/targets/bb.src/share/man/man3/curl_multi_setopt.3' /usr/bin/install -c -m 644 './curl_multi_socket.3' '/trunk/targets/bb.src/share/man/man3/curl_multi_socket.3' /usr/bin/install -c -m 644 './curl_multi_timeout.3' '/trunk/targets/bb.src/share/man/man3/curl_multi_timeout.3' /usr/bin/install -c -m 644 './curl_formget.3' '/trunk/targets/bb.src/share/man/man3/curl_formget.3' /usr/bin/install -c -m 644 './curl_multi_assign.3' '/trunk/targets/bb.src/share/man/man3/curl_multi_assign.3' /usr/bin/install -c -m 644 './curl_easy_pause.3' '/trunk/targets/bb.src/share/man/man3/curl_easy_pause.3' /usr/bin/install -c -m 644 './curl_easy_recv.3' '/trunk/targets/bb.src/share/man/man3/curl_easy_recv.3' /usr/bin/install -c -m 644 './curl_easy_send.3' '/trunk/targets/bb.src/share/man/man3/curl_easy_send.3' /usr/bin/install -c -m 644 './curl_multi_socket_action.3' '/trunk/targets/bb.src/share/man/man3/curl_multi_socket_action.3' make[8]: Leaving directory `/trunk/userapps/opensource/curl-7.19.7/docs/libcurl' make[7]: Leaving directory `/trunk/userapps/opensource/curl-7.19.7/docs/libcurl' make[7]: Entering directory `/trunk/userapps/opensource/curl-7.19.7/docs' make[8]: Entering directory `/trunk/userapps/opensource/curl-7.19.7/docs' make[8]: Nothing to be done for `install-exec-am'. test -z "/trunk/targets/bb.src/share/man/man1" || mkdir -p -- "/trunk/targets/bb.src/share/man/man1" /usr/bin/install -c -m 644 './curl.1' '/trunk/targets/bb.src/share/man/man1/curl.1' /usr/bin/install -c -m 644 './curl-config.1' '/trunk/targets/bb.src/share/man/man1/curl-config.1' make[8]: Leaving directory `/trunk/userapps/opensource/curl-7.19.7/docs' make[7]: Leaving directory `/trunk/userapps/opensource/curl-7.19.7/docs' make[6]: Leaving directory `/trunk/userapps/opensource/curl-7.19.7/docs' make[5]: Leaving directory `/trunk/userapps/opensource/curl-7.19.7' make[4]: Leaving directory `/trunk/userapps/opensource/curl-7.19.7' make[3]: Leaving directory `/trunk/userapps/opensource/curl-7.19.7' make[2]: *** [install-recursive] Error 1 make[2]: Leaving directory `/trunk/userapps/opensource/curl-7.19.7' make[1]: *** [install-strip] Error 2 make[1]: Leaving directory `/trunk/userapps/opensource/curl-7.19.7' make: *** [libcurl] Error 2