HTTrack Website Copier
Free software offline browser - FORUM
Subject: Wont build on solaris 8 - stdint.h no file HELP!!!
Author: Russ
Date: 03/01/2006 13:51
 
First I do my configure ( have tried with and without various options running
as root user

bash-2.05b# ./configure CFLAGS="-DNOSTRDEBUG"
checking for a BSD-compatible install... ./install-sh -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
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 ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc
checking how to run the C preprocessor... gcc -E
checking for egrep... egrep
checking for ANSI C header files... yes
checking build system type... sparc-sun-solaris2.8
checking host system type... sparc-sun-solaris2.8
checking for a sed that does not truncate output... /opt/bcs/bin/sed
checking for ld used by gcc... /usr/ccs/bin/ld
checking if the linker (/usr/ccs/bin/ld) is GNU ld... no
checking for /usr/ccs/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/ccs/bin/nm -p
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
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... no
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking how to run the C++ preprocessor... g++ -E
checking for g77... g77
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether g77 accepts -g... yes
checking the maximum length of command line arguments... 262144
checking command to parse /usr/ccs/bin/nm -p output from gcc object... ok
checking for objdir... .libs
checking for ar... false
checking for ranlib... :
checking for strip... :
checking if gcc static flag  works... yes
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/ccs/bin/ld) supports shared libraries...
yes
checking whether -lc should be explicitly linked in... yes
checking dynamic linker characteristics... solaris2.8 ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... no
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/ccs/bin/ld
checking if the linker (/usr/ccs/bin/ld) is GNU ld... no
checking whether the g++ linker (/usr/ccs/bin/ld) supports shared libraries...
yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/ccs/bin/ld) supports shared libraries...
yes
checking dynamic linker characteristics... solaris2.8 ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... no
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for g77 option to produce PIC... -fPIC
checking if g77 PIC flag -fPIC works... yes
checking if g77 supports -c -o file.o... yes
checking whether the g77 linker (/usr/ccs/bin/ld) supports shared libraries...
yes
checking dynamic linker characteristics... solaris2.8 ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... no
checking whether ln -s works... yes
checking for long... yes
checking size of long... 4
checking for long long... yes
checking size of long long... 8
checking long long printf format... found
checking for in_addr_t... yes
checking if zlib is wanted... yes
checking for inflateEnd in -lz... yes
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking for inflateEnd in -lz... (cached) yes
checking zlib in /usr... ok
checking for getaddrinfo in -lc... no
configure: WARNING: *** IPv6 not found IPv6 compatibility disabled
checking for fopen64 in -lc... yes
checking for pthread_create in -lpthread... yes
checking for socket in -lsocket... yes
checking for dlopen in -ldl... yes
checking for ftime in -lc... yes
checking for setuid in -lc... yes
checking for snprintf... yes
checking for vsnprintf... yes
checking for working snprintf... yes
checking for working vsnprintf... no
configure: WARNING: Replacing missing/broken (v)snprintf() with version from
<http://www.ijs.si/software/snprintf/>.
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating man/Makefile
config.status: creating m4/Makefile
config.status: creating libtest/Makefile
config.status: creating templates/Makefile
config.status: creating lang/Makefile
config.status: creating html/Makefile
config.status: creating config.h
config.status: executing depfiles commands


Then I do my make this is where it throws the error
"mmsrip/mms.h:47: stdint.h: No such file or directory"


bash-2.05b# make
make  all-recursive
make[1]: Entering directory `/var/tmp/httrack'
Making all in src
make[2]: Entering directory `/var/tmp/httrack/src'
source='htscore.c' object='htscore.lo' libtool=yes \
depfile='.deps/htscore.Plo' tmpdepfile='.deps/htscore.TPlo' \
depmode=gcc /bin/bash ../depcomp \
/bin/bash ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -O -g3
-Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes
-Wmissing-declarations -Wpointer-arith -Wnested-externs -D_REENTRANT
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DPREFIX=\""/usr/local"\"
-DSYSCONFDIR=\""/usr/local/etc"\" -DDATADIR=\""/usr/local/share"\"
-DLIBDIR=\""/usr/local/lib"\"  -I/usr/include  -DNOSTRDEBUG -c -o htscore.lo
`test -f 'htscore.c' || echo './'`htscore.c
mkdir .libs
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -O -g3 -Wall -Wcast-align
-Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations
-Wpointer-arith -Wnested-externs -D_REENTRANT -D_FILE_OFFSET_BITS=64
-D_LARGEFILE_SOURCE -DPREFIX=\"/usr/local\" -DSYSCONFDIR=\"/usr/local/etc\"
-DDATADIR=\"/usr/local/share\" -DLIBDIR=\"/usr/local/lib\" -I/usr/include
-DNOSTRDEBUG -c htscore.c -Wp,-MD,.deps/htscore.TPlo  -fPIC -DPIC -o
.libs/htscore.o
htscore.c: In function `httpmirror':
htscore.c:347: warning: unused variable `lastime'
htscore.c: In function `back_pluggable_sockets_strict':
htscore.c:2918: warning: unused variable `back_max'
htscore.c:2917: warning: unused variable `back'
htscore.c: In function `back_pluggable_sockets':
htscore.c:2940: warning: unused variable `back_max'
htscore.c:2939: warning: unused variable `back'
htscore.c: In function `back_fill':
htscore.c:2959: warning: unused variable `back_max'
htscore.c:2958: warning: unused variable `back'
htscore.c: In function `htsAddLink':
htscore.c:3521: warning: unused variable `back_max'
htscore.c:3521: warning: unused variable `back'
htscore.c:3604: warning: `r' might be used uninitialized in this function
htscore.c: At top level:
htslib.h:424: warning: `strcmpnocase' defined but not used
htslib.h:498: warning: `compare_mime' defined but not used
htscore.h:197: warning: `cache_writable' defined but not used
htscore.h:201: warning: `cache_readable' defined but not used
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -O -g3 -Wall -Wcast-align
-Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations
-Wpointer-arith -Wnested-externs -D_REENTRANT -D_FILE_OFFSET_BITS=64
-D_LARGEFILE_SOURCE -DPREFIX=\"/usr/local\" -DSYSCONFDIR=\"/usr/local/etc\"
-DDATADIR=\"/usr/local/share\" -DLIBDIR=\"/usr/local/lib\" -I/usr/include
-DNOSTRDEBUG -c htscore.c -Wp,-MD,.deps/htscore.TPlo -o htscore.o >/dev/null
2>&1
source='htsparse.c' object='htsparse.lo' libtool=yes \
depfile='.deps/htsparse.Plo' tmpdepfile='.deps/htsparse.TPlo' \
depmode=gcc /bin/bash ../depcomp \
/bin/bash ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -O -g3
-Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes
-Wmissing-declarations -Wpointer-arith -Wnested-externs -D_REENTRANT
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DPREFIX=\""/usr/local"\"
-DSYSCONFDIR=\""/usr/local/etc"\" -DDATADIR=\""/usr/local/share"\"
-DLIBDIR=\""/usr/local/lib"\"  -I/usr/include  -DNOSTRDEBUG -c -o htsparse.lo
`test -f 'htsparse.c' || echo './'`htsparse.c
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -O -g3 -Wall -Wcast-align
-Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations
-Wpointer-arith -Wnested-externs -D_REENTRANT -D_FILE_OFFSET_BITS=64
-D_LARGEFILE_SOURCE -DPREFIX=\"/usr/local\" -DSYSCONFDIR=\"/usr/local/etc\"
-DDATADIR=\"/usr/local/share\" -DLIBDIR=\"/usr/local/lib\" -I/usr/include
-DNOSTRDEBUG -c htsparse.c -Wp,-MD,.deps/htsparse.TPlo  -fPIC -DPIC -o
.libs/htsparse.o
htsparse.c: In function `htsparse':
htsparse.c:1302: warning: subscript has type `char'
htsparse.c:1320: warning: subscript has type `char'
htsparse.c:1507: warning: subscript has type `char'
htsparse.c:384: warning: unused variable `makestat_fp'
htsparse.c:384: warning: unused variable `makestat_time'
htsparse.c:384: warning: unused variable `back_max'
htsparse.c:384: warning: unused variable `back'
htsparse.c: In function `hts_mirror_check_moved':
htsparse.c:3176: warning: unused variable `makestat_fp'
htsparse.c:3176: warning: unused variable `makestat_time'
htsparse.c:3176: warning: unused variable `template_footer'
htsparse.c:3176: warning: unused variable `template_body'
htsparse.c:3176: warning: unused variable `template_header'
htsparse.c:3176: warning: unused variable `makeindex_firstlink'
htsparse.c:3176: warning: unused variable `base'
htsparse.c:3176: warning: unused variable `back_max'
htsparse.c:3176: warning: unused variable `back'
htsparse.c: In function `hts_mirror_wait_for_next_file':
htsparse.c:3596: warning: unused variable `template_footer'
htsparse.c:3596: warning: unused variable `template_body'
htsparse.c:3596: warning: unused variable `template_header'
htsparse.c:3596: warning: unused variable `makeindex_firstlink'
htsparse.c:3596: warning: unused variable `base'
htsparse.c: In function `hts_wait_delayed':
htsparse.c:4247: warning: format argument is not a pointer (arg 3)
htsparse.c:4444: warning: unused variable `robots'
htsparse.c:4502: warning: int format, pointer arg (arg 3)
htsparse.c:4199: warning: unused variable `add_tab_alloc'
htsparse.c:4199: warning: unused variable `back_max'
htsparse.c: At top level:
htslib.h:424: warning: `strcmpnocase' defined but not used
htslib.h:472: warning: `is_hypertext_mime' defined but not used
htslib.h:485: warning: `may_be_hypertext_mime' defined but not used
htscore.h:197: warning: `cache_writable' defined but not used
htscore.h:201: warning: `cache_readable' defined but not used
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -O -g3 -Wall -Wcast-align
-Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations
-Wpointer-arith -Wnested-externs -D_REENTRANT -D_FILE_OFFSET_BITS=64
-D_LARGEFILE_SOURCE -DPREFIX=\"/usr/local\" -DSYSCONFDIR=\"/usr/local/etc\"
-DDATADIR=\"/usr/local/share\" -DLIBDIR=\"/usr/local/lib\" -I/usr/include
-DNOSTRDEBUG -c htsparse.c -Wp,-MD,.deps/htsparse.TPlo -o htsparse.o
>/dev/null 2>&1
source='htsback.c' object='htsback.lo' libtool=yes \
depfile='.deps/htsback.Plo' tmpdepfile='.deps/htsback.TPlo' \
depmode=gcc /bin/bash ../depcomp \
/bin/bash ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -O -g3
-Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes
-Wmissing-declarations -Wpointer-arith -Wnested-externs -D_REENTRANT
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DPREFIX=\""/usr/local"\"
-DSYSCONFDIR=\""/usr/local/etc"\" -DDATADIR=\""/usr/local/share"\"
-DLIBDIR=\""/usr/local/lib"\"  -I/usr/include  -DNOSTRDEBUG -c -o htsback.lo
`test -f 'htsback.c' || echo './'`htsback.c
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -O -g3 -Wall -Wcast-align
-Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations
-Wpointer-arith -Wnested-externs -D_REENTRANT -D_FILE_OFFSET_BITS=64
-D_LARGEFILE_SOURCE -DPREFIX=\"/usr/local\" -DSYSCONFDIR=\"/usr/local/etc\"
-DDATADIR=\"/usr/local/share\" -DLIBDIR=\"/usr/local/lib\" -I/usr/include
-DNOSTRDEBUG -c htsback.c -Wp,-MD,.deps/htsback.TPlo  -fPIC -DPIC -o
.libs/htsback.o
htsback.c: In function `back_index_ready':
htsback.c:170: warning: unused variable `back_max'
htsback.c: In function `back_add':
htsback.c:1024: warning: unused variable `back_max'
htsback.c: In function `back_wait':
htsback.c:2525: warning: subscript has type `char'
htsback.c: At top level:
htslib.h:424: warning: `strcmpnocase' defined but not used
htslib.h:498: warning: `compare_mime' defined but not used
htscore.h:197: warning: `cache_writable' defined but not used
htscore.h:201: warning: `cache_readable' defined but not used
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -O -g3 -Wall -Wcast-align
-Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations
-Wpointer-arith -Wnested-externs -D_REENTRANT -D_FILE_OFFSET_BITS=64
-D_LARGEFILE_SOURCE -DPREFIX=\"/usr/local\" -DSYSCONFDIR=\"/usr/local/etc\"
-DDATADIR=\"/usr/local/share\" -DLIBDIR=\"/usr/local/lib\" -I/usr/include
-DNOSTRDEBUG -c htsback.c -Wp,-MD,.deps/htsback.TPlo -o htsback.o >/dev/null
2>&1
source='htscache.c' object='htscache.lo' libtool=yes \
depfile='.deps/htscache.Plo' tmpdepfile='.deps/htscache.TPlo' \
depmode=gcc /bin/bash ../depcomp \
/bin/bash ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -O -g3
-Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes
-Wmissing-declarations -Wpointer-arith -Wnested-externs -D_REENTRANT
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DPREFIX=\""/usr/local"\"
-DSYSCONFDIR=\""/usr/local/etc"\" -DDATADIR=\""/usr/local/share"\"
-DLIBDIR=\""/usr/local/lib"\"  -I/usr/include  -DNOSTRDEBUG -c -o htscache.lo
`test -f 'htscache.c' || echo './'`htscache.c
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -O -g3 -Wall -Wcast-align
-Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations
-Wpointer-arith -Wnested-externs -D_REENTRANT -D_FILE_OFFSET_BITS=64
-D_LARGEFILE_SOURCE -DPREFIX=\"/usr/local\" -DSYSCONFDIR=\"/usr/local/etc\"
-DDATADIR=\"/usr/local/share\" -DLIBDIR=\"/usr/local/lib\" -I/usr/include
-DNOSTRDEBUG -c htscache.c -Wp,-MD,.deps/htscache.TPlo  -fPIC -DPIC -o
.libs/htscache.o
htslib.h:424: warning: `strcmpnocase' defined but not used
htslib.h:498: warning: `compare_mime' defined but not used
htscore.h:201: warning: `cache_readable' defined but not used
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -O -g3 -Wall -Wcast-align
-Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations
-Wpointer-arith -Wnested-externs -D_REENTRANT -D_FILE_OFFSET_BITS=64
-D_LARGEFILE_SOURCE -DPREFIX=\"/usr/local\" -DSYSCONFDIR=\"/usr/local/etc\"
-DDATADIR=\"/usr/local/share\" -DLIBDIR=\"/usr/local/lib\" -I/usr/include
-DNOSTRDEBUG -c htscache.c -Wp,-MD,.deps/htscache.TPlo -o htscache.o
>/dev/null 2>&1
source='htscatchurl.c' object='htscatchurl.lo' libtool=yes \
depfile='.deps/htscatchurl.Plo' tmpdepfile='.deps/htscatchurl.TPlo' \
depmode=gcc /bin/bash ../depcomp \
/bin/bash ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -O -g3
-Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes
-Wmissing-declarations -Wpointer-arith -Wnested-externs -D_REENTRANT
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DPREFIX=\""/usr/local"\"
-DSYSCONFDIR=\""/usr/local/etc"\" -DDATADIR=\""/usr/local/share"\"
-DLIBDIR=\""/usr/local/lib"\"  -I/usr/include  -DNOSTRDEBUG -c -o
htscatchurl.lo `test -f 'htscatchurl.c' || echo './'`htscatchurl.c
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -O -g3 -Wall -Wcast-align
-Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations
-Wpointer-arith -Wnested-externs -D_REENTRANT -D_FILE_OFFSET_BITS=64
-D_LARGEFILE_SOURCE -DPREFIX=\"/usr/local\" -DSYSCONFDIR=\"/usr/local/etc\"
-DDATADIR=\"/usr/local/share\" -DLIBDIR=\"/usr/local/lib\" -I/usr/include
-DNOSTRDEBUG -c htscatchurl.c -Wp,-MD,.deps/htscatchurl.TPlo  -fPIC -DPIC -o
.libs/htscatchurl.o
htscatchurl.c: In function `catch_url_init':
htscatchurl.c:103: warning: cast increases required alignment of target type
htscatchurl.c:103: warning: cast increases required alignment of target type
htscatchurl.c:103: warning: cast increases required alignment of target type
htscatchurl.c: At top level:
htslib.h:424: warning: `strcmpnocase' defined but not used
htslib.h:472: warning: `is_hypertext_mime' defined but not used
htslib.h:485: warning: `may_be_hypertext_mime' defined but not used
htslib.h:498: warning: `compare_mime' defined but not used
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -O -g3 -Wall -Wcast-align
-Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations
-Wpointer-arith -Wnested-externs -D_REENTRANT -D_FILE_OFFSET_BITS=64
-D_LARGEFILE_SOURCE -DPREFIX=\"/usr/local\" -DSYSCONFDIR=\"/usr/local/etc\"
-DDATADIR=\"/usr/local/share\" -DLIBDIR=\"/usr/local/lib\" -I/usr/include
-DNOSTRDEBUG -c htscatchurl.c -Wp,-MD,.deps/htscatchurl.TPlo -o htscatchurl.o
>/dev/null 2>&1
source='htsfilters.c' object='htsfilters.lo' libtool=yes \
depfile='.deps/htsfilters.Plo' tmpdepfile='.deps/htsfilters.TPlo' \
depmode=gcc /bin/bash ../depcomp \
/bin/bash ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -O -g3
-Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes
-Wmissing-declarations -Wpointer-arith -Wnested-externs -D_REENTRANT
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DPREFIX=\""/usr/local"\"
-DSYSCONFDIR=\""/usr/local/etc"\" -DDATADIR=\""/usr/local/share"\"
-DLIBDIR=\""/usr/local/lib"\"  -I/usr/include  -DNOSTRDEBUG -c -o
htsfilters.lo `test -f 'htsfilters.c' || echo './'`htsfilters.c
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -O -g3 -Wall -Wcast-align
-Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations
-Wpointer-arith -Wnested-externs -D_REENTRANT -D_FILE_OFFSET_BITS=64
-D_LARGEFILE_SOURCE -DPREFIX=\"/usr/local\" -DSYSCONFDIR=\"/usr/local/etc\"
-DDATADIR=\"/usr/local/share\" -DLIBDIR=\"/usr/local/lib\" -I/usr/include
-DNOSTRDEBUG -c htsfilters.c -Wp,-MD,.deps/htsfilters.TPlo  -fPIC -DPIC -o
.libs/htsfilters.o
htslib.h:424: warning: `strcmpnocase' defined but not used
htslib.h:472: warning: `is_hypertext_mime' defined but not used
htslib.h:485: warning: `may_be_hypertext_mime' defined but not used
htslib.h:498: warning: `compare_mime' defined but not used
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -O -g3 -Wall -Wcast-align
-Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations
-Wpointer-arith -Wnested-externs -D_REENTRANT -D_FILE_OFFSET_BITS=64
-D_LARGEFILE_SOURCE -DPREFIX=\"/usr/local\" -DSYSCONFDIR=\"/usr/local/etc\"
-DDATADIR=\"/usr/local/share\" -DLIBDIR=\"/usr/local/lib\" -I/usr/include
-DNOSTRDEBUG -c htsfilters.c -Wp,-MD,.deps/htsfilters.TPlo -o htsfilters.o
>/dev/null 2>&1
source='htsftp.c' object='htsftp.lo' libtool=yes \
depfile='.deps/htsftp.Plo' tmpdepfile='.deps/htsftp.TPlo' \
depmode=gcc /bin/bash ../depcomp \
/bin/bash ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -O -g3
-Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes
-Wmissing-declarations -Wpointer-arith -Wnested-externs -D_REENTRANT
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DPREFIX=\""/usr/local"\"
-DSYSCONFDIR=\""/usr/local/etc"\" -DDATADIR=\""/usr/local/share"\"
-DLIBDIR=\""/usr/local/lib"\"  -I/usr/include  -DNOSTRDEBUG -c -o htsftp.lo
`test -f 'htsftp.c' || echo './'`htsftp.c
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -O -g3 -Wall -Wcast-align
-Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations
-Wpointer-arith -Wnested-externs -D_REENTRANT -D_FILE_OFFSET_BITS=64
-D_LARGEFILE_SOURCE -DPREFIX=\"/usr/local\" -DSYSCONFDIR=\"/usr/local/etc\"
-DDATADIR=\"/usr/local/share\" -DLIBDIR=\"/usr/local/lib\" -I/usr/include
-DNOSTRDEBUG -c htsftp.c -Wp,-MD,.deps/htsftp.TPlo  -fPIC -DPIC -o
.libs/htsftp.o
htsftp.c: In function `run_launch_ftp':
htsftp.c:320: warning: cast increases required alignment of target type
htsftp.c:320: warning: cast increases required alignment of target type
htsftp.c:320: warning: cast increases required alignment of target type
htsftp.c:322: warning: cast increases required alignment of target type
htsftp.c:322: warning: cast increases required alignment of target type
htsftp.c:322: warning: cast increases required alignment of target type
htsftp.c:521: warning: subscript has type `char'
htsftp.c:616: warning: cast increases required alignment of target type
htsftp.c:616: warning: cast increases required alignment of target type
htsftp.c:616: warning: cast increases required alignment of target type
htsftp.c: In function `get_datasocket':
htsftp.c:882: warning: cast increases required alignment of target type
htsftp.c:882: warning: cast increases required alignment of target type
htsftp.c:882: warning: cast increases required alignment of target type
htsftp.c: At top level:
htslib.h:424: warning: `strcmpnocase' defined but not used
htslib.h:472: warning: `is_hypertext_mime' defined but not used
htslib.h:485: warning: `may_be_hypertext_mime' defined but not used
htslib.h:498: warning: `compare_mime' defined but not used
htscore.h:197: warning: `cache_writable' defined but not used
htscore.h:201: warning: `cache_readable' defined but not used
htsname.h:47: warning: `strendwith_' defined but not used
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -O -g3 -Wall -Wcast-align
-Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations
-Wpointer-arith -Wnested-externs -D_REENTRANT -D_FILE_OFFSET_BITS=64
-D_LARGEFILE_SOURCE -DPREFIX=\"/usr/local\" -DSYSCONFDIR=\"/usr/local/etc\"
-DDATADIR=\"/usr/local/share\" -DLIBDIR=\"/usr/local/lib\" -I/usr/include
-DNOSTRDEBUG -c htsftp.c -Wp,-MD,.deps/htsftp.TPlo -o htsftp.o >/dev/null
2>&1
source='htshash.c' object='htshash.lo' libtool=yes \
depfile='.deps/htshash.Plo' tmpdepfile='.deps/htshash.TPlo' \
depmode=gcc /bin/bash ../depcomp \
/bin/bash ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -O -g3
-Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes
-Wmissing-declarations -Wpointer-arith -Wnested-externs -D_REENTRANT
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DPREFIX=\""/usr/local"\"
-DSYSCONFDIR=\""/usr/local/etc"\" -DDATADIR=\""/usr/local/share"\"
-DLIBDIR=\""/usr/local/lib"\"  -I/usr/include  -DNOSTRDEBUG -c -o htshash.lo
`test -f 'htshash.c' || echo './'`htshash.c
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -O -g3 -Wall -Wcast-align
-Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations
-Wpointer-arith -Wnested-externs -D_REENTRANT -D_FILE_OFFSET_BITS=64
-D_LARGEFILE_SOURCE -DPREFIX=\"/usr/local\" -DSYSCONFDIR=\"/usr/local/etc\"
-DDATADIR=\"/usr/local/share\" -DLIBDIR=\"/usr/local/lib\" -I/usr/include
-DNOSTRDEBUG -c htshash.c -Wp,-MD,.deps/htshash.TPlo  -fPIC -DPIC -o
.libs/htshash.o
htslib.h:424: warning: `strcmpnocase' defined but not used
htslib.h:472: warning: `is_hypertext_mime' defined but not used
htslib.h:485: warning: `may_be_hypertext_mime' defined but not used
htslib.h:498: warning: `compare_mime' defined but not used
htscore.h:197: warning: `cache_writable' defined but not used
htscore.h:201: warning: `cache_readable' defined but not used
htsname.h:47: warning: `strendwith_' defined but not used
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -O -g3 -Wall -Wcast-align
-Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations
-Wpointer-arith -Wnested-externs -D_REENTRANT -D_FILE_OFFSET_BITS=64
-D_LARGEFILE_SOURCE -DPREFIX=\"/usr/local\" -DSYSCONFDIR=\"/usr/local/etc\"
-DDATADIR=\"/usr/local/share\" -DLIBDIR=\"/usr/local/lib\" -I/usr/include
-DNOSTRDEBUG -c htshash.c -Wp,-MD,.deps/htshash.TPlo -o htshash.o >/dev/null
2>&1
source='htsinthash.c' object='htsinthash.lo' libtool=yes \
depfile='.deps/htsinthash.Plo' tmpdepfile='.deps/htsinthash.TPlo' \
depmode=gcc /bin/bash ../depcomp \
/bin/bash ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -O -g3
-Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes
-Wmissing-declarations -Wpointer-arith -Wnested-externs -D_REENTRANT
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DPREFIX=\""/usr/local"\"
-DSYSCONFDIR=\""/usr/local/etc"\" -DDATADIR=\""/usr/local/share"\"
-DLIBDIR=\""/usr/local/lib"\"  -I/usr/include  -DNOSTRDEBUG -c -o
htsinthash.lo `test -f 'htsinthash.c' || echo './'`htsinthash.c
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -O -g3 -Wall -Wcast-align
-Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations
-Wpointer-arith -Wnested-externs -D_REENTRANT -D_FILE_OFFSET_BITS=64
-D_LARGEFILE_SOURCE -DPREFIX=\"/usr/local\" -DSYSCONFDIR=\"/usr/local/etc\"
-DDATADIR=\"/usr/local/share\" -DLIBDIR=\"/usr/local/lib\" -I/usr/include
-DNOSTRDEBUG -c htsinthash.c -Wp,-MD,.deps/htsinthash.TPlo  -fPIC -DPIC -o
.libs/htsinthash.o
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -O -g3 -Wall -Wcast-align
-Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations
-Wpointer-arith -Wnested-externs -D_REENTRANT -D_FILE_OFFSET_BITS=64
-D_LARGEFILE_SOURCE -DPREFIX=\"/usr/local\" -DSYSCONFDIR=\"/usr/local/etc\"
-DDATADIR=\"/usr/local/share\" -DLIBDIR=\"/usr/local/lib\" -I/usr/include
-DNOSTRDEBUG -c htsinthash.c -Wp,-MD,.deps/htsinthash.TPlo -o htsinthash.o
>/dev/null 2>&1
source='htshelp.c' object='htshelp.lo' libtool=yes \
depfile='.deps/htshelp.Plo' tmpdepfile='.deps/htshelp.TPlo' \
depmode=gcc /bin/bash ../depcomp \
/bin/bash ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -O -g3
-Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes
-Wmissing-declarations -Wpointer-arith -Wnested-externs -D_REENTRANT
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DPREFIX=\""/usr/local"\"
-DSYSCONFDIR=\""/usr/local/etc"\" -DDATADIR=\""/usr/local/share"\"
-DLIBDIR=\""/usr/local/lib"\"  -I/usr/include  -DNOSTRDEBUG -c -o htshelp.lo
`test -f 'htshelp.c' || echo './'`htshelp.c
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -O -g3 -Wall -Wcast-align
-Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations
-Wpointer-arith -Wnested-externs -D_REENTRANT -D_FILE_OFFSET_BITS=64
-D_LARGEFILE_SOURCE -DPREFIX=\"/usr/local\" -DSYSCONFDIR=\"/usr/local/etc\"
-DDATADIR=\"/usr/local/share\" -DLIBDIR=\"/usr/local/lib\" -I/usr/include
-DNOSTRDEBUG -c htshelp.c -Wp,-MD,.deps/htshelp.TPlo  -fPIC -DPIC -o
.libs/htshelp.o
htslib.h:424: warning: `strcmpnocase' defined but not used
htslib.h:472: warning: `is_hypertext_mime' defined but not used
htslib.h:485: warning: `may_be_hypertext_mime' defined but not used
htslib.h:498: warning: `compare_mime' defined but not used
htscore.h:197: warning: `cache_writable' defined but not used
htscore.h:201: warning: `cache_readable' defined but not used
htsname.h:47: warning: `strendwith_' defined but not used
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -O -g3 -Wall -Wcast-align
-Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations
-Wpointer-arith -Wnested-externs -D_REENTRANT -D_FILE_OFFSET_BITS=64
-D_LARGEFILE_SOURCE -DPREFIX=\"/usr/local\" -DSYSCONFDIR=\"/usr/local/etc\"
-DDATADIR=\"/usr/local/share\" -DLIBDIR=\"/usr/local/lib\" -I/usr/include
-DNOSTRDEBUG -c htshelp.c -Wp,-MD,.deps/htshelp.TPlo -o htshelp.o >/dev/null
2>&1
source='htsjava.c' object='htsjava.lo' libtool=yes \
depfile='.deps/htsjava.Plo' tmpdepfile='.deps/htsjava.TPlo' \
depmode=gcc /bin/bash ../depcomp \
/bin/bash ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -O -g3
-Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes
-Wmissing-declarations -Wpointer-arith -Wnested-externs -D_REENTRANT
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DPREFIX=\""/usr/local"\"
-DSYSCONFDIR=\""/usr/local/etc"\" -DDATADIR=\""/usr/local/share"\"
-DLIBDIR=\""/usr/local/lib"\"  -I/usr/include  -DNOSTRDEBUG -c -o htsjava.lo
`test -f 'htsjava.c' || echo './'`htsjava.c
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -O -g3 -Wall -Wcast-align
-Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations
-Wpointer-arith -Wnested-externs -D_REENTRANT -D_FILE_OFFSET_BITS=64
-D_LARGEFILE_SOURCE -DPREFIX=\"/usr/local\" -DSYSCONFDIR=\"/usr/local/etc\"
-DDATADIR=\"/usr/local/share\" -DLIBDIR=\"/usr/local/lib\" -I/usr/include
-DNOSTRDEBUG -c htsjava.c -Wp,-MD,.deps/htsjava.TPlo  -fPIC -DPIC -o
.libs/htsjava.o
htslib.h:424: warning: `strcmpnocase' defined but not used
htslib.h:472: warning: `is_hypertext_mime' defined but not used
htslib.h:485: warning: `may_be_hypertext_mime' defined but not used
htslib.h:498: warning: `compare_mime' defined but not used
htscore.h:197: warning: `cache_writable' defined but not used
htscore.h:201: warning: `cache_readable' defined but not used
htsname.h:47: warning: `strendwith_' defined but not used
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -O -g3 -Wall -Wcast-align
-Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations
-Wpointer-arith -Wnested-externs -D_REENTRANT -D_FILE_OFFSET_BITS=64
-D_LARGEFILE_SOURCE -DPREFIX=\"/usr/local\" -DSYSCONFDIR=\"/usr/local/etc\"
-DDATADIR=\"/usr/local/share\" -DLIBDIR=\"/usr/local/lib\" -I/usr/include
-DNOSTRDEBUG -c htsjava.c -Wp,-MD,.deps/htsjava.TPlo -o htsjava.o >/dev/null
2>&1
source='htslib.c' object='htslib.lo' libtool=yes \
depfile='.deps/htslib.Plo' tmpdepfile='.deps/htslib.TPlo' \
depmode=gcc /bin/bash ../depcomp \
/bin/bash ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -O -g3
-Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes
-Wmissing-declarations -Wpointer-arith -Wnested-externs -D_REENTRANT
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DPREFIX=\""/usr/local"\"
-DSYSCONFDIR=\""/usr/local/etc"\" -DDATADIR=\""/usr/local/share"\"
-DLIBDIR=\""/usr/local/lib"\"  -I/usr/include  -DNOSTRDEBUG -c -o htslib.lo
`test -f 'htslib.c' || echo './'`htslib.c
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -O -g3 -Wall -Wcast-align
-Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations
-Wpointer-arith -Wnested-externs -D_REENTRANT -D_FILE_OFFSET_BITS=64
-D_LARGEFILE_SOURCE -DPREFIX=\"/usr/local\" -DSYSCONFDIR=\"/usr/local/etc\"
-DDATADIR=\"/usr/local/share\" -DLIBDIR=\"/usr/local/lib\" -I/usr/include
-DNOSTRDEBUG -c htslib.c -Wp,-MD,.deps/htslib.TPlo  -fPIC -DPIC -o
.libs/htslib.o
htslib.c: In function `newhttp':
htslib.c:2114: warning: cast increases required alignment of target type
htslib.c:2114: warning: cast increases required alignment of target type
htslib.c:2114: warning: cast increases required alignment of target type
htslib.c:2117: warning: cast increases required alignment of target type
htslib.c:2117: warning: cast increases required alignment of target type
htslib.c:2117: warning: cast increases required alignment of target type
htslib.c:2150: warning: cast increases required alignment of target type
htslib.c: In function `is_unicode_utf8':
htslib.c:3030: warning: comparison is always true due to limited range of data
type
htslib.c: In function `jump_normalized':
htslib.c:3197: warning: subscript has type `char'
htslib.c: At top level:
htslib.c:4984: warning: no previous prototype for `hts_debug'
htslib.h:424: warning: `strcmpnocase' defined but not used
htslib.h:472: warning: `is_hypertext_mime' defined but not used
htslib.h:498: warning: `compare_mime' defined but not used
htscore.h:197: warning: `cache_writable' defined but not used
htscore.h:201: warning: `cache_readable' defined but not used
htsname.h:47: warning: `strendwith_' defined but not used
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -O -g3 -Wall -Wcast-align
-Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations
-Wpointer-arith -Wnested-externs -D_REENTRANT -D_FILE_OFFSET_BITS=64
-D_LARGEFILE_SOURCE -DPREFIX=\"/usr/local\" -DSYSCONFDIR=\"/usr/local/etc\"
-DDATADIR=\"/usr/local/share\" -DLIBDIR=\"/usr/local/lib\" -I/usr/include
-DNOSTRDEBUG -c htslib.c -Wp,-MD,.deps/htslib.TPlo -o htslib.o >/dev/null
2>&1
source='htscoremain.c' object='htscoremain.lo' libtool=yes \
depfile='.deps/htscoremain.Plo' tmpdepfile='.deps/htscoremain.TPlo' \
depmode=gcc /bin/bash ../depcomp \
/bin/bash ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -O -g3
-Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes
-Wmissing-declarations -Wpointer-arith -Wnested-externs -D_REENTRANT
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DPREFIX=\""/usr/local"\"
-DSYSCONFDIR=\""/usr/local/etc"\" -DDATADIR=\""/usr/local/share"\"
-DLIBDIR=\""/usr/local/lib"\"  -I/usr/include  -DNOSTRDEBUG -c -o
htscoremain.lo `test -f 'htscoremain.c' || echo './'`htscoremain.c
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -O -g3 -Wall -Wcast-align
-Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations
-Wpointer-arith -Wnested-externs -D_REENTRANT -D_FILE_OFFSET_BITS=64
-D_LARGEFILE_SOURCE -DPREFIX=\"/usr/local\" -DSYSCONFDIR=\"/usr/local/etc\"
-DDATADIR=\"/usr/local/share\" -DLIBDIR=\"/usr/local/lib\" -I/usr/include
-DNOSTRDEBUG -c htscoremain.c -Wp,-MD,.deps/htscoremain.TPlo  -fPIC -DPIC -o
.libs/htscoremain.o
htscoremain.c:112: warning: no previous prototype for `set_wrappers'
htscoremain.c: In function `hts_main':
htscoremain.c:1910: warning: subscript has type `char'
htscoremain.c: At top level:
htslib.h:424: warning: `strcmpnocase' defined but not used
htslib.h:472: warning: `is_hypertext_mime' defined but not used
htslib.h:485: warning: `may_be_hypertext_mime' defined but not used
htslib.h:498: warning: `compare_mime' defined but not used
htscore.h:197: warning: `cache_writable' defined but not used
htscore.h:201: warning: `cache_readable' defined but not used
htsname.h:47: warning: `strendwith_' defined but not used
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -O -g3 -Wall -Wcast-align
-Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations
-Wpointer-arith -Wnested-externs -D_REENTRANT -D_FILE_OFFSET_BITS=64
-D_LARGEFILE_SOURCE -DPREFIX=\"/usr/local\" -DSYSCONFDIR=\"/usr/local/etc\"
-DDATADIR=\"/usr/local/share\" -DLIBDIR=\"/usr/local/lib\" -I/usr/include
-DNOSTRDEBUG -c htscoremain.c -Wp,-MD,.deps/htscoremain.TPlo -o htscoremain.o
>/dev/null 2>&1
source='htsname.c' object='htsname.lo' libtool=yes \
depfile='.deps/htsname.Plo' tmpdepfile='.deps/htsname.TPlo' \
depmode=gcc /bin/bash ../depcomp \
/bin/bash ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -O -g3
-Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes
-Wmissing-declarations -Wpointer-arith -Wnested-externs -D_REENTRANT
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DPREFIX=\""/usr/local"\"
-DSYSCONFDIR=\""/usr/local/etc"\" -DDATADIR=\""/usr/local/share"\"
-DLIBDIR=\""/usr/local/lib"\"  -I/usr/include  -DNOSTRDEBUG -c -o htsname.lo
`test -f 'htsname.c' || echo './'`htsname.c
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -O -g3 -Wall -Wcast-align
-Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations
-Wpointer-arith -Wnested-externs -D_REENTRANT -D_FILE_OFFSET_BITS=64
-D_LARGEFILE_SOURCE -DPREFIX=\"/usr/local\" -DSYSCONFDIR=\"/usr/local/etc\"
-DDATADIR=\"/usr/local/share\" -DLIBDIR=\"/usr/local/lib\" -I/usr/include
-DNOSTRDEBUG -c htsname.c -Wp,-MD,.deps/htsname.TPlo  -fPIC -DPIC -o
.libs/htsname.o
htsname.c: In function `url_savename':
htsname.c:499: warning: unused variable `robots'
htsname.c:117: warning: unused variable `back_max'
htsname.c: At top level:
htslib.h:424: warning: `strcmpnocase' defined but not used
htslib.h:472: warning: `is_hypertext_mime' defined but not used
htslib.h:485: warning: `may_be_hypertext_mime' defined but not used
htslib.h:498: warning: `compare_mime' defined but not used
htscore.h:197: warning: `cache_writable' defined but not used
htscore.h:201: warning: `cache_readable' defined but not used
htsname.h:47: warning: `strendwith_' defined but not used
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -O -g3 -Wall -Wcast-align
-Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations
-Wpointer-arith -Wnested-externs -D_REENTRANT -D_FILE_OFFSET_BITS=64
-D_LARGEFILE_SOURCE -DPREFIX=\"/usr/local\" -DSYSCONFDIR=\"/usr/local/etc\"
-DDATADIR=\"/usr/local/share\" -DLIBDIR=\"/usr/local/lib\" -I/usr/include
-DNOSTRDEBUG -c htsname.c -Wp,-MD,.deps/htsname.TPlo -o htsname.o >/dev/null
2>&1
source='htsrobots.c' object='htsrobots.lo' libtool=yes \
depfile='.deps/htsrobots.Plo' tmpdepfile='.deps/htsrobots.TPlo' \
depmode=gcc /bin/bash ../depcomp \
/bin/bash ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -O -g3
-Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes
-Wmissing-declarations -Wpointer-arith -Wnested-externs -D_REENTRANT
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DPREFIX=\""/usr/local"\"
-DSYSCONFDIR=\""/usr/local/etc"\" -DDATADIR=\""/usr/local/share"\"
-DLIBDIR=\""/usr/local/lib"\"  -I/usr/include  -DNOSTRDEBUG -c -o htsrobots.lo
`test -f 'htsrobots.c' || echo './'`htsrobots.c
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -O -g3 -Wall -Wcast-align
-Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations
-Wpointer-arith -Wnested-externs -D_REENTRANT -D_FILE_OFFSET_BITS=64
-D_LARGEFILE_SOURCE -DPREFIX=\"/usr/local\" -DSYSCONFDIR=\"/usr/local/etc\"
-DDATADIR=\"/usr/local/share\" -DLIBDIR=\"/usr/local/lib\" -I/usr/include
-DNOSTRDEBUG -c htsrobots.c -Wp,-MD,.deps/htsrobots.TPlo  -fPIC -DPIC -o
.libs/htsrobots.o
htslib.h:424: warning: `strcmpnocase' defined but not used
htslib.h:472: warning: `is_hypertext_mime' defined but not used
htslib.h:485: warning: `may_be_hypertext_mime' defined but not used
htslib.h:498: warning: `compare_mime' defined but not used
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -O -g3 -Wall -Wcast-align
-Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations
-Wpointer-arith -Wnested-externs -D_REENTRANT -D_FILE_OFFSET_BITS=64
-D_LARGEFILE_SOURCE -DPREFIX=\"/usr/local\" -DSYSCONFDIR=\"/usr/local/etc\"
-DDATADIR=\"/usr/local/share\" -DLIBDIR=\"/usr/local/lib\" -I/usr/include
-DNOSTRDEBUG -c htsrobots.c -Wp,-MD,.deps/htsrobots.TPlo -o htsrobots.o
>/dev/null 2>&1
source='htstools.c' object='htstools.lo' libtool=yes \
depfile='.deps/htstools.Plo' tmpdepfile='.deps/htstools.TPlo' \
depmode=gcc /bin/bash ../depcomp \
/bin/bash ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -O -g3
-Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes
-Wmissing-declarations -Wpointer-arith -Wnested-externs -D_REENTRANT
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DPREFIX=\""/usr/local"\"
-DSYSCONFDIR=\""/usr/local/etc"\" -DDATADIR=\""/usr/local/share"\"
-DLIBDIR=\""/usr/local/lib"\"  -I/usr/include  -DNOSTRDEBUG -c -o htstools.lo
`test -f 'htstools.c' || echo './'`htstools.c
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -O -g3 -Wall -Wcast-align
-Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations
-Wpointer-arith -Wnested-externs -D_REENTRANT -D_FILE_OFFSET_BITS=64
-D_LARGEFILE_SOURCE -DPREFIX=\"/usr/local\" -DSYSCONFDIR=\"/usr/local/etc\"
-DDATADIR=\"/usr/local/share\" -DLIBDIR=\"/usr/local/lib\" -I/usr/include
-DNOSTRDEBUG -c htstools.c -Wp,-MD,.deps/htstools.TPlo  -fPIC -DPIC -o
.libs/htstools.o
htstools.c: In function `hts_buildtopindex':
htstools.c:639: warning: unused variable `iname'
htstools.c: At top level:
htstools.c:799: warning: no previous prototype for `hts_getcategories'
htstools.c: In function `hts_getcategories':
htstools.c:813: warning: unused variable `startchain'
htstools.c:812: warning: unused variable `chain'
htstools.c: At top level:
htslib.h:485: warning: `may_be_hypertext_mime' defined but not used
htslib.h:498: warning: `compare_mime' defined but not used
htscore.h:197: warning: `cache_writable' defined but not used
htscore.h:201: warning: `cache_readable' defined but not used
htsname.h:47: warning: `strendwith_' defined but not used
htsstrings.h:61: warning: `StringBuffN_' defined but not used
htsstrings.h:90: warning: `StringAcquire' defined but not used
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -O -g3 -Wall -Wcast-align
-Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations
-Wpointer-arith -Wnested-externs -D_REENTRANT -D_FILE_OFFSET_BITS=64
-D_LARGEFILE_SOURCE -DPREFIX=\"/usr/local\" -DSYSCONFDIR=\"/usr/local/etc\"
-DDATADIR=\"/usr/local/share\" -DLIBDIR=\"/usr/local/lib\" -I/usr/include
-DNOSTRDEBUG -c htstools.c -Wp,-MD,.deps/htstools.TPlo -o htstools.o
>/dev/null 2>&1
source='htswizard.c' object='htswizard.lo' libtool=yes \
depfile='.deps/htswizard.Plo' tmpdepfile='.deps/htswizard.TPlo' \
depmode=gcc /bin/bash ../depcomp \
/bin/bash ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -O -g3
-Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes
-Wmissing-declarations -Wpointer-arith -Wnested-externs -D_REENTRANT
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DPREFIX=\""/usr/local"\"
-DSYSCONFDIR=\""/usr/local/etc"\" -DDATADIR=\""/usr/local/share"\"
-DLIBDIR=\""/usr/local/lib"\"  -I/usr/include  -DNOSTRDEBUG -c -o htswizard.lo
`test -f 'htswizard.c' || echo './'`htswizard.c
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -O -g3 -Wall -Wcast-align
-Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations
-Wpointer-arith -Wnested-externs -D_REENTRANT -D_FILE_OFFSET_BITS=64
-D_LARGEFILE_SOURCE -DPREFIX=\"/usr/local\" -DSYSCONFDIR=\"/usr/local/etc\"
-DDATADIR=\"/usr/local/share\" -DLIBDIR=\"/usr/local/lib\" -I/usr/include
-DNOSTRDEBUG -c htswizard.c -Wp,-MD,.deps/htswizard.TPlo  -fPIC -DPIC -o
.libs/htswizard.o
htslib.h:424: warning: `strcmpnocase' defined but not used
htslib.h:472: warning: `is_hypertext_mime' defined but not used
htslib.h:485: warning: `may_be_hypertext_mime' defined but not used
htslib.h:498: warning: `compare_mime' defined but not used
htscore.h:197: warning: `cache_writable' defined but not used
htscore.h:201: warning: `cache_readable' defined but not used
htsname.h:47: warning: `strendwith_' defined but not used
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -O -g3 -Wall -Wcast-align
-Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations
-Wpointer-arith -Wnested-externs -D_REENTRANT -D_FILE_OFFSET_BITS=64
-D_LARGEFILE_SOURCE -DPREFIX=\"/usr/local\" -DSYSCONFDIR=\"/usr/local/etc\"
-DDATADIR=\"/usr/local/share\" -DLIBDIR=\"/usr/local/lib\" -I/usr/include
-DNOSTRDEBUG -c htswizard.c -Wp,-MD,.deps/htswizard.TPlo -o htswizard.o
>/dev/null 2>&1
source='htsalias.c' object='htsalias.lo' libtool=yes \
depfile='.deps/htsalias.Plo' tmpdepfile='.deps/htsalias.TPlo' \
depmode=gcc /bin/bash ../depcomp \
/bin/bash ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -O -g3
-Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes
-Wmissing-declarations -Wpointer-arith -Wnested-externs -D_REENTRANT
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DPREFIX=\""/usr/local"\"
-DSYSCONFDIR=\""/usr/local/etc"\" -DDATADIR=\""/usr/local/share"\"
-DLIBDIR=\""/usr/local/lib"\"  -I/usr/include  -DNOSTRDEBUG -c -o htsalias.lo
`test -f 'htsalias.c' || echo './'`htsalias.c
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -O -g3 -Wall -Wcast-align
-Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations
-Wpointer-arith -Wnested-externs -D_REENTRANT -D_FILE_OFFSET_BITS=64
-D_LARGEFILE_SOURCE -DPREFIX=\"/usr/local\" -DSYSCONFDIR=\"/usr/local/etc\"
-DDATADIR=\"/usr/local/share\" -DLIBDIR=\"/usr/local/lib\" -I/usr/include
-DNOSTRDEBUG -c htsalias.c -Wp,-MD,.deps/htsalias.TPlo  -fPIC -DPIC -o
.libs/htsalias.o
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -O -g3 -Wall -Wcast-align
-Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations
-Wpointer-arith -Wnested-externs -D_REENTRANT -D_FILE_OFFSET_BITS=64
-D_LARGEFILE_SOURCE -DPREFIX=\"/usr/local\" -DSYSCONFDIR=\"/usr/local/etc\"
-DDATADIR=\"/usr/local/share\" -DLIBDIR=\"/usr/local/lib\" -I/usr/include
-DNOSTRDEBUG -c htsalias.c -Wp,-MD,.deps/htsalias.TPlo -o htsalias.o
>/dev/null 2>&1
source='htsthread.c' object='htsthread.lo' libtool=yes \
depfile='.deps/htsthread.Plo' tmpdepfile='.deps/htsthread.TPlo' \
depmode=gcc /bin/bash ../depcomp \
/bin/bash ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -O -g3
-Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes
-Wmissing-declarations -Wpointer-arith -Wnested-externs -D_REENTRANT
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DPREFIX=\""/usr/local"\"
-DSYSCONFDIR=\""/usr/local/etc"\" -DDATADIR=\""/usr/local/share"\"
-DLIBDIR=\""/usr/local/lib"\"  -I/usr/include  -DNOSTRDEBUG -c -o htsthread.lo
`test -f 'htsthread.c' || echo './'`htsthread.c
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -O -g3 -Wall -Wcast-align
-Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations
-Wpointer-arith -Wnested-externs -D_REENTRANT -D_FILE_OFFSET_BITS=64
-D_LARGEFILE_SOURCE -DPREFIX=\"/usr/local\" -DSYSCONFDIR=\"/usr/local/etc\"
-DDATADIR=\"/usr/local/share\" -DLIBDIR=\"/usr/local/lib\" -I/usr/include
-DNOSTRDEBUG -c htsthread.c -Wp,-MD,.deps/htsthread.TPlo  -fPIC -DPIC -o
.libs/htsthread.o
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -O -g3 -Wall -Wcast-align
-Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations
-Wpointer-arith -Wnested-externs -D_REENTRANT -D_FILE_OFFSET_BITS=64
-D_LARGEFILE_SOURCE -DPREFIX=\"/usr/local\" -DSYSCONFDIR=\"/usr/local/etc\"
-DDATADIR=\"/usr/local/share\" -DLIBDIR=\"/usr/local/lib\" -I/usr/include
-DNOSTRDEBUG -c htsthread.c -Wp,-MD,.deps/htsthread.TPlo -o htsthread.o
>/dev/null 2>&1
source='htsindex.c' object='htsindex.lo' libtool=yes \
depfile='.deps/htsindex.Plo' tmpdepfile='.deps/htsindex.TPlo' \
depmode=gcc /bin/bash ../depcomp \
/bin/bash ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -O -g3
-Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes
-Wmissing-declarations -Wpointer-arith -Wnested-externs -D_REENTRANT
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DPREFIX=\""/usr/local"\"
-DSYSCONFDIR=\""/usr/local/etc"\" -DDATADIR=\""/usr/local/share"\"
-DLIBDIR=\""/usr/local/lib"\"  -I/usr/include  -DNOSTRDEBUG -c -o htsindex.lo
`test -f 'htsindex.c' || echo './'`htsindex.c
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -O -g3 -Wall -Wcast-align
-Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations
-Wpointer-arith -Wnested-externs -D_REENTRANT -D_FILE_OFFSET_BITS=64
-D_LARGEFILE_SOURCE -DPREFIX=\"/usr/local\" -DSYSCONFDIR=\"/usr/local/etc\"
-DDATADIR=\"/usr/local/share\" -DLIBDIR=\"/usr/local/lib\" -I/usr/include
-DNOSTRDEBUG -c htsindex.c -Wp,-MD,.deps/htsindex.TPlo  -fPIC -DPIC -o
.libs/htsindex.o
htslib.h:424: warning: `strcmpnocase' defined but not used
htslib.h:472: warning: `is_hypertext_mime' defined but not used
htslib.h:485: warning: `may_be_hypertext_mime' defined but not used
htslib.h:498: warning: `compare_mime' defined but not used
htscore.h:197: warning: `cache_writable' defined but not used
htscore.h:201: warning: `cache_readable' defined but not used
htsname.h:47: warning: `strendwith_' defined but not used
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -O -g3 -Wall -Wcast-align
-Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations
-Wpointer-arith -Wnested-externs -D_REENTRANT -D_FILE_OFFSET_BITS=64
-D_LARGEFILE_SOURCE -DPREFIX=\"/usr/local\" -DSYSCONFDIR=\"/usr/local/etc\"
-DDATADIR=\"/usr/local/share\" -DLIBDIR=\"/usr/local/lib\" -I/usr/include
-DNOSTRDEBUG -c htsindex.c -Wp,-MD,.deps/htsindex.TPlo -o htsindex.o
>/dev/null 2>&1
source='htsbauth.c' object='htsbauth.lo' libtool=yes \
depfile='.deps/htsbauth.Plo' tmpdepfile='.deps/htsbauth.TPlo' \
depmode=gcc /bin/bash ../depcomp \
/bin/bash ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -O -g3
-Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes
-Wmissing-declarations -Wpointer-arith -Wnested-externs -D_REENTRANT
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DPREFIX=\""/usr/local"\"
-DSYSCONFDIR=\""/usr/local/etc"\" -DDATADIR=\""/usr/local/share"\"
-DLIBDIR=\""/usr/local/lib"\"  -I/usr/include  -DNOSTRDEBUG -c -o htsbauth.lo
`test -f 'htsbauth.c' || echo './'`htsbauth.c
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -O -g3 -Wall -Wcast-align
-Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations
-Wpointer-arith -Wnested-externs -D_REENTRANT -D_FILE_OFFSET_BITS=64
-D_LARGEFILE_SOURCE -DPREFIX=\"/usr/local\" -DSYSCONFDIR=\"/usr/local/etc\"
-DDATADIR=\"/usr/local/share\" -DLIBDIR=\"/usr/local/lib\" -I/usr/include
-DNOSTRDEBUG -c htsbauth.c -Wp,-MD,.deps/htsbauth.TPlo  -fPIC -DPIC -o
.libs/htsbauth.o
htslib.h:424: warning: `strcmpnocase' defined but not used
htslib.h:472: warning: `is_hypertext_mime' defined but not used
htslib.h:485: warning: `may_be_hypertext_mime' defined but not used
htslib.h:498: warning: `compare_mime' defined but not used
htscore.h:197: warning: `cache_writable' defined but not used
htscore.h:201: warning: `cache_readable' defined but not used
htsname.h:47: warning: `strendwith_' defined but not used
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -O -g3 -Wall -Wcast-align
-Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations
-Wpointer-arith -Wnested-externs -D_REENTRANT -D_FILE_OFFSET_BITS=64
-D_LARGEFILE_SOURCE -DPREFIX=\"/usr/local\" -DSYSCONFDIR=\"/usr/local/etc\"
-DDATADIR=\"/usr/local/share\" -DLIBDIR=\"/usr/local/lib\" -I/usr/include
-DNOSTRDEBUG -c htsbauth.c -Wp,-MD,.deps/htsbauth.TPlo -o htsbauth.o
>/dev/null 2>&1
source='htsmd5.c' object='htsmd5.lo' libtool=yes \
depfile='.deps/htsmd5.Plo' tmpdepfile='.deps/htsmd5.TPlo' \
depmode=gcc /bin/bash ../depcomp \
/bin/bash ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -O -g3
-Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes
-Wmissing-declarations -Wpointer-arith -Wnested-externs -D_REENTRANT
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DPREFIX=\""/usr/local"\"
-DSYSCONFDIR=\""/usr/local/etc"\" -DDATADIR=\""/usr/local/share"\"
-DLIBDIR=\""/usr/local/lib"\"  -I/usr/include  -DNOSTRDEBUG -c -o htsmd5.lo
`test -f 'htsmd5.c' || echo './'`htsmd5.c
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -O -g3 -Wall -Wcast-align
-Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations
-Wpointer-arith -Wnested-externs -D_REENTRANT -D_FILE_OFFSET_BITS=64
-D_LARGEFILE_SOURCE -DPREFIX=\"/usr/local\" -DSYSCONFDIR=\"/usr/local/etc\"
-DDATADIR=\"/usr/local/share\" -DLIBDIR=\"/usr/local/lib\" -I/usr/include
-DNOSTRDEBUG -c htsmd5.c -Wp,-MD,.deps/htsmd5.TPlo  -fPIC -DPIC -o
.libs/htsmd5.o
htsmd5.c: In function `md5sum32':
htsmd5.c:92: warning: cast increases required alignment of target type
htsmd5.c:90: warning: unused variable `md5digest_'
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -O -g3 -Wall -Wcast-align
-Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations
-Wpointer-arith -Wnested-externs -D_REENTRANT -D_FILE_OFFSET_BITS=64
-D_LARGEFILE_SOURCE -DPREFIX=\"/usr/local\" -DSYSCONFDIR=\"/usr/local/etc\"
-DDATADIR=\"/usr/local/share\" -DLIBDIR=\"/usr/local/lib\" -I/usr/include
-DNOSTRDEBUG -c htsmd5.c -Wp,-MD,.deps/htsmd5.TPlo -o htsmd5.o >/dev/null
2>&1
source='htszlib.c' object='htszlib.lo' libtool=yes \
depfile='.deps/htszlib.Plo' tmpdepfile='.deps/htszlib.TPlo' \
depmode=gcc /bin/bash ../depcomp \
/bin/bash ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -O -g3
-Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes
-Wmissing-declarations -Wpointer-arith -Wnested-externs -D_REENTRANT
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DPREFIX=\""/usr/local"\"
-DSYSCONFDIR=\""/usr/local/etc"\" -DDATADIR=\""/usr/local/share"\"
-DLIBDIR=\""/usr/local/lib"\"  -I/usr/include  -DNOSTRDEBUG -c -o htszlib.lo
`test -f 'htszlib.c' || echo './'`htszlib.c
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -O -g3 -Wall -Wcast-align
-Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations
-Wpointer-arith -Wnested-externs -D_REENTRANT -D_FILE_OFFSET_BITS=64
-D_LARGEFILE_SOURCE -DPREFIX=\"/usr/local\" -DSYSCONFDIR=\"/usr/local/etc\"
-DDATADIR=\"/usr/local/share\" -DLIBDIR=\"/usr/local/lib\" -I/usr/include
-DNOSTRDEBUG -c htszlib.c -Wp,-MD,.deps/htszlib.TPlo  -fPIC -DPIC -o
.libs/htszlib.o
htszlib.c: In function `hts_extract_meta':
htszlib.c:95: warning: unused variable `entries'
htszlib.c: At top level:
htslib.h:424: warning: `strcmpnocase' defined but not used
htslib.h:472: warning: `is_hypertext_mime' defined but not used
htslib.h:485: warning: `may_be_hypertext_mime' defined but not used
htslib.h:498: warning: `compare_mime' defined but not used
htscore.h:197: warning: `cache_writable' defined but not used
htscore.h:201: warning: `cache_readable' defined but not used
htsname.h:47: warning: `strendwith_' defined but not used
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -O -g3 -Wall -Wcast-align
-Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations
-Wpointer-arith -Wnested-externs -D_REENTRANT -D_FILE_OFFSET_BITS=64
-D_LARGEFILE_SOURCE -DPREFIX=\"/usr/local\" -DSYSCONFDIR=\"/usr/local/etc\"
-DDATADIR=\"/usr/local/share\" -DLIBDIR=\"/usr/local/lib\" -I/usr/include
-DNOSTRDEBUG -c htszlib.c -Wp,-MD,.deps/htszlib.TPlo -o htszlib.o >/dev/null
2>&1
source='htsnostatic.c' object='htsnostatic.lo' libtool=yes \
depfile='.deps/htsnostatic.Plo' tmpdepfile='.deps/htsnostatic.TPlo' \
depmode=gcc /bin/bash ../depcomp \
/bin/bash ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -O -g3
-Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes
-Wmissing-declarations -Wpointer-arith -Wnested-externs -D_REENTRANT
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DPREFIX=\""/usr/local"\"
-DSYSCONFDIR=\""/usr/local/etc"\" -DDATADIR=\""/usr/local/share"\"
-DLIBDIR=\""/usr/local/lib"\"  -I/usr/include  -DNOSTRDEBUG -c -o
htsnostatic.lo `test -f 'htsnostatic.c' || echo './'`htsnostatic.c
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -O -g3 -Wall -Wcast-align
-Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations
-Wpointer-arith -Wnested-externs -D_REENTRANT -D_FILE_OFFSET_BITS=64
-D_LARGEFILE_SOURCE -DPREFIX=\"/usr/local\" -DSYSCONFDIR=\"/usr/local/etc\"
-DDATADIR=\"/usr/local/share\" -DLIBDIR=\"/usr/local/lib\" -I/usr/include
-DNOSTRDEBUG -c htsnostatic.c -Wp,-MD,.deps/htsnostatic.TPlo  -fPIC -DPIC -o
.libs/htsnostatic.o
htslib.h:424: warning: `strcmpnocase' defined but not used
htslib.h:472: warning: `is_hypertext_mime' defined but not used
htslib.h:485: warning: `may_be_hypertext_mime' defined but not used
htslib.h:498: warning: `compare_mime' defined but not used
htscore.h:197: warning: `cache_writable' defined but not used
htscore.h:201: warning: `cache_readable' defined but not used
htsname.h:47: warning: `strendwith_' defined but not used
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -O -g3 -Wall -Wcast-align
-Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations
-Wpointer-arith -Wnested-externs -D_REENTRANT -D_FILE_OFFSET_BITS=64
-D_LARGEFILE_SOURCE -DPREFIX=\"/usr/local\" -DSYSCONFDIR=\"/usr/local/etc\"
-DDATADIR=\"/usr/local/share\" -DLIBDIR=\"/usr/local/lib\" -I/usr/include
-DNOSTRDEBUG -c htsnostatic.c -Wp,-MD,.deps/htsnostatic.TPlo -o htsnostatic.o
>/dev/null 2>&1
source='htswrap.c' object='htswrap.lo' libtool=yes \
depfile='.deps/htswrap.Plo' tmpdepfile='.deps/htswrap.TPlo' \
depmode=gcc /bin/bash ../depcomp \
/bin/bash ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -O -g3
-Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes
-Wmissing-declarations -Wpointer-arith -Wnested-externs -D_REENTRANT
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DPREFIX=\""/usr/local"\"
-DSYSCONFDIR=\""/usr/local/etc"\" -DDATADIR=\""/usr/local/share"\"
-DLIBDIR=\""/usr/local/lib"\"  -I/usr/include  -DNOSTRDEBUG -c -o htswrap.lo
`test -f 'htswrap.c' || echo './'`htswrap.c
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -O -g3 -Wall -Wcast-align
-Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations
-Wpointer-arith -Wnested-externs -D_REENTRANT -D_FILE_OFFSET_BITS=64
-D_LARGEFILE_SOURCE -DPREFIX=\"/usr/local\" -DSYSCONFDIR=\"/usr/local/etc\"
-DDATADIR=\"/usr/local/share\" -DLIBDIR=\"/usr/local/lib\" -I/usr/include
-DNOSTRDEBUG -c htswrap.c -Wp,-MD,.deps/htswrap.TPlo  -fPIC -DPIC -o
.libs/htswrap.o
htslib.h:424: warning: `strcmpnocase' defined but not used
htslib.h:472: warning: `is_hypertext_mime' defined but not used
htslib.h:485: warning: `may_be_hypertext_mime' defined but not used
htslib.h:498: warning: `compare_mime' defined but not used
htscore.h:197: warning: `cache_writable' defined but not used
htscore.h:201: warning: `cache_readable' defined but not used
htsname.h:47: warning: `strendwith_' defined but not used
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -O -g3 -Wall -Wcast-align
-Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations
-Wpointer-arith -Wnested-externs -D_REENTRANT -D_FILE_OFFSET_BITS=64
-D_LARGEFILE_SOURCE -DPREFIX=\"/usr/local\" -DSYSCONFDIR=\"/usr/local/etc\"
-DDATADIR=\"/usr/local/share\" -DLIBDIR=\"/usr/local/lib\" -I/usr/include
-DNOSTRDEBUG -c htswrap.c -Wp,-MD,.deps/htswrap.TPlo -o htswrap.o >/dev/null
2>&1
source='htsmodules.c' object='htsmodules.lo' libtool=yes \
depfile='.deps/htsmodules.Plo' tmpdepfile='.deps/htsmodules.TPlo' \
depmode=gcc /bin/bash ../depcomp \
/bin/bash ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -O -g3
-Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes
-Wmissing-declarations -Wpointer-arith -Wnested-externs -D_REENTRANT
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DPREFIX=\""/usr/local"\"
-DSYSCONFDIR=\""/usr/local/etc"\" -DDATADIR=\""/usr/local/share"\"
-DLIBDIR=\""/usr/local/lib"\"  -I/usr/include  -DNOSTRDEBUG -c -o
htsmodules.lo `test -f 'htsmodules.c' || echo './'`htsmodules.c
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -O -g3 -Wall -Wcast-align
-Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations
-Wpointer-arith -Wnested-externs -D_REENTRANT -D_FILE_OFFSET_BITS=64
-D_LARGEFILE_SOURCE -DPREFIX=\"/usr/local\" -DSYSCONFDIR=\"/usr/local/etc\"
-DDATADIR=\"/usr/local/share\" -DLIBDIR=\"/usr/local/lib\" -I/usr/include
-DNOSTRDEBUG -c htsmodules.c -Wp,-MD,.deps/htsmodules.TPlo  -fPIC -DPIC -o
.libs/htsmodules.o
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -O -g3 -Wall -Wcast-align
-Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations
-Wpointer-arith -Wnested-externs -D_REENTRANT -D_FILE_OFFSET_BITS=64
-D_LARGEFILE_SOURCE -DPREFIX=\"/usr/local\" -DSYSCONFDIR=\"/usr/local/etc\"
-DDATADIR=\"/usr/local/share\" -DLIBDIR=\"/usr/local/lib\" -I/usr/include
-DNOSTRDEBUG -c htsmodules.c -Wp,-MD,.deps/htsmodules.TPlo -o htsmodules.o
>/dev/null 2>&1
source='md5.c' object='md5.lo' libtool=yes \
depfile='.deps/md5.Plo' tmpdepfile='.deps/md5.TPlo' \
depmode=gcc /bin/bash ../depcomp \
/bin/bash ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -O -g3
-Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes
-Wmissing-declarations -Wpointer-arith -Wnested-externs -D_REENTRANT
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DPREFIX=\""/usr/local"\"
-DSYSCONFDIR=\""/usr/local/etc"\" -DDATADIR=\""/usr/local/share"\"
-DLIBDIR=\""/usr/local/lib"\"  -I/usr/include  -DNOSTRDEBUG -c -o md5.lo `test
-f 'md5.c' || echo './'`md5.c
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -O -g3 -Wall -Wcast-align
-Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations
-Wpointer-arith -Wnested-externs -D_REENTRANT -D_FILE_OFFSET_BITS=64
-D_LARGEFILE_SOURCE -DPREFIX=\"/usr/local\" -DSYSCONFDIR=\"/usr/local/etc\"
-DDATADIR=\"/usr/local/share\" -DLIBDIR=\"/usr/local/lib\" -I/usr/include
-DNOSTRDEBUG -c md5.c -Wp,-MD,.deps/md5.TPlo  -fPIC -DPIC -o .libs/md5.o
md5.c: In function `MD5Update':
md5.c:104: warning: cast increases required alignment of target type
md5.c:114: warning: cast increases required alignment of target type
md5.c: In function `MD5Final':
md5.c:150: warning: cast increases required alignment of target type
md5.c:162: warning: cast increases required alignment of target type
md5.c:163: warning: cast increases required alignment of target type
md5.c:165: warning: cast increases required alignment of target type
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -O -g3 -Wall -Wcast-align
-Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations
-Wpointer-arith -Wnested-externs -D_REENTRANT -D_FILE_OFFSET_BITS=64
-D_LARGEFILE_SOURCE -DPREFIX=\"/usr/local\" -DSYSCONFDIR=\"/usr/local/etc\"
-DDATADIR=\"/usr/local/share\" -DLIBDIR=\"/usr/local/lib\" -I/usr/include
-DNOSTRDEBUG -c md5.c -Wp,-MD,.deps/md5.TPlo -o md5.o >/dev/null 2>&1
source='htsmms.c' object='htsmms.lo' libtool=yes \
depfile='.deps/htsmms.Plo' tmpdepfile='.deps/htsmms.TPlo' \
depmode=gcc /bin/bash ../depcomp \
/bin/bash ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -O -g3
-Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes
-Wmissing-declarations -Wpointer-arith -Wnested-externs -D_REENTRANT
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DPREFIX=\""/usr/local"\"
-DSYSCONFDIR=\""/usr/local/etc"\" -DDATADIR=\""/usr/local/share"\"
-DLIBDIR=\""/usr/local/lib"\"  -I/usr/include  -DNOSTRDEBUG -c -o htsmms.lo
`test -f 'htsmms.c' || echo './'`htsmms.c
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -O -g3 -Wall -Wcast-align
-Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations
-Wpointer-arith -Wnested-externs -D_REENTRANT -D_FILE_OFFSET_BITS=64
-D_LARGEFILE_SOURCE -DPREFIX=\"/usr/local\" -DSYSCONFDIR=\"/usr/local/etc\"
-DDATADIR=\"/usr/local/share\" -DLIBDIR=\"/usr/local/lib\" -I/usr/include
-DNOSTRDEBUG -c htsmms.c -Wp,-MD,.deps/htsmms.TPlo  -fPIC -DPIC -o
.libs/htsmms.o
In file included from htsmms.c:55:
mmsrip/mms.h:47: stdint.h: No such file or directory
make[2]: *** [htsmms.lo] Error 1
make[2]: Leaving directory `/var/tmp/httrack/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/httrack'
make: *** [all] Error 2
 
Reply


All articles

Subject Author Date
Wont build on solaris 8 - stdint.h no file HELP!!!

03/01/2006 13:51
Re: Wont build on solaris 8 - stdint.h no file HEL

01/18/2007 15:30




a

Created with FORUM 2.0.11