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 holger@freyther.de
On Thu, Feb 28, 2013 at 01:56:00PM -0300, Hugo Soares wrote:
Hi,
From here http://bb.osmocom.org/trac/wiki/SIMtrace, 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