Advertisement
Guest User

Untitled

a guest
Jul 2nd, 2014
249
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Administrator@121CBANSHULMPC /i/Anshul/Project/ffmpeg
  2. $ ./configure --toolchain=msvc
  3. cl is unable to create an executable file.
  4. If cl is a cross-compiler, use the --enable-cross-compile option.
  5. Only do this if you know what cross compiling means.
  6. C compiler test failed.
  7.  
  8. If you think configure made a mistake, make sure you are using the latest
  9. version from Git. If the latest version fails, report the problem to the
  10. ffmpeg-user@ffmpeg.org mailing list or IRC #ffmpeg on irc.freenode.net.
  11. Include the log file "config.log" produced by configure as this will help
  12. solving the problem.
  13.  
  14. Administrator@121CBANSHULMPC /i/Anshul/Project/ffmpeg
  15. $ cl
  16. Microsoft (R) C/C++ Optimizing Compiler Version 18.00.21005.1 for x64
  17. Copyright (C) Microsoft Corporation. All rights reserved.
  18.  
  19. usage: cl [ option... ] filename... [ /link linkoption... ]
  20.  
  21. Administrator@121CBANSHULMPC /i/Anshul/Project/ffmpeg
  22. $ cd ..
  23.  
  24. Administrator@121CBANSHULMPC /i/Anshul/Project
  25. $ cl temp.c
  26. Microsoft (R) C/C++ Optimizing Compiler Version 18.00.21005.1 for x64
  27. Copyright (C) Microsoft Corporation. All rights reserved.
  28.  
  29. temp.c
  30. Microsoft (R) Incremental Linker Version 12.00.21005.1
  31. Copyright (C) Microsoft Corporation. All rights reserved.
  32.  
  33. /out:temp.exe
  34. temp.obj
  35.  
  36. Administrator@121CBANSHULMPC /i/Anshul/Project
  37. $ temp.exe
  38. hello
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement