From hugofredericosoares at gmail.com Wed Feb 6 17:43:21 2013 From: hugofredericosoares at gmail.com (Hugo Soares) Date: Wed, 6 Feb 2013 14:43:21 -0300 Subject: Initialization log Message-ID: Hi guys, My group bought a SIMTrace board from you and we're waiting for it to arrive. In the meantime, would you mind sending a log collected with it? Log should have the initial communication (including ATR) until network registration. Is that too much trouble? -- Atenciosamente, Hugo Frederico Soares -------------- next part -------------- An HTML attachment was scrubbed... URL: From laforge at gnumonks.org Thu Feb 7 09:46:58 2013 From: laforge at gnumonks.org (Harald Welte) Date: Thu, 7 Feb 2013 10:46:58 +0100 Subject: Initialization log In-Reply-To: References: Message-ID: <20130207094658.GX21324@prithivi.gnumonks.org> Hi Hugo, On Wed, Feb 06, 2013 at 02:43:21PM -0300, Hugo Soares wrote: > My group bought a SIMTrace board from you and we're waiting for it to > arrive. In the meantime, would you mind sending a log collected with it? > Log should have the initial communication (including ATR) until network > registration. Is that too much trouble? just a minor clarification: SIMtrace is developed by a free software / open hardware community called Osmocom. Anyone can build and sell the hardware. sysmocom is a company founded by two of the Osmocom project members and it sells it on its webshop. So you didn't really buy it from the community (to whose mailing list you sent this message). Regarding the traces: There is one at http://bb.osmocom.org/trac/attachment/wiki/SIMtrace/c123_chinamobile.pcap but it might not actually have registered to any network at that time. I myself don't have ready-made traces of what you are asking for, so I would have to prepare it. Maybe somebody else here has example traces of a full phone boot until network registration? One reason why many people might not want to share traces is the amount of sensitive private data (such as IMSI, SIM-PIN, Location (Cell-ID, LAC) and other private data that is contained in such traces, at least if they are done with operator-issued SIM cards in networks of regular operators. Regards, Harald > -- > Atenciosamente, > Hugo Frederico Soares -- - Harald Welte http://laforge.gnumonks.org/ ============================================================================ "Privacy in residential applications is a desirable marketing option." (ETSI EN 300 175-7 Ch. A6) From samuel.weinbeck at gmail.com Tue Feb 19 21:42:48 2013 From: samuel.weinbeck at gmail.com (Samuel Weinbeck) Date: Tue, 19 Feb 2013 13:42:48 -0800 Subject: USB commands Message-ID: Hi all, I am playing around with the USB commands in SIMTrace but I'm having a bit of trouble. I wrote a short python script to send a GET_VERSION command. However, only the first one is received by the board. If I run it, the first time I will see a GET_VERSION in the debug terminal. If I try again, however many times, I do not see any output. Why is this? The script: ---snip--- #!/usr/bin/python import usb.core import usb.util cmd="\x01\x00\x00\x00" dev=usb.core.find(idVendor=0x16c0, idProduct=0x0762) dev.set_configuration() dev.write(1, cmd, 0) ---snip--- From peter at stuge.se Wed Feb 20 01:41:31 2013 From: peter at stuge.se (Peter Stuge) Date: Wed, 20 Feb 2013 02:41:31 +0100 Subject: USB commands In-Reply-To: References: Message-ID: <20130220014131.21285.qmail@stuge.se> Samuel Weinbeck wrote: > I am playing around with the USB commands in SIMTrace but I'm having a > bit of trouble. I wrote a short python script to send a GET_VERSION > command. However, only the first one is received by the board. > > If I run it, the first time I will see a GET_VERSION in the debug > terminal. If I try again, however many times, I do not see any output. > > Why is this? Maybe you need to read a response? //Peter From samuel.weinbeck at gmail.com Wed Feb 20 16:02:23 2013 From: samuel.weinbeck at gmail.com (Samuel Weinbeck) Date: Wed, 20 Feb 2013 08:02:23 -0800 Subject: USB commands In-Reply-To: <20130220014131.21285.qmail@stuge.se> References: <20130220014131.21285.qmail@stuge.se> Message-ID: On Tue, Feb 19, 2013 at 5:41 PM, Peter Stuge wrote: > Samuel Weinbeck wrote: >> I am playing around with the USB commands in SIMTrace but I'm having a >> bit of trouble. I wrote a short python script to send a GET_VERSION >> command. However, only the first one is received by the board. >> >> If I run it, the first time I will see a GET_VERSION in the debug >> terminal. If I try again, however many times, I do not see any output. >> >> Why is this? > > Maybe you need to read a response? > The command I am running is SET_LED. I run it twice. The first is to turn the green LED on, and the second is to turn it off. It doesn't get turned off. The debug terminal only shows "SET LED" once. Looking at the source code, it doesn't appear that there is a response. OPENPCD_FLAG_RESPOND is not set in the flags member of the header. From laforge at gnumonks.org Tue Feb 26 20:30:28 2013 From: laforge at gnumonks.org (Harald Welte) Date: Tue, 26 Feb 2013 21:30:28 +0100 Subject: [ANNOUNCE] OsmoDevCon 2013-04-04 till 2013-04-07, Berlin Message-ID: <20130226203028.GK1262@prithivi.gnumonks.org> Dear fellow Osmcoom developers, it is my pleasure to finally announce the date + venue of OsmoDevCon 2013: Date: April 04 through April 07, 2013 Place: IN-Berlin, Lehrter Str. 53, Berlin Like last year, this is an event for developers of the various Osmocom proejects. Reservation and confirmation of reservation is required. The event is free of charge. The Room is made available by IN-Berlin e.V., an Internet related non-profit organization. Lunch catering will be sponsored (so far by sysmocom GmbH, but if any other sponsors come up, we are happy to share the cost). So all you have to cover is your own travel + accomodation costs, as well as breakfast and dinner. If you are an active developer and cannot afford travel/accomodation, please let me know and I'll see if we can do something about it. If you would like to attend, please send a message to laforge at gnumonks.org applying for registration of the event. The registration deadline is March 5, i.e. one week from now. There is no detailed schedule of talks yet. I will start a separate discussion suggesting / collecting topics in the next couple of days. More information is (and will be made) available at http://openbsc.osmocom.org/trac/wiki/OsmoDevCon2013 Further discussion regarding the event should be directed at the osmocom-event-orga at lists.osmocom.org mailing list, to avoid cross-posting over the various project-specific lists. Best regards and happy hacking, Harald -- - Harald Welte http://laforge.gnumonks.org/ ============================================================================ "Privacy in residential applications is a desirable marketing option." (ETSI EN 300 175-7 Ch. A6) -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 190 bytes Desc: Digital signature URL: From hugofredericosoares at gmail.com Thu Feb 28 16:56:00 2013 From: hugofredericosoares at gmail.com (Hugo Soares) Date: Thu, 28 Feb 2013 13:56:00 -0300 Subject: Host usage under Windows Message-ID: Hi guys! Some time ago I stopped by asking what would one do to compile under Windows, and it was suggested to use cygwin to build the application and than use it with cygwin dll to run it under linux. Well, I'm having some issues to do that... From holger at freyther.de Thu Feb 28 20:13:39 2013 From: holger at freyther.de (Holger Hans Peter Freyther) Date: Thu, 28 Feb 2013 21:13:39 +0100 Subject: Host usage under Windows In-Reply-To: References: Message-ID: <20130228201339.GC12430@xiaoyu.lan> On Thu, Feb 28, 2013 at 01:56:00PM -0300, Hugo Soares wrote: Hi, > From here , I need libosmocore, > and I was told by Peter Stuge to use libusb too. Ok... libusb compiled ok > under cygwin, now I have cygusb.dll. > Now I need libosmocore to produce the dlls I need to use with the host > application. how do you know you do not have DLLs? > CCLD libosmocore.la it has linked something. You can use make V=1 to get a complete output. On Unix it will write files to src/.libs/*. > CCLD osmo-arfcn.exe use objdump -x THAT_FILE | less does it link to a DLL? In case you have VisualStudio you can use depends.exe to get a graphical output of that. holger From hugofredericosoares at gmail.com Thu Feb 28 20:41:31 2013 From: hugofredericosoares at gmail.com (Hugo Soares) Date: Thu, 28 Feb 2013 17:41:31 -0300 Subject: Host usage under Windows In-Reply-To: <20130228201339.GC12430@xiaoyu.lan> References: <20130228201339.GC12430@xiaoyu.lan> Message-ID: Well, I saw it produced something. But since I'm such a noob at autotools and friends I searched for a dll file under libosmocore and didn't find one. When I built libusb, cygusb.dll was generated with no effort on my part. 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. 2013/2/28 Holger Hans Peter Freyther > On Thu, Feb 28, 2013 at 01:56:00PM -0300, Hugo Soares wrote: > > Hi, > > > > From here , I need > libosmocore, > > and I was told by Peter Stuge to use libusb too. Ok... libusb compiled ok > > under cygwin, now I have cygusb.dll. > > Now I need libosmocore to produce the dlls I need to use with the host > > application. > > how do you know you do not have DLLs? > > > CCLD libosmocore.la > > it has linked something. You can use make V=1 to get a complete output. On > Unix it will write files to src/.libs/*. > > > > CCLD osmo-arfcn.exe > > use objdump -x THAT_FILE | less > does it link to a DLL? In case you have VisualStudio you can use > depends.exe > to get a graphical output of that. > > > holger > -- Atenciosamente, Hugo Frederico Soares -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- ?objdump -x ./utils/osmo-arfcn.exe ./utils/osmo-arfcn.exe: file format pei-i386 ./utils/osmo-arfcn.exe architecture: i386, flags 0x00000102: EXEC_P, D_PAGED start address 0x00401000 Characteristics 0x32f relocations stripped executable line numbers stripped symbols stripped large address aware 32 bit words debugging information removed Time/Date Thu Feb 28 17:29:25 2013 Magic 010b (PE32) MajorLinkerVersion 2 MinorLinkerVersion 23 SizeOfCode 00003000 SizeOfInitializedData 00005200 SizeOfUninitializedData 00000200 AddressOfEntryPoint 00001000 BaseOfCode 00001000 BaseOfData 00004000 ImageBase 00400000 SectionAlignment 00001000 FileAlignment 00000200 MajorOSystemVersion 4 MinorOSystemVersion 0 MajorImageVersion 1 MinorImageVersion 0 MajorSubsystemVersion 4 MinorSubsystemVersion 0 Win32Version 00000000 SizeOfImage 00009000 SizeOfHeaders 00000400 CheckSum 00009e11 Subsystem 00000003 (Windows CUI) DllCharacteristics 00008000 SizeOfStackReserve 00200000 SizeOfStackCommit 00001000 SizeOfHeapReserve 00100000 SizeOfHeapCommit 00001000 LoaderFlags 00000000 NumberOfRvaAndSizes 00000010 The Data Directory Entry 0 00000000 00000000 Export Directory [.edata (or where ever we found it)] Entry 1 00008000 000003d0 Import Directory [parts of .idata] Entry 2 00000000 00000000 Resource Directory [.rsrc] Entry 3 00000000 00000000 Exception Directory [.pdata] Entry 4 00000000 00000000 Security Directory Entry 5 00000000 00000000 Base Relocation Directory [.reloc] Entry 6 00000000 00000000 Debug Directory Entry 7 00000000 00000000 Description Directory Entry 8 00000000 00000000 Special Directory Entry 9 00000000 00000000 Thread Storage Directory [.tls] Entry a 00000000 00000000 Load Configuration Directory Entry b 00000000 00000000 Bound Import Directory Entry c 000080d0 00000094 Import Address Table Directory Entry d 00000000 00000000 Delay Import Directory Entry e 00000000 00000000 CLR Runtime Header Entry f 00000000 00000000 Reserved There is an import table in .idata at 0x408000 The Import Tables (interpreted .idata section contents) vma: Hint Time Forward DLL First Table Stamp Chain Name Thunk 00008000 0000803c 00000000 00000000 000083ac 000080d0 DLL Name: cygwin1.dll vma: Hint/Ord Member-Name Bound-To 8164 16 __assert_func 8174 32 __errno 8180 54 __getreent 8190 61 __main 819c 184 _dll_crt0 at 0 81ac 369 _impure_ptr 81bc 430 _lstat64 81c8 566 _stat64 81d4 735 calloc 81e0 763 chmod 81e8 836 cygwin_detach_dll 81fc 838 cygwin_internal 8210 859 dll_dllcrt0 8220 909 execv 8228 913 exit 8230 994 fprintf 823c 996 fputc 8244 1001 free 824c 1041 fwrite 8258 1061 getcwd 8264 1066 getenv 8270 1283 malloc 827c 1301 memcpy 8288 1521 realloc 8294 1523 realpath 82a0 1611 setenv 82ac 1623 setmode 82b8 1717 strcat 82c4 1720 strcmp 82d0 1722 strcpy 82dc 1725 strerror 82e8 1731 strlen 82f4 1847 vfprintf 00008014 000080c4 00000000 00000000 000083c0 00008158 DLL Name: KERNEL32.dll vma: Hint/Ord Member-Name Bound-To 8300 533 GetModuleHandleA 8314 581 GetProcAddress 00008028 00000000 00000000 00000000 00000000 00000000 Sections: Idx Name Size VMA LMA File off Algn 0 .text 00002fe8 00401000 00401000 00000400 2**4 CONTENTS, ALLOC, LOAD, READONLY, CODE, DATA 1 .data 00001b88 00404000 00404000 00003400 2**5 CONTENTS, ALLOC, LOAD, DATA 2 .eh_frame 00000004 00406000 00406000 00005000 2**2 CONTENTS, ALLOC, LOAD, DATA 3 .bss 00000110 00407000 00407000 00000000 2**5 ALLOC 4 .idata 000003d0 00408000 00408000 00005200 2**2 CONTENTS, ALLOC, LOAD, DATA SYMBOL TABLE: no symbols -------------- next part -------------- ?$ make V=1 cd . && /bin/sh /cygdrive/d/Workspace/Morpho/libosmocore/missing --run automake-1.12 --foreign Makefile Makefile.am:3: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS') cd . && /bin/sh ./config.status Makefile config.status: creating Makefile 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 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 -o timer.o >/dev/null 2>&1 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 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 -o select.o >/dev/null 2>&1 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 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 -o signal.o >/dev/null 2>&1 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 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 -o msgb.o >/dev/null 2>&1 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 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 -o bits.o >/dev/null 2>&1 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 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 -o bitvec.o >/dev/null 2>&1 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 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 -o statistics.o >/dev/null 2>&1 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 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 -o write_queue.o >/dev/null 2>&1 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' 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 -o utils.o >/dev/null 2>&1 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 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 -o socket.o >/dev/null 2>&1 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' 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 -o logging.o >/dev/null 2>&1 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 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 -o logging_syslog.o >/dev/null 2>&1 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 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 -o rate_ctr.o >/dev/null 2>&1 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 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 -o gsmtap_util.o >/dev/null 2>&1 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 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 -o crc16.o >/dev/null 2>&1 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 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 -o panic.o >/dev/null 2>&1 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 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 -o backtrace.o >/dev/null 2>&1 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 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 -o conv.o >/dev/null 2>&1 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 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 -o application.o >/dev/null 2>&1 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 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 -o rbtree.o >/dev/null 2>&1 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 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 -o strrb.o >/dev/null 2>&1 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 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 -o loggingrb.o >/dev/null 2>&1 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 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 -o crc8gen.o >/dev/null 2>&1 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 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 -o crc16gen.o >/dev/null 2>&1 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 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 -o crc32gen.o >/dev/null 2>&1 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 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 -o crc64gen.o >/dev/null 2>&1 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 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 -o plugin.o >/dev/null 2>&1 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 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 -o talloc.o >/dev/null 2>&1 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 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 -o msgfile.o >/dev/null 2>&1 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 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 -o serial.o >/dev/null 2>&1 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 timer.o select.o signal.o msgb.o bits.o bitvec.o statistics.o write_queue.o utils.o socket.o logging.o logging_syslog.o rate_ctr.o gsmtap_util.o crc16.o panic.o backtrace.o conv.o application.o rbtree.o strrb.o loggingrb.o crc8gen.o crc16gen.o crc32gen.o crc64gen.o plugin.o talloc.o msgfile.o 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 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 -o buffer.o >/dev/null 2>&1 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 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 -o command.o >/dev/null 2>&1 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' 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 -o vty.o >/dev/null 2>&1 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 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 -o vector.o >/dev/null 2>&1 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' 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 -o utils.o >/dev/null 2>&1 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 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 -o telnet_interface.o >/dev/null 2>&1 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 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 -o logging_vty.o >/dev/null 2>&1 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 buffer.o command.o vty.o vector.o utils.o telnet_interface.o 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 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 -o gsm610.o >/dev/null 2>&1 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 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 -o gsm620.o >/dev/null 2>&1 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 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 -o gsm660.o >/dev/null 2>&1 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 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 -o gsm690.o >/dev/null 2>&1 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 gsm610.o gsm620.o gsm660.o 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 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 -o a5.o >/dev/null 2>&1 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 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 -o rxlev_stat.o >/dev/null 2>&1 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 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 -o tlv_parser.o >/dev/null 2>&1 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 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 -o comp128.o >/dev/null 2>&1 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' 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 -o gsm_utils.o >/dev/null 2>&1 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 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 -o rsl.o >/dev/null 2>&1 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 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 -o gsm48.o >/dev/null 2>&1 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 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 -o gsm48_ie.o >/dev/null 2>&1 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 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 -o gsm0808.o >/dev/null 2>&1 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 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 -o sysinfo.o >/dev/null 2>&1 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 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 -o gprs_cipher_core.o >/dev/null 2>&1 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 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 -o gsm0480.o >/dev/null 2>&1 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 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 -o abis_nm.o >/dev/null 2>&1 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 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 -o gsm0502.o >/dev/null 2>&1 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 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 -o gsm0411_utils.o >/dev/null 2>&1 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 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 -o gsm0411_smc.o >/dev/null 2>&1 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 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 -o gsm0411_smr.o >/dev/null 2>&1 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 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 -o lapd_core.o >/dev/null 2>&1 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 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 -o lapdm.o >/dev/null 2>&1 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 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 -o auth_core.o >/dev/null 2>&1 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 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 -o auth_comp128v1.o >/dev/null 2>&1 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 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 -o auth_milenage.o >/dev/null 2>&1 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 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 -o aes-encblock.o >/dev/null 2>&1 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 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 -o aes-internal.o >/dev/null 2>&1 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 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 -o aes-internal-enc.o >/dev/null 2>&1 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 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 -o milenage.o >/dev/null 2>&1 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 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 -o gan.o >/dev/null 2>&1 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 a5.o rxlev_stat.o tlv_parser.o comp128.o gsm_utils.o rsl.o gsm48.o gsm48_ie.o gsm0808.o sysinfo.o gprs_cipher_core.o gsm0480.o abis_nm.o gsm0502.o gsm0411_utils.o gsm0411_smc.o gsm0411_smr.o lapd_core.o lapdm.o auth_core.o auth_comp128v1.o auth_milenage.o aes-encblock.o aes-internal.o aes-internal-enc.o milenage.o 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 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 -o gprs_ns.o >/dev/null 2>&1 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 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 -o gprs_ns_frgre.o >/dev/null 2>&1 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 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 -o gprs_ns_vty.o >/dev/null 2>&1 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 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 -o gprs_bssgp.o >/dev/null 2>&1 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 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 -o gprs_bssgp_util.o >/dev/null 2>&1 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 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 -o gprs_bssgp_vty.o >/dev/null 2>&1 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 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 -o gprs_bssgp_bss.o >/dev/null 2>&1 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 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 -o common_vty.o >/dev/null 2>&1 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 gprs_ns.o gprs_ns_frgre.o gprs_ns_vty.o gprs_bssgp.o gprs_bssgp_util.o gprs_bssgp_vty.o gprs_bssgp_bss.o 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' From holger at freyther.de Thu Feb 28 20:47:48 2013 From: holger at freyther.de (Holger Hans Peter Freyther) Date: Thu, 28 Feb 2013 21:47:48 +0100 Subject: Host usage under Windows In-Reply-To: References: <20130228201339.GC12430@xiaoyu.lan> Message-ID: <20130228204748.GE12430@xiaoyu.lan> 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? From hugofredericosoares at gmail.com Thu Feb 28 21:04:19 2013 From: hugofredericosoares at gmail.com (Hugo Soares) Date: Thu, 28 Feb 2013 18:04:19 -0300 Subject: Host usage under Windows In-Reply-To: <20130228204748.GE12430@xiaoyu.lan> References: <20130228201339.GC12430@xiaoyu.lan> <20130228204748.GE12430@xiaoyu.lan> Message-ID: Nothing changed, except from configure output (attached). No dll generated yet. Any ideas? 2013/2/28 Holger Hans Peter Freyther > 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: -------------- 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'