All pastes #3250237 Raw Edit

Stunnel 5.26 AIX XLC

public unlisted text v1 · immutable
#3250237 ·published 2015-11-13 01:28 UTC
rendered paste body
[rob@/home/rob]
<buildserver>$ cd ~/SRC/; rm -rf stunnel-5.26; gzip -dc stunnel-5.26.tar.gz | tar xvf -; cd stunnel-5.26
[rob@/home/rob/SRC/stunnel-5.26]
<buildserver>$ ./configure --prefix=/stunnel/526 --enable-fips --disable-ipv6 --with-threads=pthread
configure: **************************************** initialization
checking for a BSD-compatible install... auto/install-sh -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... auto/install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... nawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking build system type... powerpc-ibm-aix6.1.0.0
checking host system type... powerpc-ibm-aix6.1.0.0
checking for gcc... no
checking for cc... cc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... no
checking whether cc accepts -g... yes
checking for cc option to accept ISO C89... -qlanglvl=extc89
checking whether cc -qlanglvl=extc89 understands -c and -o together... yes
checking for style of include used by make... GNU
checking dependency style of cc -qlanglvl=extc89... xlc
checking whether make sets $(MAKE)... (cached) yes
configure: **************************************** thread model
configure: PTHREAD mode selected
checking if compiler needs -Werror to reject unknown flags... yes
checking for the pthreads library -lpthreads... yes
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking if more special flags are required for pthreads... -D_THREAD_SAFE
checking for PTHREAD_PRIO_INHERIT... yes
configure: **************************************** compiler/linker flags
checking whether C compiler accepts -Wall... yes
checking whether C compiler accepts -Wextra... yes
checking whether C compiler accepts -Wpedantic... yes
checking whether C compiler accepts -Wformat=2... yes
checking whether C compiler accepts -Wconversion... yes
checking whether C compiler accepts -Wno-long-long... yes
checking whether C compiler accepts -Wno-deprecated-declarations... yes
checking whether C compiler accepts -fstack-protector... yes
checking whether C compiler accepts -fPIE... yes
checking whether C compiler accepts -D_FORTIFY_SOURCE=2... yes
checking whether the linker accepts -fPIE... no
checking whether the linker accepts -pie... no
checking whether the linker accepts -Wl,-z,relro... no
checking whether the linker accepts -Wl,-z,now... no
checking whether the linker accepts -Wl,-z,noexecstack... no
configure: **************************************** libtool
checking how to print strings... print -r
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for non-GNU ld... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... no
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 786432
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... no
checking how to convert powerpc-ibm-aix6.1.0.0 file names to powerpc-ibm-aix6.1.0.0 format... func_convert_file_noop
checking how to convert powerpc-ibm-aix6.1.0.0 file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... no
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... print -r --
checking for ar... ar
checking for archiver @FILE support... no
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from cc -qlanglvl=extc89 object... failed
checking for sysroot... no
checking for mt... mt
checking if mt is a manifest tool... no
checking how to run the C preprocessor... cc -qlanglvl=extc89 -E
checking for ANSI C header files... no
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 dlfcn.h... yes
checking for objdir... .libs
checking for cc -qlanglvl=extc89 option to produce PIC...  -DPIC
checking if cc -qlanglvl=extc89 PIC flag  -DPIC works... yes
checking if cc -qlanglvl=extc89 static flag -bnso -bI:/lib/syscalls.exp works... no
checking if cc -qlanglvl=extc89 supports -c -o file.o... yes
checking if cc -qlanglvl=extc89 supports -c -o file.o... (cached) yes
checking whether the cc -qlanglvl=extc89 linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... aix6.1.0.0 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... no
configure: **************************************** types
checking for int8_t... yes
checking for int16_t... yes
checking for int32_t... yes
checking for int64_t... yes
checking for uint8_t... yes
checking for uint16_t... yes
checking for uint32_t... yes
checking for uint64_t... yes
checking for size_t... yes
checking for ssize_t... yes
checking for uid_t in sys/types.h... yes
checking for socklen_t... yes
checking for struct sockaddr_un... yes
checking for struct addrinfo... yes
configure: **************************************** PTY device files
checking for "/dev/ptmx"... no
checking for "/dev/ptc"... yes
configure: **************************************** entropy sources
checking for "/dev/urandom"... yes
configure: **************************************** default group
checking for default group... nobody
configure: **************************************** header files
checking for stdint.h... (cached) yes
checking for inttypes.h... (cached) yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking ucontext.h usability... yes
checking ucontext.h presence... yes
checking for ucontext.h... yes
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking poll.h usability... yes
checking poll.h presence... yes
checking for poll.h... yes
checking tcpd.h usability... no
checking tcpd.h presence... no
checking for tcpd.h... no
checking stropts.h usability... yes
checking stropts.h presence... yes
checking for stropts.h... yes
checking grp.h usability... yes
checking grp.h presence... yes
checking for grp.h... yes
checking for unistd.h... (cached) yes
checking util.h usability... no
checking util.h presence... no
checking for util.h... no
checking libutil.h usability... no
checking libutil.h presence... no
checking for libutil.h... no
checking pty.h usability... no
checking pty.h presence... no
checking for pty.h... no
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking for sys/types.h... (cached) yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking sys/poll.h usability... yes
checking sys/poll.h presence... yes
checking for sys/poll.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/un.h usability... yes
checking sys/un.h presence... yes
checking for sys/un.h... yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/filio.h usability... no
checking sys/filio.h presence... no
checking for sys/filio.h... no
checking sys/resource.h usability... yes
checking sys/resource.h presence... yes
checking for sys/resource.h... yes
checking sys/uio.h usability... yes
checking sys/uio.h presence... yes
checking for sys/uio.h... yes
checking sys/syscall.h usability... no
checking sys/syscall.h presence... no
checking for sys/syscall.h... no
checking linux/sched.h usability... no
checking linux/sched.h presence... no
checking for linux/sched.h... no
checking for struct msghdr.msg_control... yes
checking for linux/netfilter_ipv4.h... no
configure: **************************************** libraries
checking for library containing gethostbyname... no
checking for library containing yp_get_default_domain... no
checking for library containing socket... no
checking for library containing openpty... no
checking for library containing dlopen... no
checking for library containing shl_load... no
checking for library containing inflateEnd... no
configure: **************************************** library functions
checking for snprintf... no
checking for vsnprintf... no
checking for openpty... no
checking for _getpty... no
checking for daemon... no
checking for waitpid... no
checking for wait4... no
checking for setsid... no
checking for setgroups... no
checking for chroot... no
checking for sysconf... no
checking for getrlimit... no
checking for pthread_sigmask... no
checking for localtime_r... no
checking for getcontext... no
checking for __makecontext_v2... no
checking for poll... no
checking for gethostbyname2... no
checking for endhostent... no
checking for getnameinfo... no
checking for getaddrinfo... no
checking for broken poll() implementation... no
checking for pipe2... no
checking for accept4... no
configure: **************************************** optional features
checking whether to enable IPv6 support... no
checking whether to enable FIPS support... no
checking whether to enable systemd socket activation support... autodetecting
checking for library containing sd_listen_fds... no
configure: systemd library not found
checking whether to enable TCP wrappers support... autodetecting
checking for hosts_access in -lwrap... no
configure: libwrap library not found
configure: **************************************** SSL
checking for compiler sysroot... /
checking for SSL directory... /usr
configure: **************************************** write the results
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating doc/Makefile
config.status: creating tools/Makefile
config.status: creating src/config.h
config.status: executing depfiles commands
config.status: executing libtool commands
configure: **************************************** success
<buildserver>$ make
Making all in src
        make  all-am
        source='env.c' object='env.lo' libtool=yes  DEPDIR=.deps depmode=xlc /bin/sh ../auto/depcomp  /bin/sh ../libtool  --tag=CC    --mode=compile cc -qlanglvl=extc89 -DHAVE_CONFIG_H  -I.      -g -D_THREAD_SAFE  -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fstack-protector -fPIE -D_FORTIFY_SOURCE=2 -c -o env.lo env.c
libtool: compile:  cc -qlanglvl=extc89 -DHAVE_CONFIG_H -I. -g -D_THREAD_SAFE -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fstack-protector -D_FORTIFY_SOURCE=2 -c env.c -Wp,-qmakedep=gcc,-MF.deps/env.TPlo  -DPIC -o .libs/env.o
/opt/IBM/xlC/13.1.2/bin/.orig/cc: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/opt/IBM/xlC/13.1.2/bin/.orig/cc: 1501-289 (W) Option -Wextra was incorrectly specified. The option will be ignored.
/opt/IBM/xlC/13.1.2/bin/.orig/cc: 1501-289 (W) Option -Wpedantic was incorrectly specified. The option will be ignored.
/opt/IBM/xlC/13.1.2/bin/.orig/cc: 1501-289 (W) Option -Wformat=2 was incorrectly specified. The option will be ignored.
/opt/IBM/xlC/13.1.2/bin/.orig/cc: 1501-289 (W) Option -Wconversion was incorrectly specified. The option will be ignored.
/opt/IBM/xlC/13.1.2/bin/.orig/cc: 1501-289 (W) Option -Wno-long-long was incorrectly specified. The option will be ignored.
/opt/IBM/xlC/13.1.2/bin/.orig/cc: 1501-289 (W) Option -Wno-deprecated-declarations was incorrectly specified. The option will be ignored.
"/usr/include/sys/socket.h", line 141.9: 1506-236 (W) Macro name getpeername has been redefined.
"/usr/include/sys/socket.h", line 141.9: 1506-358 (I) "getpeername" is defined on line 39 of env.c.
        /bin/sh ../libtool  --tag=CC    --mode=link cc -qlanglvl=extc89  -g -D_THREAD_SAFE  -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fstack-protector -fPIE -D_FORTIFY_SOURCE=2  -avoid-version  -o libstunnel.la -rpath /stunnel/526/lib/stunnel env.lo  -lpthreads
libtool: link: /usr/bin/nm -B -BCpg  .libs/env.o   | awk '{ if ((($ 2 == "T") || ($ 2 == "D") || ($ 2 == "B")) && (substr($ 3,1,1) != ".")) { print $ 3 } }' | sort -u > .libs/libstunnel.exp
libtool: link: cc -qlanglvl=extc89 -Wl,-bM:SRE -o .libs/libstunnel.so  .libs/env.o   -lpthreads -lc -Wl,-bnoentry  -qlanglvl=extc89   -Wl,-bE:.libs/libstunnel.exp -Wl,-berok
libtool: link: ar cru .libs/libstunnel.a .libs/libstunnel.so
libtool: link: ( cd ".libs" && rm -f "libstunnel.la" && ln -s "../libstunnel.la" "libstunnel.la" )
        source='tls.c' object='stunnel-tls.o' libtool=no  DEPDIR=.deps depmode=xlc /bin/sh ../auto/depcomp  cc -qlanglvl=extc89 -DHAVE_CONFIG_H -I.  -I/usr/kerberos/include -I/usr/include  -DLIBDIR='"/stunnel/526/lib/stunnel"' -DCONFDIR='"/stunnel/526/etc/stunnel"'   -g -D_THREAD_SAFE  -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fstack-protector -fPIE -D_FORTIFY_SOURCE=2 -c -o stunnel-tls.o `test -f 'tls.c' || echo './'`tls.c
/opt/IBM/xlC/13.1.2/bin/.orig/cc: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/opt/IBM/xlC/13.1.2/bin/.orig/cc: 1501-289 (W) Option -Wextra was incorrectly specified. The option will be ignored.
/opt/IBM/xlC/13.1.2/bin/.orig/cc: 1501-289 (W) Option -Wpedantic was incorrectly specified. The option will be ignored.
/opt/IBM/xlC/13.1.2/bin/.orig/cc: 1501-289 (W) Option -Wformat=2 was incorrectly specified. The option will be ignored.
/opt/IBM/xlC/13.1.2/bin/.orig/cc: 1501-289 (W) Option -Wconversion was incorrectly specified. The option will be ignored.
/opt/IBM/xlC/13.1.2/bin/.orig/cc: 1501-289 (W) Option -Wno-long-long was incorrectly specified. The option will be ignored.
/opt/IBM/xlC/13.1.2/bin/.orig/cc: 1501-289 (W) Option -Wno-deprecated-declarations was incorrectly specified. The option will be ignored.
        source='str.c' object='stunnel-str.o' libtool=no  DEPDIR=.deps depmode=xlc /bin/sh ../auto/depcomp  cc -qlanglvl=extc89 -DHAVE_CONFIG_H -I.  -I/usr/kerberos/include -I/usr/include  -DLIBDIR='"/stunnel/526/lib/stunnel"' -DCONFDIR='"/stunnel/526/etc/stunnel"'   -g -D_THREAD_SAFE  -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fstack-protector -fPIE -D_FORTIFY_SOURCE=2 -c -o stunnel-str.o `test -f 'str.c' || echo './'`str.c
/opt/IBM/xlC/13.1.2/bin/.orig/cc: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/opt/IBM/xlC/13.1.2/bin/.orig/cc: 1501-289 (W) Option -Wextra was incorrectly specified. The option will be ignored.
/opt/IBM/xlC/13.1.2/bin/.orig/cc: 1501-289 (W) Option -Wpedantic was incorrectly specified. The option will be ignored.
/opt/IBM/xlC/13.1.2/bin/.orig/cc: 1501-289 (W) Option -Wformat=2 was incorrectly specified. The option will be ignored.
/opt/IBM/xlC/13.1.2/bin/.orig/cc: 1501-289 (W) Option -Wconversion was incorrectly specified. The option will be ignored.
/opt/IBM/xlC/13.1.2/bin/.orig/cc: 1501-289 (W) Option -Wno-long-long was incorrectly specified. The option will be ignored.
/opt/IBM/xlC/13.1.2/bin/.orig/cc: 1501-289 (W) Option -Wno-deprecated-declarations was incorrectly specified. The option will be ignored.
"str.c", line 52.14: 1506-159 (E) Bit field type specified for 'anonymous' is not valid. Type unsigned assumed.
        source='file.c' object='stunnel-file.o' libtool=no  DEPDIR=.deps depmode=xlc /bin/sh ../auto/depcomp  cc -qlanglvl=extc89 -DHAVE_CONFIG_H -I.  -I/usr/kerberos/include -I/usr/include  -DLIBDIR='"/stunnel/526/lib/stunnel"' -DCONFDIR='"/stunnel/526/etc/stunnel"'   -g -D_THREAD_SAFE  -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fstack-protector -fPIE -D_FORTIFY_SOURCE=2 -c -o stunnel-file.o `test -f 'file.c' || echo './'`file.c
/opt/IBM/xlC/13.1.2/bin/.orig/cc: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/opt/IBM/xlC/13.1.2/bin/.orig/cc: 1501-289 (W) Option -Wextra was incorrectly specified. The option will be ignored.
/opt/IBM/xlC/13.1.2/bin/.orig/cc: 1501-289 (W) Option -Wpedantic was incorrectly specified. The option will be ignored.
/opt/IBM/xlC/13.1.2/bin/.orig/cc: 1501-289 (W) Option -Wformat=2 was incorrectly specified. The option will be ignored.
/opt/IBM/xlC/13.1.2/bin/.orig/cc: 1501-289 (W) Option -Wconversion was incorrectly specified. The option will be ignored.
/opt/IBM/xlC/13.1.2/bin/.orig/cc: 1501-289 (W) Option -Wno-long-long was incorrectly specified. The option will be ignored.
/opt/IBM/xlC/13.1.2/bin/.orig/cc: 1501-289 (W) Option -Wno-deprecated-declarations was incorrectly specified. The option will be ignored.
        source='client.c' object='stunnel-client.o' libtool=no  DEPDIR=.deps depmode=xlc /bin/sh ../auto/depcomp  cc -qlanglvl=extc89 -DHAVE_CONFIG_H -I.  -I/usr/kerberos/include -I/usr/include  -DLIBDIR='"/stunnel/526/lib/stunnel"' -DCONFDIR='"/stunnel/526/etc/stunnel"'   -g -D_THREAD_SAFE  -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fstack-protector -fPIE -D_FORTIFY_SOURCE=2 -c -o stunnel-client.o `test -f 'client.c' || echo './'`client.c
/opt/IBM/xlC/13.1.2/bin/.orig/cc: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/opt/IBM/xlC/13.1.2/bin/.orig/cc: 1501-289 (W) Option -Wextra was incorrectly specified. The option will be ignored.
/opt/IBM/xlC/13.1.2/bin/.orig/cc: 1501-289 (W) Option -Wpedantic was incorrectly specified. The option will be ignored.
/opt/IBM/xlC/13.1.2/bin/.orig/cc: 1501-289 (W) Option -Wformat=2 was incorrectly specified. The option will be ignored.
/opt/IBM/xlC/13.1.2/bin/.orig/cc: 1501-289 (W) Option -Wconversion was incorrectly specified. The option will be ignored.
/opt/IBM/xlC/13.1.2/bin/.orig/cc: 1501-289 (W) Option -Wno-long-long was incorrectly specified. The option will be ignored.
/opt/IBM/xlC/13.1.2/bin/.orig/cc: 1501-289 (W) Option -Wno-deprecated-declarations was incorrectly specified. The option will be ignored.
        source='log.c' object='stunnel-log.o' libtool=no  DEPDIR=.deps depmode=xlc /bin/sh ../auto/depcomp  cc -qlanglvl=extc89 -DHAVE_CONFIG_H -I.  -I/usr/kerberos/include -I/usr/include  -DLIBDIR='"/stunnel/526/lib/stunnel"' -DCONFDIR='"/stunnel/526/etc/stunnel"'   -g -D_THREAD_SAFE  -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fstack-protector -fPIE -D_FORTIFY_SOURCE=2 -c -o stunnel-log.o `test -f 'log.c' || echo './'`log.c
/opt/IBM/xlC/13.1.2/bin/.orig/cc: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/opt/IBM/xlC/13.1.2/bin/.orig/cc: 1501-289 (W) Option -Wextra was incorrectly specified. The option will be ignored.
/opt/IBM/xlC/13.1.2/bin/.orig/cc: 1501-289 (W) Option -Wpedantic was incorrectly specified. The option will be ignored.
/opt/IBM/xlC/13.1.2/bin/.orig/cc: 1501-289 (W) Option -Wformat=2 was incorrectly specified. The option will be ignored.
/opt/IBM/xlC/13.1.2/bin/.orig/cc: 1501-289 (W) Option -Wconversion was incorrectly specified. The option will be ignored.
/opt/IBM/xlC/13.1.2/bin/.orig/cc: 1501-289 (W) Option -Wno-long-long was incorrectly specified. The option will be ignored.
/opt/IBM/xlC/13.1.2/bin/.orig/cc: 1501-289 (W) Option -Wno-deprecated-declarations was incorrectly specified. The option will be ignored.
        source='options.c' object='stunnel-options.o' libtool=no  DEPDIR=.deps depmode=xlc /bin/sh ../auto/depcomp  cc -qlanglvl=extc89 -DHAVE_CONFIG_H -I.  -I/usr/kerberos/include -I/usr/include  -DLIBDIR='"/stunnel/526/lib/stunnel"' -DCONFDIR='"/stunnel/526/etc/stunnel"'   -g -D_THREAD_SAFE  -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fstack-protector -fPIE -D_FORTIFY_SOURCE=2 -c -o stunnel-options.o `test -f 'options.c' || echo './'`options.c
/opt/IBM/xlC/13.1.2/bin/.orig/cc: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/opt/IBM/xlC/13.1.2/bin/.orig/cc: 1501-289 (W) Option -Wextra was incorrectly specified. The option will be ignored.
/opt/IBM/xlC/13.1.2/bin/.orig/cc: 1501-289 (W) Option -Wpedantic was incorrectly specified. The option will be ignored.
/opt/IBM/xlC/13.1.2/bin/.orig/cc: 1501-289 (W) Option -Wformat=2 was incorrectly specified. The option will be ignored.
/opt/IBM/xlC/13.1.2/bin/.orig/cc: 1501-289 (W) Option -Wconversion was incorrectly specified. The option will be ignored.
/opt/IBM/xlC/13.1.2/bin/.orig/cc: 1501-289 (W) Option -Wno-long-long was incorrectly specified. The option will be ignored.
/opt/IBM/xlC/13.1.2/bin/.orig/cc: 1501-289 (W) Option -Wno-deprecated-declarations was incorrectly specified. The option will be ignored.
        source='protocol.c' object='stunnel-protocol.o' libtool=no  DEPDIR=.deps depmode=xlc /bin/sh ../auto/depcomp  cc -qlanglvl=extc89 -DHAVE_CONFIG_H -I.  -I/usr/kerberos/include -I/usr/include  -DLIBDIR='"/stunnel/526/lib/stunnel"' -DCONFDIR='"/stunnel/526/etc/stunnel"'   -g -D_THREAD_SAFE  -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fstack-protector -fPIE -D_FORTIFY_SOURCE=2 -c -o stunnel-protocol.o `test -f 'protocol.c' || echo './'`protocol.c
/opt/IBM/xlC/13.1.2/bin/.orig/cc: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/opt/IBM/xlC/13.1.2/bin/.orig/cc: 1501-289 (W) Option -Wextra was incorrectly specified. The option will be ignored.
/opt/IBM/xlC/13.1.2/bin/.orig/cc: 1501-289 (W) Option -Wpedantic was incorrectly specified. The option will be ignored.
/opt/IBM/xlC/13.1.2/bin/.orig/cc: 1501-289 (W) Option -Wformat=2 was incorrectly specified. The option will be ignored.
/opt/IBM/xlC/13.1.2/bin/.orig/cc: 1501-289 (W) Option -Wconversion was incorrectly specified. The option will be ignored.
/opt/IBM/xlC/13.1.2/bin/.orig/cc: 1501-289 (W) Option -Wno-long-long was incorrectly specified. The option will be ignored.
/opt/IBM/xlC/13.1.2/bin/.orig/cc: 1501-289 (W) Option -Wno-deprecated-declarations was incorrectly specified. The option will be ignored.
        source='network.c' object='stunnel-network.o' libtool=no  DEPDIR=.deps depmode=xlc /bin/sh ../auto/depcomp  cc -qlanglvl=extc89 -DHAVE_CONFIG_H -I.  -I/usr/kerberos/include -I/usr/include  -DLIBDIR='"/stunnel/526/lib/stunnel"' -DCONFDIR='"/stunnel/526/etc/stunnel"'   -g -D_THREAD_SAFE  -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fstack-protector -fPIE -D_FORTIFY_SOURCE=2 -c -o stunnel-network.o `test -f 'network.c' || echo './'`network.c
/opt/IBM/xlC/13.1.2/bin/.orig/cc: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/opt/IBM/xlC/13.1.2/bin/.orig/cc: 1501-289 (W) Option -Wextra was incorrectly specified. The option will be ignored.
/opt/IBM/xlC/13.1.2/bin/.orig/cc: 1501-289 (W) Option -Wpedantic was incorrectly specified. The option will be ignored.
/opt/IBM/xlC/13.1.2/bin/.orig/cc: 1501-289 (W) Option -Wformat=2 was incorrectly specified. The option will be ignored.
/opt/IBM/xlC/13.1.2/bin/.orig/cc: 1501-289 (W) Option -Wconversion was incorrectly specified. The option will be ignored.
/opt/IBM/xlC/13.1.2/bin/.orig/cc: 1501-289 (W) Option -Wno-long-long was incorrectly specified. The option will be ignored.
/opt/IBM/xlC/13.1.2/bin/.orig/cc: 1501-289 (W) Option -Wno-deprecated-declarations was incorrectly specified. The option will be ignored.
        source='resolver.c' object='stunnel-resolver.o' libtool=no  DEPDIR=.deps depmode=xlc /bin/sh ../auto/depcomp  cc -qlanglvl=extc89 -DHAVE_CONFIG_H -I.  -I/usr/kerberos/include -I/usr/include  -DLIBDIR='"/stunnel/526/lib/stunnel"' -DCONFDIR='"/stunnel/526/etc/stunnel"'   -g -D_THREAD_SAFE  -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fstack-protector -fPIE -D_FORTIFY_SOURCE=2 -c -o stunnel-resolver.o `test -f 'resolver.c' || echo './'`resolver.c
/opt/IBM/xlC/13.1.2/bin/.orig/cc: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/opt/IBM/xlC/13.1.2/bin/.orig/cc: 1501-289 (W) Option -Wextra was incorrectly specified. The option will be ignored.
/opt/IBM/xlC/13.1.2/bin/.orig/cc: 1501-289 (W) Option -Wpedantic was incorrectly specified. The option will be ignored.
/opt/IBM/xlC/13.1.2/bin/.orig/cc: 1501-289 (W) Option -Wformat=2 was incorrectly specified. The option will be ignored.
/opt/IBM/xlC/13.1.2/bin/.orig/cc: 1501-289 (W) Option -Wconversion was incorrectly specified. The option will be ignored.
/opt/IBM/xlC/13.1.2/bin/.orig/cc: 1501-289 (W) Option -Wno-long-long was incorrectly specified. The option will be ignored.
/opt/IBM/xlC/13.1.2/bin/.orig/cc: 1501-289 (W) Option -Wno-deprecated-declarations was incorrectly specified. The option will be ignored.
        source='ssl.c' object='stunnel-ssl.o' libtool=no  DEPDIR=.deps depmode=xlc /bin/sh ../auto/depcomp  cc -qlanglvl=extc89 -DHAVE_CONFIG_H -I.  -I/usr/kerberos/include -I/usr/include  -DLIBDIR='"/stunnel/526/lib/stunnel"' -DCONFDIR='"/stunnel/526/etc/stunnel"'   -g -D_THREAD_SAFE  -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fstack-protector -fPIE -D_FORTIFY_SOURCE=2 -c -o stunnel-ssl.o `test -f 'ssl.c' || echo './'`ssl.c
/opt/IBM/xlC/13.1.2/bin/.orig/cc: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/opt/IBM/xlC/13.1.2/bin/.orig/cc: 1501-289 (W) Option -Wextra was incorrectly specified. The option will be ignored.
/opt/IBM/xlC/13.1.2/bin/.orig/cc: 1501-289 (W) Option -Wpedantic was incorrectly specified. The option will be ignored.
/opt/IBM/xlC/13.1.2/bin/.orig/cc: 1501-289 (W) Option -Wformat=2 was incorrectly specified. The option will be ignored.
/opt/IBM/xlC/13.1.2/bin/.orig/cc: 1501-289 (W) Option -Wconversion was incorrectly specified. The option will be ignored.
/opt/IBM/xlC/13.1.2/bin/.orig/cc: 1501-289 (W) Option -Wno-long-long was incorrectly specified. The option will be ignored.
/opt/IBM/xlC/13.1.2/bin/.orig/cc: 1501-289 (W) Option -Wno-deprecated-declarations was incorrectly specified. The option will be ignored.
        source='ctx.c' object='stunnel-ctx.o' libtool=no  DEPDIR=.deps depmode=xlc /bin/sh ../auto/depcomp  cc -qlanglvl=extc89 -DHAVE_CONFIG_H -I.  -I/usr/kerberos/include -I/usr/include  -DLIBDIR='"/stunnel/526/lib/stunnel"' -DCONFDIR='"/stunnel/526/etc/stunnel"'   -g -D_THREAD_SAFE  -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fstack-protector -fPIE -D_FORTIFY_SOURCE=2 -c -o stunnel-ctx.o `test -f 'ctx.c' || echo './'`ctx.c
/opt/IBM/xlC/13.1.2/bin/.orig/cc: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/opt/IBM/xlC/13.1.2/bin/.orig/cc: 1501-289 (W) Option -Wextra was incorrectly specified. The option will be ignored.
/opt/IBM/xlC/13.1.2/bin/.orig/cc: 1501-289 (W) Option -Wpedantic was incorrectly specified. The option will be ignored.
/opt/IBM/xlC/13.1.2/bin/.orig/cc: 1501-289 (W) Option -Wformat=2 was incorrectly specified. The option will be ignored.
/opt/IBM/xlC/13.1.2/bin/.orig/cc: 1501-289 (W) Option -Wconversion was incorrectly specified. The option will be ignored.
/opt/IBM/xlC/13.1.2/bin/.orig/cc: 1501-289 (W) Option -Wno-long-long was incorrectly specified. The option will be ignored.
/opt/IBM/xlC/13.1.2/bin/.orig/cc: 1501-289 (W) Option -Wno-deprecated-declarations was incorrectly specified. The option will be ignored.
        source='verify.c' object='stunnel-verify.o' libtool=no  DEPDIR=.deps depmode=xlc /bin/sh ../auto/depcomp  cc -qlanglvl=extc89 -DHAVE_CONFIG_H -I.  -I/usr/kerberos/include -I/usr/include  -DLIBDIR='"/stunnel/526/lib/stunnel"' -DCONFDIR='"/stunnel/526/etc/stunnel"'   -g -D_THREAD_SAFE  -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fstack-protector -fPIE -D_FORTIFY_SOURCE=2 -c -o stunnel-verify.o `test -f 'verify.c' || echo './'`verify.c
/opt/IBM/xlC/13.1.2/bin/.orig/cc: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/opt/IBM/xlC/13.1.2/bin/.orig/cc: 1501-289 (W) Option -Wextra was incorrectly specified. The option will be ignored.
/opt/IBM/xlC/13.1.2/bin/.orig/cc: 1501-289 (W) Option -Wpedantic was incorrectly specified. The option will be ignored.
/opt/IBM/xlC/13.1.2/bin/.orig/cc: 1501-289 (W) Option -Wformat=2 was incorrectly specified. The option will be ignored.
/opt/IBM/xlC/13.1.2/bin/.orig/cc: 1501-289 (W) Option -Wconversion was incorrectly specified. The option will be ignored.
/opt/IBM/xlC/13.1.2/bin/.orig/cc: 1501-289 (W) Option -Wno-long-long was incorrectly specified. The option will be ignored.
/opt/IBM/xlC/13.1.2/bin/.orig/cc: 1501-289 (W) Option -Wno-deprecated-declarations was incorrectly specified. The option will be ignored.
        source='sthreads.c' object='stunnel-sthreads.o' libtool=no  DEPDIR=.deps depmode=xlc /bin/sh ../auto/depcomp  cc -qlanglvl=extc89 -DHAVE_CONFIG_H -I.  -I/usr/kerberos/include -I/usr/include  -DLIBDIR='"/stunnel/526/lib/stunnel"' -DCONFDIR='"/stunnel/526/etc/stunnel"'   -g -D_THREAD_SAFE  -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fstack-protector -fPIE -D_FORTIFY_SOURCE=2 -c -o stunnel-sthreads.o `test -f 'sthreads.c' || echo './'`sthreads.c
/opt/IBM/xlC/13.1.2/bin/.orig/cc: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/opt/IBM/xlC/13.1.2/bin/.orig/cc: 1501-289 (W) Option -Wextra was incorrectly specified. The option will be ignored.
/opt/IBM/xlC/13.1.2/bin/.orig/cc: 1501-289 (W) Option -Wpedantic was incorrectly specified. The option will be ignored.
/opt/IBM/xlC/13.1.2/bin/.orig/cc: 1501-289 (W) Option -Wformat=2 was incorrectly specified. The option will be ignored.
/opt/IBM/xlC/13.1.2/bin/.orig/cc: 1501-289 (W) Option -Wconversion was incorrectly specified. The option will be ignored.
/opt/IBM/xlC/13.1.2/bin/.orig/cc: 1501-289 (W) Option -Wno-long-long was incorrectly specified. The option will be ignored.
/opt/IBM/xlC/13.1.2/bin/.orig/cc: 1501-289 (W) Option -Wno-deprecated-declarations was incorrectly specified. The option will be ignored.
        source='fd.c' object='stunnel-fd.o' libtool=no  DEPDIR=.deps depmode=xlc /bin/sh ../auto/depcomp  cc -qlanglvl=extc89 -DHAVE_CONFIG_H -I.  -I/usr/kerberos/include -I/usr/include  -DLIBDIR='"/stunnel/526/lib/stunnel"' -DCONFDIR='"/stunnel/526/etc/stunnel"'   -g -D_THREAD_SAFE  -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fstack-protector -fPIE -D_FORTIFY_SOURCE=2 -c -o stunnel-fd.o `test -f 'fd.c' || echo './'`fd.c
/opt/IBM/xlC/13.1.2/bin/.orig/cc: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/opt/IBM/xlC/13.1.2/bin/.orig/cc: 1501-289 (W) Option -Wextra was incorrectly specified. The option will be ignored.
/opt/IBM/xlC/13.1.2/bin/.orig/cc: 1501-289 (W) Option -Wpedantic was incorrectly specified. The option will be ignored.
/opt/IBM/xlC/13.1.2/bin/.orig/cc: 1501-289 (W) Option -Wformat=2 was incorrectly specified. The option will be ignored.
/opt/IBM/xlC/13.1.2/bin/.orig/cc: 1501-289 (W) Option -Wconversion was incorrectly specified. The option will be ignored.
/opt/IBM/xlC/13.1.2/bin/.orig/cc: 1501-289 (W) Option -Wno-long-long was incorrectly specified. The option will be ignored.
/opt/IBM/xlC/13.1.2/bin/.orig/cc: 1501-289 (W) Option -Wno-deprecated-declarations was incorrectly specified. The option will be ignored.
        source='dhparam.c' object='stunnel-dhparam.o' libtool=no  DEPDIR=.deps depmode=xlc /bin/sh ../auto/depcomp  cc -qlanglvl=extc89 -DHAVE_CONFIG_H -I.  -I/usr/kerberos/include -I/usr/include  -DLIBDIR='"/stunnel/526/lib/stunnel"' -DCONFDIR='"/stunnel/526/etc/stunnel"'   -g -D_THREAD_SAFE  -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fstack-protector -fPIE -D_FORTIFY_SOURCE=2 -c -o stunnel-dhparam.o `test -f 'dhparam.c' || echo './'`dhparam.c
/opt/IBM/xlC/13.1.2/bin/.orig/cc: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/opt/IBM/xlC/13.1.2/bin/.orig/cc: 1501-289 (W) Option -Wextra was incorrectly specified. The option will be ignored.
/opt/IBM/xlC/13.1.2/bin/.orig/cc: 1501-289 (W) Option -Wpedantic was incorrectly specified. The option will be ignored.
/opt/IBM/xlC/13.1.2/bin/.orig/cc: 1501-289 (W) Option -Wformat=2 was incorrectly specified. The option will be ignored.
/opt/IBM/xlC/13.1.2/bin/.orig/cc: 1501-289 (W) Option -Wconversion was incorrectly specified. The option will be ignored.
/opt/IBM/xlC/13.1.2/bin/.orig/cc: 1501-289 (W) Option -Wno-long-long was incorrectly specified. The option will be ignored.
/opt/IBM/xlC/13.1.2/bin/.orig/cc: 1501-289 (W) Option -Wno-deprecated-declarations was incorrectly specified. The option will be ignored.
        source='cron.c' object='stunnel-cron.o' libtool=no  DEPDIR=.deps depmode=xlc /bin/sh ../auto/depcomp  cc -qlanglvl=extc89 -DHAVE_CONFIG_H -I.  -I/usr/kerberos/include -I/usr/include  -DLIBDIR='"/stunnel/526/lib/stunnel"' -DCONFDIR='"/stunnel/526/etc/stunnel"'   -g -D_THREAD_SAFE  -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fstack-protector -fPIE -D_FORTIFY_SOURCE=2 -c -o stunnel-cron.o `test -f 'cron.c' || echo './'`cron.c
/opt/IBM/xlC/13.1.2/bin/.orig/cc: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/opt/IBM/xlC/13.1.2/bin/.orig/cc: 1501-289 (W) Option -Wextra was incorrectly specified. The option will be ignored.
/opt/IBM/xlC/13.1.2/bin/.orig/cc: 1501-289 (W) Option -Wpedantic was incorrectly specified. The option will be ignored.
/opt/IBM/xlC/13.1.2/bin/.orig/cc: 1501-289 (W) Option -Wformat=2 was incorrectly specified. The option will be ignored.
/opt/IBM/xlC/13.1.2/bin/.orig/cc: 1501-289 (W) Option -Wconversion was incorrectly specified. The option will be ignored.
/opt/IBM/xlC/13.1.2/bin/.orig/cc: 1501-289 (W) Option -Wno-long-long was incorrectly specified. The option will be ignored.
/opt/IBM/xlC/13.1.2/bin/.orig/cc: 1501-289 (W) Option -Wno-deprecated-declarations was incorrectly specified. The option will be ignored.
        source='stunnel.c' object='stunnel-stunnel.o' libtool=no  DEPDIR=.deps depmode=xlc /bin/sh ../auto/depcomp  cc -qlanglvl=extc89 -DHAVE_CONFIG_H -I.  -I/usr/kerberos/include -I/usr/include  -DLIBDIR='"/stunnel/526/lib/stunnel"' -DCONFDIR='"/stunnel/526/etc/stunnel"'   -g -D_THREAD_SAFE  -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fstack-protector -fPIE -D_FORTIFY_SOURCE=2 -c -o stunnel-stunnel.o `test -f 'stunnel.c' || echo './'`stunnel.c
/opt/IBM/xlC/13.1.2/bin/.orig/cc: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/opt/IBM/xlC/13.1.2/bin/.orig/cc: 1501-289 (W) Option -Wextra was incorrectly specified. The option will be ignored.
/opt/IBM/xlC/13.1.2/bin/.orig/cc: 1501-289 (W) Option -Wpedantic was incorrectly specified. The option will be ignored.
/opt/IBM/xlC/13.1.2/bin/.orig/cc: 1501-289 (W) Option -Wformat=2 was incorrectly specified. The option will be ignored.
/opt/IBM/xlC/13.1.2/bin/.orig/cc: 1501-289 (W) Option -Wconversion was incorrectly specified. The option will be ignored.
/opt/IBM/xlC/13.1.2/bin/.orig/cc: 1501-289 (W) Option -Wno-long-long was incorrectly specified. The option will be ignored.
/opt/IBM/xlC/13.1.2/bin/.orig/cc: 1501-289 (W) Option -Wno-deprecated-declarations was incorrectly specified. The option will be ignored.
        source='pty.c' object='stunnel-pty.o' libtool=no  DEPDIR=.deps depmode=xlc /bin/sh ../auto/depcomp  cc -qlanglvl=extc89 -DHAVE_CONFIG_H -I.  -I/usr/kerberos/include -I/usr/include  -DLIBDIR='"/stunnel/526/lib/stunnel"' -DCONFDIR='"/stunnel/526/etc/stunnel"'   -g -D_THREAD_SAFE  -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fstack-protector -fPIE -D_FORTIFY_SOURCE=2 -c -o stunnel-pty.o `test -f 'pty.c' || echo './'`pty.c
/opt/IBM/xlC/13.1.2/bin/.orig/cc: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/opt/IBM/xlC/13.1.2/bin/.orig/cc: 1501-289 (W) Option -Wextra was incorrectly specified. The option will be ignored.
/opt/IBM/xlC/13.1.2/bin/.orig/cc: 1501-289 (W) Option -Wpedantic was incorrectly specified. The option will be ignored.
/opt/IBM/xlC/13.1.2/bin/.orig/cc: 1501-289 (W) Option -Wformat=2 was incorrectly specified. The option will be ignored.
/opt/IBM/xlC/13.1.2/bin/.orig/cc: 1501-289 (W) Option -Wconversion was incorrectly specified. The option will be ignored.
/opt/IBM/xlC/13.1.2/bin/.orig/cc: 1501-289 (W) Option -Wno-long-long was incorrectly specified. The option will be ignored.
/opt/IBM/xlC/13.1.2/bin/.orig/cc: 1501-289 (W) Option -Wno-deprecated-declarations was incorrectly specified. The option will be ignored.
        source='libwrap.c' object='stunnel-libwrap.o' libtool=no  DEPDIR=.deps depmode=xlc /bin/sh ../auto/depcomp  cc -qlanglvl=extc89 -DHAVE_CONFIG_H -I.  -I/usr/kerberos/include -I/usr/include  -DLIBDIR='"/stunnel/526/lib/stunnel"' -DCONFDIR='"/stunnel/526/etc/stunnel"'   -g -D_THREAD_SAFE  -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fstack-protector -fPIE -D_FORTIFY_SOURCE=2 -c -o stunnel-libwrap.o `test -f 'libwrap.c' || echo './'`libwrap.c
/opt/IBM/xlC/13.1.2/bin/.orig/cc: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/opt/IBM/xlC/13.1.2/bin/.orig/cc: 1501-289 (W) Option -Wextra was incorrectly specified. The option will be ignored.
/opt/IBM/xlC/13.1.2/bin/.orig/cc: 1501-289 (W) Option -Wpedantic was incorrectly specified. The option will be ignored.
/opt/IBM/xlC/13.1.2/bin/.orig/cc: 1501-289 (W) Option -Wformat=2 was incorrectly specified. The option will be ignored.
/opt/IBM/xlC/13.1.2/bin/.orig/cc: 1501-289 (W) Option -Wconversion was incorrectly specified. The option will be ignored.
/opt/IBM/xlC/13.1.2/bin/.orig/cc: 1501-289 (W) Option -Wno-long-long was incorrectly specified. The option will be ignored.
/opt/IBM/xlC/13.1.2/bin/.orig/cc: 1501-289 (W) Option -Wno-deprecated-declarations was incorrectly specified. The option will be ignored.
        source='ui_unix.c' object='stunnel-ui_unix.o' libtool=no  DEPDIR=.deps depmode=xlc /bin/sh ../auto/depcomp  cc -qlanglvl=extc89 -DHAVE_CONFIG_H -I.  -I/usr/kerberos/include -I/usr/include  -DLIBDIR='"/stunnel/526/lib/stunnel"' -DCONFDIR='"/stunnel/526/etc/stunnel"'   -g -D_THREAD_SAFE  -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fstack-protector -fPIE -D_FORTIFY_SOURCE=2 -c -o stunnel-ui_unix.o `test -f 'ui_unix.c' || echo './'`ui_unix.c
/opt/IBM/xlC/13.1.2/bin/.orig/cc: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/opt/IBM/xlC/13.1.2/bin/.orig/cc: 1501-289 (W) Option -Wextra was incorrectly specified. The option will be ignored.
/opt/IBM/xlC/13.1.2/bin/.orig/cc: 1501-289 (W) Option -Wpedantic was incorrectly specified. The option will be ignored.
/opt/IBM/xlC/13.1.2/bin/.orig/cc: 1501-289 (W) Option -Wformat=2 was incorrectly specified. The option will be ignored.
/opt/IBM/xlC/13.1.2/bin/.orig/cc: 1501-289 (W) Option -Wconversion was incorrectly specified. The option will be ignored.
/opt/IBM/xlC/13.1.2/bin/.orig/cc: 1501-289 (W) Option -Wno-long-long was incorrectly specified. The option will be ignored.
/opt/IBM/xlC/13.1.2/bin/.orig/cc: 1501-289 (W) Option -Wno-deprecated-declarations was incorrectly specified. The option will be ignored.
        /bin/sh ../libtool  --tag=CC    --mode=link cc -qlanglvl=extc89  -g -D_THREAD_SAFE  -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fstack-protector -fPIE -D_FORTIFY_SOURCE=2  -L/usr/lib64 -L/usr/lib -lssl -lcrypto  -o stunnel  stunnel-tls.o stunnel-str.o  stunnel-file.o stunnel-client.o  stunnel-log.o stunnel-options.o  stunnel-protocol.o stunnel-network.o  stunnel-resolver.o stunnel-ssl.o  stunnel-ctx.o stunnel-verify.o  stunnel-sthreads.o stunnel-fd.o  stunnel-dhparam.o stunnel-cron.o  stunnel-stunnel.o  stunnel-pty.o stunnel-libwrap.o  stunnel-ui_unix.o  -lpthreads
libtool: link: cc -qlanglvl=extc89 -g -D_THREAD_SAFE -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fstack-protector -fPIE -D_FORTIFY_SOURCE=2 -o stunnel stunnel-tls.o stunnel-str.o stunnel-file.o stunnel-client.o stunnel-log.o stunnel-options.o stunnel-protocol.o stunnel-network.o stunnel-resolver.o stunnel-ssl.o stunnel-ctx.o stunnel-verify.o stunnel-sthreads.o stunnel-fd.o stunnel-dhparam.o stunnel-cron.o stunnel-stunnel.o stunnel-pty.o stunnel-libwrap.o stunnel-ui_unix.o  -L/usr/lib64 -L/usr/lib -lssl -lcrypto -lpthreads
/opt/IBM/xlC/13.1.2/bin/.orig/cc: 1501-289 (W) Option -Wall was incorrectly specified. The option will be ignored.
/opt/IBM/xlC/13.1.2/bin/.orig/cc: 1501-289 (W) Option -Wextra was incorrectly specified. The option will be ignored.
/opt/IBM/xlC/13.1.2/bin/.orig/cc: 1501-289 (W) Option -Wpedantic was incorrectly specified. The option will be ignored.
/opt/IBM/xlC/13.1.2/bin/.orig/cc: 1501-289 (W) Option -Wformat=2 was incorrectly specified. The option will be ignored.
/opt/IBM/xlC/13.1.2/bin/.orig/cc: 1501-289 (W) Option -Wconversion was incorrectly specified. The option will be ignored.
/opt/IBM/xlC/13.1.2/bin/.orig/cc: 1501-289 (W) Option -Wno-long-long was incorrectly specified. The option will be ignored.
/opt/IBM/xlC/13.1.2/bin/.orig/cc: 1501-289 (W) Option -Wno-deprecated-declarations was incorrectly specified. The option will be ignored.
ld: 0706-005 Cannot find or open file: stack-protector
        ld:fopen(): No such file or directory
ld: 0706-005 Cannot find or open file: PIE
        ld:fopen(): No such file or directory
make: 1254-004 The error code from the last command is 255.


Stop.
make: 1254-004 The error code from the last command is 2.


Stop.
make: 1254-004 The error code from the last command is 1.


Stop.
[rob@/home/rob/SRC/stunnel-5.26]
<buildserver>$