You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I've been trying to compile a Windows executable from the Spring 2022 release, but I keep running into undefined reference to 'WinMain@16' errors when running make. I've tried this through both through MSYS2 on a Windows 10 machine and while trying to cross-compile with mingw on an Ubuntu 20.04.4 machine with the same result.
My apologies if there's a common fix to this - I'm not experienced at all with C compilers.
Details of my system setup and the error are below, while console output from autogen, configure, and make are attached
Thank you for your help!
Setup
Windows 10, MSYS2 fresh install (msys2-x86_64-20220503)
Installed packages:
base-devel
mingw-w64-i686-toolchain
autoconf-wrapper
automake-wrapper
Attempting to compile phyml-3.3.20220408 (Spring 2022 release) in MSYS2 MINGW x86
Hello,
I've been trying to compile a Windows executable from the Spring 2022 release, but I keep running into
undefined reference to 'WinMain@16'
errors when runningmake
. I've tried this through both through MSYS2 on a Windows 10 machine and while trying to cross-compile with mingw on an Ubuntu 20.04.4 machine with the same result.My apologies if there's a common fix to this - I'm not experienced at all with C compilers.
Details of my system setup and the error are below, while console output from
autogen
,configure
, andmake
are attachedThank you for your help!
Setup
Windows 10, MSYS2 fresh install (msys2-x86_64-20220503)
Installed packages:
Attempting to compile phyml-3.3.20220408 (Spring 2022 release) in MSYS2 MINGW x86
Error from make:
configure-log.log
autogen-log.log
make-log.log
The text was updated successfully, but these errors were encountered: