简体   繁体   中英

Linphone Compiling - configure: error: cannot run C compiled programs

I am trying to compile Linphone for windows but when I run "./configure --prefix=/opt/linphone --enable-shared --disable-static" I get an error message claiming that I cannot run C compiled programs.

I am using Mingw on Windows 8, I have installed the C++ and C compilers and also the Mingw Developer Tools

It appears to be a target mismatch error. Mingw32 binaries cannot be run on windows 32-bit kernel. You should try installing Mingw64 binaries. Also try building from a linux or windows machine. I had this issue which I resolved later by compiling on Mac.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM