Posted to tcl by kbk at Fri Feb 01 18:54:50 GMT 2008view raw

  1. configure:7418: cl -o conftest.exe -debug:full -debugtype:both -warn:2 conftest.c >&5
  2. conftest.c
  3.  
  4. Microsoft (R) Incremental Linker Version 8.00.50727.762
  5.  
  6. Copyright (C) Microsoft Corporation. All rights reserved.
  7.  
  8.  
  9.  
  10. /out:conftest.exe
  11.  
  12. /out:conftest.exe
  13.  
  14. conftest.obj
  15.  
  16. Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 14.00.50727.762 for 80x86
  17. Copyright (C) Microsoft Corporation. All rights reserved.
  18.  
  19. cl : Command line warning D9035 : option 'o' has been deprecated and will be removed in a future release
  20. cl : Command line warning D9002 : ignoring unknown option '-debug:full'
  21. cl : Command line warning D9002 : ignoring unknown option '-debugtype:both'
  22. cl : Command line warning D9002 : ignoring unknown option '-warn:2'
  23. configure:7424: $? = 0
  24. configure:7428: test -z
  25. || test ! -s conftest.err
  26. configure:7431: $? = 0
  27. configure:7434: test -s conftest.exe
  28. configure:7437: $? = 0
  29. configure:7513: cl -o conftest.exe -release -opt:ref -opt:icf,3 conftest.c >&5
  30. conftest.c
  31.  
  32. Microsoft (R) Incremental Linker Version 8.00.50727.762
  33.  
  34. Copyright (C) Microsoft Corporation. All rights reserved.
  35.  
  36.  
  37.  
  38. /out:conftest.exe
  39.  
  40. /out:conftest.exe
  41.  
  42. /out:pt:ref.exe
  43.  
  44. /out:pt:icf,3.exe
  45.  
  46. conftest.obj
  47.  
  48. Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 14.00.50727.762 for 80x86
  49. Copyright (C) Microsoft Corporation. All rights reserved.
  50.  
  51. cl : Command line warning D9035 : option 'o' has been deprecated and will be removed in a future release
  52. cl : Command line warning D9035 : option 'o' has been deprecated and will be removed in a future release
  53. cl : Command line warning D9035 : option 'o' has been deprecated and will be removed in a future release
  54. cl : Command line warning D9002 : ignoring unknown option '-release'
  55.