Ticket #628: configurelog.txt

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