Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- root@neocharles:/home/neocharles/tls/tls1.6# make clean
- test -z "libtls1.6.so" || rm -f libtls1.6.so
- rm -f *.o core *.core
- test -z "pkgIndex.tcl" || rm -f pkgIndex.tcl
- root@neocharles:/home/neocharles/tls/tls1.6# ./configure --prefix=/usr/local
- checking for correct TEA configuration... ok (TEA 3.6)
- checking for Tcl configuration... found /usr/local/lib/tclConfig.sh
- checking for existence of /usr/local/lib/tclConfig.sh... loading
- configure: --exec-prefix defaulting to TCL_EXEC_PREFIX /usr/local
- 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 how to run the C preprocessor... gcc -E
- checking for a BSD-compatible install... /usr/bin/install -c
- checking whether make sets $(MAKE)... yes
- checking for ranlib... ranlib
- checking for egrep... 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 if the compiler understands -pipe... yes
- checking whether byte ordering is bigendian... no
- checking for sin... no
- checking for main in -lieee... yes
- checking for main in -linet... no
- checking net/errno.h usability... no
- checking net/errno.h presence... no
- checking for net/errno.h... no
- checking for connect... yes
- checking for gethostbyname... yes
- checking dirent.h... yes
- checking errno.h usability... yes
- checking errno.h presence... yes
- checking for errno.h... yes
- checking float.h usability... yes
- checking float.h presence... yes
- checking for float.h... yes
- checking values.h usability... yes
- checking values.h presence... yes
- checking for values.h... yes
- checking limits.h usability... yes
- checking limits.h presence... yes
- checking for limits.h... yes
- checking for stdlib.h... (cached) yes
- checking for string.h... (cached) yes
- checking sys/wait.h usability... yes
- checking sys/wait.h presence... yes
- checking for sys/wait.h... yes
- checking dlfcn.h usability... yes
- checking dlfcn.h presence... yes
- checking for dlfcn.h... yes
- checking sys/param.h usability... yes
- checking sys/param.h presence... yes
- checking for sys/param.h... yes
- checking for Tcl public headers... /usr/local/include
- checking for pthread_mutex_init in -lpthread... yes
- checking for building with threads... yes (default)
- checking how to build libraries... shared
- checking if 64bit support is requested... no
- checking if 64bit Sparc VIS support is requested... no
- checking system version... Linux-2.6.32-042stab078.22
- checking for dlopen in -ldl... yes
- checking for ar... ar
- checking for required early compiler flags... _LARGEFILE64_SOURCE
- checking for 64-bit integer type... using long
- checking for build with symbols... no
- checking for SSL directory... /usr
- checking if libgcc is needed to resolve openssl symbols... no
- checking for tclsh... /usr/local/bin/tclsh8.6
- configure: creating ./config.status
- config.status: creating Makefile
- root@neocharles:/home/neocharles/tls/tls1.6# make install
- gcc -DPACKAGE_NAME=\"tls\" -DPACKAGE_TARNAME=\"tls\" -DPACKAGE_VERSION=\"1.6\" -DPACKAGE_STRING=\"tls\ 1.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DUSE_THREAD_ALLOC=1 -D_REENTRANT=1 -D_THREAD_SAFE=1 -DTCL_THREADS=1 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DUSE_TCL_STUBS=1 -DNO_IDEA=1 -DNO_RC5=1 -I"/usr/local/include" -I"/usr/include" -pipe -O2 -fomit-frame-pointer -Wall -Wno-implicit-int -fPIC -c `echo tls.c` -o tls.o
- tls.c: In function 'VerifyCallback':
- tls.c:248:20: warning: variable 'string' set but not used [-Wunused-but-set-variable]
- tls.c: In function 'MiscObjCmd':
- tls.c:1332:3: warning: pointer targets in passing argument 4 of 'X509_NAME_add_entry_by_txt' differ in signedness [-Wpointer-sign]
- In file included from /usr/include/openssl/ssl.h:156:0,
- from tlsInt.h:52,
- from tls.c:26:
- /usr/include/openssl/x509.h:1029:5: note: expected 'const unsigned char *' but argument is of type 'char *'
- tls.c:1333:3: warning: pointer targets in passing argument 4 of 'X509_NAME_add_entry_by_txt' differ in signedness [-Wpointer-sign]
- In file included from /usr/include/openssl/ssl.h:156:0,
- from tlsInt.h:52,
- from tls.c:26:
- /usr/include/openssl/x509.h:1029:5: note: expected 'const unsigned char *' but argument is of type 'char *'
- tls.c:1334:3: warning: pointer targets in passing argument 4 of 'X509_NAME_add_entry_by_txt' differ in signedness [-Wpointer-sign]
- In file included from /usr/include/openssl/ssl.h:156:0,
- from tlsInt.h:52,
- from tls.c:26:
- /usr/include/openssl/x509.h:1029:5: note: expected 'const unsigned char *' but argument is of type 'char *'
- tls.c:1335:3: warning: pointer targets in passing argument 4 of 'X509_NAME_add_entry_by_txt' differ in signedness [-Wpointer-sign]
- In file included from /usr/include/openssl/ssl.h:156:0,
- from tlsInt.h:52,
- from tls.c:26:
- /usr/include/openssl/x509.h:1029:5: note: expected 'const unsigned char *' but argument is of type 'char *'
- tls.c:1336:3: warning: pointer targets in passing argument 4 of 'X509_NAME_add_entry_by_txt' differ in signedness [-Wpointer-sign]
- In file included from /usr/include/openssl/ssl.h:156:0,
- from tlsInt.h:52,
- from tls.c:26:
- /usr/include/openssl/x509.h:1029:5: note: expected 'const unsigned char *' but argument is of type 'char *'
- tls.c:1337:3: warning: pointer targets in passing argument 4 of 'X509_NAME_add_entry_by_txt' differ in signedness [-Wpointer-sign]
- In file included from /usr/include/openssl/ssl.h:156:0,
- from tlsInt.h:52,
- from tls.c:26:
- /usr/include/openssl/x509.h:1029:5: note: expected 'const unsigned char *' but argument is of type 'char *'
- tls.c:1338:3: warning: pointer targets in passing argument 4 of 'X509_NAME_add_entry_by_txt' differ in signedness [-Wpointer-sign]
- In file included from /usr/include/openssl/ssl.h:156:0,
- from tlsInt.h:52,
- from tls.c:26:
- /usr/include/openssl/x509.h:1029:5: note: expected 'const unsigned char *' but argument is of type 'char *'
- gcc -DPACKAGE_NAME=\"tls\" -DPACKAGE_TARNAME=\"tls\" -DPACKAGE_VERSION=\"1.6\" -DPACKAGE_STRING=\"tls\ 1.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DUSE_THREAD_ALLOC=1 -D_REENTRANT=1 -D_THREAD_SAFE=1 -DTCL_THREADS=1 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DUSE_TCL_STUBS=1 -DNO_IDEA=1 -DNO_RC5=1 -I"/usr/local/include" -I"/usr/include" -pipe -O2 -fomit-frame-pointer -Wall -Wno-implicit-int -fPIC -c `echo tlsIO.c` -o tlsIO.o
- tlsIO.c: In function 'TlsCloseProc':
- tlsIO.c:289:44: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
- tlsIO.c: In function 'TlsOutputProc':
- tlsIO.c:421:45: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
- tlsIO.c:441:2: warning: value computed is not used [-Wunused-value]
- tlsIO.c:459:3: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
- tlsIO.c: In function 'TlsGetOptionProc':
- tlsIO.c:551:9: warning: variable 'len' set but not used [-Wunused-but-set-variable]
- tlsIO.c: In function 'Tls_WaitForConnect':
- tlsIO.c:872:46: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
- tlsIO.c:883:6: warning: value computed is not used [-Wunused-value]
- gcc -DPACKAGE_NAME=\"tls\" -DPACKAGE_TARNAME=\"tls\" -DPACKAGE_VERSION=\"1.6\" -DPACKAGE_STRING=\"tls\ 1.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DUSE_THREAD_ALLOC=1 -D_REENTRANT=1 -D_THREAD_SAFE=1 -DTCL_THREADS=1 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DUSE_TCL_STUBS=1 -DNO_IDEA=1 -DNO_RC5=1 -I"/usr/local/include" -I"/usr/include" -pipe -O2 -fomit-frame-pointer -Wall -Wno-implicit-int -fPIC -c `echo tlsBIO.c` -o tlsBIO.o
- tlsBIO.c: In function 'BioWrite':
- tlsBIO.c:65:6: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
- tlsBIO.c:65:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
- tlsBIO.c:74:6: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
- tlsBIO.c: In function 'BioRead':
- tlsBIO.c:100:6: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
- tlsBIO.c:100:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
- tlsBIO.c:111:6: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
- tlsBIO.c: In function 'BioCtrl':
- tlsBIO.c:147:6: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
- tlsBIO.c:148:6: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
- gcc -DPACKAGE_NAME=\"tls\" -DPACKAGE_TARNAME=\"tls\" -DPACKAGE_VERSION=\"1.6\" -DPACKAGE_STRING=\"tls\ 1.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DUSE_THREAD_ALLOC=1 -D_REENTRANT=1 -D_THREAD_SAFE=1 -DTCL_THREADS=1 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DUSE_TCL_STUBS=1 -DNO_IDEA=1 -DNO_RC5=1 -I"/usr/local/include" -I"/usr/include" -pipe -O2 -fomit-frame-pointer -Wall -Wno-implicit-int -fPIC -c `echo tlsX509.c` -o tlsX509.o
- tlsX509.c: In function 'Tls_NewX509Obj':
- tlsX509.c:121:2: warning: value computed is not used [-Wunused-value]
- tlsX509.c:127:2: warning: value computed is not used [-Wunused-value]
- tlsX509.c:133:2: warning: value computed is not used [-Wunused-value]
- gcc -DPACKAGE_NAME=\"tls\" -DPACKAGE_TARNAME=\"tls\" -DPACKAGE_VERSION=\"1.6\" -DPACKAGE_STRING=\"tls\ 1.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DUSE_THREAD_ALLOC=1 -D_REENTRANT=1 -D_THREAD_SAFE=1 -DTCL_THREADS=1 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DUSE_TCL_STUBS=1 -DNO_IDEA=1 -DNO_RC5=1 -I"/usr/local/include" -I"/usr/include" -pipe -O2 -fomit-frame-pointer -Wall -Wno-implicit-int -fPIC -c `echo fixstrtod.c` -o fixstrtod.o
- rm -f libtls1.6.so
- gcc -shared -pipe -O2 -fomit-frame-pointer -Wall -Wno-implicit-int -fPIC -Wl,--export-dynamic -o libtls1.6.so tls.o tlsIO.o tlsBIO.o tlsX509.o fixstrtod.o -Wl,-rpath,/usr/lib -L/usr/lib -lssl -lcrypto -L/usr/local/lib -ltclstub8.6
- : libtls1.6.so
- (echo 'package ifneeded tls 1.6 \
- "[list source [file join $dir tls.tcl]] ; \
- [list tls::initlib $dir libtls1.6.so]"'\
- ) > pkgIndex.tcl
- /usr/bin/install -c libtls1.6.so /usr/local/lib/tls1.6/libtls1.6.so
- : /usr/local/lib/tls1.6/libtls1.6.so
- Install tls.tcl /usr/local/lib/tls1.6/tls.tcl
- Install pkgIndex.tcl /usr/local/lib/tls1.6
- Installing header files in /usr/local/include
- Installing ./tls.h
- root@neocharles:/home/neocharles/tls/tls1.6#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement