Host usage under Windows

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/simtrace@lists.osmocom.org/.

Hugo Soares hugofredericosoares at gmail.com
Thu Feb 28 21:04:19 UTC 2013


Nothing changed, except from configure output (attached). No dll generated
yet. Any ideas?


2013/2/28 Holger Hans Peter Freyther <holger at freyther.de>

> On Thu, Feb 28, 2013 at 05:41:31PM -0300, Hugo Soares wrote:
>
> Hi,
>
> > I'm attaching the output of make V=1 with objdump on exe file. exe file
> > didn't show libosmocore as a dependency dll file.
>
> I don't know. Configure libosmocore with --enable-shared --disable-static
> and see what is happening?
>



-- 
Atenciosamente,
                          Hugo Frederico Soares
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/simtrace/attachments/20130228/3437caea/attachment.htm>
-------------- next part --------------
?./configure --enable-shared --disable-static
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether make sets $(MAKE)... (cached) yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... .exe
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 gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking build system type... i686-pc-cygwin
checking host system type... i686-pc-cygwin
checking how to print strings... printf
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 ld used by gcc... /usr/i686-pc-cygwin/bin/ld.exe
checking if the linker (/usr/i686-pc-cygwin/bin/ld.exe) 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... 8192
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert i686-pc-cygwin file names to i686-pc-cygwin format... func_convert_file_noop
checking how to convert i686-pc-cygwin file names to toolchain format... func_convert_file_noop
checking for /usr/i686-pc-cygwin/bin/ld.exe option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for dlltool... dlltool
checking how to associate runtime and link libraries... func_cygming_dll_for_implib
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for mt... no
checking if : is a manifest tool... no
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if gcc PIC flag -DDLL_EXPORT -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/i686-pc-cygwin/bin/ld.exe) supports shared libraries... yes
checking whether -lc should be explicitly linked in... yes
checking dynamic linker characteristics... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for ANSI C header files... (cached) yes
checking execinfo.h usability... no
checking execinfo.h presence... no
checking for execinfo.h... no
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking syslog.h usability... yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking ctype.h usability... yes
checking ctype.h presence... yes
checking for ctype.h... yes
checking for size_t... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for library containing dlopen... none required
checking for doxygen... false
checking if gcc supports -fvisibility=hidden... yes
checking whether struct tm has tm_gmtoff member... no
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating libosmocore.pc
config.status: creating libosmocodec.pc
config.status: creating libosmovty.pc
config.status: creating libosmogsm.pc
config.status: creating libosmogb.pc
config.status: creating include/Makefile
config.status: creating src/Makefile
config.status: creating src/vty/Makefile
config.status: creating src/codec/Makefile
config.status: creating src/gsm/Makefile
config.status: creating src/gb/Makefile
config.status: creating tests/Makefile
config.status: creating utils/Makefile
config.status: creating Doxyfile.core
config.status: creating Doxyfile.gsm
config.status: creating Doxyfile.vty
config.status: creating Doxyfile.codec
config.status: creating Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing tests/atconfig commands
config.status: executing depfiles commands
config.status: executing libtool commands
-------------- next part --------------
?$ make V=1
make  all-recursive
make[1]: Entering directory `/cygdrive/d/Workspace/Morpho/libosmocore'
Making all in include
make[2]: Entering directory `/cygdrive/d/Workspace/Morpho/libosmocore/include'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/cygdrive/d/Workspace/Morpho/libosmocore/include'
Making all in src
make[2]: Entering directory `/cygdrive/d/Workspace/Morpho/libosmocore/src'
make  all-am
make[3]: Entering directory `/cygdrive/d/Workspace/Morpho/libosmocore/src'
/bin/sh ../libtool  --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H  -I. -I..     -Wall  -I../include -I../include -g -O2 -MT timer.lo -MD -MP -MF .deps/timer.Tpo -c -o timer.lo timer.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -Wall -I../include -I../include -g -O2 -MT timer.lo -MD -MP -MF .deps/timer.Tpo -c timer.c  -DDLL_EXPORT -DPIC -o .libs/timer.o
mv -f .deps/timer.Tpo .deps/timer.Plo
/bin/sh ../libtool  --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H  -I. -I..     -Wall  -I../include -I../include -g -O2 -MT select.lo -MD -MP -MF .deps/select.Tpo -c -o select.lo select.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -Wall -I../include -I../include -g -O2 -MT select.lo -MD -MP -MF .deps/select.Tpo -c select.c  -DDLL_EXPORT -DPIC -o .libs/select.o
mv -f .deps/select.Tpo .deps/select.Plo
/bin/sh ../libtool  --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H  -I. -I..     -Wall  -I../include -I../include -g -O2 -MT signal.lo -MD -MP -MF .deps/signal.Tpo -c -o signal.lo signal.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -Wall -I../include -I../include -g -O2 -MT signal.lo -MD -MP -MF .deps/signal.Tpo -c signal.c  -DDLL_EXPORT -DPIC -o .libs/signal.o
mv -f .deps/signal.Tpo .deps/signal.Plo
/bin/sh ../libtool  --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H  -I. -I..     -Wall  -I../include -I../include -g -O2 -MT msgb.lo -MD -MP -MF .deps/msgb.Tpo -c -o msgb.lo msgb.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -Wall -I../include -I../include -g -O2 -MT msgb.lo -MD -MP -MF .deps/msgb.Tpo -c msgb.c  -DDLL_EXPORT -DPIC -o .libs/msgb.o
mv -f .deps/msgb.Tpo .deps/msgb.Plo
/bin/sh ../libtool  --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H  -I. -I..     -Wall  -I../include -I../include -g -O2 -MT bits.lo -MD -MP -MF .deps/bits.Tpo -c -o bits.lo bits.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -Wall -I../include -I../include -g -O2 -MT bits.lo -MD -MP -MF .deps/bits.Tpo -c bits.c  -DDLL_EXPORT -DPIC -o .libs/bits.o
mv -f .deps/bits.Tpo .deps/bits.Plo
/bin/sh ../libtool  --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H  -I. -I..     -Wall  -I../include -I../include -g -O2 -MT bitvec.lo -MD -MP -MF .deps/bitvec.Tpo -c -o bitvec.lo bitvec.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -Wall -I../include -I../include -g -O2 -MT bitvec.lo -MD -MP -MF .deps/bitvec.Tpo -c bitvec.c  -DDLL_EXPORT -DPIC -o .libs/bitvec.o
mv -f .deps/bitvec.Tpo .deps/bitvec.Plo
/bin/sh ../libtool  --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H  -I. -I..     -Wall  -I../include -I../include -g -O2 -MT statistics.lo -MD -MP -MF .deps/statistics.Tpo -c -o statistics.lo statistics.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -Wall -I../include -I../include -g -O2 -MT statistics.lo -MD -MP -MF .deps/statistics.Tpo -c statistics.c  -DDLL_EXPORT -DPIC -o .libs/statistics.o
mv -f .deps/statistics.Tpo .deps/statistics.Plo
/bin/sh ../libtool  --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H  -I. -I..     -Wall  -I../include -I../include -g -O2 -MT write_queue.lo -MD -MP -MF .deps/write_queue.Tpo -c -o write_queue.lo write_queue.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -Wall -I../include -I../include -g -O2 -MT write_queue.lo -MD -MP -MF .deps/write_queue.Tpo -c write_queue.c  -DDLL_EXPORT -DPIC -o .libs/write_queue.o
mv -f .deps/write_queue.Tpo .deps/write_queue.Plo
/bin/sh ../libtool  --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H  -I. -I..     -Wall  -I../include -I../include -g -O2 -MT utils.lo -MD -MP -MF .deps/utils.Tpo -c -o utils.lo utils.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -Wall -I../include -I../include -g -O2 -MT utils.lo -MD -MP -MF .deps/utils.Tpo -c utils.c  -DDLL_EXPORT -DPIC -o .libs/utils.o
utils.c: In function 'osmo_str2lower':
utils.c:205:3: warning: array subscript has type 'char'
utils.c: In function 'osmo_str2upper':
utils.c:218:3: warning: array subscript has type 'char'
mv -f .deps/utils.Tpo .deps/utils.Plo
/bin/sh ../libtool  --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H  -I. -I..     -Wall  -I../include -I../include -g -O2 -MT socket.lo -MD -MP -MF .deps/socket.Tpo -c -o socket.lo socket.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -Wall -I../include -I../include -g -O2 -MT socket.lo -MD -MP -MF .deps/socket.Tpo -c socket.c  -DDLL_EXPORT -DPIC -o .libs/socket.o
mv -f .deps/socket.Tpo .deps/socket.Plo
/bin/sh ../libtool  --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H  -I. -I..     -Wall  -I../include -I../include -g -O2 -MT logging.lo -MD -MP -MF .deps/logging.Tpo -c -o logging.lo logging.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -Wall -I../include -I../include -g -O2 -MT logging.lo -MD -MP -MF .deps/logging.Tpo -c logging.c  -DDLL_EXPORT -DPIC -o .libs/logging.o
logging.c: In function 'log_vty_command_string':
logging.c:635:5: warning: array subscript has type 'char'
logging.c:657:4: warning: array subscript has type 'char'
mv -f .deps/logging.Tpo .deps/logging.Plo
/bin/sh ../libtool  --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H  -I. -I..     -Wall  -I../include -I../include -g -O2 -MT logging_syslog.lo -MD -MP -MF .deps/logging_syslog.Tpo -c -o logging_syslog.lo logging_syslog.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -Wall -I../include -I../include -g -O2 -MT logging_syslog.lo -MD -MP -MF .deps/logging_syslog.Tpo -c logging_syslog.c  -DDLL_EXPORT -DPIC -o .libs/logging_syslog.o
mv -f .deps/logging_syslog.Tpo .deps/logging_syslog.Plo
/bin/sh ../libtool  --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H  -I. -I..     -Wall  -I../include -I../include -g -O2 -MT rate_ctr.lo -MD -MP -MF .deps/rate_ctr.Tpo -c -o rate_ctr.lo rate_ctr.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -Wall -I../include -I../include -g -O2 -MT rate_ctr.lo -MD -MP -MF .deps/rate_ctr.Tpo -c rate_ctr.c  -DDLL_EXPORT -DPIC -o .libs/rate_ctr.o
mv -f .deps/rate_ctr.Tpo .deps/rate_ctr.Plo
/bin/sh ../libtool  --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H  -I. -I..     -Wall  -I../include -I../include -g -O2 -MT gsmtap_util.lo -MD -MP -MF .deps/gsmtap_util.Tpo -c -o gsmtap_util.lo gsmtap_util.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -Wall -I../include -I../include -g -O2 -MT gsmtap_util.lo -MD -MP -MF .deps/gsmtap_util.Tpo -c gsmtap_util.c  -DDLL_EXPORT -DPIC -o .libs/gsmtap_util.o
mv -f .deps/gsmtap_util.Tpo .deps/gsmtap_util.Plo
/bin/sh ../libtool  --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H  -I. -I..     -Wall  -I../include -I../include -g -O2 -MT crc16.lo -MD -MP -MF .deps/crc16.Tpo -c -o crc16.lo crc16.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -Wall -I../include -I../include -g -O2 -MT crc16.lo -MD -MP -MF .deps/crc16.Tpo -c crc16.c  -DDLL_EXPORT -DPIC -o .libs/crc16.o
mv -f .deps/crc16.Tpo .deps/crc16.Plo
/bin/sh ../libtool  --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H  -I. -I..     -Wall  -I../include -I../include -g -O2 -MT panic.lo -MD -MP -MF .deps/panic.Tpo -c -o panic.lo panic.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -Wall -I../include -I../include -g -O2 -MT panic.lo -MD -MP -MF .deps/panic.Tpo -c panic.c  -DDLL_EXPORT -DPIC -o .libs/panic.o
mv -f .deps/panic.Tpo .deps/panic.Plo
/bin/sh ../libtool  --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H  -I. -I..     -Wall  -I../include -I../include -g -O2 -MT backtrace.lo -MD -MP -MF .deps/backtrace.Tpo -c -o backtrace.lo backtrace.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -Wall -I../include -I../include -g -O2 -MT backtrace.lo -MD -MP -MF .deps/backtrace.Tpo -c backtrace.c  -DDLL_EXPORT -DPIC -o .libs/backtrace.o
mv -f .deps/backtrace.Tpo .deps/backtrace.Plo
/bin/sh ../libtool  --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H  -I. -I..     -Wall  -I../include -I../include -g -O2 -MT conv.lo -MD -MP -MF .deps/conv.Tpo -c -o conv.lo conv.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -Wall -I../include -I../include -g -O2 -MT conv.lo -MD -MP -MF .deps/conv.Tpo -c conv.c  -DDLL_EXPORT -DPIC -o .libs/conv.o
mv -f .deps/conv.Tpo .deps/conv.Plo
/bin/sh ../libtool  --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H  -I. -I..     -Wall  -I../include -I../include -g -O2 -MT application.lo -MD -MP -MF .deps/application.Tpo -c -o application.lo application.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -Wall -I../include -I../include -g -O2 -MT application.lo -MD -MP -MF .deps/application.Tpo -c application.c  -DDLL_EXPORT -DPIC -o .libs/application.o
mv -f .deps/application.Tpo .deps/application.Plo
/bin/sh ../libtool  --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H  -I. -I..     -Wall  -I../include -I../include -g -O2 -MT rbtree.lo -MD -MP -MF .deps/rbtree.Tpo -c -o rbtree.lo rbtree.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -Wall -I../include -I../include -g -O2 -MT rbtree.lo -MD -MP -MF .deps/rbtree.Tpo -c rbtree.c  -DDLL_EXPORT -DPIC -o .libs/rbtree.o
mv -f .deps/rbtree.Tpo .deps/rbtree.Plo
/bin/sh ../libtool  --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H  -I. -I..     -Wall  -I../include -I../include -g -O2 -MT strrb.lo -MD -MP -MF .deps/strrb.Tpo -c -o strrb.lo strrb.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -Wall -I../include -I../include -g -O2 -MT strrb.lo -MD -MP -MF .deps/strrb.Tpo -c strrb.c  -DDLL_EXPORT -DPIC -o .libs/strrb.o
mv -f .deps/strrb.Tpo .deps/strrb.Plo
/bin/sh ../libtool  --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H  -I. -I..     -Wall  -I../include -I../include -g -O2 -MT loggingrb.lo -MD -MP -MF .deps/loggingrb.Tpo -c -o loggingrb.lo loggingrb.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -Wall -I../include -I../include -g -O2 -MT loggingrb.lo -MD -MP -MF .deps/loggingrb.Tpo -c loggingrb.c  -DDLL_EXPORT -DPIC -o .libs/loggingrb.o
mv -f .deps/loggingrb.Tpo .deps/loggingrb.Plo
/bin/sh ../libtool  --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H  -I. -I..     -Wall  -I../include -I../include -g -O2 -MT crc8gen.lo -MD -MP -MF .deps/crc8gen.Tpo -c -o crc8gen.lo crc8gen.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -Wall -I../include -I../include -g -O2 -MT crc8gen.lo -MD -MP -MF .deps/crc8gen.Tpo -c crc8gen.c  -DDLL_EXPORT -DPIC -o .libs/crc8gen.o
mv -f .deps/crc8gen.Tpo .deps/crc8gen.Plo
/bin/sh ../libtool  --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H  -I. -I..     -Wall  -I../include -I../include -g -O2 -MT crc16gen.lo -MD -MP -MF .deps/crc16gen.Tpo -c -o crc16gen.lo crc16gen.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -Wall -I../include -I../include -g -O2 -MT crc16gen.lo -MD -MP -MF .deps/crc16gen.Tpo -c crc16gen.c  -DDLL_EXPORT -DPIC -o .libs/crc16gen.o
mv -f .deps/crc16gen.Tpo .deps/crc16gen.Plo
/bin/sh ../libtool  --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H  -I. -I..     -Wall  -I../include -I../include -g -O2 -MT crc32gen.lo -MD -MP -MF .deps/crc32gen.Tpo -c -o crc32gen.lo crc32gen.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -Wall -I../include -I../include -g -O2 -MT crc32gen.lo -MD -MP -MF .deps/crc32gen.Tpo -c crc32gen.c  -DDLL_EXPORT -DPIC -o .libs/crc32gen.o
mv -f .deps/crc32gen.Tpo .deps/crc32gen.Plo
/bin/sh ../libtool  --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H  -I. -I..     -Wall  -I../include -I../include -g -O2 -MT crc64gen.lo -MD -MP -MF .deps/crc64gen.Tpo -c -o crc64gen.lo crc64gen.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -Wall -I../include -I../include -g -O2 -MT crc64gen.lo -MD -MP -MF .deps/crc64gen.Tpo -c crc64gen.c  -DDLL_EXPORT -DPIC -o .libs/crc64gen.o
mv -f .deps/crc64gen.Tpo .deps/crc64gen.Plo
/bin/sh ../libtool  --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H  -I. -I..     -Wall  -I../include -I../include -g -O2 -MT plugin.lo -MD -MP -MF .deps/plugin.Tpo -c -o plugin.lo plugin.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -Wall -I../include -I../include -g -O2 -MT plugin.lo -MD -MP -MF .deps/plugin.Tpo -c plugin.c  -DDLL_EXPORT -DPIC -o .libs/plugin.o
mv -f .deps/plugin.Tpo .deps/plugin.Plo
/bin/sh ../libtool  --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H  -I. -I..     -Wall  -I../include -I../include -g -O2 -MT talloc.lo -MD -MP -MF .deps/talloc.Tpo -c -o talloc.lo talloc.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -Wall -I../include -I../include -g -O2 -MT talloc.lo -MD -MP -MF .deps/talloc.Tpo -c talloc.c  -DDLL_EXPORT -DPIC -o .libs/talloc.o
mv -f .deps/talloc.Tpo .deps/talloc.Plo
/bin/sh ../libtool  --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H  -I. -I..     -Wall  -I../include -I../include -g -O2 -MT msgfile.lo -MD -MP -MF .deps/msgfile.Tpo -c -o msgfile.lo msgfile.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -Wall -I../include -I../include -g -O2 -MT msgfile.lo -MD -MP -MF .deps/msgfile.Tpo -c msgfile.c  -DDLL_EXPORT -DPIC -o .libs/msgfile.o
mv -f .deps/msgfile.Tpo .deps/msgfile.Plo
/bin/sh ../libtool  --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H  -I. -I..     -Wall  -I../include -I../include -g -O2 -MT serial.lo -MD -MP -MF .deps/serial.Tpo -c -o serial.lo serial.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -Wall -I../include -I../include -g -O2 -MT serial.lo -MD -MP -MF .deps/serial.Tpo -c serial.c  -DDLL_EXPORT -DPIC -o .libs/serial.o
serial.c: In function 'osmo_serial_set_custom_baudrate':
serial.c:193:2: warning: #warning osmo_serial_set_custom_baudrate: unsupported platform
mv -f .deps/serial.Tpo .deps/serial.Plo
/bin/sh ../libtool  --tag=CC    --mode=link gcc  -Wall  -I../include -I../include -g -O2 -version-info 4:0:0   -o  libosmocore.la -rpath /usr/local/lib timer.lo select.lo signal.lo msgb.lo  bits.lo bitvec.lo statistics.lo write_queue.lo utils.lo  socket.lo logging.lo logging_syslog.lo rate_ctr.lo  gsmtap_util.lo crc16.lo panic.lo backtrace.lo conv.lo  application.lo rbtree.lo strrb.lo loggingrb.lo crc8gen.lo  crc16gen.lo crc32gen.lo crc64gen.lo plugin.lo  talloc.lo msgfile.lo serial.lo
libtool: link: warning: undefined symbols not allowed in i686-pc-cygwin shared libraries
libtool: link: ar cru .libs/libosmocore.a  .libs/timer.o .libs/select.o .libs/signal.o .libs/msgb.o .libs/bits.o .libs/bitvec.o .libs/statistics.o .libs/write_queue.o .libs/utils.o .libs/socket.o .libs/logging.o .libs/logging_syslog.o .libs/rate_ctr.o .libs/gsmtap_util.o .libs/crc16.o .libs/panic.o .libs/backtrace.o .libs/conv.o .libs/application.o .libs/rbtree.o .libs/strrb.o .libs/loggingrb.o .libs/crc8gen.o .libs/crc16gen.o .libs/crc32gen.o .libs/crc64gen.o .libs/plugin.o .libs/talloc.o .libs/msgfile.o .libs/serial.o
libtool: link: ranlib .libs/libosmocore.a
libtool: link: ( cd ".libs" && rm -f "libosmocore.la" && ln -s "../libosmocore.la" "libosmocore.la" )
make[3]: Leaving directory `/cygdrive/d/Workspace/Morpho/libosmocore/src'
make[2]: Leaving directory `/cygdrive/d/Workspace/Morpho/libosmocore/src'
Making all in src/vty
make[2]: Entering directory `/cygdrive/d/Workspace/Morpho/libosmocore/src/vty'
/bin/sh ../../libtool  --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H  -I. -I../..     -Wall  -I../../include -g -O2 -MT buffer.lo -MD -MP -MF .deps/buffer.Tpo -c -o buffer.lo buffer.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wall -I../../include -g -O2 -MT buffer.lo -MD -MP -MF .deps/buffer.Tpo -c buffer.c  -DDLL_EXPORT -DPIC -o .libs/buffer.o
mv -f .deps/buffer.Tpo .deps/buffer.Plo
/bin/sh ../../libtool  --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H  -I. -I../..     -Wall  -I../../include -g -O2 -MT command.lo -MD -MP -MF .deps/command.Tpo -c -o command.lo command.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wall -I../../include -g -O2 -MT command.lo -MD -MP -MF .deps/command.Tpo -c command.c  -DDLL_EXPORT -DPIC -o .libs/command.o
mv -f .deps/command.Tpo .deps/command.Plo
/bin/sh ../../libtool  --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H  -I. -I../..     -Wall  -I../../include -g -O2 -MT vty.lo -MD -MP -MF .deps/vty.Tpo -c -o vty.lo vty.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wall -I../../include -g -O2 -MT vty.lo -MD -MP -MF .deps/vty.Tpo -c vty.c  -DDLL_EXPORT -DPIC -o .libs/vty.o
vty.c: In function 'vty_hello':
vty.c:363:10: warning: array subscript has type 'char'
mv -f .deps/vty.Tpo .deps/vty.Plo
/bin/sh ../../libtool  --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H  -I. -I../..     -Wall  -I../../include -g -O2 -MT vector.lo -MD -MP -MF .deps/vector.Tpo -c -o vector.lo vector.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wall -I../../include -g -O2 -MT vector.lo -MD -MP -MF .deps/vector.Tpo -c vector.c  -DDLL_EXPORT -DPIC -o .libs/vector.o
mv -f .deps/vector.Tpo .deps/vector.Plo
/bin/sh ../../libtool  --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H  -I. -I../..     -Wall  -I../../include -g -O2 -MT utils.lo -MD -MP -MF .deps/utils.Tpo -c -o utils.lo utils.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wall -I../../include -g -O2 -MT utils.lo -MD -MP -MF .deps/utils.Tpo -c utils.c  -DDLL_EXPORT -DPIC -o .libs/utils.o
utils.c: In function 'vty_cmd_string_from_valstr':
utils.c:96:6: warning: array subscript has type 'char'
mv -f .deps/utils.Tpo .deps/utils.Plo
/bin/sh ../../libtool  --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H  -I. -I../..     -Wall  -I../../include -g -O2 -MT telnet_interface.lo -MD -MP -MF .deps/telnet_interface.Tpo -c -o telnet_interface.lo telnet_interface.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wall -I../../include -g -O2 -MT telnet_interface.lo -MD -MP -MF .deps/telnet_interface.Tpo -c telnet_interface.c  -DDLL_EXPORT -DPIC -o .libs/telnet_interface.o
mv -f .deps/telnet_interface.Tpo .deps/telnet_interface.Plo
/bin/sh ../../libtool  --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H  -I. -I../..     -Wall  -I../../include -g -O2 -MT logging_vty.lo -MD -MP -MF .deps/logging_vty.Tpo -c -o logging_vty.lo logging_vty.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wall -I../../include -g -O2 -MT logging_vty.lo -MD -MP -MF .deps/logging_vty.Tpo -c logging_vty.c  -DDLL_EXPORT -DPIC -o .libs/logging_vty.o
mv -f .deps/logging_vty.Tpo .deps/logging_vty.Plo
/bin/sh ../../libtool  --tag=CC    --mode=link gcc -Wall  -I../../include -g -O2  -version-info 0:0:0  -o libosmovty.la -rpath /usr/local/lib buffer.lo command.lo  vty.lo vector.lo utils.lo telnet_interface.lo  logging_vty.lo ../../src/libosmocore.la

*** Warning: This system can not link to static lib archive ../../src/libosmocore.la.
*** I have the capability to make that library automatically link in when
*** you link to this library.  But I can only do this if you have a
*** shared version of the library, which you do not appear to have.
libtool: link: warning: undefined symbols not allowed in i686-pc-cygwin shared libraries
libtool: link: ar cru .libs/libosmovty.a  .libs/buffer.o .libs/command.o .libs/vty.o .libs/vector.o .libs/utils.o .libs/telnet_interface.o .libs/logging_vty.o
libtool: link: ranlib .libs/libosmovty.a
libtool: link: ( cd ".libs" && rm -f "libosmovty.la" && ln -s "../libosmovty.la" "libosmovty.la" )
make[2]: Leaving directory `/cygdrive/d/Workspace/Morpho/libosmocore/src/vty'
Making all in src/codec
make[2]: Entering directory `/cygdrive/d/Workspace/Morpho/libosmocore/src/codec'
/bin/sh ../../libtool  --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H  -I. -I../..     -Wall  -I../../include -g -O2 -MT gsm610.lo -MD -MP -MF .deps/gsm610.Tpo -c -o gsm610.lo gsm610.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wall -I../../include -g -O2 -MT gsm610.lo -MD -MP -MF .deps/gsm610.Tpo -c gsm610.c  -DDLL_EXPORT -DPIC -o .libs/gsm610.o
mv -f .deps/gsm610.Tpo .deps/gsm610.Plo
/bin/sh ../../libtool  --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H  -I. -I../..     -Wall  -I../../include -g -O2 -MT gsm620.lo -MD -MP -MF .deps/gsm620.Tpo -c -o gsm620.lo gsm620.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wall -I../../include -g -O2 -MT gsm620.lo -MD -MP -MF .deps/gsm620.Tpo -c gsm620.c  -DDLL_EXPORT -DPIC -o .libs/gsm620.o
mv -f .deps/gsm620.Tpo .deps/gsm620.Plo
/bin/sh ../../libtool  --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H  -I. -I../..     -Wall  -I../../include -g -O2 -MT gsm660.lo -MD -MP -MF .deps/gsm660.Tpo -c -o gsm660.lo gsm660.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wall -I../../include -g -O2 -MT gsm660.lo -MD -MP -MF .deps/gsm660.Tpo -c gsm660.c  -DDLL_EXPORT -DPIC -o .libs/gsm660.o
mv -f .deps/gsm660.Tpo .deps/gsm660.Plo
/bin/sh ../../libtool  --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H  -I. -I../..     -Wall  -I../../include -g -O2 -MT gsm690.lo -MD -MP -MF .deps/gsm690.Tpo -c -o gsm690.lo gsm690.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wall -I../../include -g -O2 -MT gsm690.lo -MD -MP -MF .deps/gsm690.Tpo -c gsm690.c  -DDLL_EXPORT -DPIC -o .libs/gsm690.o
mv -f .deps/gsm690.Tpo .deps/gsm690.Plo
/bin/sh ../../libtool  --tag=CC    --mode=link gcc  -Wall  -I../../include -g -O2 -version-info 0:0:0   -o libosmocodec.la -rpath /usr/local/lib gsm610.lo gsm620.lo gsm660.lo gsm690.lo
libtool: link: warning: undefined symbols not allowed in i686-pc-cygwin shared libraries
libtool: link: ar cru .libs/libosmocodec.a  .libs/gsm610.o .libs/gsm620.o .libs/gsm660.o .libs/gsm690.o
libtool: link: ranlib .libs/libosmocodec.a
libtool: link: ( cd ".libs" && rm -f "libosmocodec.la" && ln -s "../libosmocodec.la" "libosmocodec.la" )
make[2]: Leaving directory `/cygdrive/d/Workspace/Morpho/libosmocore/src/codec'
Making all in src/gsm
make[2]: Entering directory `/cygdrive/d/Workspace/Morpho/libosmocore/src/gsm'
/bin/sh ../../libtool  --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H  -I. -I../..     -Wall   -I../../include -g -O2 -MT a5.lo -MD -MP -MF .deps/a5.Tpo -c -o a5.lo a5.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wall -I../../include -g -O2 -MT a5.lo -MD -MP -MF .deps/a5.Tpo -c a5.c  -DDLL_EXPORT -DPIC -o .libs/a5.o
mv -f .deps/a5.Tpo .deps/a5.Plo
/bin/sh ../../libtool  --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H  -I. -I../..     -Wall   -I../../include -g -O2 -MT rxlev_stat.lo -MD -MP -MF .deps/rxlev_stat.Tpo -c -o rxlev_stat.lo rxlev_stat.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wall -I../../include -g -O2 -MT rxlev_stat.lo -MD -MP -MF .deps/rxlev_stat.Tpo -c rxlev_stat.c  -DDLL_EXPORT -DPIC -o .libs/rxlev_stat.o
mv -f .deps/rxlev_stat.Tpo .deps/rxlev_stat.Plo
/bin/sh ../../libtool  --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H  -I. -I../..     -Wall   -I../../include -g -O2 -MT tlv_parser.lo -MD -MP -MF .deps/tlv_parser.Tpo -c -o tlv_parser.lo tlv_parser.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wall -I../../include -g -O2 -MT tlv_parser.lo -MD -MP -MF .deps/tlv_parser.Tpo -c tlv_parser.c  -DDLL_EXPORT -DPIC -o .libs/tlv_parser.o
mv -f .deps/tlv_parser.Tpo .deps/tlv_parser.Plo
/bin/sh ../../libtool  --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H  -I. -I../..     -Wall   -I../../include -g -O2 -MT comp128.lo -MD -MP -MF .deps/comp128.Tpo -c -o comp128.lo comp128.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wall -I../../include -g -O2 -MT comp128.lo -MD -MP -MF .deps/comp128.Tpo -c comp128.c  -DDLL_EXPORT -DPIC -o .libs/comp128.o
mv -f .deps/comp128.Tpo .deps/comp128.Plo
/bin/sh ../../libtool  --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H  -I. -I../..     -Wall   -I../../include -g -O2 -MT gsm_utils.lo -MD -MP -MF .deps/gsm_utils.Tpo -c -o gsm_utils.lo gsm_utils.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wall -I../../include -g -O2 -MT gsm_utils.lo -MD -MP -MF .deps/gsm_utils.Tpo -c gsm_utils.c  -DDLL_EXPORT -DPIC -o .libs/gsm_utils.o
gsm_utils.c: In function 'gsm_band_parse':
gsm_utils.c:450:2: warning: array subscript has type 'char'
mv -f .deps/gsm_utils.Tpo .deps/gsm_utils.Plo
/bin/sh ../../libtool  --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H  -I. -I../..     -Wall   -I../../include -g -O2 -MT rsl.lo -MD -MP -MF .deps/rsl.Tpo -c -o rsl.lo rsl.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wall -I../../include -g -O2 -MT rsl.lo -MD -MP -MF .deps/rsl.Tpo -c rsl.c  -DDLL_EXPORT -DPIC -o .libs/rsl.o
mv -f .deps/rsl.Tpo .deps/rsl.Plo
/bin/sh ../../libtool  --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H  -I. -I../..     -Wall   -I../../include -g -O2 -MT gsm48.lo -MD -MP -MF .deps/gsm48.Tpo -c -o gsm48.lo gsm48.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wall -I../../include -g -O2 -MT gsm48.lo -MD -MP -MF .deps/gsm48.Tpo -c gsm48.c  -DDLL_EXPORT -DPIC -o .libs/gsm48.o
mv -f .deps/gsm48.Tpo .deps/gsm48.Plo
/bin/sh ../../libtool  --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H  -I. -I../..     -Wall   -I../../include -g -O2 -MT gsm48_ie.lo -MD -MP -MF .deps/gsm48_ie.Tpo -c -o gsm48_ie.lo gsm48_ie.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wall -I../../include -g -O2 -MT gsm48_ie.lo -MD -MP -MF .deps/gsm48_ie.Tpo -c gsm48_ie.c  -DDLL_EXPORT -DPIC -o .libs/gsm48_ie.o
mv -f .deps/gsm48_ie.Tpo .deps/gsm48_ie.Plo
/bin/sh ../../libtool  --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H  -I. -I../..     -Wall   -I../../include -g -O2 -MT gsm0808.lo -MD -MP -MF .deps/gsm0808.Tpo -c -o gsm0808.lo gsm0808.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wall -I../../include -g -O2 -MT gsm0808.lo -MD -MP -MF .deps/gsm0808.Tpo -c gsm0808.c  -DDLL_EXPORT -DPIC -o .libs/gsm0808.o
mv -f .deps/gsm0808.Tpo .deps/gsm0808.Plo
/bin/sh ../../libtool  --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H  -I. -I../..     -Wall   -I../../include -g -O2 -MT sysinfo.lo -MD -MP -MF .deps/sysinfo.Tpo -c -o sysinfo.lo sysinfo.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wall -I../../include -g -O2 -MT sysinfo.lo -MD -MP -MF .deps/sysinfo.Tpo -c sysinfo.c  -DDLL_EXPORT -DPIC -o .libs/sysinfo.o
mv -f .deps/sysinfo.Tpo .deps/sysinfo.Plo
/bin/sh ../../libtool  --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H  -I. -I../..     -Wall   -I../../include -g -O2 -MT gprs_cipher_core.lo -MD -MP -MF .deps/gprs_cipher_core.Tpo -c -o gprs_cipher_core.lo gprs_cipher_core.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wall -I../../include -g -O2 -MT gprs_cipher_core.lo -MD -MP -MF .deps/gprs_cipher_core.Tpo -c gprs_cipher_core.c  -DDLL_EXPORT -DPIC -o .libs/gprs_cipher_core.o
mv -f .deps/gprs_cipher_core.Tpo .deps/gprs_cipher_core.Plo
/bin/sh ../../libtool  --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H  -I. -I../..     -Wall   -I../../include -g -O2 -MT gsm0480.lo -MD -MP -MF .deps/gsm0480.Tpo -c -o gsm0480.lo gsm0480.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wall -I../../include -g -O2 -MT gsm0480.lo -MD -MP -MF .deps/gsm0480.Tpo -c gsm0480.c  -DDLL_EXPORT -DPIC -o .libs/gsm0480.o
mv -f .deps/gsm0480.Tpo .deps/gsm0480.Plo
/bin/sh ../../libtool  --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H  -I. -I../..     -Wall   -I../../include -g -O2 -MT abis_nm.lo -MD -MP -MF .deps/abis_nm.Tpo -c -o abis_nm.lo abis_nm.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wall -I../../include -g -O2 -MT abis_nm.lo -MD -MP -MF .deps/abis_nm.Tpo -c abis_nm.c  -DDLL_EXPORT -DPIC -o .libs/abis_nm.o
mv -f .deps/abis_nm.Tpo .deps/abis_nm.Plo
/bin/sh ../../libtool  --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H  -I. -I../..     -Wall   -I../../include -g -O2 -MT gsm0502.lo -MD -MP -MF .deps/gsm0502.Tpo -c -o gsm0502.lo gsm0502.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wall -I../../include -g -O2 -MT gsm0502.lo -MD -MP -MF .deps/gsm0502.Tpo -c gsm0502.c  -DDLL_EXPORT -DPIC -o .libs/gsm0502.o
mv -f .deps/gsm0502.Tpo .deps/gsm0502.Plo
/bin/sh ../../libtool  --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H  -I. -I../..     -Wall   -I../../include -g -O2 -MT gsm0411_utils.lo -MD -MP -MF .deps/gsm0411_utils.Tpo -c -o gsm0411_utils.lo gsm0411_utils.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wall -I../../include -g -O2 -MT gsm0411_utils.lo -MD -MP -MF .deps/gsm0411_utils.Tpo -c gsm0411_utils.c  -DDLL_EXPORT -DPIC -o .libs/gsm0411_utils.o
gsm0411_utils.c: In function 'gsm340_gen_scts':
gsm0411_utils.c:87:2: warning: #warning find a portable way to obtain timezone offset
mv -f .deps/gsm0411_utils.Tpo .deps/gsm0411_utils.Plo
/bin/sh ../../libtool  --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H  -I. -I../..     -Wall   -I../../include -g -O2 -MT gsm0411_smc.lo -MD -MP -MF .deps/gsm0411_smc.Tpo -c -o gsm0411_smc.lo gsm0411_smc.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wall -I../../include -g -O2 -MT gsm0411_smc.lo -MD -MP -MF .deps/gsm0411_smc.Tpo -c gsm0411_smc.c  -DDLL_EXPORT -DPIC -o .libs/gsm0411_smc.o
mv -f .deps/gsm0411_smc.Tpo .deps/gsm0411_smc.Plo
/bin/sh ../../libtool  --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H  -I. -I../..     -Wall   -I../../include -g -O2 -MT gsm0411_smr.lo -MD -MP -MF .deps/gsm0411_smr.Tpo -c -o gsm0411_smr.lo gsm0411_smr.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wall -I../../include -g -O2 -MT gsm0411_smr.lo -MD -MP -MF .deps/gsm0411_smr.Tpo -c gsm0411_smr.c  -DDLL_EXPORT -DPIC -o .libs/gsm0411_smr.o
mv -f .deps/gsm0411_smr.Tpo .deps/gsm0411_smr.Plo
/bin/sh ../../libtool  --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H  -I. -I../..     -Wall   -I../../include -g -O2 -MT lapd_core.lo -MD -MP -MF .deps/lapd_core.Tpo -c -o lapd_core.lo lapd_core.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wall -I../../include -g -O2 -MT lapd_core.lo -MD -MP -MF .deps/lapd_core.Tpo -c lapd_core.c  -DDLL_EXPORT -DPIC -o .libs/lapd_core.o
mv -f .deps/lapd_core.Tpo .deps/lapd_core.Plo
/bin/sh ../../libtool  --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H  -I. -I../..     -Wall   -I../../include -g -O2 -MT lapdm.lo -MD -MP -MF .deps/lapdm.Tpo -c -o lapdm.lo lapdm.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wall -I../../include -g -O2 -MT lapdm.lo -MD -MP -MF .deps/lapdm.Tpo -c lapdm.c  -DDLL_EXPORT -DPIC -o .libs/lapdm.o
mv -f .deps/lapdm.Tpo .deps/lapdm.Plo
/bin/sh ../../libtool  --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H  -I. -I../..     -Wall   -I../../include -g -O2 -MT auth_core.lo -MD -MP -MF .deps/auth_core.Tpo -c -o auth_core.lo auth_core.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wall -I../../include -g -O2 -MT auth_core.lo -MD -MP -MF .deps/auth_core.Tpo -c auth_core.c  -DDLL_EXPORT -DPIC -o .libs/auth_core.o
mv -f .deps/auth_core.Tpo .deps/auth_core.Plo
/bin/sh ../../libtool  --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H  -I. -I../..     -Wall   -I../../include -g -O2 -MT auth_comp128v1.lo -MD -MP -MF .deps/auth_comp128v1.Tpo -c -o auth_comp128v1.lo auth_comp128v1.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wall -I../../include -g -O2 -MT auth_comp128v1.lo -MD -MP -MF .deps/auth_comp128v1.Tpo -c auth_comp128v1.c  -DDLL_EXPORT -DPIC -o .libs/auth_comp128v1.o
mv -f .deps/auth_comp128v1.Tpo .deps/auth_comp128v1.Plo
/bin/sh ../../libtool  --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H  -I. -I../..     -Wall   -I../../include -g -O2 -MT auth_milenage.lo -MD -MP -MF .deps/auth_milenage.Tpo -c -o auth_milenage.lo auth_milenage.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wall -I../../include -g -O2 -MT auth_milenage.lo -MD -MP -MF .deps/auth_milenage.Tpo -c auth_milenage.c  -DDLL_EXPORT -DPIC -o .libs/auth_milenage.o
mv -f .deps/auth_milenage.Tpo .deps/auth_milenage.Plo
/bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..    -Wall   -I../../include -g -O2 -MT aes-encblock.lo -MD -MP -MF .deps/aes-encblock.Tpo -c -o aes-encblock.lo `test -f 'milenage/aes-encblock.c' || echo './'`milenage/aes-encblock.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wall -I../../include -g -O2 -MT aes-encblock.lo -MD -MP -MF .deps/aes-encblock.Tpo -c milenage/aes-encblock.c  -DDLL_EXPORT -DPIC -o .libs/aes-encblock.o
mv -f .deps/aes-encblock.Tpo .deps/aes-encblock.Plo
/bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..    -Wall   -I../../include -g -O2 -MT aes-internal.lo -MD -MP -MF .deps/aes-internal.Tpo -c -o aes-internal.lo `test -f 'milenage/aes-internal.c' || echo './'`milenage/aes-internal.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wall -I../../include -g -O2 -MT aes-internal.lo -MD -MP -MF .deps/aes-internal.Tpo -c milenage/aes-internal.c  -DDLL_EXPORT -DPIC -o .libs/aes-internal.o
mv -f .deps/aes-internal.Tpo .deps/aes-internal.Plo
/bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..    -Wall   -I../../include -g -O2 -MT aes-internal-enc.lo -MD -MP -MF .deps/aes-internal-enc.Tpo -c -o aes-internal-enc.lo `test -f 'milenage/aes-internal-enc.c' || echo './'`milenage/aes-internal-enc.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wall -I../../include -g -O2 -MT aes-internal-enc.lo -MD -MP -MF .deps/aes-internal-enc.Tpo -c milenage/aes-internal-enc.c  -DDLL_EXPORT -DPIC -o .libs/aes-internal-enc.o
mv -f .deps/aes-internal-enc.Tpo .deps/aes-internal-enc.Plo
/bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..    -Wall   -I../../include -g -O2 -MT milenage.lo -MD -MP -MF .deps/milenage.Tpo -c -o milenage.lo `test -f 'milenage/milenage.c' || echo './'`milenage/milenage.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wall -I../../include -g -O2 -MT milenage.lo -MD -MP -MF .deps/milenage.Tpo -c milenage/milenage.c  -DDLL_EXPORT -DPIC -o .libs/milenage.o
mv -f .deps/milenage.Tpo .deps/milenage.Plo
/bin/sh ../../libtool  --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H  -I. -I../..     -Wall   -I../../include -g -O2 -MT gan.lo -MD -MP -MF .deps/gan.Tpo -c -o gan.lo gan.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wall -I../../include -g -O2 -MT gan.lo -MD -MP -MF .deps/gan.Tpo -c gan.c  -DDLL_EXPORT -DPIC -o .libs/gan.o
mv -f .deps/gan.Tpo .deps/gan.Plo
/bin/sh ../../libtool  --tag=CC    --mode=link gcc -Wall   -I../../include -g -O2  -Wl,--version-script=./libosmogsm.map -version-info 3:0:0  -o libosmogsm.la -rpath /usr/local/lib a5.lo rxlev_stat.lo tlv_parser.lo  comp128.lo gsm_utils.lo rsl.lo gsm48.lo gsm48_ie.lo gsm0808.lo  sysinfo.lo gprs_cipher_core.lo gsm0480.lo abis_nm.lo  gsm0502.lo gsm0411_utils.lo gsm0411_smc.lo gsm0411_smr.lo  lapd_core.lo lapdm.lo auth_core.lo auth_comp128v1.lo  auth_milenage.lo aes-encblock.lo aes-internal.lo  aes-internal-enc.lo milenage.lo gan.lo ../../src/libosmocore.la

*** Warning: This system can not link to static lib archive ../../src/libosmocore.la.
*** I have the capability to make that library automatically link in when
*** you link to this library.  But I can only do this if you have a
*** shared version of the library, which you do not appear to have.
libtool: link: warning: undefined symbols not allowed in i686-pc-cygwin shared libraries
libtool: link: ar cru .libs/libosmogsm.a  .libs/a5.o .libs/rxlev_stat.o .libs/tlv_parser.o .libs/comp128.o .libs/gsm_utils.o .libs/rsl.o .libs/gsm48.o .libs/gsm48_ie.o .libs/gsm0808.o .libs/sysinfo.o .libs/gprs_cipher_core.o .libs/gsm0480.o .libs/abis_nm.o .libs/gsm0502.o .libs/gsm0411_utils.o .libs/gsm0411_smc.o .libs/gsm0411_smr.o .libs/lapd_core.o .libs/lapdm.o .libs/auth_core.o .libs/auth_comp128v1.o .libs/auth_milenage.o .libs/aes-encblock.o .libs/aes-internal.o .libs/aes-internal-enc.o .libs/milenage.o .libs/gan.o
libtool: link: ranlib .libs/libosmogsm.a
libtool: link: ( cd ".libs" && rm -f "libosmogsm.la" && ln -s "../libosmogsm.la" "libosmogsm.la" )
make[2]: Leaving directory `/cygdrive/d/Workspace/Morpho/libosmocore/src/gsm'
Making all in src/gb
make[2]: Entering directory `/cygdrive/d/Workspace/Morpho/libosmocore/src/gb'
/bin/sh ../../libtool  --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H  -I. -I../..     -Wall  -fno-strict-aliasing  -I../../include -g -O2 -MT gprs_ns.lo -MD -MP -MF .deps/gprs_ns.Tpo -c -o gprs_ns.lo gprs_ns.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wall -fno-strict-aliasing -I../../include -g -O2 -MT gprs_ns.lo -MD -MP -MF .deps/gprs_ns.Tpo -c gprs_ns.c  -DDLL_EXPORT -DPIC -o .libs/gprs_ns.o
mv -f .deps/gprs_ns.Tpo .deps/gprs_ns.Plo
/bin/sh ../../libtool  --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H  -I. -I../..     -Wall  -fno-strict-aliasing  -I../../include -g -O2 -MT gprs_ns_frgre.lo -MD -MP -MF .deps/gprs_ns_frgre.Tpo -c -o gprs_ns_frgre.lo gprs_ns_frgre.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wall -fno-strict-aliasing -I../../include -g -O2 -MT gprs_ns_frgre.lo -MD -MP -MF .deps/gprs_ns_frgre.Tpo -c gprs_ns_frgre.c  -DDLL_EXPORT -DPIC -o .libs/gprs_ns_frgre.o
mv -f .deps/gprs_ns_frgre.Tpo .deps/gprs_ns_frgre.Plo
/bin/sh ../../libtool  --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H  -I. -I../..     -Wall  -fno-strict-aliasing  -I../../include -g -O2 -MT gprs_ns_vty.lo -MD -MP -MF .deps/gprs_ns_vty.Tpo -c -o gprs_ns_vty.lo gprs_ns_vty.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wall -fno-strict-aliasing -I../../include -g -O2 -MT gprs_ns_vty.lo -MD -MP -MF .deps/gprs_ns_vty.Tpo -c gprs_ns_vty.c  -DDLL_EXPORT -DPIC -o .libs/gprs_ns_vty.o
mv -f .deps/gprs_ns_vty.Tpo .deps/gprs_ns_vty.Plo
/bin/sh ../../libtool  --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H  -I. -I../..     -Wall  -fno-strict-aliasing  -I../../include -g -O2 -MT gprs_bssgp.lo -MD -MP -MF .deps/gprs_bssgp.Tpo -c -o gprs_bssgp.lo gprs_bssgp.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wall -fno-strict-aliasing -I../../include -g -O2 -MT gprs_bssgp.lo -MD -MP -MF .deps/gprs_bssgp.Tpo -c gprs_bssgp.c  -DDLL_EXPORT -DPIC -o .libs/gprs_bssgp.o
mv -f .deps/gprs_bssgp.Tpo .deps/gprs_bssgp.Plo
/bin/sh ../../libtool  --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H  -I. -I../..     -Wall  -fno-strict-aliasing  -I../../include -g -O2 -MT gprs_bssgp_util.lo -MD -MP -MF .deps/gprs_bssgp_util.Tpo -c -o gprs_bssgp_util.lo gprs_bssgp_util.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wall -fno-strict-aliasing -I../../include -g -O2 -MT gprs_bssgp_util.lo -MD -MP -MF .deps/gprs_bssgp_util.Tpo -c gprs_bssgp_util.c  -DDLL_EXPORT -DPIC -o .libs/gprs_bssgp_util.o
mv -f .deps/gprs_bssgp_util.Tpo .deps/gprs_bssgp_util.Plo
/bin/sh ../../libtool  --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H  -I. -I../..     -Wall  -fno-strict-aliasing  -I../../include -g -O2 -MT gprs_bssgp_vty.lo -MD -MP -MF .deps/gprs_bssgp_vty.Tpo -c -o gprs_bssgp_vty.lo gprs_bssgp_vty.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wall -fno-strict-aliasing -I../../include -g -O2 -MT gprs_bssgp_vty.lo -MD -MP -MF .deps/gprs_bssgp_vty.Tpo -c gprs_bssgp_vty.c  -DDLL_EXPORT -DPIC -o .libs/gprs_bssgp_vty.o
mv -f .deps/gprs_bssgp_vty.Tpo .deps/gprs_bssgp_vty.Plo
/bin/sh ../../libtool  --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H  -I. -I../..     -Wall  -fno-strict-aliasing  -I../../include -g -O2 -MT gprs_bssgp_bss.lo -MD -MP -MF .deps/gprs_bssgp_bss.Tpo -c -o gprs_bssgp_bss.lo gprs_bssgp_bss.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wall -fno-strict-aliasing -I../../include -g -O2 -MT gprs_bssgp_bss.lo -MD -MP -MF .deps/gprs_bssgp_bss.Tpo -c gprs_bssgp_bss.c  -DDLL_EXPORT -DPIC -o .libs/gprs_bssgp_bss.o
mv -f .deps/gprs_bssgp_bss.Tpo .deps/gprs_bssgp_bss.Plo
/bin/sh ../../libtool  --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H  -I. -I../..     -Wall  -fno-strict-aliasing  -I../../include -g -O2 -MT common_vty.lo -MD -MP -MF .deps/common_vty.Tpo -c -o common_vty.lo common_vty.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wall -fno-strict-aliasing -I../../include -g -O2 -MT common_vty.lo -MD -MP -MF .deps/common_vty.Tpo -c common_vty.c  -DDLL_EXPORT -DPIC -o .libs/common_vty.o
mv -f .deps/common_vty.Tpo .deps/common_vty.Plo
/bin/sh ../../libtool  --tag=CC    --mode=link gcc -Wall  -fno-strict-aliasing  -I../../include -g -O2  -Wl,--version-script=./libosmogb.map -version-info 2:0:0  -o libosmogb.la -rpath /usr/local/lib gprs_ns.lo gprs_ns_frgre.lo  gprs_ns_vty.lo gprs_bssgp.lo  gprs_bssgp_util.lo gprs_bssgp_vty.lo  gprs_bssgp_bss.lo common_vty.lo ../../src/libosmocore.la  ../../src/vty/libosmovty.la  ../../src/gsm/libosmogsm.la

*** Warning: This system can not link to static lib archive ../../src/libosmocore.la.
*** I have the capability to make that library automatically link in when
*** you link to this library.  But I can only do this if you have a
*** shared version of the library, which you do not appear to have.

*** Warning: This system can not link to static lib archive ../../src/vty/libosmovty.la.
*** I have the capability to make that library automatically link in when
*** you link to this library.  But I can only do this if you have a
*** shared version of the library, which you do not appear to have.

*** Warning: This system can not link to static lib archive ../../src/gsm/libosmogsm.la.
*** I have the capability to make that library automatically link in when
*** you link to this library.  But I can only do this if you have a
*** shared version of the library, which you do not appear to have.

*** Warning: This system can not link to static lib archive /cygdrive/d/Workspace/Morpho/libosmocore/src/libosmocore.la.
*** I have the capability to make that library automatically link in when
*** you link to this library.  But I can only do this if you have a
*** shared version of the library, which you do not appear to have.
libtool: link: warning: undefined symbols not allowed in i686-pc-cygwin shared libraries
libtool: link: ar cru .libs/libosmogb.a  .libs/gprs_ns.o .libs/gprs_ns_frgre.o .libs/gprs_ns_vty.o .libs/gprs_bssgp.o .libs/gprs_bssgp_util.o .libs/gprs_bssgp_vty.o .libs/gprs_bssgp_bss.o .libs/common_vty.o
libtool: link: ranlib .libs/libosmogb.a
libtool: link: ( cd ".libs" && rm -f "libosmogb.la" && ln -s "../libosmogb.la" "libosmogb.la" )
make[2]: Leaving directory `/cygdrive/d/Workspace/Morpho/libosmocore/src/gb'
Making all in tests
make[2]: Entering directory `/cygdrive/d/Workspace/Morpho/libosmocore/tests'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/cygdrive/d/Workspace/Morpho/libosmocore/tests'
Making all in utils
make[2]: Entering directory `/cygdrive/d/Workspace/Morpho/libosmocore/utils'
gcc -DHAVE_CONFIG_H -I. -I..     -Wall  -I../include -g -O2 -MT osmo-arfcn.o -MD -MP -MF .deps/osmo-arfcn.Tpo -c -o osmo-arfcn.o osmo-arfcn.c
osmo-arfcn.c: In function ?freq2arfcn?:
osmo-arfcn.c:80:1: warning: control reaches end of non-void function
osmo-arfcn.c: In function ?main?:
osmo-arfcn.c:92:8: warning: ?param? may be used uninitialized in this function
mv -f .deps/osmo-arfcn.Tpo .deps/osmo-arfcn.Po
/bin/sh ../libtool  --tag=CC    --mode=link gcc -Wall  -I../include -g -O2    -o osmo-arfcn.exe osmo-arfcn.o ../src/libosmocore.la ../src/gsm/libosmogsm.la
libtool: link: gcc -Wall -I../include -g -O2 -o .libs/osmo-arfcn.exe osmo-arfcn.o  ../src/.libs/libosmocore.a ../src/gsm/.libs/libosmogsm.a /cygdrive/d/Workspace/Morpho/libosmocore/src/.libs/libosmocore.a
gcc -DHAVE_CONFIG_H -I. -I..     -Wall  -I../include -g -O2 -MT osmo-auc-gen.o -MD -MP -MF .deps/osmo-auc-gen.Tpo -c -o osmo-auc-gen.o osmo-auc-gen.c
osmo-auc-gen.c: In function ?main?:
osmo-auc-gen.c:216:3: warning: implicit declaration of function ?time?
osmo-auc-gen.c:217:3: warning: dereferencing type-punned pointer will break strict-aliasing rules
osmo-auc-gen.c:249:3: warning: format ?%lu? expects type ?long unsigned int?, but argument 2 has type ?uint64_t?
osmo-auc-gen.c:249:3: warning: format ?%lu? expects type ?long unsigned int?, but argument 2 has type ?uint64_t?
mv -f .deps/osmo-auc-gen.Tpo .deps/osmo-auc-gen.Po
/bin/sh ../libtool  --tag=CC    --mode=link gcc -Wall  -I../include -g -O2    -o osmo-auc-gen.exe osmo-auc-gen.o ../src/libosmocore.la ../src/gsm/libosmogsm.la
libtool: link: gcc -Wall -I../include -g -O2 -o .libs/osmo-auc-gen.exe osmo-auc-gen.o  ../src/.libs/libosmocore.a ../src/gsm/.libs/libosmogsm.a /cygdrive/d/Workspace/Morpho/libosmocore/src/.libs/libosmocore.a
make[2]: Leaving directory `/cygdrive/d/Workspace/Morpho/libosmocore/utils'
make[2]: Entering directory `/cygdrive/d/Workspace/Morpho/libosmocore'
make[2]: Leaving directory `/cygdrive/d/Workspace/Morpho/libosmocore'
make[1]: Leaving directory `/cygdrive/d/Workspace/Morpho/libosmocore'


More information about the simtrace mailing list