I tried to compile mlt in cygwin64.
And I have linker error:
/usr/lib/gcc/x86_64-pc-cygwin/5.4.0/../../../../lib/libcygwin.a(libcmain.o): In function
I read this answer and tried compile flag main':
/usr/src/debug/cygwin-2.7.0-1/winsup/cygwin/lib/libcmain.c:37: undefined reference to
WinMain'
/usr/src/debug/cygwin-2.7.0-1/winsup/cygwin/lib/libcmain.c:37:(.text.startup+0x7f): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `WinMain'
-c
but hasn't helped.