FreeBSD Bugzilla – Attachment 145662 Details for
Bug 191880
New port: devel/libsmpp34 - Provide an implementation of SMPP-3.4 protocol for PDUs handling
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
libsmpp34 10.0 amd64 build works
libsmpp34-works.log (text/x-log), 54.15 KB, created by
Nikola Kolev
on 2014-08-11 14:39:05 UTC
(
hide
)
Description:
libsmpp34 10.0 amd64 build works
Filename:
MIME Type:
Creator:
Nikola Kolev
Created:
2014-08-11 14:39:05 UTC
Size:
54.15 KB
patch
obsolete
>===> License LGPL21 accepted by the user >===> libsmpp34-1.10 depends on file: /usr/local/sbin/pkg - found >===> Fetching all distfiles required by libsmpp34-1.10 for building >===> Extracting for libsmpp34-1.10 >=> SHA256 Checksum OK for libsmpp34-1.10.tar.gz. >===> Patching for libsmpp34-1.10 >===> Applying FreeBSD patches for libsmpp34-1.10 >/usr/bin/sed -i.bak -e 's|pkgconfigdir.*|pkgconfigdir = /usr/local/libdata/pkgconfig|g' /usr/ports/local/libsmpp34/work/libsmpp34-1.10/Makefile.am >/usr/bin/sed -i.bak -e 's|AC_CONFIG_AUX_DIR.*|AC_CONFIG_AUX_DIR([.])|g' /usr/ports/local/libsmpp34/work/libsmpp34-1.10/configure.ac >/usr/bin/sed -i.bak -e 's|AM_CONFIG_HEADER.*|AM_CONFIG_HEADER([./config.h])|g' /usr/ports/local/libsmpp34/work/libsmpp34-1.10/configure.ac >/usr/bin/sed -i.bak -e 's|malloc.h|stdlib.h|g' /usr/ports/local/libsmpp34/work/libsmpp34-1.10/src/smpp34_dumpBuf.c >/usr/bin/sed -i.bak -e 's|malloc.h|stdlib.h|g' /usr/ports/local/libsmpp34/work/libsmpp34-1.10/src/smpp34_dumpPdu.c >/usr/bin/sed -i.bak -e 's|malloc.h|stdlib.h|g' /usr/ports/local/libsmpp34/work/libsmpp34-1.10/src/smpp34_pack.c >/usr/bin/sed -i.bak -e 's|malloc.h|stdlib.h|g' /usr/ports/local/libsmpp34/work/libsmpp34-1.10/src/smpp34_params.c >/usr/bin/sed -i.bak -e 's|malloc.h|stdlib.h|g' /usr/ports/local/libsmpp34/work/libsmpp34-1.10/src/smpp34_structs.c >/usr/bin/sed -i.bak -e 's|malloc.h|stdlib.h|g' /usr/ports/local/libsmpp34/work/libsmpp34-1.10/src/smpp34_unpack.c >echo 1.10 > /usr/ports/local/libsmpp34/work/libsmpp34-1.10/.tarball-version >===> libsmpp34-1.10 depends on executable: gmake - found >===> libsmpp34-1.10 depends on file: /usr/local/bin/automake-1.14 - found >===> libsmpp34-1.10 depends on file: /usr/local/bin/autoconf-2.69 - found >===> libsmpp34-1.10 depends on package: libtool>=2.4 - found >===> libsmpp34-1.10 depends on shared library: libxml2.so - found (/usr/local/lib/libxml2.so.2.9.1) >===> Configuring for libsmpp34-1.10 >===> FreeBSD 10 autotools fix applied to /usr/ports/local/libsmpp34/work/libsmpp34-1.10/aclocal.m4 >===> FreeBSD 10 autotools fix applied to /usr/ports/local/libsmpp34/work/libsmpp34-1.10/configure >libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `.'. >libtoolize: copying file `./config.guess' >libtoolize: copying file `./config.sub' >libtoolize: copying file `./install-sh' >libtoolize: copying file `./ltmain.sh' >libtoolize: You should add the contents of the following files to `aclocal.m4': >libtoolize: `/usr/local/share/aclocal/libtool.m4' >libtoolize: `/usr/local/share/aclocal/ltoptions.m4' >libtoolize: `/usr/local/share/aclocal/ltversion.m4' >libtoolize: `/usr/local/share/aclocal/lt~obsolete.m4' >libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and >libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree. >libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am. >configure: loading site script /usr/ports/Templates/config.site >checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel >checking whether build environment is sane... yes >checking for a thread-safe mkdir -p... (cached) /bin/mkdir -p >checking for gawk... (cached) /usr/bin/awk >checking whether gmake sets $(MAKE)... yes >checking whether gmake supports nested variables... yes >checking for gcc... 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... yes >checking whether cc accepts -g... yes >checking for cc option to accept ISO C89... none needed >checking whether cc understands -c and -o together... yes >checking for style of include used by gmake... GNU >checking dependency style of cc... gcc3 >checking build system type... amd64-portbld-freebsd10.0 >checking host system type... amd64-portbld-freebsd10.0 >checking how to print strings... printf >checking for a sed that does not truncate output... (cached) /usr/bin/sed >checking for grep that handles long lines and -e... (cached) /usr/bin/grep >checking for egrep... (cached) /usr/bin/egrep >checking for fgrep... (cached) /usr/bin/fgrep >checking for ld used by cc... /usr/bin/ld >checking if the linker (/usr/bin/ld) is GNU ld... yes >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... (cached) 262144 >checking whether the shell understands some XSI constructs... yes >checking whether the shell understands "+="... no >checking how to convert amd64-portbld-freebsd10.0 file names to amd64-portbld-freebsd10.0 format... func_convert_file_noop >checking how to convert amd64-portbld-freebsd10.0 file names to toolchain format... func_convert_file_noop >checking for /usr/bin/ld option to reload object files... -r >checking for objdump... objdump >checking how to recognize dependent libraries... pass_all >checking for dlltool... no >checking how to associate runtime and link libraries... printf %s\n >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 object... ok >checking for sysroot... no >checking for mt... mt >checking if mt is a manifest tool... no >checking how to run the C preprocessor... cpp >checking for ANSI C header files... (cached) yes >checking for sys/types.h... (cached) yes >checking for sys/stat.h... (cached) yes >checking for stdlib.h... (cached) yes >checking for string.h... (cached) yes >checking for memory.h... (cached) yes >checking for strings.h... (cached) yes >checking for inttypes.h... (cached) yes >checking for stdint.h... (cached) yes >checking for unistd.h... (cached) yes >checking for dlfcn.h... (cached) yes >checking for objdir... .libs >checking if cc supports -fno-rtti -fno-exceptions... yes >checking for cc option to produce PIC... -fPIC -DPIC >checking if cc PIC flag -fPIC -DPIC works... yes >checking if cc static flag -static works... yes >checking if cc supports -c -o file.o... yes >checking if cc supports -c -o file.o... (cached) yes >checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes >checking whether -lc should be explicitly linked in... no >checking dynamic linker characteristics... freebsd10.0 ld.so >checking how to hardcode library paths into programs... immediate >checking whether stripping libraries is possible... yes >checking if libtool supports shared libraries... yes >checking whether to build shared libraries... yes >checking whether to build static libraries... yes >checking for ANSI C header files... (cached) yes >checking for malloc.h... (cached) no >checking for netinet/in.h... (cached) yes >checking for stdint.h... (cached) yes >checking for string.h... (cached) yes >checking for stdlib.h... (cached) yes >checking for GNU libc compatible malloc... (cached) yes >checking for memset... (cached) yes >checking that generated files are newer than configure... done >configure: creating ./config.status >config.status: creating Makefile >config.status: creating def_frame/Makefile >config.status: creating def_list/Makefile >config.status: creating binary/Makefile >config.status: creating ./config.h >config.status: executing depfiles commands >config.status: executing libtool commands >===> Building for libsmpp34-1.10 >gmake[1]: Entering directory `/usr/ports/local/libsmpp34/work/libsmpp34-1.10' >gmake all-recursive >gmake[2]: Entering directory `/usr/ports/local/libsmpp34/work/libsmpp34-1.10' >Making all in binary >gmake[3]: Entering directory `/usr/ports/local/libsmpp34/work/libsmpp34-1.10/binary' >/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../. -I../src -I.. -D_REENTRANT -DBSD_COMP -D_POSIX_PTHREAD_SEMANTICS -O2 -pipe -fno-strict-aliasing -Wall -D_REENTRANT -DBSD_COMP -D_POSIX_PTHREAD_SEMANTICS -O2 -pipe -fno-strict-aliasing -MT libsmpp34_la-smpp34_dumpBuf.lo -MD -MP -MF .deps/libsmpp34_la-smpp34_dumpBuf.Tpo -c -o libsmpp34_la-smpp34_dumpBuf.lo `test -f '../src/smpp34_dumpBuf.c' || echo './'`../src/smpp34_dumpBuf.c >libtool: compile: cc -DHAVE_CONFIG_H -I. -I../. -I../src -I.. -D_REENTRANT -DBSD_COMP -D_POSIX_PTHREAD_SEMANTICS -O2 -pipe -fno-strict-aliasing -Wall -D_REENTRANT -DBSD_COMP -D_POSIX_PTHREAD_SEMANTICS -O2 -pipe -fno-strict-aliasing -MT libsmpp34_la-smpp34_dumpBuf.lo -MD -MP -MF .deps/libsmpp34_la-smpp34_dumpBuf.Tpo -c ../src/smpp34_dumpBuf.c -fPIC -DPIC -o .libs/libsmpp34_la-smpp34_dumpBuf.o >libtool: compile: cc -DHAVE_CONFIG_H -I. -I../. -I../src -I.. -D_REENTRANT -DBSD_COMP -D_POSIX_PTHREAD_SEMANTICS -O2 -pipe -fno-strict-aliasing -Wall -D_REENTRANT -DBSD_COMP -D_POSIX_PTHREAD_SEMANTICS -O2 -pipe -fno-strict-aliasing -MT libsmpp34_la-smpp34_dumpBuf.lo -MD -MP -MF .deps/libsmpp34_la-smpp34_dumpBuf.Tpo -c ../src/smpp34_dumpBuf.c -o libsmpp34_la-smpp34_dumpBuf.o >/dev/null 2>&1 >mv -f .deps/libsmpp34_la-smpp34_dumpBuf.Tpo .deps/libsmpp34_la-smpp34_dumpBuf.Plo >/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../. -I../src -I.. -D_REENTRANT -DBSD_COMP -D_POSIX_PTHREAD_SEMANTICS -O2 -pipe -fno-strict-aliasing -Wall -D_REENTRANT -DBSD_COMP -D_POSIX_PTHREAD_SEMANTICS -O2 -pipe -fno-strict-aliasing -MT libsmpp34_la-smpp34_dumpPdu.lo -MD -MP -MF .deps/libsmpp34_la-smpp34_dumpPdu.Tpo -c -o libsmpp34_la-smpp34_dumpPdu.lo `test -f '../src/smpp34_dumpPdu.c' || echo './'`../src/smpp34_dumpPdu.c >libtool: compile: cc -DHAVE_CONFIG_H -I. -I../. -I../src -I.. -D_REENTRANT -DBSD_COMP -D_POSIX_PTHREAD_SEMANTICS -O2 -pipe -fno-strict-aliasing -Wall -D_REENTRANT -DBSD_COMP -D_POSIX_PTHREAD_SEMANTICS -O2 -pipe -fno-strict-aliasing -MT libsmpp34_la-smpp34_dumpPdu.lo -MD -MP -MF .deps/libsmpp34_la-smpp34_dumpPdu.Tpo -c ../src/smpp34_dumpPdu.c -fPIC -DPIC -o .libs/libsmpp34_la-smpp34_dumpPdu.o >libtool: compile: cc -DHAVE_CONFIG_H -I. -I../. -I../src -I.. -D_REENTRANT -DBSD_COMP -D_POSIX_PTHREAD_SEMANTICS -O2 -pipe -fno-strict-aliasing -Wall -D_REENTRANT -DBSD_COMP -D_POSIX_PTHREAD_SEMANTICS -O2 -pipe -fno-strict-aliasing -MT libsmpp34_la-smpp34_dumpPdu.lo -MD -MP -MF .deps/libsmpp34_la-smpp34_dumpPdu.Tpo -c ../src/smpp34_dumpPdu.c -o libsmpp34_la-smpp34_dumpPdu.o >/dev/null 2>&1 >mv -f .deps/libsmpp34_la-smpp34_dumpPdu.Tpo .deps/libsmpp34_la-smpp34_dumpPdu.Plo >/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../. -I../src -I.. -D_REENTRANT -DBSD_COMP -D_POSIX_PTHREAD_SEMANTICS -O2 -pipe -fno-strict-aliasing -Wall -D_REENTRANT -DBSD_COMP -D_POSIX_PTHREAD_SEMANTICS -O2 -pipe -fno-strict-aliasing -MT libsmpp34_la-smpp34_pack.lo -MD -MP -MF .deps/libsmpp34_la-smpp34_pack.Tpo -c -o libsmpp34_la-smpp34_pack.lo `test -f '../src/smpp34_pack.c' || echo './'`../src/smpp34_pack.c >libtool: compile: cc -DHAVE_CONFIG_H -I. -I../. -I../src -I.. -D_REENTRANT -DBSD_COMP -D_POSIX_PTHREAD_SEMANTICS -O2 -pipe -fno-strict-aliasing -Wall -D_REENTRANT -DBSD_COMP -D_POSIX_PTHREAD_SEMANTICS -O2 -pipe -fno-strict-aliasing -MT libsmpp34_la-smpp34_pack.lo -MD -MP -MF .deps/libsmpp34_la-smpp34_pack.Tpo -c ../src/smpp34_pack.c -fPIC -DPIC -o .libs/libsmpp34_la-smpp34_pack.o >libtool: compile: cc -DHAVE_CONFIG_H -I. -I../. -I../src -I.. -D_REENTRANT -DBSD_COMP -D_POSIX_PTHREAD_SEMANTICS -O2 -pipe -fno-strict-aliasing -Wall -D_REENTRANT -DBSD_COMP -D_POSIX_PTHREAD_SEMANTICS -O2 -pipe -fno-strict-aliasing -MT libsmpp34_la-smpp34_pack.lo -MD -MP -MF .deps/libsmpp34_la-smpp34_pack.Tpo -c ../src/smpp34_pack.c -o libsmpp34_la-smpp34_pack.o >/dev/null 2>&1 >mv -f .deps/libsmpp34_la-smpp34_pack.Tpo .deps/libsmpp34_la-smpp34_pack.Plo >/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../. -I../src -I.. -D_REENTRANT -DBSD_COMP -D_POSIX_PTHREAD_SEMANTICS -O2 -pipe -fno-strict-aliasing -Wall -D_REENTRANT -DBSD_COMP -D_POSIX_PTHREAD_SEMANTICS -O2 -pipe -fno-strict-aliasing -MT libsmpp34_la-smpp34_unpack.lo -MD -MP -MF .deps/libsmpp34_la-smpp34_unpack.Tpo -c -o libsmpp34_la-smpp34_unpack.lo `test -f '../src/smpp34_unpack.c' || echo './'`../src/smpp34_unpack.c >libtool: compile: cc -DHAVE_CONFIG_H -I. -I../. -I../src -I.. -D_REENTRANT -DBSD_COMP -D_POSIX_PTHREAD_SEMANTICS -O2 -pipe -fno-strict-aliasing -Wall -D_REENTRANT -DBSD_COMP -D_POSIX_PTHREAD_SEMANTICS -O2 -pipe -fno-strict-aliasing -MT libsmpp34_la-smpp34_unpack.lo -MD -MP -MF .deps/libsmpp34_la-smpp34_unpack.Tpo -c ../src/smpp34_unpack.c -fPIC -DPIC -o .libs/libsmpp34_la-smpp34_unpack.o >libtool: compile: cc -DHAVE_CONFIG_H -I. -I../. -I../src -I.. -D_REENTRANT -DBSD_COMP -D_POSIX_PTHREAD_SEMANTICS -O2 -pipe -fno-strict-aliasing -Wall -D_REENTRANT -DBSD_COMP -D_POSIX_PTHREAD_SEMANTICS -O2 -pipe -fno-strict-aliasing -MT libsmpp34_la-smpp34_unpack.lo -MD -MP -MF .deps/libsmpp34_la-smpp34_unpack.Tpo -c ../src/smpp34_unpack.c -o libsmpp34_la-smpp34_unpack.o >/dev/null 2>&1 >mv -f .deps/libsmpp34_la-smpp34_unpack.Tpo .deps/libsmpp34_la-smpp34_unpack.Plo >/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../. -I../src -I.. -D_REENTRANT -DBSD_COMP -D_POSIX_PTHREAD_SEMANTICS -O2 -pipe -fno-strict-aliasing -Wall -D_REENTRANT -DBSD_COMP -D_POSIX_PTHREAD_SEMANTICS -O2 -pipe -fno-strict-aliasing -MT libsmpp34_la-smpp34_structs.lo -MD -MP -MF .deps/libsmpp34_la-smpp34_structs.Tpo -c -o libsmpp34_la-smpp34_structs.lo `test -f '../src/smpp34_structs.c' || echo './'`../src/smpp34_structs.c >libtool: compile: cc -DHAVE_CONFIG_H -I. -I../. -I../src -I.. -D_REENTRANT -DBSD_COMP -D_POSIX_PTHREAD_SEMANTICS -O2 -pipe -fno-strict-aliasing -Wall -D_REENTRANT -DBSD_COMP -D_POSIX_PTHREAD_SEMANTICS -O2 -pipe -fno-strict-aliasing -MT libsmpp34_la-smpp34_structs.lo -MD -MP -MF .deps/libsmpp34_la-smpp34_structs.Tpo -c ../src/smpp34_structs.c -fPIC -DPIC -o .libs/libsmpp34_la-smpp34_structs.o >libtool: compile: cc -DHAVE_CONFIG_H -I. -I../. -I../src -I.. -D_REENTRANT -DBSD_COMP -D_POSIX_PTHREAD_SEMANTICS -O2 -pipe -fno-strict-aliasing -Wall -D_REENTRANT -DBSD_COMP -D_POSIX_PTHREAD_SEMANTICS -O2 -pipe -fno-strict-aliasing -MT libsmpp34_la-smpp34_structs.lo -MD -MP -MF .deps/libsmpp34_la-smpp34_structs.Tpo -c ../src/smpp34_structs.c -o libsmpp34_la-smpp34_structs.o >/dev/null 2>&1 >mv -f .deps/libsmpp34_la-smpp34_structs.Tpo .deps/libsmpp34_la-smpp34_structs.Plo >/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../. -I../src -I.. -D_REENTRANT -DBSD_COMP -D_POSIX_PTHREAD_SEMANTICS -O2 -pipe -fno-strict-aliasing -Wall -D_REENTRANT -DBSD_COMP -D_POSIX_PTHREAD_SEMANTICS -O2 -pipe -fno-strict-aliasing -MT libsmpp34_la-smpp34_params.lo -MD -MP -MF .deps/libsmpp34_la-smpp34_params.Tpo -c -o libsmpp34_la-smpp34_params.lo `test -f '../src/smpp34_params.c' || echo './'`../src/smpp34_params.c >libtool: compile: cc -DHAVE_CONFIG_H -I. -I../. -I../src -I.. -D_REENTRANT -DBSD_COMP -D_POSIX_PTHREAD_SEMANTICS -O2 -pipe -fno-strict-aliasing -Wall -D_REENTRANT -DBSD_COMP -D_POSIX_PTHREAD_SEMANTICS -O2 -pipe -fno-strict-aliasing -MT libsmpp34_la-smpp34_params.lo -MD -MP -MF .deps/libsmpp34_la-smpp34_params.Tpo -c ../src/smpp34_params.c -fPIC -DPIC -o .libs/libsmpp34_la-smpp34_params.o >libtool: compile: cc -DHAVE_CONFIG_H -I. -I../. -I../src -I.. -D_REENTRANT -DBSD_COMP -D_POSIX_PTHREAD_SEMANTICS -O2 -pipe -fno-strict-aliasing -Wall -D_REENTRANT -DBSD_COMP -D_POSIX_PTHREAD_SEMANTICS -O2 -pipe -fno-strict-aliasing -MT libsmpp34_la-smpp34_params.lo -MD -MP -MF .deps/libsmpp34_la-smpp34_params.Tpo -c ../src/smpp34_params.c -o libsmpp34_la-smpp34_params.o >/dev/null 2>&1 >mv -f .deps/libsmpp34_la-smpp34_params.Tpo .deps/libsmpp34_la-smpp34_params.Plo >/bin/sh ../libtool --tag=CC --mode=link cc -O2 -pipe -fno-strict-aliasing -Wall -D_REENTRANT -DBSD_COMP -D_POSIX_PTHREAD_SEMANTICS -O2 -pipe -fno-strict-aliasing -version-info 0:1:0 -lrt -lpthread -o libsmpp34.la -rpath /usr/local/lib libsmpp34_la-smpp34_dumpBuf.lo libsmpp34_la-smpp34_dumpPdu.lo libsmpp34_la-smpp34_pack.lo libsmpp34_la-smpp34_unpack.lo libsmpp34_la-smpp34_structs.lo libsmpp34_la-smpp34_params.lo >libtool: link: cc -shared -fPIC -DPIC .libs/libsmpp34_la-smpp34_dumpBuf.o .libs/libsmpp34_la-smpp34_dumpPdu.o .libs/libsmpp34_la-smpp34_pack.o .libs/libsmpp34_la-smpp34_unpack.o .libs/libsmpp34_la-smpp34_structs.o .libs/libsmpp34_la-smpp34_params.o -lrt -lpthread -O2 -O2 -Wl,-soname -Wl,libsmpp34.so.0 -o .libs/libsmpp34.so.0.0.1 >libtool: link: (cd ".libs" && rm -f "libsmpp34.so.0" && ln -s "libsmpp34.so.0.0.1" "libsmpp34.so.0") >libtool: link: (cd ".libs" && rm -f "libsmpp34.so" && ln -s "libsmpp34.so.0.0.1" "libsmpp34.so") >libtool: link: ar cru .libs/libsmpp34.a libsmpp34_la-smpp34_dumpBuf.o libsmpp34_la-smpp34_dumpPdu.o libsmpp34_la-smpp34_pack.o libsmpp34_la-smpp34_unpack.o libsmpp34_la-smpp34_structs.o libsmpp34_la-smpp34_params.o >libtool: link: ranlib .libs/libsmpp34.a >libtool: link: ( cd ".libs" && rm -f "libsmpp34.la" && ln -s "../libsmpp34.la" "libsmpp34.la" ) >cc -DHAVE_CONFIG_H -I. -I../. -I../src -I.. -D_REENTRANT -DBSD_COMP -D_POSIX_PTHREAD_SEMANTICS -O2 -pipe -fno-strict-aliasing -Wall -fPIC -O2 -pipe -fno-strict-aliasing -MT core.o -MD -MP -MF .deps/core.Tpo -c -o core.o `test -f '../test_pdu/core.c' || echo './'`../test_pdu/core.c >mv -f .deps/core.Tpo .deps/core.Po >cc -DHAVE_CONFIG_H -I. -I../. -I../src -I.. -D_REENTRANT -DBSD_COMP -D_POSIX_PTHREAD_SEMANTICS -O2 -pipe -fno-strict-aliasing -Wall -fPIC -O2 -pipe -fno-strict-aliasing -MT submit_multi_resp_test.o -MD -MP -MF .deps/submit_multi_resp_test.Tpo -c -o submit_multi_resp_test.o `test -f '../test_pdu/submit_multi_resp_test.c' || echo './'`../test_pdu/submit_multi_resp_test.c >mv -f .deps/submit_multi_resp_test.Tpo .deps/submit_multi_resp_test.Po >/bin/sh ../libtool --tag=CC --mode=link cc -O2 -pipe -fno-strict-aliasing -Wall -fPIC -O2 -pipe -fno-strict-aliasing -lrt -lpthread -o submit_multi_resp_test core.o submit_multi_resp_test.o ../binary/libsmpp34.la >libtool: link: cc -O2 -pipe -fno-strict-aliasing -Wall -fPIC -O2 -pipe -fno-strict-aliasing -o .libs/submit_multi_resp_test core.o submit_multi_resp_test.o -lrt -lpthread ../binary/.libs/libsmpp34.so -Wl,-rpath -Wl,/usr/local/lib >cc -DHAVE_CONFIG_H -I. -I../. -I../src -I.. -D_REENTRANT -DBSD_COMP -D_POSIX_PTHREAD_SEMANTICS -O2 -pipe -fno-strict-aliasing -Wall -fPIC -O2 -pipe -fno-strict-aliasing -MT submit_multi_test.o -MD -MP -MF .deps/submit_multi_test.Tpo -c -o submit_multi_test.o `test -f '../test_pdu/submit_multi_test.c' || echo './'`../test_pdu/submit_multi_test.c >mv -f .deps/submit_multi_test.Tpo .deps/submit_multi_test.Po >/bin/sh ../libtool --tag=CC --mode=link cc -O2 -pipe -fno-strict-aliasing -Wall -fPIC -O2 -pipe -fno-strict-aliasing -lrt -lpthread -o submit_multi_test core.o submit_multi_test.o ../binary/libsmpp34.la >libtool: link: cc -O2 -pipe -fno-strict-aliasing -Wall -fPIC -O2 -pipe -fno-strict-aliasing -o .libs/submit_multi_test core.o submit_multi_test.o -lrt -lpthread ../binary/.libs/libsmpp34.so -Wl,-rpath -Wl,/usr/local/lib >cc -DHAVE_CONFIG_H -I. -I../. -I../src -I.. -D_REENTRANT -DBSD_COMP -D_POSIX_PTHREAD_SEMANTICS -O2 -pipe -fno-strict-aliasing -Wall -fPIC -O2 -pipe -fno-strict-aliasing -MT alert_notification_test.o -MD -MP -MF .deps/alert_notification_test.Tpo -c -o alert_notification_test.o `test -f '../test_pdu/alert_notification_test.c' || echo './'`../test_pdu/alert_notification_test.c >mv -f .deps/alert_notification_test.Tpo .deps/alert_notification_test.Po >/bin/sh ../libtool --tag=CC --mode=link cc -O2 -pipe -fno-strict-aliasing -Wall -fPIC -O2 -pipe -fno-strict-aliasing -lrt -lpthread -o alert_notification_test core.o alert_notification_test.o ../binary/libsmpp34.la >libtool: link: cc -O2 -pipe -fno-strict-aliasing -Wall -fPIC -O2 -pipe -fno-strict-aliasing -o .libs/alert_notification_test core.o alert_notification_test.o -lrt -lpthread ../binary/.libs/libsmpp34.so -Wl,-rpath -Wl,/usr/local/lib >cc -DHAVE_CONFIG_H -I. -I../. -I../src -I.. -D_REENTRANT -DBSD_COMP -D_POSIX_PTHREAD_SEMANTICS -O2 -pipe -fno-strict-aliasing -Wall -fPIC -O2 -pipe -fno-strict-aliasing -MT bind_receiver_resp_test.o -MD -MP -MF .deps/bind_receiver_resp_test.Tpo -c -o bind_receiver_resp_test.o `test -f '../test_pdu/bind_receiver_resp_test.c' || echo './'`../test_pdu/bind_receiver_resp_test.c >mv -f .deps/bind_receiver_resp_test.Tpo .deps/bind_receiver_resp_test.Po >/bin/sh ../libtool --tag=CC --mode=link cc -O2 -pipe -fno-strict-aliasing -Wall -fPIC -O2 -pipe -fno-strict-aliasing -lrt -lpthread -o bind_receiver_resp_test core.o bind_receiver_resp_test.o ../binary/libsmpp34.la >libtool: link: cc -O2 -pipe -fno-strict-aliasing -Wall -fPIC -O2 -pipe -fno-strict-aliasing -o .libs/bind_receiver_resp_test core.o bind_receiver_resp_test.o -lrt -lpthread ../binary/.libs/libsmpp34.so -Wl,-rpath -Wl,/usr/local/lib >cc -DHAVE_CONFIG_H -I. -I../. -I../src -I.. -D_REENTRANT -DBSD_COMP -D_POSIX_PTHREAD_SEMANTICS -O2 -pipe -fno-strict-aliasing -Wall -fPIC -O2 -pipe -fno-strict-aliasing -MT bind_receiver_test.o -MD -MP -MF .deps/bind_receiver_test.Tpo -c -o bind_receiver_test.o `test -f '../test_pdu/bind_receiver_test.c' || echo './'`../test_pdu/bind_receiver_test.c >mv -f .deps/bind_receiver_test.Tpo .deps/bind_receiver_test.Po >/bin/sh ../libtool --tag=CC --mode=link cc -O2 -pipe -fno-strict-aliasing -Wall -fPIC -O2 -pipe -fno-strict-aliasing -lrt -lpthread -o bind_receiver_test core.o bind_receiver_test.o ../binary/libsmpp34.la >libtool: link: cc -O2 -pipe -fno-strict-aliasing -Wall -fPIC -O2 -pipe -fno-strict-aliasing -o .libs/bind_receiver_test core.o bind_receiver_test.o -lrt -lpthread ../binary/.libs/libsmpp34.so -Wl,-rpath -Wl,/usr/local/lib >cc -DHAVE_CONFIG_H -I. -I../. -I../src -I.. -D_REENTRANT -DBSD_COMP -D_POSIX_PTHREAD_SEMANTICS -O2 -pipe -fno-strict-aliasing -Wall -fPIC -O2 -pipe -fno-strict-aliasing -MT bind_transceiver_resp_test.o -MD -MP -MF .deps/bind_transceiver_resp_test.Tpo -c -o bind_transceiver_resp_test.o `test -f '../test_pdu/bind_transceiver_resp_test.c' || echo './'`../test_pdu/bind_transceiver_resp_test.c >mv -f .deps/bind_transceiver_resp_test.Tpo .deps/bind_transceiver_resp_test.Po >/bin/sh ../libtool --tag=CC --mode=link cc -O2 -pipe -fno-strict-aliasing -Wall -fPIC -O2 -pipe -fno-strict-aliasing -lrt -lpthread -o bind_transceiver_resp_test core.o bind_transceiver_resp_test.o ../binary/libsmpp34.la >libtool: link: cc -O2 -pipe -fno-strict-aliasing -Wall -fPIC -O2 -pipe -fno-strict-aliasing -o .libs/bind_transceiver_resp_test core.o bind_transceiver_resp_test.o -lrt -lpthread ../binary/.libs/libsmpp34.so -Wl,-rpath -Wl,/usr/local/lib >cc -DHAVE_CONFIG_H -I. -I../. -I../src -I.. -D_REENTRANT -DBSD_COMP -D_POSIX_PTHREAD_SEMANTICS -O2 -pipe -fno-strict-aliasing -Wall -fPIC -O2 -pipe -fno-strict-aliasing -MT bind_transceiver_test.o -MD -MP -MF .deps/bind_transceiver_test.Tpo -c -o bind_transceiver_test.o `test -f '../test_pdu/bind_transceiver_test.c' || echo './'`../test_pdu/bind_transceiver_test.c >mv -f .deps/bind_transceiver_test.Tpo .deps/bind_transceiver_test.Po >/bin/sh ../libtool --tag=CC --mode=link cc -O2 -pipe -fno-strict-aliasing -Wall -fPIC -O2 -pipe -fno-strict-aliasing -lrt -lpthread -o bind_transceiver_test core.o bind_transceiver_test.o ../binary/libsmpp34.la >libtool: link: cc -O2 -pipe -fno-strict-aliasing -Wall -fPIC -O2 -pipe -fno-strict-aliasing -o .libs/bind_transceiver_test core.o bind_transceiver_test.o -lrt -lpthread ../binary/.libs/libsmpp34.so -Wl,-rpath -Wl,/usr/local/lib >cc -DHAVE_CONFIG_H -I. -I../. -I../src -I.. -D_REENTRANT -DBSD_COMP -D_POSIX_PTHREAD_SEMANTICS -O2 -pipe -fno-strict-aliasing -Wall -fPIC -O2 -pipe -fno-strict-aliasing -MT bind_transmitter_resp_test.o -MD -MP -MF .deps/bind_transmitter_resp_test.Tpo -c -o bind_transmitter_resp_test.o `test -f '../test_pdu/bind_transmitter_resp_test.c' || echo './'`../test_pdu/bind_transmitter_resp_test.c >mv -f .deps/bind_transmitter_resp_test.Tpo .deps/bind_transmitter_resp_test.Po >/bin/sh ../libtool --tag=CC --mode=link cc -O2 -pipe -fno-strict-aliasing -Wall -fPIC -O2 -pipe -fno-strict-aliasing -lrt -lpthread -o bind_transmitter_resp_test core.o bind_transmitter_resp_test.o ../binary/libsmpp34.la >libtool: link: cc -O2 -pipe -fno-strict-aliasing -Wall -fPIC -O2 -pipe -fno-strict-aliasing -o .libs/bind_transmitter_resp_test core.o bind_transmitter_resp_test.o -lrt -lpthread ../binary/.libs/libsmpp34.so -Wl,-rpath -Wl,/usr/local/lib >cc -DHAVE_CONFIG_H -I. -I../. -I../src -I.. -D_REENTRANT -DBSD_COMP -D_POSIX_PTHREAD_SEMANTICS -O2 -pipe -fno-strict-aliasing -Wall -fPIC -O2 -pipe -fno-strict-aliasing -MT bind_transmitter_test.o -MD -MP -MF .deps/bind_transmitter_test.Tpo -c -o bind_transmitter_test.o `test -f '../test_pdu/bind_transmitter_test.c' || echo './'`../test_pdu/bind_transmitter_test.c >mv -f .deps/bind_transmitter_test.Tpo .deps/bind_transmitter_test.Po >/bin/sh ../libtool --tag=CC --mode=link cc -O2 -pipe -fno-strict-aliasing -Wall -fPIC -O2 -pipe -fno-strict-aliasing -lrt -lpthread -o bind_transmitter_test core.o bind_transmitter_test.o ../binary/libsmpp34.la >libtool: link: cc -O2 -pipe -fno-strict-aliasing -Wall -fPIC -O2 -pipe -fno-strict-aliasing -o .libs/bind_transmitter_test core.o bind_transmitter_test.o -lrt -lpthread ../binary/.libs/libsmpp34.so -Wl,-rpath -Wl,/usr/local/lib >cc -DHAVE_CONFIG_H -I. -I../. -I../src -I.. -D_REENTRANT -DBSD_COMP -D_POSIX_PTHREAD_SEMANTICS -O2 -pipe -fno-strict-aliasing -Wall -fPIC -O2 -pipe -fno-strict-aliasing -MT cancel_sm_resp_test.o -MD -MP -MF .deps/cancel_sm_resp_test.Tpo -c -o cancel_sm_resp_test.o `test -f '../test_pdu/cancel_sm_resp_test.c' || echo './'`../test_pdu/cancel_sm_resp_test.c >mv -f .deps/cancel_sm_resp_test.Tpo .deps/cancel_sm_resp_test.Po >/bin/sh ../libtool --tag=CC --mode=link cc -O2 -pipe -fno-strict-aliasing -Wall -fPIC -O2 -pipe -fno-strict-aliasing -lrt -lpthread -o cancel_sm_resp_test core.o cancel_sm_resp_test.o ../binary/libsmpp34.la >libtool: link: cc -O2 -pipe -fno-strict-aliasing -Wall -fPIC -O2 -pipe -fno-strict-aliasing -o .libs/cancel_sm_resp_test core.o cancel_sm_resp_test.o -lrt -lpthread ../binary/.libs/libsmpp34.so -Wl,-rpath -Wl,/usr/local/lib >cc -DHAVE_CONFIG_H -I. -I../. -I../src -I.. -D_REENTRANT -DBSD_COMP -D_POSIX_PTHREAD_SEMANTICS -O2 -pipe -fno-strict-aliasing -Wall -fPIC -O2 -pipe -fno-strict-aliasing -MT cancel_sm_test.o -MD -MP -MF .deps/cancel_sm_test.Tpo -c -o cancel_sm_test.o `test -f '../test_pdu/cancel_sm_test.c' || echo './'`../test_pdu/cancel_sm_test.c >mv -f .deps/cancel_sm_test.Tpo .deps/cancel_sm_test.Po >/bin/sh ../libtool --tag=CC --mode=link cc -O2 -pipe -fno-strict-aliasing -Wall -fPIC -O2 -pipe -fno-strict-aliasing -lrt -lpthread -o cancel_sm_test core.o cancel_sm_test.o ../binary/libsmpp34.la >libtool: link: cc -O2 -pipe -fno-strict-aliasing -Wall -fPIC -O2 -pipe -fno-strict-aliasing -o .libs/cancel_sm_test core.o cancel_sm_test.o -lrt -lpthread ../binary/.libs/libsmpp34.so -Wl,-rpath -Wl,/usr/local/lib >cc -DHAVE_CONFIG_H -I. -I../. -I../src -I.. -D_REENTRANT -DBSD_COMP -D_POSIX_PTHREAD_SEMANTICS -O2 -pipe -fno-strict-aliasing -Wall -fPIC -O2 -pipe -fno-strict-aliasing -MT data_sm_resp_test.o -MD -MP -MF .deps/data_sm_resp_test.Tpo -c -o data_sm_resp_test.o `test -f '../test_pdu/data_sm_resp_test.c' || echo './'`../test_pdu/data_sm_resp_test.c >mv -f .deps/data_sm_resp_test.Tpo .deps/data_sm_resp_test.Po >/bin/sh ../libtool --tag=CC --mode=link cc -O2 -pipe -fno-strict-aliasing -Wall -fPIC -O2 -pipe -fno-strict-aliasing -lrt -lpthread -o data_sm_resp_test core.o data_sm_resp_test.o ../binary/libsmpp34.la >libtool: link: cc -O2 -pipe -fno-strict-aliasing -Wall -fPIC -O2 -pipe -fno-strict-aliasing -o .libs/data_sm_resp_test core.o data_sm_resp_test.o -lrt -lpthread ../binary/.libs/libsmpp34.so -Wl,-rpath -Wl,/usr/local/lib >cc -DHAVE_CONFIG_H -I. -I../. -I../src -I.. -D_REENTRANT -DBSD_COMP -D_POSIX_PTHREAD_SEMANTICS -O2 -pipe -fno-strict-aliasing -Wall -fPIC -O2 -pipe -fno-strict-aliasing -MT data_sm_test.o -MD -MP -MF .deps/data_sm_test.Tpo -c -o data_sm_test.o `test -f '../test_pdu/data_sm_test.c' || echo './'`../test_pdu/data_sm_test.c >mv -f .deps/data_sm_test.Tpo .deps/data_sm_test.Po >/bin/sh ../libtool --tag=CC --mode=link cc -O2 -pipe -fno-strict-aliasing -Wall -fPIC -O2 -pipe -fno-strict-aliasing -lrt -lpthread -o data_sm_test core.o data_sm_test.o ../binary/libsmpp34.la >libtool: link: cc -O2 -pipe -fno-strict-aliasing -Wall -fPIC -O2 -pipe -fno-strict-aliasing -o .libs/data_sm_test core.o data_sm_test.o -lrt -lpthread ../binary/.libs/libsmpp34.so -Wl,-rpath -Wl,/usr/local/lib >cc -DHAVE_CONFIG_H -I. -I../. -I../src -I.. -D_REENTRANT -DBSD_COMP -D_POSIX_PTHREAD_SEMANTICS -O2 -pipe -fno-strict-aliasing -Wall -fPIC -O2 -pipe -fno-strict-aliasing -MT deliver_sm_resp_test.o -MD -MP -MF .deps/deliver_sm_resp_test.Tpo -c -o deliver_sm_resp_test.o `test -f '../test_pdu/deliver_sm_resp_test.c' || echo './'`../test_pdu/deliver_sm_resp_test.c >mv -f .deps/deliver_sm_resp_test.Tpo .deps/deliver_sm_resp_test.Po >/bin/sh ../libtool --tag=CC --mode=link cc -O2 -pipe -fno-strict-aliasing -Wall -fPIC -O2 -pipe -fno-strict-aliasing -lrt -lpthread -o deliver_sm_resp_test core.o deliver_sm_resp_test.o ../binary/libsmpp34.la >libtool: link: cc -O2 -pipe -fno-strict-aliasing -Wall -fPIC -O2 -pipe -fno-strict-aliasing -o .libs/deliver_sm_resp_test core.o deliver_sm_resp_test.o -lrt -lpthread ../binary/.libs/libsmpp34.so -Wl,-rpath -Wl,/usr/local/lib >cc -DHAVE_CONFIG_H -I. -I../. -I../src -I.. -D_REENTRANT -DBSD_COMP -D_POSIX_PTHREAD_SEMANTICS -O2 -pipe -fno-strict-aliasing -Wall -fPIC -O2 -pipe -fno-strict-aliasing -MT deliver_sm_test.o -MD -MP -MF .deps/deliver_sm_test.Tpo -c -o deliver_sm_test.o `test -f '../test_pdu/deliver_sm_test.c' || echo './'`../test_pdu/deliver_sm_test.c >mv -f .deps/deliver_sm_test.Tpo .deps/deliver_sm_test.Po >/bin/sh ../libtool --tag=CC --mode=link cc -O2 -pipe -fno-strict-aliasing -Wall -fPIC -O2 -pipe -fno-strict-aliasing -lrt -lpthread -o deliver_sm_test core.o deliver_sm_test.o ../binary/libsmpp34.la >libtool: link: cc -O2 -pipe -fno-strict-aliasing -Wall -fPIC -O2 -pipe -fno-strict-aliasing -o .libs/deliver_sm_test core.o deliver_sm_test.o -lrt -lpthread ../binary/.libs/libsmpp34.so -Wl,-rpath -Wl,/usr/local/lib >cc -DHAVE_CONFIG_H -I. -I../. -I../src -I.. -D_REENTRANT -DBSD_COMP -D_POSIX_PTHREAD_SEMANTICS -O2 -pipe -fno-strict-aliasing -Wall -fPIC -O2 -pipe -fno-strict-aliasing -MT enquire_link_resp_test.o -MD -MP -MF .deps/enquire_link_resp_test.Tpo -c -o enquire_link_resp_test.o `test -f '../test_pdu/enquire_link_resp_test.c' || echo './'`../test_pdu/enquire_link_resp_test.c >mv -f .deps/enquire_link_resp_test.Tpo .deps/enquire_link_resp_test.Po >/bin/sh ../libtool --tag=CC --mode=link cc -O2 -pipe -fno-strict-aliasing -Wall -fPIC -O2 -pipe -fno-strict-aliasing -lrt -lpthread -o enquire_link_resp_test core.o enquire_link_resp_test.o ../binary/libsmpp34.la >libtool: link: cc -O2 -pipe -fno-strict-aliasing -Wall -fPIC -O2 -pipe -fno-strict-aliasing -o .libs/enquire_link_resp_test core.o enquire_link_resp_test.o -lrt -lpthread ../binary/.libs/libsmpp34.so -Wl,-rpath -Wl,/usr/local/lib >cc -DHAVE_CONFIG_H -I. -I../. -I../src -I.. -D_REENTRANT -DBSD_COMP -D_POSIX_PTHREAD_SEMANTICS -O2 -pipe -fno-strict-aliasing -Wall -fPIC -O2 -pipe -fno-strict-aliasing -MT enquire_link_test.o -MD -MP -MF .deps/enquire_link_test.Tpo -c -o enquire_link_test.o `test -f '../test_pdu/enquire_link_test.c' || echo './'`../test_pdu/enquire_link_test.c >mv -f .deps/enquire_link_test.Tpo .deps/enquire_link_test.Po >/bin/sh ../libtool --tag=CC --mode=link cc -O2 -pipe -fno-strict-aliasing -Wall -fPIC -O2 -pipe -fno-strict-aliasing -lrt -lpthread -o enquire_link_test core.o enquire_link_test.o ../binary/libsmpp34.la >libtool: link: cc -O2 -pipe -fno-strict-aliasing -Wall -fPIC -O2 -pipe -fno-strict-aliasing -o .libs/enquire_link_test core.o enquire_link_test.o -lrt -lpthread ../binary/.libs/libsmpp34.so -Wl,-rpath -Wl,/usr/local/lib >cc -DHAVE_CONFIG_H -I. -I../. -I../src -I.. -D_REENTRANT -DBSD_COMP -D_POSIX_PTHREAD_SEMANTICS -O2 -pipe -fno-strict-aliasing -Wall -fPIC -O2 -pipe -fno-strict-aliasing -MT generic_nack_test.o -MD -MP -MF .deps/generic_nack_test.Tpo -c -o generic_nack_test.o `test -f '../test_pdu/generic_nack_test.c' || echo './'`../test_pdu/generic_nack_test.c >mv -f .deps/generic_nack_test.Tpo .deps/generic_nack_test.Po >/bin/sh ../libtool --tag=CC --mode=link cc -O2 -pipe -fno-strict-aliasing -Wall -fPIC -O2 -pipe -fno-strict-aliasing -lrt -lpthread -o generic_nack_test core.o generic_nack_test.o ../binary/libsmpp34.la >libtool: link: cc -O2 -pipe -fno-strict-aliasing -Wall -fPIC -O2 -pipe -fno-strict-aliasing -o .libs/generic_nack_test core.o generic_nack_test.o -lrt -lpthread ../binary/.libs/libsmpp34.so -Wl,-rpath -Wl,/usr/local/lib >cc -DHAVE_CONFIG_H -I. -I../. -I../src -I.. -D_REENTRANT -DBSD_COMP -D_POSIX_PTHREAD_SEMANTICS -O2 -pipe -fno-strict-aliasing -Wall -fPIC -O2 -pipe -fno-strict-aliasing -MT outbind_test.o -MD -MP -MF .deps/outbind_test.Tpo -c -o outbind_test.o `test -f '../test_pdu/outbind_test.c' || echo './'`../test_pdu/outbind_test.c >mv -f .deps/outbind_test.Tpo .deps/outbind_test.Po >/bin/sh ../libtool --tag=CC --mode=link cc -O2 -pipe -fno-strict-aliasing -Wall -fPIC -O2 -pipe -fno-strict-aliasing -lrt -lpthread -o outbind_test core.o outbind_test.o ../binary/libsmpp34.la >libtool: link: cc -O2 -pipe -fno-strict-aliasing -Wall -fPIC -O2 -pipe -fno-strict-aliasing -o .libs/outbind_test core.o outbind_test.o -lrt -lpthread ../binary/.libs/libsmpp34.so -Wl,-rpath -Wl,/usr/local/lib >cc -DHAVE_CONFIG_H -I. -I../. -I../src -I.. -D_REENTRANT -DBSD_COMP -D_POSIX_PTHREAD_SEMANTICS -O2 -pipe -fno-strict-aliasing -Wall -fPIC -O2 -pipe -fno-strict-aliasing -MT query_sm_resp_test.o -MD -MP -MF .deps/query_sm_resp_test.Tpo -c -o query_sm_resp_test.o `test -f '../test_pdu/query_sm_resp_test.c' || echo './'`../test_pdu/query_sm_resp_test.c >mv -f .deps/query_sm_resp_test.Tpo .deps/query_sm_resp_test.Po >/bin/sh ../libtool --tag=CC --mode=link cc -O2 -pipe -fno-strict-aliasing -Wall -fPIC -O2 -pipe -fno-strict-aliasing -lrt -lpthread -o query_sm_resp_test core.o query_sm_resp_test.o ../binary/libsmpp34.la >libtool: link: cc -O2 -pipe -fno-strict-aliasing -Wall -fPIC -O2 -pipe -fno-strict-aliasing -o .libs/query_sm_resp_test core.o query_sm_resp_test.o -lrt -lpthread ../binary/.libs/libsmpp34.so -Wl,-rpath -Wl,/usr/local/lib >cc -DHAVE_CONFIG_H -I. -I../. -I../src -I.. -D_REENTRANT -DBSD_COMP -D_POSIX_PTHREAD_SEMANTICS -O2 -pipe -fno-strict-aliasing -Wall -fPIC -O2 -pipe -fno-strict-aliasing -MT query_sm_test.o -MD -MP -MF .deps/query_sm_test.Tpo -c -o query_sm_test.o `test -f '../test_pdu/query_sm_test.c' || echo './'`../test_pdu/query_sm_test.c >mv -f .deps/query_sm_test.Tpo .deps/query_sm_test.Po >/bin/sh ../libtool --tag=CC --mode=link cc -O2 -pipe -fno-strict-aliasing -Wall -fPIC -O2 -pipe -fno-strict-aliasing -lrt -lpthread -o query_sm_test core.o query_sm_test.o ../binary/libsmpp34.la >libtool: link: cc -O2 -pipe -fno-strict-aliasing -Wall -fPIC -O2 -pipe -fno-strict-aliasing -o .libs/query_sm_test core.o query_sm_test.o -lrt -lpthread ../binary/.libs/libsmpp34.so -Wl,-rpath -Wl,/usr/local/lib >cc -DHAVE_CONFIG_H -I. -I../. -I../src -I.. -D_REENTRANT -DBSD_COMP -D_POSIX_PTHREAD_SEMANTICS -O2 -pipe -fno-strict-aliasing -Wall -fPIC -O2 -pipe -fno-strict-aliasing -MT replace_sm_resp_test.o -MD -MP -MF .deps/replace_sm_resp_test.Tpo -c -o replace_sm_resp_test.o `test -f '../test_pdu/replace_sm_resp_test.c' || echo './'`../test_pdu/replace_sm_resp_test.c >mv -f .deps/replace_sm_resp_test.Tpo .deps/replace_sm_resp_test.Po >/bin/sh ../libtool --tag=CC --mode=link cc -O2 -pipe -fno-strict-aliasing -Wall -fPIC -O2 -pipe -fno-strict-aliasing -lrt -lpthread -o replace_sm_resp_test core.o replace_sm_resp_test.o ../binary/libsmpp34.la >libtool: link: cc -O2 -pipe -fno-strict-aliasing -Wall -fPIC -O2 -pipe -fno-strict-aliasing -o .libs/replace_sm_resp_test core.o replace_sm_resp_test.o -lrt -lpthread ../binary/.libs/libsmpp34.so -Wl,-rpath -Wl,/usr/local/lib >cc -DHAVE_CONFIG_H -I. -I../. -I../src -I.. -D_REENTRANT -DBSD_COMP -D_POSIX_PTHREAD_SEMANTICS -O2 -pipe -fno-strict-aliasing -Wall -fPIC -O2 -pipe -fno-strict-aliasing -MT replace_sm_test.o -MD -MP -MF .deps/replace_sm_test.Tpo -c -o replace_sm_test.o `test -f '../test_pdu/replace_sm_test.c' || echo './'`../test_pdu/replace_sm_test.c >mv -f .deps/replace_sm_test.Tpo .deps/replace_sm_test.Po >/bin/sh ../libtool --tag=CC --mode=link cc -O2 -pipe -fno-strict-aliasing -Wall -fPIC -O2 -pipe -fno-strict-aliasing -lrt -lpthread -o replace_sm_test core.o replace_sm_test.o ../binary/libsmpp34.la >libtool: link: cc -O2 -pipe -fno-strict-aliasing -Wall -fPIC -O2 -pipe -fno-strict-aliasing -o .libs/replace_sm_test core.o replace_sm_test.o -lrt -lpthread ../binary/.libs/libsmpp34.so -Wl,-rpath -Wl,/usr/local/lib >cc -DHAVE_CONFIG_H -I. -I../. -I../src -I.. -D_REENTRANT -DBSD_COMP -D_POSIX_PTHREAD_SEMANTICS -O2 -pipe -fno-strict-aliasing -Wall -fPIC -O2 -pipe -fno-strict-aliasing -MT submit_sm_resp_test.o -MD -MP -MF .deps/submit_sm_resp_test.Tpo -c -o submit_sm_resp_test.o `test -f '../test_pdu/submit_sm_resp_test.c' || echo './'`../test_pdu/submit_sm_resp_test.c >mv -f .deps/submit_sm_resp_test.Tpo .deps/submit_sm_resp_test.Po >/bin/sh ../libtool --tag=CC --mode=link cc -O2 -pipe -fno-strict-aliasing -Wall -fPIC -O2 -pipe -fno-strict-aliasing -lrt -lpthread -o submit_sm_resp_test core.o submit_sm_resp_test.o ../binary/libsmpp34.la >libtool: link: cc -O2 -pipe -fno-strict-aliasing -Wall -fPIC -O2 -pipe -fno-strict-aliasing -o .libs/submit_sm_resp_test core.o submit_sm_resp_test.o -lrt -lpthread ../binary/.libs/libsmpp34.so -Wl,-rpath -Wl,/usr/local/lib >cc -DHAVE_CONFIG_H -I. -I../. -I../src -I.. -D_REENTRANT -DBSD_COMP -D_POSIX_PTHREAD_SEMANTICS -O2 -pipe -fno-strict-aliasing -Wall -fPIC -O2 -pipe -fno-strict-aliasing -MT submit_sm_test.o -MD -MP -MF .deps/submit_sm_test.Tpo -c -o submit_sm_test.o `test -f '../test_pdu/submit_sm_test.c' || echo './'`../test_pdu/submit_sm_test.c >mv -f .deps/submit_sm_test.Tpo .deps/submit_sm_test.Po >/bin/sh ../libtool --tag=CC --mode=link cc -O2 -pipe -fno-strict-aliasing -Wall -fPIC -O2 -pipe -fno-strict-aliasing -lrt -lpthread -o submit_sm_test core.o submit_sm_test.o ../binary/libsmpp34.la >libtool: link: cc -O2 -pipe -fno-strict-aliasing -Wall -fPIC -O2 -pipe -fno-strict-aliasing -o .libs/submit_sm_test core.o submit_sm_test.o -lrt -lpthread ../binary/.libs/libsmpp34.so -Wl,-rpath -Wl,/usr/local/lib >cc -DHAVE_CONFIG_H -I. -I../. -I../src -I.. -D_REENTRANT -DBSD_COMP -D_POSIX_PTHREAD_SEMANTICS -O2 -pipe -fno-strict-aliasing -Wall -fPIC -O2 -pipe -fno-strict-aliasing -MT unbind_resp_test.o -MD -MP -MF .deps/unbind_resp_test.Tpo -c -o unbind_resp_test.o `test -f '../test_pdu/unbind_resp_test.c' || echo './'`../test_pdu/unbind_resp_test.c >mv -f .deps/unbind_resp_test.Tpo .deps/unbind_resp_test.Po >/bin/sh ../libtool --tag=CC --mode=link cc -O2 -pipe -fno-strict-aliasing -Wall -fPIC -O2 -pipe -fno-strict-aliasing -lrt -lpthread -o unbind_resp_test core.o unbind_resp_test.o ../binary/libsmpp34.la >libtool: link: cc -O2 -pipe -fno-strict-aliasing -Wall -fPIC -O2 -pipe -fno-strict-aliasing -o .libs/unbind_resp_test core.o unbind_resp_test.o -lrt -lpthread ../binary/.libs/libsmpp34.so -Wl,-rpath -Wl,/usr/local/lib >cc -DHAVE_CONFIG_H -I. -I../. -I../src -I.. -D_REENTRANT -DBSD_COMP -D_POSIX_PTHREAD_SEMANTICS -O2 -pipe -fno-strict-aliasing -Wall -fPIC -O2 -pipe -fno-strict-aliasing -MT unbind_test.o -MD -MP -MF .deps/unbind_test.Tpo -c -o unbind_test.o `test -f '../test_pdu/unbind_test.c' || echo './'`../test_pdu/unbind_test.c >mv -f .deps/unbind_test.Tpo .deps/unbind_test.Po >/bin/sh ../libtool --tag=CC --mode=link cc -O2 -pipe -fno-strict-aliasing -Wall -fPIC -O2 -pipe -fno-strict-aliasing -lrt -lpthread -o unbind_test core.o unbind_test.o ../binary/libsmpp34.la >libtool: link: cc -O2 -pipe -fno-strict-aliasing -Wall -fPIC -O2 -pipe -fno-strict-aliasing -o .libs/unbind_test core.o unbind_test.o -lrt -lpthread ../binary/.libs/libsmpp34.so -Wl,-rpath -Wl,/usr/local/lib >cc -DHAVE_CONFIG_H -I. -I../. -I../src -I.. `xml2-config --cflags` -O2 -pipe -fno-strict-aliasing -Wall -fPIC -O2 -pipe -fno-strict-aliasing -MT esme-tcp.o -MD -MP -MF .deps/esme-tcp.Tpo -c -o esme-tcp.o `test -f '../test_apps/tcp.c' || echo './'`../test_apps/tcp.c >mv -f .deps/esme-tcp.Tpo .deps/esme-tcp.Po >cc -DHAVE_CONFIG_H -I. -I../. -I../src -I.. `xml2-config --cflags` -O2 -pipe -fno-strict-aliasing -Wall -fPIC -O2 -pipe -fno-strict-aliasing -MT esme-smpp.o -MD -MP -MF .deps/esme-smpp.Tpo -c -o esme-smpp.o `test -f '../test_apps/smpp.c' || echo './'`../test_apps/smpp.c >mv -f .deps/esme-smpp.Tpo .deps/esme-smpp.Po >cc -DHAVE_CONFIG_H -I. -I../. -I../src -I.. `xml2-config --cflags` -O2 -pipe -fno-strict-aliasing -Wall -fPIC -O2 -pipe -fno-strict-aliasing -MT esme-esme.o -MD -MP -MF .deps/esme-esme.Tpo -c -o esme-esme.o `test -f '../test_apps/esme.c' || echo './'`../test_apps/esme.c >mv -f .deps/esme-esme.Tpo .deps/esme-esme.Po >/bin/sh ../libtool --tag=CC --mode=link cc -O2 -pipe -fno-strict-aliasing -Wall -fPIC -O2 -pipe -fno-strict-aliasing `xml2-config --libs` -o esme esme-tcp.o esme-smpp.o esme-esme.o ../binary/libsmpp34.la >libtool: link: cc -O2 -pipe -fno-strict-aliasing -Wall -fPIC -O2 -pipe -fno-strict-aliasing -o .libs/esme esme-tcp.o esme-smpp.o esme-esme.o -L/usr/local/lib /usr/local/lib/libxml2.so -lz -L/usr/lib -lm ../binary/.libs/libsmpp34.so -Wl,-rpath -Wl,/usr/local/lib >cc -DHAVE_CONFIG_H -I. -I../. -I../src -I.. -O2 -pipe -fno-strict-aliasing -Wall -fPIC -O2 -pipe -fno-strict-aliasing -MT analizer-analizer.o -MD -MP -MF .deps/analizer-analizer.Tpo -c -o analizer-analizer.o `test -f '../test_apps/analizer.c' || echo './'`../test_apps/analizer.c >mv -f .deps/analizer-analizer.Tpo .deps/analizer-analizer.Po >/bin/sh ../libtool --tag=CC --mode=link cc -O2 -pipe -fno-strict-aliasing -Wall -fPIC -O2 -pipe -fno-strict-aliasing -o analizer analizer-analizer.o ../binary/libsmpp34.la >libtool: link: cc -O2 -pipe -fno-strict-aliasing -Wall -fPIC -O2 -pipe -fno-strict-aliasing -o .libs/analizer analizer-analizer.o ../binary/.libs/libsmpp34.so -Wl,-rpath -Wl,/usr/local/lib >cc -DHAVE_CONFIG_H -I. -I../. -I../src -I.. `xml2-config --cflags` -O2 -pipe -fno-strict-aliasing -Wall -fPIC -O2 -pipe -fno-strict-aliasing -MT sendwp-tcp.o -MD -MP -MF .deps/sendwp-tcp.Tpo -c -o sendwp-tcp.o `test -f '../test_apps/tcp.c' || echo './'`../test_apps/tcp.c >mv -f .deps/sendwp-tcp.Tpo .deps/sendwp-tcp.Po >cc -DHAVE_CONFIG_H -I. -I../. -I../src -I.. `xml2-config --cflags` -O2 -pipe -fno-strict-aliasing -Wall -fPIC -O2 -pipe -fno-strict-aliasing -MT sendwp-smpp.o -MD -MP -MF .deps/sendwp-smpp.Tpo -c -o sendwp-smpp.o `test -f '../test_apps/smpp.c' || echo './'`../test_apps/smpp.c >mv -f .deps/sendwp-smpp.Tpo .deps/sendwp-smpp.Po >cc -DHAVE_CONFIG_H -I. -I../. -I../src -I.. `xml2-config --cflags` -O2 -pipe -fno-strict-aliasing -Wall -fPIC -O2 -pipe -fno-strict-aliasing -MT sendwp-sendwp.o -MD -MP -MF .deps/sendwp-sendwp.Tpo -c -o sendwp-sendwp.o `test -f '../test_apps/sendwp.c' || echo './'`../test_apps/sendwp.c >mv -f .deps/sendwp-sendwp.Tpo .deps/sendwp-sendwp.Po >/bin/sh ../libtool --tag=CC --mode=link cc -O2 -pipe -fno-strict-aliasing -Wall -fPIC -O2 -pipe -fno-strict-aliasing `xml2-config --libs` -o sendwp sendwp-tcp.o sendwp-smpp.o sendwp-sendwp.o ../binary/libsmpp34.la >libtool: link: cc -O2 -pipe -fno-strict-aliasing -Wall -fPIC -O2 -pipe -fno-strict-aliasing -o .libs/sendwp sendwp-tcp.o sendwp-smpp.o sendwp-sendwp.o -L/usr/local/lib /usr/local/lib/libxml2.so -lz -L/usr/lib -lm ../binary/.libs/libsmpp34.so -Wl,-rpath -Wl,/usr/local/lib >gmake[3]: Leaving directory `/usr/ports/local/libsmpp34/work/libsmpp34-1.10/binary' >Making all in def_frame >gmake[3]: Entering directory `/usr/ports/local/libsmpp34/work/libsmpp34-1.10/def_frame' >gmake[3]: Nothing to be done for `all'. >gmake[3]: Leaving directory `/usr/ports/local/libsmpp34/work/libsmpp34-1.10/def_frame' >Making all in def_list >gmake[3]: Entering directory `/usr/ports/local/libsmpp34/work/libsmpp34-1.10/def_list' >gmake[3]: Nothing to be done for `all'. >gmake[3]: Leaving directory `/usr/ports/local/libsmpp34/work/libsmpp34-1.10/def_list' >gmake[3]: Entering directory `/usr/ports/local/libsmpp34/work/libsmpp34-1.10' >gmake[3]: Nothing to be done for `all-am'. >gmake[3]: Leaving directory `/usr/ports/local/libsmpp34/work/libsmpp34-1.10' >gmake[2]: Leaving directory `/usr/ports/local/libsmpp34/work/libsmpp34-1.10' >gmake[1]: Leaving directory `/usr/ports/local/libsmpp34/work/libsmpp34-1.10' >===> Staging for libsmpp34-1.10 >===> Generating temporary packing list >gmake[1]: Entering directory `/usr/ports/local/libsmpp34/work/libsmpp34-1.10' >Making install in binary >gmake[2]: Entering directory `/usr/ports/local/libsmpp34/work/libsmpp34-1.10/binary' >gmake[3]: Entering directory `/usr/ports/local/libsmpp34/work/libsmpp34-1.10/binary' > /bin/mkdir -p '/usr/ports/local/libsmpp34/work/stage/usr/local/lib' > /bin/sh ../libtool --mode=install /usr/bin/install -c -o root -g wheel libsmpp34.la '/usr/ports/local/libsmpp34/work/stage/usr/local/lib' >libtool: install: /usr/bin/install -c -o root -g wheel .libs/libsmpp34.so.0.0.1 /usr/ports/local/libsmpp34/work/stage/usr/local/lib/libsmpp34.so.0.0.1 >libtool: install: (cd /usr/ports/local/libsmpp34/work/stage/usr/local/lib && { ln -s -f libsmpp34.so.0.0.1 libsmpp34.so.0 || { rm -f libsmpp34.so.0 && ln -s libsmpp34.so.0.0.1 libsmpp34.so.0; }; }) >libtool: install: (cd /usr/ports/local/libsmpp34/work/stage/usr/local/lib && { ln -s -f libsmpp34.so.0.0.1 libsmpp34.so || { rm -f libsmpp34.so && ln -s libsmpp34.so.0.0.1 libsmpp34.so; }; }) >libtool: install: /usr/bin/install -c -o root -g wheel .libs/libsmpp34.lai /usr/ports/local/libsmpp34/work/stage/usr/local/lib/libsmpp34.la >libtool: install: /usr/bin/install -c -o root -g wheel .libs/libsmpp34.a /usr/ports/local/libsmpp34/work/stage/usr/local/lib/libsmpp34.a >libtool: install: chmod 644 /usr/ports/local/libsmpp34/work/stage/usr/local/lib/libsmpp34.a >libtool: install: ranlib /usr/ports/local/libsmpp34/work/stage/usr/local/lib/libsmpp34.a > /bin/mkdir -p '/usr/ports/local/libsmpp34/work/stage/usr/local/bin' > /bin/sh ../libtool --mode=install install -s -o root -g wheel -m 555 submit_multi_resp_test submit_multi_test alert_notification_test bind_receiver_resp_test bind_receiver_test bind_transceiver_resp_test bind_transceiver_test bind_transmitter_resp_test bind_transmitter_test cancel_sm_resp_test cancel_sm_test data_sm_resp_test data_sm_test deliver_sm_resp_test deliver_sm_test enquire_link_resp_test enquire_link_test generic_nack_test outbind_test query_sm_resp_test query_sm_test replace_sm_resp_test replace_sm_test submit_sm_resp_test submit_sm_test unbind_resp_test unbind_test esme analizer sendwp '/usr/ports/local/libsmpp34/work/stage/usr/local/bin' >libtool: install: install -o root -g wheel -m 555 -s .libs/submit_multi_resp_test /usr/ports/local/libsmpp34/work/stage/usr/local/bin/submit_multi_resp_test >libtool: install: install -o root -g wheel -m 555 -s .libs/submit_multi_test /usr/ports/local/libsmpp34/work/stage/usr/local/bin/submit_multi_test >libtool: install: install -o root -g wheel -m 555 -s .libs/alert_notification_test /usr/ports/local/libsmpp34/work/stage/usr/local/bin/alert_notification_test >libtool: install: install -o root -g wheel -m 555 -s .libs/bind_receiver_resp_test /usr/ports/local/libsmpp34/work/stage/usr/local/bin/bind_receiver_resp_test >libtool: install: install -o root -g wheel -m 555 -s .libs/bind_receiver_test /usr/ports/local/libsmpp34/work/stage/usr/local/bin/bind_receiver_test >libtool: install: install -o root -g wheel -m 555 -s .libs/bind_transceiver_resp_test /usr/ports/local/libsmpp34/work/stage/usr/local/bin/bind_transceiver_resp_test >libtool: install: install -o root -g wheel -m 555 -s .libs/bind_transceiver_test /usr/ports/local/libsmpp34/work/stage/usr/local/bin/bind_transceiver_test >libtool: install: install -o root -g wheel -m 555 -s .libs/bind_transmitter_resp_test /usr/ports/local/libsmpp34/work/stage/usr/local/bin/bind_transmitter_resp_test >libtool: install: install -o root -g wheel -m 555 -s .libs/bind_transmitter_test /usr/ports/local/libsmpp34/work/stage/usr/local/bin/bind_transmitter_test >libtool: install: install -o root -g wheel -m 555 -s .libs/cancel_sm_resp_test /usr/ports/local/libsmpp34/work/stage/usr/local/bin/cancel_sm_resp_test >libtool: install: install -o root -g wheel -m 555 -s .libs/cancel_sm_test /usr/ports/local/libsmpp34/work/stage/usr/local/bin/cancel_sm_test >libtool: install: install -o root -g wheel -m 555 -s .libs/data_sm_resp_test /usr/ports/local/libsmpp34/work/stage/usr/local/bin/data_sm_resp_test >libtool: install: install -o root -g wheel -m 555 -s .libs/data_sm_test /usr/ports/local/libsmpp34/work/stage/usr/local/bin/data_sm_test >libtool: install: install -o root -g wheel -m 555 -s .libs/deliver_sm_resp_test /usr/ports/local/libsmpp34/work/stage/usr/local/bin/deliver_sm_resp_test >libtool: install: install -o root -g wheel -m 555 -s .libs/deliver_sm_test /usr/ports/local/libsmpp34/work/stage/usr/local/bin/deliver_sm_test >libtool: install: install -o root -g wheel -m 555 -s .libs/enquire_link_resp_test /usr/ports/local/libsmpp34/work/stage/usr/local/bin/enquire_link_resp_test >libtool: install: install -o root -g wheel -m 555 -s .libs/enquire_link_test /usr/ports/local/libsmpp34/work/stage/usr/local/bin/enquire_link_test >libtool: install: install -o root -g wheel -m 555 -s .libs/generic_nack_test /usr/ports/local/libsmpp34/work/stage/usr/local/bin/generic_nack_test >libtool: install: install -o root -g wheel -m 555 -s .libs/outbind_test /usr/ports/local/libsmpp34/work/stage/usr/local/bin/outbind_test >libtool: install: install -o root -g wheel -m 555 -s .libs/query_sm_resp_test /usr/ports/local/libsmpp34/work/stage/usr/local/bin/query_sm_resp_test >libtool: install: install -o root -g wheel -m 555 -s .libs/query_sm_test /usr/ports/local/libsmpp34/work/stage/usr/local/bin/query_sm_test >libtool: install: install -o root -g wheel -m 555 -s .libs/replace_sm_resp_test /usr/ports/local/libsmpp34/work/stage/usr/local/bin/replace_sm_resp_test >libtool: install: install -o root -g wheel -m 555 -s .libs/replace_sm_test /usr/ports/local/libsmpp34/work/stage/usr/local/bin/replace_sm_test >libtool: install: install -o root -g wheel -m 555 -s .libs/submit_sm_resp_test /usr/ports/local/libsmpp34/work/stage/usr/local/bin/submit_sm_resp_test >libtool: install: install -o root -g wheel -m 555 -s .libs/submit_sm_test /usr/ports/local/libsmpp34/work/stage/usr/local/bin/submit_sm_test >libtool: install: install -o root -g wheel -m 555 -s .libs/unbind_resp_test /usr/ports/local/libsmpp34/work/stage/usr/local/bin/unbind_resp_test >libtool: install: install -o root -g wheel -m 555 -s .libs/unbind_test /usr/ports/local/libsmpp34/work/stage/usr/local/bin/unbind_test >libtool: install: install -o root -g wheel -m 555 -s .libs/esme /usr/ports/local/libsmpp34/work/stage/usr/local/bin/esme >libtool: install: install -o root -g wheel -m 555 -s .libs/analizer /usr/ports/local/libsmpp34/work/stage/usr/local/bin/analizer >libtool: install: install -o root -g wheel -m 555 -s .libs/sendwp /usr/ports/local/libsmpp34/work/stage/usr/local/bin/sendwp > /bin/mkdir -p '/usr/ports/local/libsmpp34/work/stage/usr/local/bin' > install -o root -g wheel -m 444 ../test_apps/esme.xml '/usr/ports/local/libsmpp34/work/stage/usr/local/bin' > /bin/mkdir -p '/usr/ports/local/libsmpp34/work/stage/usr/local/include' > install -o root -g wheel -m 444 ../src/smpp34.h ../src/smpp34_structs.h ../src/smpp34_params.h '/usr/ports/local/libsmpp34/work/stage/usr/local/include' > /bin/mkdir -p '/usr/ports/local/libsmpp34/work/stage/usr/local/bin' > install -o root -g wheel -m 444 ../test_apps/sendwp.xml '/usr/ports/local/libsmpp34/work/stage/usr/local/bin' >gmake[3]: Leaving directory `/usr/ports/local/libsmpp34/work/libsmpp34-1.10/binary' >gmake[2]: Leaving directory `/usr/ports/local/libsmpp34/work/libsmpp34-1.10/binary' >Making install in def_frame >gmake[2]: Entering directory `/usr/ports/local/libsmpp34/work/libsmpp34-1.10/def_frame' >gmake[3]: Entering directory `/usr/ports/local/libsmpp34/work/libsmpp34-1.10/def_frame' >gmake[3]: Nothing to be done for `install-exec-am'. > /bin/mkdir -p '/usr/ports/local/libsmpp34/work/stage/usr/local/include/def_frame' > install -o root -g wheel -m 444 ../def_frame/alert_notification.frame ../def_frame/alert_notification.tlv ../def_frame/bind_receiver.frame ../def_frame/bind_receiver_resp.frame ../def_frame/bind_receiver_resp.tlv ../def_frame/bind_transceiver.frame ../def_frame/bind_transceiver_resp.frame ../def_frame/bind_transceiver_resp.tlv ../def_frame/bind_transmitter.frame ../def_frame/bind_transmitter_resp.frame ../def_frame/bind_transmitter_resp.tlv ../def_frame/cancel_sm.frame ../def_frame/clean.frame ../def_frame/data_sm.frame ../def_frame/data_sm_resp.frame ../def_frame/data_sm_resp.tlv ../def_frame/data_sm.tlv ../def_frame/deliver_sm.frame ../def_frame/deliver_sm_resp.frame ../def_frame/deliver_sm.tlv ../def_frame/header.frame ../def_frame/outbind.frame ../def_frame/query_sm.frame ../def_frame/query_sm_resp.frame ../def_frame/replace_sm.frame ../def_frame/dad.frame ../def_frame/submit_multi.dad ../def_frame/submit_multi.frame ../def_frame/submit_multi.tlv ../def_frame/udad.frame ../def_frame/submit_multi_resp.udad ../def_frame/submit_multi_resp.frame ../def_frame/submit_sm.frame ../def_frame/submit_sm_resp.frame ../def_frame/submit_sm.tlv ../def_frame/tlv.frame ../def_frame/tlv.operation '/usr/ports/local/libsmpp34/work/stage/usr/local/include/def_frame' >gmake[3]: Leaving directory `/usr/ports/local/libsmpp34/work/libsmpp34-1.10/def_frame' >gmake[2]: Leaving directory `/usr/ports/local/libsmpp34/work/libsmpp34-1.10/def_frame' >Making install in def_list >gmake[2]: Entering directory `/usr/ports/local/libsmpp34/work/libsmpp34-1.10/def_list' >gmake[3]: Entering directory `/usr/ports/local/libsmpp34/work/libsmpp34-1.10/def_list' >gmake[3]: Nothing to be done for `install-exec-am'. > /bin/mkdir -p '/usr/ports/local/libsmpp34/work/stage/usr/local/include/def_list' > install -o root -g wheel -m 444 ../def_list/dest_flag.list ../def_list/addr_npi.list ../def_list/command_id.list ../def_list/tlv_id.list ../def_list/addr_ton.list ../def_list/command_status.list ../def_list/smpp34_protocol.def '/usr/ports/local/libsmpp34/work/stage/usr/local/include/def_list' >gmake[3]: Leaving directory `/usr/ports/local/libsmpp34/work/libsmpp34-1.10/def_list' >gmake[2]: Leaving directory `/usr/ports/local/libsmpp34/work/libsmpp34-1.10/def_list' >gmake[2]: Entering directory `/usr/ports/local/libsmpp34/work/libsmpp34-1.10' >gmake[3]: Entering directory `/usr/ports/local/libsmpp34/work/libsmpp34-1.10' >gmake[3]: Nothing to be done for `install-exec-am'. >gmake[3]: Nothing to be done for `install-data-am'. >gmake[3]: Leaving directory `/usr/ports/local/libsmpp34/work/libsmpp34-1.10' >gmake[2]: Leaving directory `/usr/ports/local/libsmpp34/work/libsmpp34-1.10' >gmake[1]: Leaving directory `/usr/ports/local/libsmpp34/work/libsmpp34-1.10' >/usr/bin/strip /usr/ports/local/libsmpp34/work/stage/usr/local/lib/libsmpp34.so.0 >====> Compressing man pages (compress-man)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 191880
:
144690
|
145204
| 145662 |
145663
|
146032