Changes between Version 4 and Version 5 of CompilationGuide/MSVC
- Timestamp:
- Jul 8, 2015, 6:25:05 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CompilationGuide/MSVC
v4 v5 47 47 ''you might see an error saying cl can't generate executable, this is because you installed the link.exe from msys. it conflicts with the link.exe of visual studio. 48 48 '' 49 50 {{{ 51 cl is unable to create an executable file. 52 If cl is a cross-compiler, use the --enable-cross-compile option. 53 Only do this if you know what cross compiling means. 54 C compiler test failed. 55 }}} 56 49 57 you can try "which link.exe" to verify if it is the case. if you see /bin/link.exe, then you can simply rm /bin/link.exe See here for details: [https://trac.ffmpeg.org/ticket/3203] 50 58
