0

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 main': /usr/src/debug/cygwin-2.7.0-1/winsup/cygwin/lib/libcmain.c:37: undefined reference toWinMain' /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' I read this answer and tried compile flag -c but hasn't helped.

Community
  • 1
  • 1

1 Answers1

0

I have compiled mlt in cygwin with configure option --target-os=MinGW, but I have modified source code a little.