| 1 | Parrot Version 1.1.0 Configure 2.0 |
|---|
| 2 | Copyright (C) 2001-2009, Parrot Foundation. |
|---|
| 3 | |
|---|
| 4 | Hello, I'm Configure. My job is to poke and prod your system to figure out |
|---|
| 5 | how to build Parrot. The process is completely automated, unless you passed in |
|---|
| 6 | the `--ask' flag on the command line, in which case I'll prompt you for a few |
|---|
| 7 | pieces of info. |
|---|
| 8 | |
|---|
| 9 | Since you're running this program, you obviously have Perl 5--I'll be pulling |
|---|
| 10 | some defaults from its configuration. |
|---|
| 11 | |
|---|
| 12 | init::manifest - Check MANIFEST... |
|---|
| 13 | Check MANIFEST.....................................done. |
|---|
| 14 | init::defaults - Set Configure's default values... |
|---|
| 15 | Set Configure's default values.....................done. |
|---|
| 16 | init::install - Set up installation paths... |
|---|
| 17 | Set up installation paths..........................done. |
|---|
| 18 | init::hints - Load platform and local hints files... |
|---|
| 19 | [ init::hints::mswin32 init::hints::local ] |
|---|
| 20 | Load platform and local hints files................done. |
|---|
| 21 | init::headers - Find header files distributed with Parrot... |
|---|
| 22 | Find header files distributed with Parrot..........done. |
|---|
| 23 | inter::progs - Determine what C compiler and linker to use... |
|---|
| 24 | ccflags: -nologo -GF -W4 -MD -Zi -DNDEBUG -Ox -GL -Wp64 -fp:precise -DWIN32 -D_CONSOLE -DNO_STRICT -DWIN64 -DCONSERVATIVE -DUSE_SITECUSTOMIZE -DPRIVLIB_LAST_IN_INC |
|---|
| 25 | cl -nologo -GF -W4 -MD -Zi -DNDEBUG -Ox -GL -Wp64 -fp:precise -DWIN32 -D_CONSOLE -DNO_STRICT -DWIN64 -DCONSERVATIVE -DUSE_SITECUSTOMIZE -DPRIVLIB_LAST_IN_INC -I./include -c test_3896.c |
|---|
| 26 | test_3896.c |
|---|
| 27 | link bufferoverflowU.lib test_3896.obj -out:test_3896.exe kernel32.lib ws2_32.lib msvcrt.lib oldnames.lib |
|---|
| 28 | Microsoft (R) Incremental Linker Version 8.00.40310.39 |
|---|
| 29 | Copyright (C) Microsoft Corporation. All rights reserved. |
|---|
| 30 | |
|---|
| 31 | test_3896.obj : non-native module found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance |
|---|
| 32 | Microsoft (R) Incremental Linker Version 8.00.40310.39 |
|---|
| 33 | Copyright (C) Microsoft Corporation. All rights reserved. |
|---|
| 34 | |
|---|
| 35 | Generating code |
|---|
| 36 | Finished generating code |
|---|
| 37 | .\test_3896.exe |
|---|
| 38 | |
|---|
| 39 | Determine what C compiler and linker to use........done. |
|---|
| 40 | inter::make - Is make installed...checking for program: nmake or mingw32-make or gmake or make |
|---|
| 41 | C:\Program Files\Microsoft Platform SDK\Bin\nmake.EXE is executable |
|---|
| 42 | |
|---|
| 43 | Is make installed...................................yes. |
|---|
| 44 | inter::lex - Is lex installed... |
|---|
| 45 | Is lex installed................................skipped. |
|---|
| 46 | inter::yacc - Is yacc installed... |
|---|
| 47 | Is yacc installed...............................skipped. |
|---|
| 48 | auto::gcc - Is your C compiler actually gcc...cl -nologo -GF -W4 -MD -Zi -DNDEBUG -Ox -GL -Wp64 -fp:precise -DWIN32 -D_CONSOLE -DNO_STRICT -DWIN64 -DCONSERVATIVE -DUSE_SITECUSTOMIZE -DPRIVLIB_LAST_IN_INC -I./include -c test_3896.c |
|---|
| 49 | test_3896.c |
|---|
| 50 | test_3896.c(18) : warning C4100: 'argv' : unreferenced formal parameter |
|---|
| 51 | test_3896.c(18) : warning C4100: 'argc' : unreferenced formal parameter |
|---|
| 52 | link bufferoverflowU.lib test_3896.obj -out:test_3896.exe kernel32.lib ws2_32.lib msvcrt.lib oldnames.lib |
|---|
| 53 | Microsoft (R) Incremental Linker Version 8.00.40310.39 |
|---|
| 54 | Copyright (C) Microsoft Corporation. All rights reserved. |
|---|
| 55 | |
|---|
| 56 | test_3896.obj : non-native module found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance |
|---|
| 57 | Microsoft (R) Incremental Linker Version 8.00.40310.39 |
|---|
| 58 | Copyright (C) Microsoft Corporation. All rights reserved. |
|---|
| 59 | |
|---|
| 60 | Generating code |
|---|
| 61 | Finished generating code |
|---|
| 62 | .\test_3896.exe |
|---|
| 63 | ( |
|---|
| 64 | __GNUC__ => undef, |
|---|
| 65 | ); |
|---|
| 66 | (no) |
|---|
| 67 | Is your C compiler actually gcc......................no. |
|---|
| 68 | auto::glibc - Is GNU libc installed...cl -nologo -GF -W4 -MD -Zi -DNDEBUG -Ox -GL -Wp64 -fp:precise -DWIN32 -D_CONSOLE -DNO_STRICT -DWIN64 -DCONSERVATIVE -DUSE_SITECUSTOMIZE -DPRIVLIB_LAST_IN_INC -I./include -c test_3896.c |
|---|
| 69 | test_3896.c |
|---|
| 70 | link bufferoverflowU.lib test_3896.obj -out:test_3896.exe kernel32.lib ws2_32.lib msvcrt.lib oldnames.lib |
|---|
| 71 | Microsoft (R) Incremental Linker Version 8.00.40310.39 |
|---|
| 72 | Copyright (C) Microsoft Corporation. All rights reserved. |
|---|
| 73 | |
|---|
| 74 | test_3896.obj : non-native module found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance |
|---|
| 75 | Microsoft (R) Incremental Linker Version 8.00.40310.39 |
|---|
| 76 | Copyright (C) Microsoft Corporation. All rights reserved. |
|---|
| 77 | |
|---|
| 78 | Generating code |
|---|
| 79 | Finished generating code |
|---|
| 80 | .\test_3896.exe |
|---|
| 81 | ( |
|---|
| 82 | glibc => undef, |
|---|
| 83 | ); |
|---|
| 84 | |
|---|
| 85 | Is GNU libc installed................................no. |
|---|
| 86 | auto::backtrace - Does libc have the backtrace* functions...cl -nologo -GF -W4 -MD -Zi -DNDEBUG -Ox -GL -Wp64 -fp:precise -DWIN32 -D_CONSOLE -DNO_STRICT -DWIN64 -DCONSERVATIVE -DUSE_SITECUSTOMIZE -DPRIVLIB_LAST_IN_INC -I./include -c test_3896.c |
|---|
| 87 | test_3896.c |
|---|
| 88 | test_3896.c(14) : fatal error C1083: Cannot open include file: 'execinfo.h': No such file or directory |
|---|
| 89 | |
|---|
| 90 | Does libc have the backtrace* functions..............no. |
|---|
| 91 | auto::fink - Determine Fink location on Darwin...Operating system is MSWin32; Fink is Darwin only |
|---|
| 92 | |
|---|
| 93 | Determine Fink location on Darwin...............skipped. |
|---|
| 94 | auto::macports - Determine Macports location on Darwin...Operating system is MSWin32; Macports is Darwin only |
|---|
| 95 | |
|---|
| 96 | Determine Macports location on Darwin...........skipped. |
|---|
| 97 | auto::msvc - Is your C compiler actually Visual C++...cl -nologo -GF -W4 -MD -Zi -DNDEBUG -Ox -GL -Wp64 -fp:precise -DWIN32 -D_CONSOLE -DNO_STRICT -DWIN64 -DCONSERVATIVE -DUSE_SITECUSTOMIZE -DPRIVLIB_LAST_IN_INC -I./include -c test_3896.c |
|---|
| 98 | test_3896.c |
|---|
| 99 | test_3896.c(18) : warning C4100: 'argv' : unreferenced formal parameter |
|---|
| 100 | test_3896.c(18) : warning C4100: 'argc' : unreferenced formal parameter |
|---|
| 101 | link bufferoverflowU.lib test_3896.obj -out:test_3896.exe kernel32.lib ws2_32.lib msvcrt.lib oldnames.lib |
|---|
| 102 | Microsoft (R) Incremental Linker Version 8.00.40310.39 |
|---|
| 103 | Copyright (C) Microsoft Corporation. All rights reserved. |
|---|
| 104 | |
|---|
| 105 | test_3896.obj : non-native module found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance |
|---|
| 106 | Microsoft (R) Incremental Linker Version 8.00.40310.39 |
|---|
| 107 | Copyright (C) Microsoft Corporation. All rights reserved. |
|---|
| 108 | |
|---|
| 109 | Generating code |
|---|
| 110 | Finished generating code |
|---|
| 111 | .\test_3896.exe |
|---|
| 112 | ( |
|---|
| 113 | _MSC_VER => 1400, |
|---|
| 114 | _MSC_FULL_VER => 140040310, |
|---|
| 115 | ); |
|---|
| 116 | |
|---|
| 117 | Is your C compiler actually Visual C++........yes, 14.0. |
|---|
| 118 | auto::attributes - Detect compiler attributes... |
|---|
| 119 | trying attribute 'HASATTRIBUTE_CONST' |
|---|
| 120 | cl -nologo -GF -W4 -MD -Zi -DNDEBUG -Ox -GL -Wp64 -fp:precise -DWIN32 -D_CONSOLE -DNO_STRICT -DWIN64 -DCONSERVATIVE -DUSE_SITECUSTOMIZE -DPRIVLIB_LAST_IN_INC -D_CRT_SECURE_NO_DEPRECATE -DHASATTRIBUTE_CONST -wd4101 -I./include -c test_3896.c |
|---|
| 121 | exit code: 2 |
|---|
| 122 | Rejecting bogus attribute: HASATTRIBUTE_CONST |
|---|
| 123 | trying attribute 'HASATTRIBUTE_DEPRECATED' |
|---|
| 124 | cl -nologo -GF -W4 -MD -Zi -DNDEBUG -Ox -GL -Wp64 -fp:precise -DWIN32 -D_CONSOLE -DNO_STRICT -DWIN64 -DCONSERVATIVE -DUSE_SITECUSTOMIZE -DPRIVLIB_LAST_IN_INC -D_CRT_SECURE_NO_DEPRECATE -DHASATTRIBUTE_DEPRECATED -wd4101 -I./include -c test_3896.c |
|---|
| 125 | exit code: 0 |
|---|
| 126 | output: test_3896.c |
|---|
| 127 | |
|---|
| 128 | ccflags: -nologo -GF -W4 -MD -Zi -DNDEBUG -Ox -GL -Wp64 -fp:precise -DWIN32 -D_CONSOLE -DNO_STRICT -DWIN64 -DCONSERVATIVE -DUSE_SITECUSTOMIZE -DPRIVLIB_LAST_IN_INC -D_CRT_SECURE_NO_DEPRECATE -DHASATTRIBUTE_DEPRECATED -wd4101 |
|---|
| 129 | trying attribute 'HASATTRIBUTE_FORMAT' |
|---|
| 130 | cl -nologo -GF -W4 -MD -Zi -DNDEBUG -Ox -GL -Wp64 -fp:precise -DWIN32 -D_CONSOLE -DNO_STRICT -DWIN64 -DCONSERVATIVE -DUSE_SITECUSTOMIZE -DPRIVLIB_LAST_IN_INC -D_CRT_SECURE_NO_DEPRECATE -DHASATTRIBUTE_DEPRECATED -wd4101 -DHASATTRIBUTE_FORMAT -wd4101 -I./include -c test_3896.c |
|---|
| 131 | exit code: 2 |
|---|
| 132 | Rejecting bogus attribute: HASATTRIBUTE_FORMAT |
|---|
| 133 | trying attribute 'HASATTRIBUTE_MALLOC' |
|---|
| 134 | cl -nologo -GF -W4 -MD -Zi -DNDEBUG -Ox -GL -Wp64 -fp:precise -DWIN32 -D_CONSOLE -DNO_STRICT -DWIN64 -DCONSERVATIVE -DUSE_SITECUSTOMIZE -DPRIVLIB_LAST_IN_INC -D_CRT_SECURE_NO_DEPRECATE -DHASATTRIBUTE_DEPRECATED -wd4101 -DHASATTRIBUTE_MALLOC -wd4101 -I./include -c test_3896.c |
|---|
| 135 | exit code: 2 |
|---|
| 136 | Rejecting bogus attribute: HASATTRIBUTE_MALLOC |
|---|
| 137 | trying attribute 'HASATTRIBUTE_NONNULL' |
|---|
| 138 | cl -nologo -GF -W4 -MD -Zi -DNDEBUG -Ox -GL -Wp64 -fp:precise -DWIN32 -D_CONSOLE -DNO_STRICT -DWIN64 -DCONSERVATIVE -DUSE_SITECUSTOMIZE -DPRIVLIB_LAST_IN_INC -D_CRT_SECURE_NO_DEPRECATE -DHASATTRIBUTE_DEPRECATED -wd4101 -DHASATTRIBUTE_NONNULL -wd4101 -I./include -c test_3896.c |
|---|
| 139 | exit code: 2 |
|---|
| 140 | Rejecting bogus attribute: HASATTRIBUTE_NONNULL |
|---|
| 141 | trying attribute 'HASATTRIBUTE_NORETURN' |
|---|
| 142 | cl -nologo -GF -W4 -MD -Zi -DNDEBUG -Ox -GL -Wp64 -fp:precise -DWIN32 -D_CONSOLE -DNO_STRICT -DWIN64 -DCONSERVATIVE -DUSE_SITECUSTOMIZE -DPRIVLIB_LAST_IN_INC -D_CRT_SECURE_NO_DEPRECATE -DHASATTRIBUTE_DEPRECATED -wd4101 -DHASATTRIBUTE_NORETURN -wd4101 -I./include -c test_3896.c |
|---|
| 143 | exit code: 0 |
|---|
| 144 | output: test_3896.c |
|---|
| 145 | |
|---|
| 146 | ccflags: -nologo -GF -W4 -MD -Zi -DNDEBUG -Ox -GL -Wp64 -fp:precise -DWIN32 -D_CONSOLE -DNO_STRICT -DWIN64 -DCONSERVATIVE -DUSE_SITECUSTOMIZE -DPRIVLIB_LAST_IN_INC -D_CRT_SECURE_NO_DEPRECATE -DHASATTRIBUTE_DEPRECATED -wd4101 -DHASATTRIBUTE_NORETURN -wd4101 |
|---|
| 147 | trying attribute 'HASATTRIBUTE_PURE' |
|---|
| 148 | cl -nologo -GF -W4 -MD -Zi -DNDEBUG -Ox -GL -Wp64 -fp:precise -DWIN32 -D_CONSOLE -DNO_STRICT -DWIN64 -DCONSERVATIVE -DUSE_SITECUSTOMIZE -DPRIVLIB_LAST_IN_INC -D_CRT_SECURE_NO_DEPRECATE -DHASATTRIBUTE_DEPRECATED -wd4101 -DHASATTRIBUTE_NORETURN -wd4101 -DHASATTRIBUTE_PURE -wd4101 -I./include -c test_3896.c |
|---|
| 149 | exit code: 2 |
|---|
| 150 | Rejecting bogus attribute: HASATTRIBUTE_PURE |
|---|
| 151 | trying attribute 'HASATTRIBUTE_UNUSED' |
|---|
| 152 | cl -nologo -GF -W4 -MD -Zi -DNDEBUG -Ox -GL -Wp64 -fp:precise -DWIN32 -D_CONSOLE -DNO_STRICT -DWIN64 -DCONSERVATIVE -DUSE_SITECUSTOMIZE -DPRIVLIB_LAST_IN_INC -D_CRT_SECURE_NO_DEPRECATE -DHASATTRIBUTE_DEPRECATED -wd4101 -DHASATTRIBUTE_NORETURN -wd4101 -DHASATTRIBUTE_UNUSED -wd4101 -I./include -c test_3896.c |
|---|
| 153 | exit code: 2 |
|---|
| 154 | Rejecting bogus attribute: HASATTRIBUTE_UNUSED |
|---|
| 155 | trying attribute 'HASATTRIBUTE_WARN_UNUSED_RESULT' |
|---|
| 156 | cl -nologo -GF -W4 -MD -Zi -DNDEBUG -Ox -GL -Wp64 -fp:precise -DWIN32 -D_CONSOLE -DNO_STRICT -DWIN64 -DCONSERVATIVE -DUSE_SITECUSTOMIZE -DPRIVLIB_LAST_IN_INC -D_CRT_SECURE_NO_DEPRECATE -DHASATTRIBUTE_DEPRECATED -wd4101 -DHASATTRIBUTE_NORETURN -wd4101 -DHASATTRIBUTE_WARN_UNUSED_RESULT -wd4101 -I./include -c test_3896.c |
|---|
| 157 | exit code: 2 |
|---|
| 158 | Rejecting bogus attribute: HASATTRIBUTE_WARN_UNUSED_RESULT |
|---|
| 159 | trying attribute 'HASATTRIBUTE_NEVER_WORKS' |
|---|
| 160 | cl -nologo -GF -W4 -MD -Zi -DNDEBUG -Ox -GL -Wp64 -fp:precise -DWIN32 -D_CONSOLE -DNO_STRICT -DWIN64 -DCONSERVATIVE -DUSE_SITECUSTOMIZE -DPRIVLIB_LAST_IN_INC -D_CRT_SECURE_NO_DEPRECATE -DHASATTRIBUTE_DEPRECATED -wd4101 -DHASATTRIBUTE_NORETURN -wd4101 -DHASATTRIBUTE_NEVER_WORKS -wd4101 -I./include -c test_3896.c |
|---|
| 161 | exit code: 2 |
|---|
| 162 | Rejecting bogus attribute: HASATTRIBUTE_NEVER_WORKS |
|---|
| 163 | |
|---|
| 164 | Detect compiler attributes.........................done. |
|---|
| 165 | auto::warnings - Detect supported compiler warnings... |
|---|
| 166 | Currently we only set warnings if using gcc as C compiler |
|---|
| 167 | |
|---|
| 168 | Detect supported compiler warnings..............skipped. |
|---|
| 169 | init::optimize - Enable optimization... |
|---|
| 170 | (optimization options: init::optimize) |
|---|
| 171 | (none requested) |
|---|
| 172 | Enable optimization..................................no. |
|---|
| 173 | inter::shlibs - Determine flags for building shared libraries... |
|---|
| 174 | Determine flags for building shared libraries......done. |
|---|
| 175 | inter::libparrot - Should parrot link against a shared library... |
|---|
| 176 | Should parrot link against a shared library.........yes. |
|---|
| 177 | inter::charset - Which charset files should be compiled in... |
|---|
| 178 | Which charset files should be compiled in..........done. |
|---|
| 179 | inter::encoding - Which encoding files should be compiled in... |
|---|
| 180 | Which encoding files should be compiled in.........done. |
|---|
| 181 | inter::types - What types should Parrot use... |
|---|
| 182 | What types should Parrot use.......................done. |
|---|
| 183 | auto::ops - Which opcode files should be compiled in... |
|---|
| 184 | Which opcode files should be compiled in...........done. |
|---|
| 185 | auto::pmc - Which pmc files should be compiled in... |
|---|
| 186 | Which pmc files should be compiled in..............done. |
|---|
| 187 | auto::alignptrs - Determine your minimum pointer alignment...cl -nologo -GF -W4 -MD -Zi -DNDEBUG -Ox -GL -Wp64 -fp:precise -DWIN32 -D_CONSOLE -DNO_STRICT -DWIN64 -DCONSERVATIVE -DUSE_SITECUSTOMIZE -DPRIVLIB_LAST_IN_INC -D_CRT_SECURE_NO_DEPRECATE -DHASATTRIBUTE_DEPRECATED -wd4101 -DHASATTRIBUTE_NORETURN -wd4101 -I./include -c test_3896.c |
|---|
| 188 | test_3896.c |
|---|
| 189 | link bufferoverflowU.lib test_3896.obj -out:test_3896.exe kernel32.lib ws2_32.lib msvcrt.lib oldnames.lib |
|---|
| 190 | Microsoft (R) Incremental Linker Version 8.00.40310.39 |
|---|
| 191 | Copyright (C) Microsoft Corporation. All rights reserved. |
|---|
| 192 | |
|---|
| 193 | test_3896.obj : non-native module found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance |
|---|
| 194 | Microsoft (R) Incremental Linker Version 8.00.40310.39 |
|---|
| 195 | Copyright (C) Microsoft Corporation. All rights reserved. |
|---|
| 196 | |
|---|
| 197 | Generating code |
|---|
| 198 | Finished generating code |
|---|
| 199 | .\test_3896.exe 1 |
|---|
| 200 | 1 OK |
|---|
| 201 | |
|---|
| 202 | Determine your minimum pointer alignment........ 1 byte. |
|---|
| 203 | auto::headers - Probe for C headers...cl -nologo -GF -W4 -MD -Zi -DNDEBUG -Ox -GL -Wp64 -fp:precise -DWIN32 -D_CONSOLE -DNO_STRICT -DWIN64 -DCONSERVATIVE -DUSE_SITECUSTOMIZE -DPRIVLIB_LAST_IN_INC -D_CRT_SECURE_NO_DEPRECATE -DHASATTRIBUTE_DEPRECATED -wd4101 -DHASATTRIBUTE_NORETURN -wd4101 -I./include -c test_3896.c |
|---|
| 204 | test_3896.c |
|---|
| 205 | test_3896.c(21) : warning C4100: 'argv' : unreferenced formal parameter |
|---|
| 206 | test_3896.c(21) : warning C4100: 'argc' : unreferenced formal parameter |
|---|
| 207 | link bufferoverflowU.lib test_3896.obj -out:test_3896.exe kernel32.lib ws2_32.lib msvcrt.lib oldnames.lib |
|---|
| 208 | Microsoft (R) Incremental Linker Version 8.00.40310.39 |
|---|
| 209 | Copyright (C) Microsoft Corporation. All rights reserved. |
|---|
| 210 | |
|---|
| 211 | test_3896.obj : non-native module found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance |
|---|
| 212 | Microsoft (R) Incremental Linker Version 8.00.40310.39 |
|---|
| 213 | Copyright (C) Microsoft Corporation. All rights reserved. |
|---|
| 214 | |
|---|
| 215 | Generating code |
|---|
| 216 | Finished generating code |
|---|
| 217 | .\test_3896.exe |
|---|
| 218 | malloc.h OK |
|---|
| 219 | i_malloc: 1 |
|---|
| 220 | cl -nologo -GF -W4 -MD -Zi -DNDEBUG -Ox -GL -Wp64 -fp:precise -DWIN32 -D_CONSOLE -DNO_STRICT -DWIN64 -DCONSERVATIVE -DUSE_SITECUSTOMIZE -DPRIVLIB_LAST_IN_INC -D_CRT_SECURE_NO_DEPRECATE -DHASATTRIBUTE_DEPRECATED -wd4101 -DHASATTRIBUTE_NORETURN -wd4101 -I./include -c test_3896.c |
|---|
| 221 | test_3896.c |
|---|
| 222 | test_3896.c(21) : warning C4100: 'argv' : unreferenced formal parameter |
|---|
| 223 | test_3896.c(21) : warning C4100: 'argc' : unreferenced formal parameter |
|---|
| 224 | link bufferoverflowU.lib test_3896.obj -out:test_3896.exe kernel32.lib ws2_32.lib msvcrt.lib oldnames.lib |
|---|
| 225 | Microsoft (R) Incremental Linker Version 8.00.40310.39 |
|---|
| 226 | Copyright (C) Microsoft Corporation. All rights reserved. |
|---|
| 227 | |
|---|
| 228 | test_3896.obj : non-native module found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance |
|---|
| 229 | Microsoft (R) Incremental Linker Version 8.00.40310.39 |
|---|
| 230 | Copyright (C) Microsoft Corporation. All rights reserved. |
|---|
| 231 | |
|---|
| 232 | Generating code |
|---|
| 233 | Finished generating code |
|---|
| 234 | .\test_3896.exe |
|---|
| 235 | fcntl.h OK |
|---|
| 236 | i_fcntl: 1 |
|---|
| 237 | cl -nologo -GF -W4 -MD -Zi -DNDEBUG -Ox -GL -Wp64 -fp:precise -DWIN32 -D_CONSOLE -DNO_STRICT -DWIN64 -DCONSERVATIVE -DUSE_SITECUSTOMIZE -DPRIVLIB_LAST_IN_INC -D_CRT_SECURE_NO_DEPRECATE -DHASATTRIBUTE_DEPRECATED -wd4101 -DHASATTRIBUTE_NORETURN -wd4101 -I./include -c test_3896.c |
|---|
| 238 | test_3896.c |
|---|
| 239 | test_3896.c(21) : warning C4100: 'argv' : unreferenced formal parameter |
|---|
| 240 | test_3896.c(21) : warning C4100: 'argc' : unreferenced formal parameter |
|---|
| 241 | link bufferoverflowU.lib test_3896.obj -out:test_3896.exe kernel32.lib ws2_32.lib msvcrt.lib oldnames.lib |
|---|
| 242 | Microsoft (R) Incremental Linker Version 8.00.40310.39 |
|---|
| 243 | Copyright (C) Microsoft Corporation. All rights reserved. |
|---|
| 244 | |
|---|
| 245 | test_3896.obj : non-native module found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance |
|---|
| 246 | Microsoft (R) Incremental Linker Version 8.00.40310.39 |
|---|
| 247 | Copyright (C) Microsoft Corporation. All rights reserved. |
|---|
| 248 | |
|---|
| 249 | Generating code |
|---|
| 250 | Finished generating code |
|---|
| 251 | .\test_3896.exe |
|---|
| 252 | setjmp.h OK |
|---|
| 253 | i_setjmp: 1 |
|---|
| 254 | cl -nologo -GF -W4 -MD -Zi -DNDEBUG -Ox -GL -Wp64 -fp:precise -DWIN32 -D_CONSOLE -DNO_STRICT -DWIN64 -DCONSERVATIVE -DUSE_SITECUSTOMIZE -DPRIVLIB_LAST_IN_INC -D_CRT_SECURE_NO_DEPRECATE -DHASATTRIBUTE_DEPRECATED -wd4101 -DHASATTRIBUTE_NORETURN -wd4101 -I./include -c test_3896.c |
|---|
| 255 | test_3896.c |
|---|
| 256 | test_3896.c(13) : fatal error C1083: Cannot open include file: 'pthread.h': No such file or directory |
|---|
| 257 | cl -nologo -GF -W4 -MD -Zi -DNDEBUG -Ox -GL -Wp64 -fp:precise -DWIN32 -D_CONSOLE -DNO_STRICT -DWIN64 -DCONSERVATIVE -DUSE_SITECUSTOMIZE -DPRIVLIB_LAST_IN_INC -D_CRT_SECURE_NO_DEPRECATE -DHASATTRIBUTE_DEPRECATED -wd4101 -DHASATTRIBUTE_NORETURN -wd4101 -I./include -c test_3896.c |
|---|
| 258 | test_3896.c |
|---|
| 259 | test_3896.c(16) : fatal error C1083: Cannot open include file: 'pthread.h': No such file or directory |
|---|
| 260 | i_pthread: 0 |
|---|
| 261 | cl -nologo -GF -W4 -MD -Zi -DNDEBUG -Ox -GL -Wp64 -fp:precise -DWIN32 -D_CONSOLE -DNO_STRICT -DWIN64 -DCONSERVATIVE -DUSE_SITECUSTOMIZE -DPRIVLIB_LAST_IN_INC -D_CRT_SECURE_NO_DEPRECATE -DHASATTRIBUTE_DEPRECATED -wd4101 -DHASATTRIBUTE_NORETURN -wd4101 -I./include -c test_3896.c |
|---|
| 262 | test_3896.c |
|---|
| 263 | test_3896.c(21) : warning C4100: 'argv' : unreferenced formal parameter |
|---|
| 264 | test_3896.c(21) : warning C4100: 'argc' : unreferenced formal parameter |
|---|
| 265 | link bufferoverflowU.lib test_3896.obj -out:test_3896.exe kernel32.lib ws2_32.lib msvcrt.lib oldnames.lib |
|---|
| 266 | Microsoft (R) Incremental Linker Version 8.00.40310.39 |
|---|
| 267 | Copyright (C) Microsoft Corporation. All rights reserved. |
|---|
| 268 | |
|---|
| 269 | test_3896.obj : non-native module found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance |
|---|
| 270 | Microsoft (R) Incremental Linker Version 8.00.40310.39 |
|---|
| 271 | Copyright (C) Microsoft Corporation. All rights reserved. |
|---|
| 272 | |
|---|
| 273 | Generating code |
|---|
| 274 | Finished generating code |
|---|
| 275 | .\test_3896.exe |
|---|
| 276 | signal.h OK |
|---|
| 277 | i_signal: 1 |
|---|
| 278 | cl -nologo -GF -W4 -MD -Zi -DNDEBUG -Ox -GL -Wp64 -fp:precise -DWIN32 -D_CONSOLE -DNO_STRICT -DWIN64 -DCONSERVATIVE -DUSE_SITECUSTOMIZE -DPRIVLIB_LAST_IN_INC -D_CRT_SECURE_NO_DEPRECATE -DHASATTRIBUTE_DEPRECATED -wd4101 -DHASATTRIBUTE_NORETURN -wd4101 -I./include -c test_3896.c |
|---|
| 279 | test_3896.c |
|---|
| 280 | test_3896.c(21) : warning C4100: 'argv' : unreferenced formal parameter |
|---|
| 281 | test_3896.c(21) : warning C4100: 'argc' : unreferenced formal parameter |
|---|
| 282 | link bufferoverflowU.lib test_3896.obj -out:test_3896.exe kernel32.lib ws2_32.lib msvcrt.lib oldnames.lib |
|---|
| 283 | Microsoft (R) Incremental Linker Version 8.00.40310.39 |
|---|
| 284 | Copyright (C) Microsoft Corporation. All rights reserved. |
|---|
| 285 | |
|---|
| 286 | test_3896.obj : non-native module found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance |
|---|
| 287 | Microsoft (R) Incremental Linker Version 8.00.40310.39 |
|---|
| 288 | Copyright (C) Microsoft Corporation. All rights reserved. |
|---|
| 289 | |
|---|
| 290 | Generating code |
|---|
| 291 | Finished generating code |
|---|
| 292 | .\test_3896.exe |
|---|
| 293 | sys/types.h OK |
|---|
| 294 | i_systypes: 1 |
|---|
| 295 | cl -nologo -GF -W4 -MD -Zi -DNDEBUG -Ox -GL -Wp64 -fp:precise -DWIN32 -D_CONSOLE -DNO_STRICT -DWIN64 -DCONSERVATIVE -DUSE_SITECUSTOMIZE -DPRIVLIB_LAST_IN_INC -D_CRT_SECURE_NO_DEPRECATE -DHASATTRIBUTE_DEPRECATED -wd4101 -DHASATTRIBUTE_NORETURN -wd4101 -I./include -c test_3896.c |
|---|
| 296 | test_3896.c |
|---|
| 297 | test_3896.c(13) : fatal error C1083: Cannot open include file: 'sys/socket.h': No such file or directory |
|---|
| 298 | cl -nologo -GF -W4 -MD -Zi -DNDEBUG -Ox -GL -Wp64 -fp:precise -DWIN32 -D_CONSOLE -DNO_STRICT -DWIN64 -DCONSERVATIVE -DUSE_SITECUSTOMIZE -DPRIVLIB_LAST_IN_INC -D_CRT_SECURE_NO_DEPRECATE -DHASATTRIBUTE_DEPRECATED -wd4101 -DHASATTRIBUTE_NORETURN -wd4101 -I./include -c test_3896.c |
|---|
| 299 | test_3896.c |
|---|
| 300 | test_3896.c(18) : fatal error C1083: Cannot open include file: 'sys/socket.h': No such file or directory |
|---|
| 301 | i_syssocket: 0 |
|---|
| 302 | cl -nologo -GF -W4 -MD -Zi -DNDEBUG -Ox -GL -Wp64 -fp:precise -DWIN32 -D_CONSOLE -DNO_STRICT -DWIN64 -DCONSERVATIVE -DUSE_SITECUSTOMIZE -DPRIVLIB_LAST_IN_INC -D_CRT_SECURE_NO_DEPRECATE -DHASATTRIBUTE_DEPRECATED -wd4101 -DHASATTRIBUTE_NORETURN -wd4101 -I./include -c test_3896.c |
|---|
| 303 | test_3896.c |
|---|
| 304 | test_3896.c(13) : fatal error C1083: Cannot open include file: 'netinet/in.h': No such file or directory |
|---|
| 305 | cl -nologo -GF -W4 -MD -Zi -DNDEBUG -Ox -GL -Wp64 -fp:precise -DWIN32 -D_CONSOLE -DNO_STRICT -DWIN64 -DCONSERVATIVE -DUSE_SITECUSTOMIZE -DPRIVLIB_LAST_IN_INC -D_CRT_SECURE_NO_DEPRECATE -DHASATTRIBUTE_DEPRECATED -wd4101 -DHASATTRIBUTE_NORETURN -wd4101 -I./include -c test_3896.c |
|---|
| 306 | test_3896.c |
|---|
| 307 | test_3896.c(18) : fatal error C1083: Cannot open include file: 'netinet/in.h': No such file or directory |
|---|
| 308 | i_netinetin: 0 |
|---|
| 309 | cl -nologo -GF -W4 -MD -Zi -DNDEBUG -Ox -GL -Wp64 -fp:precise -DWIN32 -D_CONSOLE -DNO_STRICT -DWIN64 -DCONSERVATIVE -DUSE_SITECUSTOMIZE -DPRIVLIB_LAST_IN_INC -D_CRT_SECURE_NO_DEPRECATE -DHASATTRIBUTE_DEPRECATED -wd4101 -DHASATTRIBUTE_NORETURN -wd4101 -I./include -c test_3896.c |
|---|
| 310 | test_3896.c |
|---|
| 311 | test_3896.c(13) : fatal error C1083: Cannot open include file: 'arpa/inet.h': No such file or directory |
|---|
| 312 | cl -nologo -GF -W4 -MD -Zi -DNDEBUG -Ox -GL -Wp64 -fp:precise -DWIN32 -D_CONSOLE -DNO_STRICT -DWIN64 -DCONSERVATIVE -DUSE_SITECUSTOMIZE -DPRIVLIB_LAST_IN_INC -D_CRT_SECURE_NO_DEPRECATE -DHASATTRIBUTE_DEPRECATED -wd4101 -DHASATTRIBUTE_NORETURN -wd4101 -I./include -c test_3896.c |
|---|
| 313 | test_3896.c |
|---|
| 314 | test_3896.c(18) : fatal error C1083: Cannot open include file: 'arpa/inet.h': No such file or directory |
|---|
| 315 | i_arpainet: 0 |
|---|
| 316 | cl -nologo -GF -W4 -MD -Zi -DNDEBUG -Ox -GL -Wp64 -fp:precise -DWIN32 -D_CONSOLE -DNO_STRICT -DWIN64 -DCONSERVATIVE -DUSE_SITECUSTOMIZE -DPRIVLIB_LAST_IN_INC -D_CRT_SECURE_NO_DEPRECATE -DHASATTRIBUTE_DEPRECATED -wd4101 -DHASATTRIBUTE_NORETURN -wd4101 -I./include -c test_3896.c |
|---|
| 317 | test_3896.c |
|---|
| 318 | test_3896.c(21) : warning C4100: 'argv' : unreferenced formal parameter |
|---|
| 319 | test_3896.c(21) : warning C4100: 'argc' : unreferenced formal parameter |
|---|
| 320 | link bufferoverflowU.lib test_3896.obj -out:test_3896.exe kernel32.lib ws2_32.lib msvcrt.lib oldnames.lib |
|---|
| 321 | Microsoft (R) Incremental Linker Version 8.00.40310.39 |
|---|
| 322 | Copyright (C) Microsoft Corporation. All rights reserved. |
|---|
| 323 | |
|---|
| 324 | test_3896.obj : non-native module found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance |
|---|
| 325 | Microsoft (R) Incremental Linker Version 8.00.40310.39 |
|---|
| 326 | Copyright (C) Microsoft Corporation. All rights reserved. |
|---|
| 327 | |
|---|
| 328 | Generating code |
|---|
| 329 | Finished generating code |
|---|
| 330 | .\test_3896.exe |
|---|
| 331 | sys/stat.h OK |
|---|
| 332 | i_sysstat: 1 |
|---|
| 333 | cl -nologo -GF -W4 -MD -Zi -DNDEBUG -Ox -GL -Wp64 -fp:precise -DWIN32 -D_CONSOLE -DNO_STRICT -DWIN64 -DCONSERVATIVE -DUSE_SITECUSTOMIZE -DPRIVLIB_LAST_IN_INC -D_CRT_SECURE_NO_DEPRECATE -DHASATTRIBUTE_DEPRECATED -wd4101 -DHASATTRIBUTE_NORETURN -wd4101 -I./include -c test_3896.c |
|---|
| 334 | test_3896.c |
|---|
| 335 | test_3896.c(13) : fatal error C1083: Cannot open include file: 'sysexit.h': No such file or directory |
|---|
| 336 | cl -nologo -GF -W4 -MD -Zi -DNDEBUG -Ox -GL -Wp64 -fp:precise -DWIN32 -D_CONSOLE -DNO_STRICT -DWIN64 -DCONSERVATIVE -DUSE_SITECUSTOMIZE -DPRIVLIB_LAST_IN_INC -D_CRT_SECURE_NO_DEPRECATE -DHASATTRIBUTE_DEPRECATED -wd4101 -DHASATTRIBUTE_NORETURN -wd4101 -I./include -c test_3896.c |
|---|
| 337 | test_3896.c |
|---|
| 338 | test_3896.c(19) : fatal error C1083: Cannot open include file: 'sysexit.h': No such file or directory |
|---|
| 339 | i_sysexit: 0 |
|---|
| 340 | cl -nologo -GF -W4 -MD -Zi -DNDEBUG -Ox -GL -Wp64 -fp:precise -DWIN32 -D_CONSOLE -DNO_STRICT -DWIN64 -DCONSERVATIVE -DUSE_SITECUSTOMIZE -DPRIVLIB_LAST_IN_INC -D_CRT_SECURE_NO_DEPRECATE -DHASATTRIBUTE_DEPRECATED -wd4101 -DHASATTRIBUTE_NORETURN -wd4101 -I./include -c test_3896.c |
|---|
| 341 | test_3896.c |
|---|
| 342 | test_3896.c(21) : warning C4100: 'argv' : unreferenced formal parameter |
|---|
| 343 | test_3896.c(21) : warning C4100: 'argc' : unreferenced formal parameter |
|---|
| 344 | link bufferoverflowU.lib test_3896.obj -out:test_3896.exe kernel32.lib ws2_32.lib msvcrt.lib oldnames.lib |
|---|
| 345 | Microsoft (R) Incremental Linker Version 8.00.40310.39 |
|---|
| 346 | Copyright (C) Microsoft Corporation. All rights reserved. |
|---|
| 347 | |
|---|
| 348 | test_3896.obj : non-native module found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance |
|---|
| 349 | Microsoft (R) Incremental Linker Version 8.00.40310.39 |
|---|
| 350 | Copyright (C) Microsoft Corporation. All rights reserved. |
|---|
| 351 | |
|---|
| 352 | Generating code |
|---|
| 353 | Finished generating code |
|---|
| 354 | .\test_3896.exe |
|---|
| 355 | limits.h OK |
|---|
| 356 | i_limits: 1 |
|---|
| 357 | |
|---|
| 358 | Probe for C headers................................done. |
|---|
| 359 | auto::sizes - Determine some sizes...cl -nologo -GF -W4 -MD -Zi -DNDEBUG -Ox -GL -Wp64 -fp:precise -DWIN32 -D_CONSOLE -DNO_STRICT -DWIN64 -DCONSERVATIVE -DUSE_SITECUSTOMIZE -DPRIVLIB_LAST_IN_INC -D_CRT_SECURE_NO_DEPRECATE -DHASATTRIBUTE_DEPRECATED -wd4101 -DHASATTRIBUTE_NORETURN -wd4101 -I./include -c test_3896.c |
|---|
| 360 | test_3896.c |
|---|
| 361 | test_3896.c(17) : warning C4100: 'argv' : unreferenced formal parameter |
|---|
| 362 | test_3896.c(17) : warning C4100: 'argc' : unreferenced formal parameter |
|---|
| 363 | link bufferoverflowU.lib test_3896.obj -out:test_3896.exe kernel32.lib ws2_32.lib msvcrt.lib oldnames.lib |
|---|
| 364 | Microsoft (R) Incremental Linker Version 8.00.40310.39 |
|---|
| 365 | Copyright (C) Microsoft Corporation. All rights reserved. |
|---|
| 366 | |
|---|
| 367 | test_3896.obj : non-native module found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance |
|---|
| 368 | Microsoft (R) Incremental Linker Version 8.00.40310.39 |
|---|
| 369 | Copyright (C) Microsoft Corporation. All rights reserved. |
|---|
| 370 | |
|---|
| 371 | Generating code |
|---|
| 372 | Finished generating code |
|---|
| 373 | .\test_3896.exe |
|---|
| 374 | ( intvalsize => 4, |
|---|
| 375 | numvalsize => 8, |
|---|
| 376 | opcode_t_size => 4, |
|---|
| 377 | shortsize => 2, |
|---|
| 378 | intsize => 4, |
|---|
| 379 | longsize => 4, |
|---|
| 380 | ptrsize => 8, |
|---|
| 381 | floatsize => 4, |
|---|
| 382 | doublesize => 8, |
|---|
| 383 | ); |
|---|
| 384 | |
|---|
| 385 | Hmm, I see your chosen INTVAL isn't the same size as your pointers. Parrot |
|---|
| 386 | should still compile and run, but you may see a ton of warnings. |
|---|
| 387 | cl -nologo -GF -W4 -MD -Zi -DNDEBUG -Ox -GL -Wp64 -fp:precise -DWIN32 -D_CONSOLE -DNO_STRICT -DWIN64 -DCONSERVATIVE -DUSE_SITECUSTOMIZE -DPRIVLIB_LAST_IN_INC -D_CRT_SECURE_NO_DEPRECATE -DHASATTRIBUTE_DEPRECATED -wd4101 -DHASATTRIBUTE_NORETURN -wd4101 -I./include -c test_3896.c |
|---|
| 388 | test_3896.c |
|---|
| 389 | test_3896.c(17) : warning C4100: 'argv' : unreferenced formal parameter |
|---|
| 390 | test_3896.c(17) : warning C4100: 'argc' : unreferenced formal parameter |
|---|
| 391 | link bufferoverflowU.lib test_3896.obj -out:test_3896.exe kernel32.lib ws2_32.lib msvcrt.lib oldnames.lib |
|---|
| 392 | Microsoft (R) Incremental Linker Version 8.00.40310.39 |
|---|
| 393 | Copyright (C) Microsoft Corporation. All rights reserved. |
|---|
| 394 | |
|---|
| 395 | test_3896.obj : non-native module found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance |
|---|
| 396 | Microsoft (R) Incremental Linker Version 8.00.40310.39 |
|---|
| 397 | Copyright (C) Microsoft Corporation. All rights reserved. |
|---|
| 398 | |
|---|
| 399 | Generating code |
|---|
| 400 | Finished generating code |
|---|
| 401 | .\test_3896.exe |
|---|
| 402 | ( hugeintval => 'long', |
|---|
| 403 | hugeintvalsize => 4, |
|---|
| 404 | ); |
|---|
| 405 | cl -nologo -GF -W4 -MD -Zi -DNDEBUG -Ox -GL -Wp64 -fp:precise -DWIN32 -D_CONSOLE -DNO_STRICT -DWIN64 -DCONSERVATIVE -DUSE_SITECUSTOMIZE -DPRIVLIB_LAST_IN_INC -D_CRT_SECURE_NO_DEPRECATE -DHASATTRIBUTE_DEPRECATED -wd4101 -DHASATTRIBUTE_NORETURN -wd4101 -I./include -c test_3896.c |
|---|
| 406 | test_3896.c |
|---|
| 407 | test_3896.c(17) : warning C4100: 'argv' : unreferenced formal parameter |
|---|
| 408 | test_3896.c(17) : warning C4100: 'argc' : unreferenced formal parameter |
|---|
| 409 | link bufferoverflowU.lib test_3896.obj -out:test_3896.exe kernel32.lib ws2_32.lib msvcrt.lib oldnames.lib |
|---|
| 410 | Microsoft (R) Incremental Linker Version 8.00.40310.39 |
|---|
| 411 | Copyright (C) Microsoft Corporation. All rights reserved. |
|---|
| 412 | |
|---|
| 413 | test_3896.obj : non-native module found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance |
|---|
| 414 | Microsoft (R) Incremental Linker Version 8.00.40310.39 |
|---|
| 415 | Copyright (C) Microsoft Corporation. All rights reserved. |
|---|
| 416 | |
|---|
| 417 | Generating code |
|---|
| 418 | Finished generating code |
|---|
| 419 | .\test_3896.exe |
|---|
| 420 | ( hugeintval => 'int', |
|---|
| 421 | hugeintvalsize => 4, |
|---|
| 422 | ); |
|---|
| 423 | cl -nologo -GF -W4 -MD -Zi -DNDEBUG -Ox -GL -Wp64 -fp:precise -DWIN32 -D_CONSOLE -DNO_STRICT -DWIN64 -DCONSERVATIVE -DUSE_SITECUSTOMIZE -DPRIVLIB_LAST_IN_INC -D_CRT_SECURE_NO_DEPRECATE -DHASATTRIBUTE_DEPRECATED -wd4101 -DHASATTRIBUTE_NORETURN -wd4101 -I./include -c test_3896.c |
|---|
| 424 | test_3896.c |
|---|
| 425 | test_3896.c(17) : warning C4100: 'argv' : unreferenced formal parameter |
|---|
| 426 | test_3896.c(17) : warning C4100: 'argc' : unreferenced formal parameter |
|---|
| 427 | link bufferoverflowU.lib test_3896.obj -out:test_3896.exe kernel32.lib ws2_32.lib msvcrt.lib oldnames.lib |
|---|
| 428 | Microsoft (R) Incremental Linker Version 8.00.40310.39 |
|---|
| 429 | Copyright (C) Microsoft Corporation. All rights reserved. |
|---|
| 430 | |
|---|
| 431 | test_3896.obj : non-native module found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance |
|---|
| 432 | Microsoft (R) Incremental Linker Version 8.00.40310.39 |
|---|
| 433 | Copyright (C) Microsoft Corporation. All rights reserved. |
|---|
| 434 | |
|---|
| 435 | Generating code |
|---|
| 436 | Finished generating code |
|---|
| 437 | .\test_3896.exe |
|---|
| 438 | ( hugeintval => 'long long', |
|---|
| 439 | hugeintvalsize => 8, |
|---|
| 440 | ); |
|---|
| 441 | cl -nologo -GF -W4 -MD -Zi -DNDEBUG -Ox -GL -Wp64 -fp:precise -DWIN32 -D_CONSOLE -DNO_STRICT -DWIN64 -DCONSERVATIVE -DUSE_SITECUSTOMIZE -DPRIVLIB_LAST_IN_INC -D_CRT_SECURE_NO_DEPRECATE -DHASATTRIBUTE_DEPRECATED -wd4101 -DHASATTRIBUTE_NORETURN -wd4101 -I./include -c test_3896.c |
|---|
| 442 | test_3896.c |
|---|
| 443 | test_3896.c(17) : warning C4100: 'argv' : unreferenced formal parameter |
|---|
| 444 | test_3896.c(17) : warning C4100: 'argc' : unreferenced formal parameter |
|---|
| 445 | link bufferoverflowU.lib test_3896.obj -out:test_3896.exe kernel32.lib ws2_32.lib msvcrt.lib oldnames.lib |
|---|
| 446 | Microsoft (R) Incremental Linker Version 8.00.40310.39 |
|---|
| 447 | Copyright (C) Microsoft Corporation. All rights reserved. |
|---|
| 448 | |
|---|
| 449 | test_3896.obj : non-native module found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance |
|---|
| 450 | Microsoft (R) Incremental Linker Version 8.00.40310.39 |
|---|
| 451 | Copyright (C) Microsoft Corporation. All rights reserved. |
|---|
| 452 | |
|---|
| 453 | Generating code |
|---|
| 454 | Finished generating code |
|---|
| 455 | .\test_3896.exe |
|---|
| 456 | 8 |
|---|
| 457 | Determine some sizes...............................done. |
|---|
| 458 | auto::byteorder - Compute native byteorder for wordsize...cl -nologo -GF -W4 -MD -Zi -DNDEBUG -Ox -GL -Wp64 -fp:precise -DWIN32 -D_CONSOLE -DNO_STRICT -DWIN64 -DCONSERVATIVE -DUSE_SITECUSTOMIZE -DPRIVLIB_LAST_IN_INC -D_CRT_SECURE_NO_DEPRECATE -DHASATTRIBUTE_DEPRECATED -wd4101 -DHASATTRIBUTE_NORETURN -wd4101 -I./include -c test_3896.c |
|---|
| 459 | test_3896.c |
|---|
| 460 | test_3896.c(24) : warning C4127: conditional expression is constant |
|---|
| 461 | link bufferoverflowU.lib test_3896.obj -out:test_3896.exe kernel32.lib ws2_32.lib msvcrt.lib oldnames.lib |
|---|
| 462 | Microsoft (R) Incremental Linker Version 8.00.40310.39 |
|---|
| 463 | Copyright (C) Microsoft Corporation. All rights reserved. |
|---|
| 464 | |
|---|
| 465 | test_3896.obj : non-native module found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance |
|---|
| 466 | Microsoft (R) Incremental Linker Version 8.00.40310.39 |
|---|
| 467 | Copyright (C) Microsoft Corporation. All rights reserved. |
|---|
| 468 | |
|---|
| 469 | Generating code |
|---|
| 470 | Finished generating code |
|---|
| 471 | .\test_3896.exe |
|---|
| 472 | 1234 |
|---|
| 473 | |
|---|
| 474 | Compute native byteorder for wordsize.....little-endian. |
|---|
| 475 | auto::va_ptr - Test the type of va_ptr...cl -nologo -GF -W4 -MD -Zi -DNDEBUG -Ox -GL -Wp64 -fp:precise -DWIN32 -D_CONSOLE -DNO_STRICT -DWIN64 -DCONSERVATIVE -DUSE_SITECUSTOMIZE -DPRIVLIB_LAST_IN_INC -D_CRT_SECURE_NO_DEPRECATE -DHASATTRIBUTE_DEPRECATED -wd4101 -DHASATTRIBUTE_NORETURN -wd4101 -DVA_TYPE_STACK -I./include -c test_3896.c |
|---|
| 476 | test_3896.c |
|---|
| 477 | test_3896.c(62) : warning C4100: 'argv' : unreferenced formal parameter |
|---|
| 478 | test_3896.c(62) : warning C4100: 'argc' : unreferenced formal parameter |
|---|
| 479 | link bufferoverflowU.lib test_3896.obj -out:test_3896.exe kernel32.lib ws2_32.lib msvcrt.lib oldnames.lib |
|---|
| 480 | Microsoft (R) Incremental Linker Version 8.00.40310.39 |
|---|
| 481 | Copyright (C) Microsoft Corporation. All rights reserved. |
|---|
| 482 | |
|---|
| 483 | test_3896.obj : non-native module found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance |
|---|
| 484 | Microsoft (R) Incremental Linker Version 8.00.40310.39 |
|---|
| 485 | Copyright (C) Microsoft Corporation. All rights reserved. |
|---|
| 486 | |
|---|
| 487 | Generating code |
|---|
| 488 | Finished generating code |
|---|
| 489 | .\test_3896.exe |
|---|
| 490 | ok |
|---|
| 491 | |
|---|
| 492 | Test the type of va_ptr...........................stack. |
|---|
| 493 | auto::format - What formats should be used for sprintf... |
|---|
| 494 | What formats should be used for sprintf............done. |
|---|
| 495 | auto::isreg - Does your C library have a working S_ISREG...cl -nologo -GF -W4 -MD -Zi -DNDEBUG -Ox -GL -Wp64 -fp:precise -DWIN32 -D_CONSOLE -DNO_STRICT -DWIN64 -DCONSERVATIVE -DUSE_SITECUSTOMIZE -DPRIVLIB_LAST_IN_INC -D_CRT_SECURE_NO_DEPRECATE -DHASATTRIBUTE_DEPRECATED -wd4101 -DHASATTRIBUTE_NORETURN -wd4101 -I./include -c test_3896.c |
|---|
| 496 | test_3896.c |
|---|
| 497 | test_3896.c(33) : warning C4013: 'S_ISREG' undefined; assuming extern returning int |
|---|
| 498 | test_3896.c(18) : warning C4100: 'argv' : unreferenced formal parameter |
|---|
| 499 | test_3896.c(18) : warning C4100: 'argc' : unreferenced formal parameter |
|---|
| 500 | link bufferoverflowU.lib test_3896.obj -out:test_3896.exe kernel32.lib ws2_32.lib msvcrt.lib oldnames.lib |
|---|
| 501 | Microsoft (R) Incremental Linker Version 8.00.40310.39 |
|---|
| 502 | Copyright (C) Microsoft Corporation. All rights reserved. |
|---|
| 503 | |
|---|
| 504 | test_3896.obj : non-native module found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance |
|---|
| 505 | Microsoft (R) Incremental Linker Version 8.00.40310.39 |
|---|
| 506 | Copyright (C) Microsoft Corporation. All rights reserved. |
|---|
| 507 | |
|---|
| 508 | test_3896.obj : error LNK2001: unresolved external symbol S_ISREG |
|---|
| 509 | test_3896.exe : fatal error LNK1120: 1 unresolved externals |
|---|
| 510 | (no) |
|---|
| 511 | Does your C library have a working S_ISREG...........no. |
|---|
| 512 | auto::arch - Determine CPU architecture and OS... |
|---|
| 513 | determining operating system and cpu architecture |
|---|
| 514 | archname: <MSWin32-x64-multi-thread> |
|---|
| 515 | osname: MSWin32 |
|---|
| 516 | cpuarch: amd64 |
|---|
| 517 | |
|---|
| 518 | Determine CPU architecture and OS..................done. |
|---|
| 519 | auto::jit - Determine JIT capability... |
|---|
| 520 | -e src/jit/amd64/core.jit = yes |
|---|
| 521 | |
|---|
| 522 | Determine JIT capability.............................no. |
|---|
| 523 | auto::cpu - Generate CPU specific stuff... (cpu hints = 'auto::cpu::amd64::auto') (no cpu specific hints) |
|---|
| 524 | Generate CPU specific stuff........................done. |
|---|
| 525 | auto::funcptr - Does compiler support function pointer casts... |
|---|
| 526 | Does compiler support function pointer casts.......done. |
|---|
| 527 | auto::cgoto - Does your compiler support computed goto...cl -nologo -GF -W4 -MD -Zi -DNDEBUG -Ox -GL -Wp64 -fp:precise -DWIN32 -D_CONSOLE -DNO_STRICT -DWIN64 -DCONSERVATIVE -DUSE_SITECUSTOMIZE -DPRIVLIB_LAST_IN_INC -D_CRT_SECURE_NO_DEPRECATE -DHASATTRIBUTE_DEPRECATED -wd4101 -DHASATTRIBUTE_NORETURN -wd4101 -I./include -c test_3896.c |
|---|
| 528 | test_3896.c |
|---|
| 529 | test_3896.c(17) : error C2059: syntax error : '&&' |
|---|
| 530 | test_3896.c(20) : error C2059: syntax error : '*' |
|---|
| 531 | (no) |
|---|
| 532 | Does your compiler support computed goto.............no. |
|---|
| 533 | auto::inline - Does your compiler support inline...cl -nologo -GF -W4 -MD -Zi -DNDEBUG -Ox -GL -Wp64 -fp:precise -DWIN32 -D_CONSOLE -DNO_STRICT -DWIN64 -DCONSERVATIVE -DUSE_SITECUSTOMIZE -DPRIVLIB_LAST_IN_INC -D_CRT_SECURE_NO_DEPRECATE -DHASATTRIBUTE_DEPRECATED -wd4101 -DHASATTRIBUTE_NORETURN -wd4101 -I./include -c test_3896.c |
|---|
| 534 | test_3896.c |
|---|
| 535 | test_3896.c(16) : error C2061: syntax error : identifier 'f' |
|---|
| 536 | test_3896.c(16) : error C2059: syntax error : ';' |
|---|
| 537 | test_3896.c(16) : error C2059: syntax error : 'type' |
|---|
| 538 | test_3896.c(22) : warning C4013: 'f' undefined; assuming extern returning int |
|---|
| 539 | cl -nologo -GF -W4 -MD -Zi -DNDEBUG -Ox -GL -Wp64 -fp:precise -DWIN32 -D_CONSOLE -DNO_STRICT -DWIN64 -DCONSERVATIVE -DUSE_SITECUSTOMIZE -DPRIVLIB_LAST_IN_INC -D_CRT_SECURE_NO_DEPRECATE -DHASATTRIBUTE_DEPRECATED -wd4101 -DHASATTRIBUTE_NORETURN -wd4101 -I./include -c test_3896.c |
|---|
| 540 | test_3896.c |
|---|
| 541 | link bufferoverflowU.lib test_3896.obj -out:test_3896.exe kernel32.lib ws2_32.lib msvcrt.lib oldnames.lib |
|---|
| 542 | Microsoft (R) Incremental Linker Version 8.00.40310.39 |
|---|
| 543 | Copyright (C) Microsoft Corporation. All rights reserved. |
|---|
| 544 | |
|---|
| 545 | test_3896.obj : non-native module found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance |
|---|
| 546 | Microsoft (R) Incremental Linker Version 8.00.40310.39 |
|---|
| 547 | Copyright (C) Microsoft Corporation. All rights reserved. |
|---|
| 548 | |
|---|
| 549 | Generating code |
|---|
| 550 | Finished generating code |
|---|
| 551 | .\test_3896.exe |
|---|
| 552 | __inline |
|---|
| 553 | (__inline) |
|---|
| 554 | Does your compiler support inline...................yes. |
|---|
| 555 | auto::gc - Determine allocator to use... (gc) |
|---|
| 556 | Determine allocator to use.........................done. |
|---|
| 557 | auto::memalign - Does your C library support memalign...cl -nologo -GF -W4 -MD -Zi -DNDEBUG -Ox -GL -Wp64 -fp:precise -DWIN32 -D_CONSOLE -DNO_STRICT -DWIN64 -DCONSERVATIVE -DUSE_SITECUSTOMIZE -DPRIVLIB_LAST_IN_INC -D_CRT_SECURE_NO_DEPRECATE -DHASATTRIBUTE_DEPRECATED -wd4101 -DHASATTRIBUTE_NORETURN -wd4101 -I./include -c test_3896.c |
|---|
| 558 | test_3896.c |
|---|
| 559 | test_3896.c(20) : warning C4013: 'memalign' undefined; assuming extern returning int |
|---|
| 560 | test_3896.c(20) : warning C4047: 'initializing' : 'void *' differs in levels of indirection from 'int' |
|---|
| 561 | test_3896.c(21) : warning C4311: 'type cast' : pointer truncation from 'void *' to 'long' |
|---|
| 562 | test_3896.c(18) : warning C4100: 'argv' : unreferenced formal parameter |
|---|
| 563 | test_3896.c(18) : warning C4100: 'argc' : unreferenced formal parameter |
|---|
| 564 | link bufferoverflowU.lib test_3896.obj -out:test_3896.exe kernel32.lib ws2_32.lib msvcrt.lib oldnames.lib |
|---|
| 565 | Microsoft (R) Incremental Linker Version 8.00.40310.39 |
|---|
| 566 | Copyright (C) Microsoft Corporation. All rights reserved. |
|---|
| 567 | |
|---|
| 568 | test_3896.obj : non-native module found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance |
|---|
| 569 | Microsoft (R) Incremental Linker Version 8.00.40310.39 |
|---|
| 570 | Copyright (C) Microsoft Corporation. All rights reserved. |
|---|
| 571 | |
|---|
| 572 | test_3896.obj : error LNK2001: unresolved external symbol memalign |
|---|
| 573 | test_3896.exe : fatal error LNK1120: 1 unresolved externals |
|---|
| 574 | cl -nologo -GF -W4 -MD -Zi -DNDEBUG -Ox -GL -Wp64 -fp:precise -DWIN32 -D_CONSOLE -DNO_STRICT -DWIN64 -DCONSERVATIVE -DUSE_SITECUSTOMIZE -DPRIVLIB_LAST_IN_INC -D_CRT_SECURE_NO_DEPRECATE -DHASATTRIBUTE_DEPRECATED -wd4101 -DHASATTRIBUTE_NORETURN -wd4101 -I./include -c test_3896.c |
|---|
| 575 | test_3896.c |
|---|
| 576 | test_3896.c(30) : warning C4013: 'posix_memalign' undefined; assuming extern returning int |
|---|
| 577 | test_3896.c(31) : warning C4311: 'type cast' : pointer truncation from 'void *' to 'long' |
|---|
| 578 | test_3896.c(19) : warning C4100: 'argv' : unreferenced formal parameter |
|---|
| 579 | test_3896.c(19) : warning C4100: 'argc' : unreferenced formal parameter |
|---|
| 580 | link bufferoverflowU.lib test_3896.obj -out:test_3896.exe kernel32.lib ws2_32.lib msvcrt.lib oldnames.lib |
|---|
| 581 | Microsoft (R) Incremental Linker Version 8.00.40310.39 |
|---|
| 582 | Copyright (C) Microsoft Corporation. All rights reserved. |
|---|
| 583 | |
|---|
| 584 | test_3896.obj : non-native module found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance |
|---|
| 585 | Microsoft (R) Incremental Linker Version 8.00.40310.39 |
|---|
| 586 | Copyright (C) Microsoft Corporation. All rights reserved. |
|---|
| 587 | |
|---|
| 588 | test_3896.obj : error LNK2001: unresolved external symbol posix_memalign |
|---|
| 589 | test_3896.exe : fatal error LNK1120: 1 unresolved externals |
|---|
| 590 | (no) |
|---|
| 591 | Does your C library support memalign.................no. |
|---|
| 592 | auto::signal - Determine some signal stuff...cl -nologo -GF -W4 -MD -Zi -DNDEBUG -Ox -GL -Wp64 -fp:precise -DWIN32 -D_CONSOLE -DNO_STRICT -DWIN64 -DCONSERVATIVE -DUSE_SITECUSTOMIZE -DPRIVLIB_LAST_IN_INC -D_CRT_SECURE_NO_DEPRECATE -DHASATTRIBUTE_DEPRECATED -wd4101 -DHASATTRIBUTE_NORETURN -wd4101 -I./include -c test_3896.c |
|---|
| 593 | test_3896.c |
|---|
| 594 | test_3896.c(17) : error C2061: syntax error : identifier 'set_handler' |
|---|
| 595 | test_3896.c(17) : error C2059: syntax error : ';' |
|---|
| 596 | test_3896.c(17) : error C2059: syntax error : 'type' |
|---|
| 597 | cl -nologo -GF -W4 -MD -Zi -DNDEBUG -Ox -GL -Wp64 -fp:precise -DWIN32 -D_CONSOLE -DNO_STRICT -DWIN64 -DCONSERVATIVE -DUSE_SITECUSTOMIZE -DPRIVLIB_LAST_IN_INC -D_CRT_SECURE_NO_DEPRECATE -DHASATTRIBUTE_DEPRECATED -wd4101 -DHASATTRIBUTE_NORETURN -wd4101 -I./include -c test_3896.c |
|---|
| 598 | test_3896.c |
|---|
| 599 | test_3896.c(20) : error C2079: 'old_sa' uses undefined struct 'sigaction' |
|---|
| 600 | test_3896.c(20) : error C2079: 'new_sa' uses undefined struct 'sigaction' |
|---|
| 601 | test_3896.c(22) : warning C4013: 'sigemptyset' undefined; assuming extern returning int |
|---|
| 602 | test_3896.c(22) : error C2224: left of '.sa_mask' must have struct/union type |
|---|
| 603 | test_3896.c(23) : warning C4013: 'sigaction' undefined; assuming extern returning int |
|---|
| 604 | cl -nologo -GF -W4 -MD -Zi -DNDEBUG -Ox -GL -Wp64 -fp:precise -DWIN32 -D_CONSOLE -DNO_STRICT -DWIN64 -DCONSERVATIVE -DUSE_SITECUSTOMIZE -DPRIVLIB_LAST_IN_INC -D_CRT_SECURE_NO_DEPRECATE -DHASATTRIBUTE_DEPRECATED -wd4101 -DHASATTRIBUTE_NORETURN -wd4101 -I./include -c test_3896.c |
|---|
| 605 | test_3896.c |
|---|
| 606 | test_3896.c(14) : fatal error C1083: Cannot open include file: 'sys/time.h': No such file or directory |
|---|
| 607 | |
|---|
| 608 | Determine some signal stuff........................done. |
|---|
| 609 | auto::socklen_t - Determine whether there is socklen_t... |
|---|
| 610 | Determine whether there is socklen_t.................no. |
|---|
| 611 | auto::neg_0 - Determine whether negative zero can be printed...cl -nologo -GF -W4 -MD -Zi -DNDEBUG -Ox -GL -Wp64 -fp:precise -DWIN32 -D_CONSOLE -DNO_STRICT -DWIN64 -DCONSERVATIVE -DUSE_SITECUSTOMIZE -DPRIVLIB_LAST_IN_INC -D_CRT_SECURE_NO_DEPRECATE -DHASATTRIBUTE_DEPRECATED -wd4101 -DHASATTRIBUTE_NORETURN -wd4101 -I./include -c test_3896.c |
|---|
| 612 | test_3896.c |
|---|
| 613 | test_3896.c(15) : warning C4100: 'argv' : unreferenced formal parameter |
|---|
| 614 | test_3896.c(15) : warning C4100: 'argc' : unreferenced formal parameter |
|---|
| 615 | link bufferoverflowU.lib test_3896.obj -out:test_3896.exe kernel32.lib ws2_32.lib msvcrt.lib oldnames.lib |
|---|
| 616 | Microsoft (R) Incremental Linker Version 8.00.40310.39 |
|---|
| 617 | Copyright (C) Microsoft Corporation. All rights reserved. |
|---|
| 618 | |
|---|
| 619 | test_3896.obj : non-native module found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance |
|---|
| 620 | Microsoft (R) Incremental Linker Version 8.00.40310.39 |
|---|
| 621 | Copyright (C) Microsoft Corporation. All rights reserved. |
|---|
| 622 | |
|---|
| 623 | Generating code |
|---|
| 624 | Finished generating code |
|---|
| 625 | .\test_3896.exe |
|---|
| 626 | -0 (yes) |
|---|
| 627 | Determine whether negative zero can be printed......yes. |
|---|
| 628 | auto::env - Does your C library have setenv / unsetenv...cl -nologo -GF -W4 -MD -Zi -DNDEBUG -Ox -GL -Wp64 -fp:precise -DWIN32 -D_CONSOLE -DNO_STRICT -DWIN64 -DCONSERVATIVE -DUSE_SITECUSTOMIZE -DPRIVLIB_LAST_IN_INC -D_CRT_SECURE_NO_DEPRECATE -DHASATTRIBUTE_DEPRECATED -wd4101 -DHASATTRIBUTE_NORETURN -wd4101 -I./include -c test_3896.c |
|---|
| 629 | test_3896.c |
|---|
| 630 | test_3896.c(19) : warning C4013: 'setenv' undefined; assuming extern returning int |
|---|
| 631 | test_3896.c(17) : warning C4100: 'argv' : unreferenced formal parameter |
|---|
| 632 | test_3896.c(17) : warning C4100: 'argc' : unreferenced formal parameter |
|---|
| 633 | link bufferoverflowU.lib test_3896.obj -out:test_3896.exe kernel32.lib ws2_32.lib msvcrt.lib oldnames.lib |
|---|
| 634 | Microsoft (R) Incremental Linker Version 8.00.40310.39 |
|---|
| 635 | Copyright (C) Microsoft Corporation. All rights reserved. |
|---|
| 636 | |
|---|
| 637 | test_3896.obj : non-native module found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance |
|---|
| 638 | Microsoft (R) Incremental Linker Version 8.00.40310.39 |
|---|
| 639 | Copyright (C) Microsoft Corporation. All rights reserved. |
|---|
| 640 | |
|---|
| 641 | test_3896.obj : error LNK2001: unresolved external symbol setenv |
|---|
| 642 | test_3896.exe : fatal error LNK1120: 1 unresolved externals |
|---|
| 643 | cl -nologo -GF -W4 -MD -Zi -DNDEBUG -Ox -GL -Wp64 -fp:precise -DWIN32 -D_CONSOLE -DNO_STRICT -DWIN64 -DCONSERVATIVE -DUSE_SITECUSTOMIZE -DPRIVLIB_LAST_IN_INC -D_CRT_SECURE_NO_DEPRECATE -DHASATTRIBUTE_DEPRECATED -wd4101 -DHASATTRIBUTE_NORETURN -wd4101 -I./include -c test_3896.c |
|---|
| 644 | test_3896.c |
|---|
| 645 | test_3896.c(18) : warning C4100: 'argv' : unreferenced formal parameter |
|---|
| 646 | test_3896.c(18) : warning C4100: 'argc' : unreferenced formal parameter |
|---|
| 647 | link bufferoverflowU.lib test_3896.obj -out:test_3896.exe kernel32.lib ws2_32.lib msvcrt.lib oldnames.lib |
|---|
| 648 | Microsoft (R) Incremental Linker Version 8.00.40310.39 |
|---|
| 649 | Copyright (C) Microsoft Corporation. All rights reserved. |
|---|
| 650 | |
|---|
| 651 | test_3896.obj : non-native module found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance |
|---|
| 652 | Microsoft (R) Incremental Linker Version 8.00.40310.39 |
|---|
| 653 | Copyright (C) Microsoft Corporation. All rights reserved. |
|---|
| 654 | |
|---|
| 655 | Generating code |
|---|
| 656 | Finished generating code |
|---|
| 657 | .\test_3896.exe |
|---|
| 658 | ok |
|---|
| 659 | (unsetenv) |
|---|
| 660 | Does your C library have setenv / unsetenv.....unsetenv. |
|---|
| 661 | auto::gmp - Does your platform support GMP...cl -nologo -GF -W4 -MD -Zi -DNDEBUG -Ox -GL -Wp64 -fp:precise -DWIN32 -D_CONSOLE -DNO_STRICT -DWIN64 -DCONSERVATIVE -DUSE_SITECUSTOMIZE -DPRIVLIB_LAST_IN_INC -D_CRT_SECURE_NO_DEPRECATE -DHASATTRIBUTE_DEPRECATED -wd4101 -DHASATTRIBUTE_NORETURN -wd4101 -I./include -c test_3896.c |
|---|
| 662 | test_3896.c |
|---|
| 663 | test_3896.c(14) : fatal error C1083: Cannot open include file: 'gmp.h': No such file or directory |
|---|
| 664 | |
|---|
| 665 | Does your platform support GMP.....................done. |
|---|
| 666 | auto::readline - Does your platform support readline...cl -nologo -GF -W4 -MD -Zi -DNDEBUG -Ox -GL -Wp64 -fp:precise -DWIN32 -D_CONSOLE -DNO_STRICT -DWIN64 -DCONSERVATIVE -DUSE_SITECUSTOMIZE -DPRIVLIB_LAST_IN_INC -D_CRT_SECURE_NO_DEPRECATE -DHASATTRIBUTE_DEPRECATED -wd4101 -DHASATTRIBUTE_NORETURN -wd4101 -I./include -c test_3896.c |
|---|
| 667 | test_3896.c |
|---|
| 668 | test_3896.c(32) : warning C4100: 'argv' : unreferenced formal parameter |
|---|
| 669 | test_3896.c(32) : warning C4100: 'argc' : unreferenced formal parameter |
|---|
| 670 | test_3896.c(40) : warning C4189: 'keymap' : local variable is initialized but not referenced |
|---|
| 671 | link bufferoverflowU.lib test_3896.obj readline.lib -out:test_3896.exe kernel32.lib ws2_32.lib msvcrt.lib oldnames.lib |
|---|
| 672 | Microsoft (R) Incremental Linker Version 8.00.40310.39 |
|---|
| 673 | Copyright (C) Microsoft Corporation. All rights reserved. |
|---|
| 674 | |
|---|
| 675 | test_3896.obj : non-native module found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance |
|---|
| 676 | Microsoft (R) Incremental Linker Version 8.00.40310.39 |
|---|
| 677 | Copyright (C) Microsoft Corporation. All rights reserved. |
|---|
| 678 | |
|---|
| 679 | LINK : fatal error LNK1181: cannot open input file 'readline.lib' |
|---|
| 680 | cl -nologo -GF -W4 -MD -Zi -DNDEBUG -Ox -GL -Wp64 -fp:precise -DWIN32 -D_CONSOLE -DNO_STRICT -DWIN64 -DCONSERVATIVE -DUSE_SITECUSTOMIZE -DPRIVLIB_LAST_IN_INC -D_CRT_SECURE_NO_DEPRECATE -DHASATTRIBUTE_DEPRECATED -wd4101 -DHASATTRIBUTE_NORETURN -wd4101 -I./include -c test_3896.c |
|---|
| 681 | test_3896.c |
|---|
| 682 | test_3896.c(32) : warning C4100: 'argv' : unreferenced formal parameter |
|---|
| 683 | test_3896.c(32) : warning C4100: 'argc' : unreferenced formal parameter |
|---|
| 684 | test_3896.c(40) : warning C4189: 'keymap' : local variable is initialized but not referenced |
|---|
| 685 | link bufferoverflowU.lib test_3896.obj readline.lib ncurses.lib -out:test_3896.exe kernel32.lib ws2_32.lib msvcrt.lib oldnames.lib |
|---|
| 686 | Microsoft (R) Incremental Linker Version 8.00.40310.39 |
|---|
| 687 | Copyright (C) Microsoft Corporation. All rights reserved. |
|---|
| 688 | |
|---|
| 689 | test_3896.obj : non-native module found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance |
|---|
| 690 | Microsoft (R) Incremental Linker Version 8.00.40310.39 |
|---|
| 691 | Copyright (C) Microsoft Corporation. All rights reserved. |
|---|
| 692 | |
|---|
| 693 | LINK : fatal error LNK1181: cannot open input file 'readline.lib' |
|---|
| 694 | |
|---|
| 695 | Does your platform support readline................done. |
|---|
| 696 | auto::gdbm - Does your platform support gdbm...cl -nologo -GF -W4 -MD -Zi -DNDEBUG -Ox -GL -Wp64 -fp:precise -DWIN32 -D_CONSOLE -DNO_STRICT -DWIN64 -DCONSERVATIVE -DUSE_SITECUSTOMIZE -DPRIVLIB_LAST_IN_INC -D_CRT_SECURE_NO_DEPRECATE -DHASATTRIBUTE_DEPRECATED -wd4101 -DHASATTRIBUTE_NORETURN -wd4101 -I./include -c test_3896.c |
|---|
| 697 | test_3896.c |
|---|
| 698 | test_3896.c(14) : fatal error C1083: Cannot open include file: 'gdbm.h': No such file or directory |
|---|
| 699 | |
|---|
| 700 | Does your platform support gdbm....................done. |
|---|
| 701 | auto::pcre - Does your platform support pcre...cl -nologo -GF -W4 -MD -Zi -DNDEBUG -Ox -GL -Wp64 -fp:precise -DWIN32 -D_CONSOLE -DNO_STRICT -DWIN64 -DCONSERVATIVE -DUSE_SITECUSTOMIZE -DPRIVLIB_LAST_IN_INC -D_CRT_SECURE_NO_DEPRECATE -DHASATTRIBUTE_DEPRECATED -wd4101 -DHASATTRIBUTE_NORETURN -wd4101 -I./include -c test_3896.c |
|---|
| 702 | test_3896.c |
|---|
| 703 | test_3896.c(14) : fatal error C1083: Cannot open include file: 'pcre.h': No such file or directory |
|---|
| 704 | |
|---|
| 705 | Does your platform support pcre....................done. |
|---|
| 706 | auto::opengl - Does your platform support OpenGL...cl -nologo -GF -W4 -MD -Zi -DNDEBUG -Ox -GL -Wp64 -fp:precise -DWIN32 -D_CONSOLE -DNO_STRICT -DWIN64 -DCONSERVATIVE -DUSE_SITECUSTOMIZE -DPRIVLIB_LAST_IN_INC -D_CRT_SECURE_NO_DEPRECATE -DHASATTRIBUTE_DEPRECATED -wd4101 -DHASATTRIBUTE_NORETURN -wd4101 -I./include -c test_3896.c |
|---|
| 707 | test_3896.c |
|---|
| 708 | test_3896.c(18) : fatal error C1083: Cannot open include file: 'GL/glut.h': No such file or directory |
|---|
| 709 | |
|---|
| 710 | Does your platform support OpenGL....................no. |
|---|
| 711 | auto::crypto - Does your platform support crypto...cl -nologo -GF -W4 -MD -Zi -DNDEBUG -Ox -GL -Wp64 -fp:precise -DWIN32 -D_CONSOLE -DNO_STRICT -DWIN64 -DCONSERVATIVE -DUSE_SITECUSTOMIZE -DPRIVLIB_LAST_IN_INC -D_CRT_SECURE_NO_DEPRECATE -DHASATTRIBUTE_DEPRECATED -wd4101 -DHASATTRIBUTE_NORETURN -wd4101 -I./include -c test_3896.c |
|---|
| 712 | test_3896.c |
|---|
| 713 | test_3896.c(14) : fatal error C1083: Cannot open include file: 'openssl/opensslv.h': No such file or directory |
|---|
| 714 | |
|---|
| 715 | Does your platform support crypto..................done. |
|---|
| 716 | auto::gettext - Does your configuration include gettext...cl -nologo -GF -W4 -MD -Zi -DNDEBUG -Ox -GL -Wp64 -fp:precise -DWIN32 -D_CONSOLE -DNO_STRICT -DWIN64 -DCONSERVATIVE -DUSE_SITECUSTOMIZE -DPRIVLIB_LAST_IN_INC -D_CRT_SECURE_NO_DEPRECATE -DHASATTRIBUTE_DEPRECATED -wd4101 -DHASATTRIBUTE_NORETURN -wd4101 -I./include -c test_3896.c |
|---|
| 717 | test_3896.c |
|---|
| 718 | test_3896.c(17) : fatal error C1083: Cannot open include file: 'libintl.h': No such file or directory |
|---|
| 719 | |
|---|
| 720 | Does your configuration include gettext............done. |
|---|
| 721 | auto::snprintf - Test snprintf...cl -nologo -GF -W4 -MD -Zi -DNDEBUG -Ox -GL -Wp64 -fp:precise -DWIN32 -D_CONSOLE -DNO_STRICT -DWIN64 -DCONSERVATIVE -DUSE_SITECUSTOMIZE -DPRIVLIB_LAST_IN_INC -D_CRT_SECURE_NO_DEPRECATE -DHASATTRIBUTE_DEPRECATED -wd4101 -DHASATTRIBUTE_NORETURN -wd4101 -I./include -c test_3896.c |
|---|
| 722 | test_3896.c |
|---|
| 723 | test_3896.c(19) : warning C4100: 'argv' : unreferenced formal parameter |
|---|
| 724 | test_3896.c(19) : warning C4100: 'argc' : unreferenced formal parameter |
|---|
| 725 | link bufferoverflowU.lib test_3896.obj -out:test_3896.exe kernel32.lib ws2_32.lib msvcrt.lib oldnames.lib |
|---|
| 726 | Microsoft (R) Incremental Linker Version 8.00.40310.39 |
|---|
| 727 | Copyright (C) Microsoft Corporation. All rights reserved. |
|---|
| 728 | |
|---|
| 729 | test_3896.obj : non-native module found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance |
|---|
| 730 | Microsoft (R) Incremental Linker Version 8.00.40310.39 |
|---|
| 731 | Copyright (C) Microsoft Corporation. All rights reserved. |
|---|
| 732 | |
|---|
| 733 | Generating code |
|---|
| 734 | Finished generating code |
|---|
| 735 | .\test_3896.exe |
|---|
| 736 | old snprintf |
|---|
| 737 | (old snprintf |
|---|
| 738 | ) |
|---|
| 739 | Test snprintf......................................done. |
|---|
| 740 | auto::perldoc - Is perldoc installed... |
|---|
| 741 | Is perldoc installed................................yes. |
|---|
| 742 | auto::pod2man - Is pod2man installed... |
|---|
| 743 | Is pod2man installed................................yes. |
|---|
| 744 | auto::ctags - Is (exuberant) ctags installed... |
|---|
| 745 | |
|---|
| 746 | 0 |
|---|
| 747 | |
|---|
| 748 | 0 |
|---|
| 749 | |
|---|
| 750 | 0 |
|---|
| 751 | |
|---|
| 752 | 0 |
|---|
| 753 | |
|---|
| 754 | Is (exuberant) ctags installed.......................no. |
|---|
| 755 | auto::revision - Determine Parrot's revision... |
|---|
| 756 | Determine Parrot's revision........................done. |
|---|
| 757 | auto::icu - Is ICU installed...Discovered icu-config --exists returns 1 |
|---|
| 758 | Could not locate an icu-config program |
|---|
| 759 | |
|---|
| 760 | Is ICU installed..........................no icu-config. |
|---|
| 761 | gen::config_h - Generate C headers... |
|---|
| 762 | Generate C headers.................................done. |
|---|
| 763 | gen::core_pmcs - Generate core pmc list... |
|---|
| 764 | Generate core pmc list.............................done. |
|---|
| 765 | gen::crypto - Generate Digest PMC files... |
|---|
| 766 | Generate Digest PMC files.......................skipped. |
|---|
| 767 | gen::parrot_include - Generate runtime/parrot/include...cclass.pasm datatypes.pasm iterator.pasm call_bits.pasm lib/Parrot/Pmc2c/PCCMETHOD_BITS.pm io_thr_msg.pasm timer.pasm except_types.pasm except_severity.pasm interpflags.pasm interpdebug.pasm interptrace.pasm interpcores.pasm cloneflags.pasm iglobals.pasm sysinfo.pasm stdio.pasm socket.pasm longopt.pasm packfile_segments.pasm packfile_constants.pasm packfile_annotation_key_type.pasm interpinfo.pasm stat.pasm stringinfo.pasm warnings.pasm errors.pasm tm.pasm mmd.pasm pmctypes.pasm |
|---|
| 768 | Generate runtime/parrot/include....................done. |
|---|
| 769 | gen::opengl - Generating OpenGL bindings... |
|---|
| 770 | Generating OpenGL bindings......................skipped. |
|---|
| 771 | gen::call_list - Generate NCI signature list... |
|---|
| 772 | Generate NCI signature list........................done. |
|---|
| 773 | gen::makefiles - Generate makefiles and other build files... |
|---|
| 774 | Generate makefiles and other build files...........done. |
|---|
| 775 | gen::platform - Move platform files into place... platform='win32' () config/gen/platform/win32/io.h |
|---|
| 776 | config/gen/platform/generic/math.h |
|---|
| 777 | config/gen/platform/win32/misc.h |
|---|
| 778 | config/gen/platform/generic/dl.h |
|---|
| 779 | config/gen/platform/win32/signal.h |
|---|
| 780 | config/gen/platform/win32/stat.h |
|---|
| 781 | config/gen/platform/win32/threads.h |
|---|
| 782 | config/gen/platform/win32/string.h |
|---|
| 783 | config/gen/platform/win32/time.c |
|---|
| 784 | config/gen/platform/win32/env.c |
|---|
| 785 | config/gen/platform/win32/dl.c |
|---|
| 786 | config/gen/platform/win32/stat.c |
|---|
| 787 | config/gen/platform/generic/math.c |
|---|
| 788 | config/gen/platform/generic/memalign.c |
|---|
| 789 | config/gen/platform/win32/signal.c |
|---|
| 790 | config/gen/platform/generic/itimer.c |
|---|
| 791 | config/gen/platform/generic/memexec.c |
|---|
| 792 | config/gen/platform/win32/exec.c |
|---|
| 793 | config/gen/platform/win32/misc.c |
|---|
| 794 | |
|---|
| 795 | Move platform files into place.....................done. |
|---|
| 796 | gen::config_pm - Record configuration data for later retrieval... |
|---|
| 797 | Record configuration data for later retrieval......done. |
|---|
| 798 | Okay, we're done! |
|---|
| 799 | |
|---|
| 800 | You can now use `nmake' to build your Parrot. |
|---|
| 801 | After that, you can use `nmake test' to run the test suite. |
|---|
| 802 | |
|---|
| 803 | Happy Hacking, |
|---|
| 804 | The Parrot Team |
|---|
| 805 | |
|---|