Posted to tcl by kbk at Fri Feb 01 18:54:50 GMT 2008view pretty
configure:7418: cl -o conftest.exe -debug:full -debugtype:both -warn:2 conftest.c >&5
conftest.c
Microsoft (R) Incremental Linker Version 8.00.50727.762
Copyright (C) Microsoft Corporation. All rights reserved.
/out:conftest.exe
/out:conftest.exe
conftest.obj
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 14.00.50727.762 for 80x86
Copyright (C) Microsoft Corporation. All rights reserved.
cl : Command line warning D9035 : option 'o' has been deprecated and will be removed in a future release
cl : Command line warning D9002 : ignoring unknown option '-debug:full'
cl : Command line warning D9002 : ignoring unknown option '-debugtype:both'
cl : Command line warning D9002 : ignoring unknown option '-warn:2'
configure:7424: $? = 0
configure:7428: test -z
|| test ! -s conftest.err
configure:7431: $? = 0
configure:7434: test -s conftest.exe
configure:7437: $? = 0
configure:7513: cl -o conftest.exe -release -opt:ref -opt:icf,3 conftest.c >&5
conftest.c
Microsoft (R) Incremental Linker Version 8.00.50727.762
Copyright (C) Microsoft Corporation. All rights reserved.
/out:conftest.exe
/out:conftest.exe
/out:pt:ref.exe
/out:pt:icf,3.exe
conftest.obj
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 14.00.50727.762 for 80x86
Copyright (C) Microsoft Corporation. All rights reserved.
cl : Command line warning D9035 : option 'o' has been deprecated and will be removed in a future release
cl : Command line warning D9035 : option 'o' has been deprecated and will be removed in a future release
cl : Command line warning D9035 : option 'o' has been deprecated and will be removed in a future release
cl : Command line warning D9002 : ignoring unknown option '-release'