Hi from $MirOS: src/bin/mksh/Build.sh,v 1.616 2013/02/11 16:27:56 tg Exp $ on: $ uname -a >&2 | UWIN-XP 2fprep 5.0/5.1 2013-02-04 i686 x86 32/32 UWIN Warning: mksh has not yet been ported to or tested on your operating system 'UWIN-XP'; it will compile, but the target platform itself is very flakey/unreliable. If you can provide a shell account to the developer, this may improve; please drop us a success or failure notice or even send in diffs. Build.sh: Building the MirBSD Korn Shell R42 2013/02/10 on UWIN-XP ... Build.sh: Scanning for functions... please ignore any errors. ... which compiler seems to be used $ cc -E -I. -DMKSH_BUILDSH conftest.c | sed -n '/^ *[ce]t *= */s/^ *\([ce]t\) *= */\1=/p' | tr -d \015 >x [ ct="msc" [ et="unknown" ==> which compiler seems to be used... msc ... if the compiler works $ cc -I. -DMKSH_BUILDSH conftest.c ==> if the compiler works... yes ... if the compiler does not fail correctly $ cc -I. -DMKSH_BUILDSH conftest.c ] conftest.o : error LNK2019: unresolved external symbol _thiswillneverbedefinedIhope referenced in function _main ] a.out : fatal error LNK1120: 1 unresolved externals ==> if the compiler does not fail correctly... no ==> if this could be tcc... no (implied) ... if -O2 can be used $ cc -O2 -I. -DMKSH_BUILDSH -Yc,/w conftest.c ] cl : Command line warning D9024 : unrecognized source file type 'c,/w', object file assumed ] cl : Command line warning D9027 : source file 'c,/w' ignored ==> if -O2 can be used... yes ... if string pooling can be enabled $ cc -O2 -Yc,/GF -I. -DMKSH_BUILDSH -Yc,/w conftest.c ] cl : Command line warning D9024 : unrecognized source file type 'c,/GF', object file assumed ] cl : Command line warning D9027 : source file 'c,/GF' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/w', object file assumed ] cl : Command line warning D9027 : source file 'c,/w' ignored ==> if string pooling can be enabled... yes ... if stack checks can be enabled $ cc -O2 -Yc,/GF -Yc,/GZ -I. -DMKSH_BUILDSH -Yc,/w conftest.c ] cl : Command line warning D9024 : unrecognized source file type 'c,/GF', object file assumed ] cl : Command line warning D9027 : source file 'c,/GF' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/GZ', object file assumed ] cl : Command line warning D9027 : source file 'c,/GZ' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/w', object file assumed ] cl : Command line warning D9027 : source file 'c,/w' ignored ==> if stack checks can be enabled... yes ... stack checks for all functions $ cc -O2 -Yc,/GF -Yc,/GZ -Yc,/Ge -I. -DMKSH_BUILDSH -Yc,/w conftest.c ] cl : Command line warning D9024 : unrecognized source file type 'c,/GF', object file assumed ] cl : Command line warning D9027 : source file 'c,/GF' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/GZ', object file assumed ] cl : Command line warning D9027 : source file 'c,/GZ' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/Ge', object file assumed ] cl : Command line warning D9027 : source file 'c,/Ge' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/w', object file assumed ] cl : Command line warning D9027 : source file 'c,/w' ignored ==> stack checks for all functions... yes ... for compiler security checks $ cc -O2 -Yc,/GF -Yc,/GZ -Yc,/Ge -Yc,/GS -I. -DMKSH_BUILDSH -Yc,/w conftest.c ] cl : Command line warning D9024 : unrecognized source file type 'c,/GF', object file assumed ] cl : Command line warning D9027 : source file 'c,/GF' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/GZ', object file assumed ] cl : Command line warning D9027 : source file 'c,/GZ' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/Ge', object file assumed ] cl : Command line warning D9027 : source file 'c,/Ge' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/GS', object file assumed ] cl : Command line warning D9027 : source file 'c,/GS' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/w', object file assumed ] cl : Command line warning D9027 : source file 'c,/w' ignored ==> for compiler security checks... yes ... to enable all warnings $ cc -O2 -Yc,/GF -Yc,/GZ -Yc,/Ge -Yc,/GS -Yc,/Wall -I. -DMKSH_BUILDSH -Yc,/w conftest.c ] cl : Command line warning D9024 : unrecognized source file type 'c,/GF', object file assumed ] cl : Command line warning D9027 : source file 'c,/GF' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/GZ', object file assumed ] cl : Command line warning D9027 : source file 'c,/GZ' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/Ge', object file assumed ] cl : Command line warning D9027 : source file 'c,/Ge' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/GS', object file assumed ] cl : Command line warning D9027 : source file 'c,/GS' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/Wall', object file assumed ] cl : Command line warning D9027 : source file 'c,/Wall' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/w', object file assumed ] cl : Command line warning D9027 : source file 'c,/w' ignored ==> to enable all warnings... yes ... to enable 64-bit warnings $ cc -O2 -Yc,/GF -Yc,/GZ -Yc,/Ge -Yc,/GS -Yc,/Wall -Yc,/Wp64 -I. -DMKSH_BUILDSH -Yc,/w conftest.c ] cl : Command line warning D9024 : unrecognized source file type 'c,/GF', object file assumed ] cl : Command line warning D9027 : source file 'c,/GF' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/GZ', object file assumed ] cl : Command line warning D9027 : source file 'c,/GZ' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/Ge', object file assumed ] cl : Command line warning D9027 : source file 'c,/Ge' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/GS', object file assumed ] cl : Command line warning D9027 : source file 'c,/GS' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/Wall', object file assumed ] cl : Command line warning D9027 : source file 'c,/Wall' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/Wp64', object file assumed ] cl : Command line warning D9027 : source file 'c,/Wp64' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/w', object file assumed ] cl : Command line warning D9027 : source file 'c,/w' ignored ==> to enable 64-bit warnings... yes ... for __attribute__((__bounded__)) $ cc -O2 -Yc,/GF -Yc,/GZ -Yc,/Ge -Yc,/GS -Yc,/Wall -Yc,/Wp64 -I. -DMKSH_BUILDSH -Yc,/WX conftest.c ] cl : Command line warning D9024 : unrecognized source file type 'c,/GF', object file assumed ] cl : Command line warning D9027 : source file 'c,/GF' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/GZ', object file assumed ] cl : Command line warning D9027 : source file 'c,/GZ' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/Ge', object file assumed ] cl : Command line warning D9027 : source file 'c,/Ge' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/GS', object file assumed ] cl : Command line warning D9027 : source file 'c,/GS' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/Wall', object file assumed ] cl : Command line warning D9027 : source file 'c,/Wall' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/Wp64', object file assumed ] cl : Command line warning D9027 : source file 'c,/Wp64' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/WX', object file assumed ] cl : Command line warning D9027 : source file 'c,/WX' ignored ==> for __attribute__((__bounded__))... no ... for __attribute__((__format__)) $ cc -O2 -Yc,/GF -Yc,/GZ -Yc,/Ge -Yc,/GS -Yc,/Wall -Yc,/Wp64 -I. -DMKSH_BUILDSH -DHAVE_ATTRIBUTE_BOUNDED=0 -Yc,/WX conftest.c ] cl : Command line warning D9024 : unrecognized source file type 'c,/GF', object file assumed ] cl : Command line warning D9027 : source file 'c,/GF' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/GZ', object file assumed ] cl : Command line warning D9027 : source file 'c,/GZ' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/Ge', object file assumed ] cl : Command line warning D9027 : source file 'c,/Ge' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/GS', object file assumed ] cl : Command line warning D9027 : source file 'c,/GS' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/Wall', object file assumed ] cl : Command line warning D9027 : source file 'c,/Wall' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/Wp64', object file assumed ] cl : Command line warning D9027 : source file 'c,/Wp64' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/WX', object file assumed ] cl : Command line warning D9027 : source file 'c,/WX' ignored ==> for __attribute__((__format__))... no ... for __attribute__((__noreturn__)) $ cc -O2 -Yc,/GF -Yc,/GZ -Yc,/Ge -Yc,/GS -Yc,/Wall -Yc,/Wp64 -I. -DMKSH_BUILDSH -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=0 -Yc,/WX conftest.c ] cl : Command line warning D9024 : unrecognized source file type 'c,/GF', object file assumed ] cl : Command line warning D9027 : source file 'c,/GF' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/GZ', object file assumed ] cl : Command line warning D9027 : source file 'c,/GZ' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/Ge', object file assumed ] cl : Command line warning D9027 : source file 'c,/Ge' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/GS', object file assumed ] cl : Command line warning D9027 : source file 'c,/GS' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/Wall', object file assumed ] cl : Command line warning D9027 : source file 'c,/Wall' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/Wp64', object file assumed ] cl : Command line warning D9027 : source file 'c,/Wp64' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/WX', object file assumed ] cl : Command line warning D9027 : source file 'c,/WX' ignored ==> for __attribute__((__noreturn__))... no ... for __attribute__((__unused__)) $ cc -O2 -Yc,/GF -Yc,/GZ -Yc,/Ge -Yc,/GS -Yc,/Wall -Yc,/Wp64 -I. -DMKSH_BUILDSH -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=0 -DHAVE_ATTRIBUTE_NORETURN=0 -Yc,/WX conftest.c ] cl : Command line warning D9024 : unrecognized source file type 'c,/GF', object file assumed ] cl : Command line warning D9027 : source file 'c,/GF' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/GZ', object file assumed ] cl : Command line warning D9027 : source file 'c,/GZ' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/Ge', object file assumed ] cl : Command line warning D9027 : source file 'c,/Ge' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/GS', object file assumed ] cl : Command line warning D9027 : source file 'c,/GS' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/Wall', object file assumed ] cl : Command line warning D9027 : source file 'c,/Wall' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/Wp64', object file assumed ] cl : Command line warning D9027 : source file 'c,/Wp64' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/WX', object file assumed ] cl : Command line warning D9027 : source file 'c,/WX' ignored ==> for __attribute__((__unused__))... no ... for __attribute__((__used__)) $ cc -O2 -Yc,/GF -Yc,/GZ -Yc,/Ge -Yc,/GS -Yc,/Wall -Yc,/Wp64 -I. -DMKSH_BUILDSH -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=0 -DHAVE_ATTRIBUTE_NORETURN=0 -DHAVE_ATTRIBUTE_UNUSED=0 -Yc,/WX conftest.c ] cl : Command line warning D9024 : unrecognized source file type 'c,/GF', object file assumed ] cl : Command line warning D9027 : source file 'c,/GF' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/GZ', object file assumed ] cl : Command line warning D9027 : source file 'c,/GZ' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/Ge', object file assumed ] cl : Command line warning D9027 : source file 'c,/Ge' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/GS', object file assumed ] cl : Command line warning D9027 : source file 'c,/GS' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/Wall', object file assumed ] cl : Command line warning D9027 : source file 'c,/Wall' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/Wp64', object file assumed ] cl : Command line warning D9027 : source file 'c,/Wp64' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/WX', object file assumed ] cl : Command line warning D9027 : source file 'c,/WX' ignored ==> for __attribute__((__used__))... no ... if a reduced-feature mksh is requested $ cc -O2 -Yc,/GF -Yc,/GZ -Yc,/Ge -Yc,/GS -Yc,/Wall -Yc,/Wp64 -I. -DMKSH_BUILDSH -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=0 -DHAVE_ATTRIBUTE_NORETURN=0 -DHAVE_ATTRIBUTE_UNUSED=0 -DHAVE_ATTRIBUTE_USED=0 -Yc,/w conftest.c ] cl : Command line warning D9024 : unrecognized source file type 'c,/GF', object file assumed ] cl : Command line warning D9027 : source file 'c,/GF' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/GZ', object file assumed ] cl : Command line warning D9027 : source file 'c,/GZ' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/Ge', object file assumed ] cl : Command line warning D9027 : source file 'c,/Ge' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/GS', object file assumed ] cl : Command line warning D9027 : source file 'c,/GS' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/Wall', object file assumed ] cl : Command line warning D9027 : source file 'c,/Wall' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/Wp64', object file assumed ] cl : Command line warning D9027 : source file 'c,/Wp64' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/w', object file assumed ] cl : Command line warning D9027 : source file 'c,/w' ignored ] conftest.o : error LNK2019: unresolved external symbol _thiswillneverbedefinedIhope referenced in function _main ] a.out : fatal error LNK1120: 1 unresolved externals ==> if a reduced-feature mksh is requested... no ... if a reduced-feature sh is requested $ cc -O2 -Yc,/GF -Yc,/GZ -Yc,/Ge -Yc,/GS -Yc,/Wall -Yc,/Wp64 -I. -DMKSH_BUILDSH -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=0 -DHAVE_ATTRIBUTE_NORETURN=0 -DHAVE_ATTRIBUTE_UNUSED=0 -DHAVE_ATTRIBUTE_USED=0 -Yc,/w conftest.c ] cl : Command line warning D9024 : unrecognized source file type 'c,/GF', object file assumed ] cl : Command line warning D9027 : source file 'c,/GF' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/GZ', object file assumed ] cl : Command line warning D9027 : source file 'c,/GZ' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/Ge', object file assumed ] cl : Command line warning D9027 : source file 'c,/Ge' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/GS', object file assumed ] cl : Command line warning D9027 : source file 'c,/GS' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/Wall', object file assumed ] cl : Command line warning D9027 : source file 'c,/Wall' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/Wp64', object file assumed ] cl : Command line warning D9027 : source file 'c,/Wp64' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/w', object file assumed ] cl : Command line warning D9027 : source file 'c,/w' ignored ] conftest.o : error LNK2019: unresolved external symbol _thiswillneverbedefinedIhope referenced in function _main ] a.out : fatal error LNK1120: 1 unresolved externals ==> if a reduced-feature sh is requested... no ... if mksh will be built without job control $ cc -O2 -Yc,/GF -Yc,/GZ -Yc,/Ge -Yc,/GS -Yc,/Wall -Yc,/Wp64 -I. -DMKSH_BUILDSH -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=0 -DHAVE_ATTRIBUTE_NORETURN=0 -DHAVE_ATTRIBUTE_UNUSED=0 -DHAVE_ATTRIBUTE_USED=0 -Yc,/w conftest.c ] cl : Command line warning D9024 : unrecognized source file type 'c,/GF', object file assumed ] cl : Command line warning D9027 : source file 'c,/GF' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/GZ', object file assumed ] cl : Command line warning D9027 : source file 'c,/GZ' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/Ge', object file assumed ] cl : Command line warning D9027 : source file 'c,/Ge' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/GS', object file assumed ] cl : Command line warning D9027 : source file 'c,/GS' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/Wall', object file assumed ] cl : Command line warning D9027 : source file 'c,/Wall' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/Wp64', object file assumed ] cl : Command line warning D9027 : source file 'c,/Wp64' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/w', object file assumed ] cl : Command line warning D9027 : source file 'c,/w' ignored ] conftest.o : error LNK2019: unresolved external symbol _thiswillneverbedefinedIhope referenced in function _main ] a.out : fatal error LNK1120: 1 unresolved externals ==> if mksh will be built without job control... no ... if mksh will be built without job signals $ cc -O2 -Yc,/GF -Yc,/GZ -Yc,/Ge -Yc,/GS -Yc,/Wall -Yc,/Wp64 -I. -DMKSH_BUILDSH -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=0 -DHAVE_ATTRIBUTE_NORETURN=0 -DHAVE_ATTRIBUTE_UNUSED=0 -DHAVE_ATTRIBUTE_USED=0 -Yc,/w conftest.c ] cl : Command line warning D9024 : unrecognized source file type 'c,/GF', object file assumed ] cl : Command line warning D9027 : source file 'c,/GF' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/GZ', object file assumed ] cl : Command line warning D9027 : source file 'c,/GZ' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/Ge', object file assumed ] cl : Command line warning D9027 : source file 'c,/Ge' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/GS', object file assumed ] cl : Command line warning D9027 : source file 'c,/GS' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/Wall', object file assumed ] cl : Command line warning D9027 : source file 'c,/Wall' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/Wp64', object file assumed ] cl : Command line warning D9027 : source file 'c,/Wp64' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/w', object file assumed ] cl : Command line warning D9027 : source file 'c,/w' ignored ] conftest.o : error LNK2019: unresolved external symbol _thiswillneverbedefinedIhope referenced in function _main ] a.out : fatal error LNK1120: 1 unresolved externals ==> if mksh will be built without job signals... no ... if the default UTF-8 mode is specified $ cc -O2 -Yc,/GF -Yc,/GZ -Yc,/Ge -Yc,/GS -Yc,/Wall -Yc,/Wp64 -I. -DMKSH_BUILDSH -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=0 -DHAVE_ATTRIBUTE_NORETURN=0 -DHAVE_ATTRIBUTE_UNUSED=0 -DHAVE_ATTRIBUTE_USED=0 -Yc,/w conftest.c ] cl : Command line warning D9024 : unrecognized source file type 'c,/GF', object file assumed ] cl : Command line warning D9027 : source file 'c,/GF' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/GZ', object file assumed ] cl : Command line warning D9027 : source file 'c,/GZ' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/Ge', object file assumed ] cl : Command line warning D9027 : source file 'c,/Ge' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/GS', object file assumed ] cl : Command line warning D9027 : source file 'c,/GS' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/Wall', object file assumed ] cl : Command line warning D9027 : source file 'c,/Wall' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/Wp64', object file assumed ] cl : Command line warning D9027 : source file 'c,/Wp64' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/w', object file assumed ] cl : Command line warning D9027 : source file 'c,/w' ignored ] conftest.o : error LNK2019: unresolved external symbol _thiswillneverbedefinedIhope referenced in function _main ] a.out : fatal error LNK1120: 1 unresolved externals ==> if the default UTF-8 mode is specified... no ... if traditional/conservative fd use is requested $ cc -O2 -Yc,/GF -Yc,/GZ -Yc,/Ge -Yc,/GS -Yc,/Wall -Yc,/Wp64 -I. -DMKSH_BUILDSH -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=0 -DHAVE_ATTRIBUTE_NORETURN=0 -DHAVE_ATTRIBUTE_UNUSED=0 -DHAVE_ATTRIBUTE_USED=0 -Yc,/w conftest.c ] cl : Command line warning D9024 : unrecognized source file type 'c,/GF', object file assumed ] cl : Command line warning D9027 : source file 'c,/GF' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/GZ', object file assumed ] cl : Command line warning D9027 : source file 'c,/GZ' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/Ge', object file assumed ] cl : Command line warning D9027 : source file 'c,/Ge' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/GS', object file assumed ] cl : Command line warning D9027 : source file 'c,/GS' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/Wall', object file assumed ] cl : Command line warning D9027 : source file 'c,/Wall' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/Wp64', object file assumed ] cl : Command line warning D9027 : source file 'c,/Wp64' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/w', object file assumed ] cl : Command line warning D9027 : source file 'c,/w' ignored ] conftest.o : error LNK2019: unresolved external symbol _thiswillneverbedefinedIhope referenced in function _main ] a.out : fatal error LNK1120: 1 unresolved externals ==> if traditional/conservative fd use is requested... no ... $ cc -O2 -Yc,/GF -Yc,/GZ -Yc,/Ge -Yc,/GS -Yc,/Wall -Yc,/Wp64 -I. -DMKSH_BUILDSH -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=0 -DHAVE_ATTRIBUTE_NORETURN=0 -DHAVE_ATTRIBUTE_UNUSED=0 -DHAVE_ATTRIBUTE_USED=0 -Yc,/w conftest.c ] cl : Command line warning D9024 : unrecognized source file type 'c,/GF', object file assumed ] cl : Command line warning D9027 : source file 'c,/GF' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/GZ', object file assumed ] cl : Command line warning D9027 : source file 'c,/GZ' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/Ge', object file assumed ] cl : Command line warning D9027 : source file 'c,/Ge' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/GS', object file assumed ] cl : Command line warning D9027 : source file 'c,/GS' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/Wall', object file assumed ] cl : Command line warning D9027 : source file 'c,/Wall' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/Wp64', object file assumed ] cl : Command line warning D9027 : source file 'c,/Wp64' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/w', object file assumed ] cl : Command line warning D9027 : source file 'c,/w' ignored ==> ... yes ... $ cc -O2 -Yc,/GF -Yc,/GZ -Yc,/Ge -Yc,/GS -Yc,/Wall -Yc,/Wp64 -I. -DMKSH_BUILDSH -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=0 -DHAVE_ATTRIBUTE_NORETURN=0 -DHAVE_ATTRIBUTE_UNUSED=0 -DHAVE_ATTRIBUTE_USED=0 -DHAVE_SYS_TIME_H=1 -Yc,/w conftest.c ] cl : Command line warning D9024 : unrecognized source file type 'c,/GF', object file assumed ] cl : Command line warning D9027 : source file 'c,/GF' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/GZ', object file assumed ] cl : Command line warning D9027 : source file 'c,/GZ' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/Ge', object file assumed ] cl : Command line warning D9027 : source file 'c,/Ge' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/GS', object file assumed ] cl : Command line warning D9027 : source file 'c,/GS' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/Wall', object file assumed ] cl : Command line warning D9027 : source file 'c,/Wall' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/Wp64', object file assumed ] cl : Command line warning D9027 : source file 'c,/Wp64' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/w', object file assumed ] cl : Command line warning D9027 : source file 'c,/w' ignored ==> ... yes ... whether and can both be included $ cc -O2 -Yc,/GF -Yc,/GZ -Yc,/Ge -Yc,/GS -Yc,/Wall -Yc,/Wp64 -I. -DMKSH_BUILDSH -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=0 -DHAVE_ATTRIBUTE_NORETURN=0 -DHAVE_ATTRIBUTE_UNUSED=0 -DHAVE_ATTRIBUTE_USED=0 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -Yc,/w conftest.c ] cl : Command line warning D9024 : unrecognized source file type 'c,/GF', object file assumed ] cl : Command line warning D9027 : source file 'c,/GF' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/GZ', object file assumed ] cl : Command line warning D9027 : source file 'c,/GZ' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/Ge', object file assumed ] cl : Command line warning D9027 : source file 'c,/Ge' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/GS', object file assumed ] cl : Command line warning D9027 : source file 'c,/GS' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/Wall', object file assumed ] cl : Command line warning D9027 : source file 'c,/Wall' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/Wp64', object file assumed ] cl : Command line warning D9027 : source file 'c,/Wp64' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/w', object file assumed ] cl : Command line warning D9027 : source file 'c,/w' ignored ==> whether and can both be included... yes ... $ cc -O2 -Yc,/GF -Yc,/GZ -Yc,/Ge -Yc,/GS -Yc,/Wall -Yc,/Wp64 -I. -DMKSH_BUILDSH -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=0 -DHAVE_ATTRIBUTE_NORETURN=0 -DHAVE_ATTRIBUTE_UNUSED=0 -DHAVE_ATTRIBUTE_USED=0 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -Yc,/w conftest.c ] cpp: "conftest.c", line 2: sys/bsdtypes.h: cannot find include file ==> ... no ... $ cc -O2 -Yc,/GF -Yc,/GZ -Yc,/Ge -Yc,/GS -Yc,/Wall -Yc,/Wp64 -I. -DMKSH_BUILDSH -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=0 -DHAVE_ATTRIBUTE_NORETURN=0 -DHAVE_ATTRIBUTE_UNUSED=0 -DHAVE_ATTRIBUTE_USED=0 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -Yc,/w conftest.c ] cl : Command line warning D9024 : unrecognized source file type 'c,/GF', object file assumed ] cl : Command line warning D9027 : source file 'c,/GF' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/GZ', object file assumed ] cl : Command line warning D9027 : source file 'c,/GZ' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/Ge', object file assumed ] cl : Command line warning D9027 : source file 'c,/Ge' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/GS', object file assumed ] cl : Command line warning D9027 : source file 'c,/GS' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/Wall', object file assumed ] cl : Command line warning D9027 : source file 'c,/Wall' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/Wp64', object file assumed ] cl : Command line warning D9027 : source file 'c,/Wp64' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/w', object file assumed ] cl : Command line warning D9027 : source file 'c,/w' ignored ==> ... yes ... $ cc -O2 -Yc,/GF -Yc,/GZ -Yc,/Ge -Yc,/GS -Yc,/Wall -Yc,/Wp64 -I. -DMKSH_BUILDSH -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=0 -DHAVE_ATTRIBUTE_NORETURN=0 -DHAVE_ATTRIBUTE_UNUSED=0 -DHAVE_ATTRIBUTE_USED=0 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -DHAVE_SYS_FILE_H=1 -Yc,/w conftest.c ] cl : Command line warning D9024 : unrecognized source file type 'c,/GF', object file assumed ] cl : Command line warning D9027 : source file 'c,/GF' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/GZ', object file assumed ] cl : Command line warning D9027 : source file 'c,/GZ' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/Ge', object file assumed ] cl : Command line warning D9027 : source file 'c,/Ge' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/GS', object file assumed ] cl : Command line warning D9027 : source file 'c,/GS' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/Wall', object file assumed ] cl : Command line warning D9027 : source file 'c,/Wall' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/Wp64', object file assumed ] cl : Command line warning D9027 : source file 'c,/Wp64' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/w', object file assumed ] cl : Command line warning D9027 : source file 'c,/w' ignored ==> ... yes ... $ cc -O2 -Yc,/GF -Yc,/GZ -Yc,/Ge -Yc,/GS -Yc,/Wall -Yc,/Wp64 -I. -DMKSH_BUILDSH -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=0 -DHAVE_ATTRIBUTE_NORETURN=0 -DHAVE_ATTRIBUTE_UNUSED=0 -DHAVE_ATTRIBUTE_USED=0 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_MKDEV_H=1 -Yc,/w conftest.c ] cl : Command line warning D9024 : unrecognized source file type 'c,/GF', object file assumed ] cl : Command line warning D9027 : source file 'c,/GF' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/GZ', object file assumed ] cl : Command line warning D9027 : source file 'c,/GZ' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/Ge', object file assumed ] cl : Command line warning D9027 : source file 'c,/Ge' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/GS', object file assumed ] cl : Command line warning D9027 : source file 'c,/GS' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/Wall', object file assumed ] cl : Command line warning D9027 : source file 'c,/Wall' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/Wp64', object file assumed ] cl : Command line warning D9027 : source file 'c,/Wp64' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/w', object file assumed ] cl : Command line warning D9027 : source file 'c,/w' ignored ==> ... yes ... $ cc -O2 -Yc,/GF -Yc,/GZ -Yc,/Ge -Yc,/GS -Yc,/Wall -Yc,/Wp64 -I. -DMKSH_BUILDSH -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=0 -DHAVE_ATTRIBUTE_NORETURN=0 -DHAVE_ATTRIBUTE_UNUSED=0 -DHAVE_ATTRIBUTE_USED=0 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_MKDEV_H=1 -DHAVE_SYS_MMAN_H=1 -Yc,/w conftest.c ] cl : Command line warning D9024 : unrecognized source file type 'c,/GF', object file assumed ] cl : Command line warning D9027 : source file 'c,/GF' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/GZ', object file assumed ] cl : Command line warning D9027 : source file 'c,/GZ' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/Ge', object file assumed ] cl : Command line warning D9027 : source file 'c,/Ge' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/GS', object file assumed ] cl : Command line warning D9027 : source file 'c,/GS' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/Wall', object file assumed ] cl : Command line warning D9027 : source file 'c,/Wall' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/Wp64', object file assumed ] cl : Command line warning D9027 : source file 'c,/Wp64' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/w', object file assumed ] cl : Command line warning D9027 : source file 'c,/w' ignored ==> ... yes ... $ cc -O2 -Yc,/GF -Yc,/GZ -Yc,/Ge -Yc,/GS -Yc,/Wall -Yc,/Wp64 -I. -DMKSH_BUILDSH -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=0 -DHAVE_ATTRIBUTE_NORETURN=0 -DHAVE_ATTRIBUTE_UNUSED=0 -DHAVE_ATTRIBUTE_USED=0 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_MKDEV_H=1 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_PARAM_H=1 -Yc,/w conftest.c ] cl : Command line warning D9024 : unrecognized source file type 'c,/GF', object file assumed ] cl : Command line warning D9027 : source file 'c,/GF' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/GZ', object file assumed ] cl : Command line warning D9027 : source file 'c,/GZ' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/Ge', object file assumed ] cl : Command line warning D9027 : source file 'c,/Ge' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/GS', object file assumed ] cl : Command line warning D9027 : source file 'c,/GS' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/Wall', object file assumed ] cl : Command line warning D9027 : source file 'c,/Wall' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/Wp64', object file assumed ] cl : Command line warning D9027 : source file 'c,/Wp64' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/w', object file assumed ] cl : Command line warning D9027 : source file 'c,/w' ignored ==> ... yes ... $ cc -O2 -Yc,/GF -Yc,/GZ -Yc,/Ge -Yc,/GS -Yc,/Wall -Yc,/Wp64 -I. -DMKSH_BUILDSH -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=0 -DHAVE_ATTRIBUTE_NORETURN=0 -DHAVE_ATTRIBUTE_UNUSED=0 -DHAVE_ATTRIBUTE_USED=0 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_MKDEV_H=1 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_RESOURCE_H=1 -Yc,/w conftest.c ] cl : Command line warning D9024 : unrecognized source file type 'c,/GF', object file assumed ] cl : Command line warning D9027 : source file 'c,/GF' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/GZ', object file assumed ] cl : Command line warning D9027 : source file 'c,/GZ' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/Ge', object file assumed ] cl : Command line warning D9027 : source file 'c,/Ge' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/GS', object file assumed ] cl : Command line warning D9027 : source file 'c,/GS' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/Wall', object file assumed ] cl : Command line warning D9027 : source file 'c,/Wall' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/Wp64', object file assumed ] cl : Command line warning D9027 : source file 'c,/Wp64' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/w', object file assumed ] cl : Command line warning D9027 : source file 'c,/w' ignored ==> ... yes ... $ cc -O2 -Yc,/GF -Yc,/GZ -Yc,/Ge -Yc,/GS -Yc,/Wall -Yc,/Wp64 -I. -DMKSH_BUILDSH -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=0 -DHAVE_ATTRIBUTE_NORETURN=0 -DHAVE_ATTRIBUTE_UNUSED=0 -DHAVE_ATTRIBUTE_USED=0 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_MKDEV_H=1 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SELECT_H=1 -Yc,/w conftest.c ] cl : Command line warning D9024 : unrecognized source file type 'c,/GF', object file assumed ] cl : Command line warning D9027 : source file 'c,/GF' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/GZ', object file assumed ] cl : Command line warning D9027 : source file 'c,/GZ' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/Ge', object file assumed ] cl : Command line warning D9027 : source file 'c,/Ge' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/GS', object file assumed ] cl : Command line warning D9027 : source file 'c,/GS' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/Wall', object file assumed ] cl : Command line warning D9027 : source file 'c,/Wall' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/Wp64', object file assumed ] cl : Command line warning D9027 : source file 'c,/Wp64' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/w', object file assumed ] cl : Command line warning D9027 : source file 'c,/w' ignored ==> ... yes ... $ cc -O2 -Yc,/GF -Yc,/GZ -Yc,/Ge -Yc,/GS -Yc,/Wall -Yc,/Wp64 -I. -DMKSH_BUILDSH -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=0 -DHAVE_ATTRIBUTE_NORETURN=0 -DHAVE_ATTRIBUTE_UNUSED=0 -DHAVE_ATTRIBUTE_USED=0 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_MKDEV_H=1 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SYSMACROS_H=1 -Yc,/w conftest.c ] cpp: "conftest.c", line 2: bstring.h: cannot find include file ==> ... no ... $ cc -O2 -Yc,/GF -Yc,/GZ -Yc,/Ge -Yc,/GS -Yc,/Wall -Yc,/Wp64 -I. -DMKSH_BUILDSH -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=0 -DHAVE_ATTRIBUTE_NORETURN=0 -DHAVE_ATTRIBUTE_UNUSED=0 -DHAVE_ATTRIBUTE_USED=0 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_MKDEV_H=1 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_BSTRING_H=0 -Yc,/w conftest.c ] cl : Command line warning D9024 : unrecognized source file type 'c,/GF', object file assumed ] cl : Command line warning D9027 : source file 'c,/GF' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/GZ', object file assumed ] cl : Command line warning D9027 : source file 'c,/GZ' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/Ge', object file assumed ] cl : Command line warning D9027 : source file 'c,/Ge' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/GS', object file assumed ] cl : Command line warning D9027 : source file 'c,/GS' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/Wall', object file assumed ] cl : Command line warning D9027 : source file 'c,/Wall' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/Wp64', object file assumed ] cl : Command line warning D9027 : source file 'c,/Wp64' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/w', object file assumed ] cl : Command line warning D9027 : source file 'c,/w' ignored ==> ... yes ... $ cc -O2 -Yc,/GF -Yc,/GZ -Yc,/Ge -Yc,/GS -Yc,/Wall -Yc,/Wp64 -I. -DMKSH_BUILDSH -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=0 -DHAVE_ATTRIBUTE_NORETURN=0 -DHAVE_ATTRIBUTE_UNUSED=0 -DHAVE_ATTRIBUTE_USED=0 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_MKDEV_H=1 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_BSTRING_H=0 -DHAVE_GRP_H=1 -Yc,/w conftest.c ] cl : Command line warning D9024 : unrecognized source file type 'c,/GF', object file assumed ] cl : Command line warning D9027 : source file 'c,/GF' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/GZ', object file assumed ] cl : Command line warning D9027 : source file 'c,/GZ' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/Ge', object file assumed ] cl : Command line warning D9027 : source file 'c,/Ge' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/GS', object file assumed ] cl : Command line warning D9027 : source file 'c,/GS' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/Wall', object file assumed ] cl : Command line warning D9027 : source file 'c,/Wall' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/Wp64', object file assumed ] cl : Command line warning D9027 : source file 'c,/Wp64' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/w', object file assumed ] cl : Command line warning D9027 : source file 'c,/w' ignored ==> ... yes ... $ cc -O2 -Yc,/GF -Yc,/GZ -Yc,/Ge -Yc,/GS -Yc,/Wall -Yc,/Wp64 -I. -DMKSH_BUILDSH -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=0 -DHAVE_ATTRIBUTE_NORETURN=0 -DHAVE_ATTRIBUTE_UNUSED=0 -DHAVE_ATTRIBUTE_USED=0 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_MKDEV_H=1 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_BSTRING_H=0 -DHAVE_GRP_H=1 -DHAVE_LIBGEN_H=1 -Yc,/w conftest.c ] cl : Command line warning D9024 : unrecognized source file type 'c,/GF', object file assumed ] cl : Command line warning D9027 : source file 'c,/GF' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/GZ', object file assumed ] cl : Command line warning D9027 : source file 'c,/GZ' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/Ge', object file assumed ] cl : Command line warning D9027 : source file 'c,/Ge' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/GS', object file assumed ] cl : Command line warning D9027 : source file 'c,/GS' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/Wall', object file assumed ] cl : Command line warning D9027 : source file 'c,/Wall' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/Wp64', object file assumed ] cl : Command line warning D9027 : source file 'c,/Wp64' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/w', object file assumed ] cl : Command line warning D9027 : source file 'c,/w' ignored ==> ... yes ... $ cc -O2 -Yc,/GF -Yc,/GZ -Yc,/Ge -Yc,/GS -Yc,/Wall -Yc,/Wp64 -I. -DMKSH_BUILDSH -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=0 -DHAVE_ATTRIBUTE_NORETURN=0 -DHAVE_ATTRIBUTE_UNUSED=0 -DHAVE_ATTRIBUTE_USED=0 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_MKDEV_H=1 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_BSTRING_H=0 -DHAVE_GRP_H=1 -DHAVE_LIBGEN_H=1 -DHAVE_LIBUTIL_H=1 -Yc,/w conftest.c ] cl : Command line warning D9024 : unrecognized source file type 'c,/GF', object file assumed ] cl : Command line warning D9027 : source file 'c,/GF' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/GZ', object file assumed ] cl : Command line warning D9027 : source file 'c,/GZ' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/Ge', object file assumed ] cl : Command line warning D9027 : source file 'c,/Ge' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/GS', object file assumed ] cl : Command line warning D9027 : source file 'c,/GS' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/Wall', object file assumed ] cl : Command line warning D9027 : source file 'c,/Wall' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/Wp64', object file assumed ] cl : Command line warning D9027 : source file 'c,/Wp64' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/w', object file assumed ] cl : Command line warning D9027 : source file 'c,/w' ignored ==> ... yes ... $ cc -O2 -Yc,/GF -Yc,/GZ -Yc,/Ge -Yc,/GS -Yc,/Wall -Yc,/Wp64 -I. -DMKSH_BUILDSH -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=0 -DHAVE_ATTRIBUTE_NORETURN=0 -DHAVE_ATTRIBUTE_UNUSED=0 -DHAVE_ATTRIBUTE_USED=0 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_MKDEV_H=1 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_BSTRING_H=0 -DHAVE_GRP_H=1 -DHAVE_LIBGEN_H=1 -DHAVE_LIBUTIL_H=1 -DHAVE_PATHS_H=1 -Yc,/w conftest.c ] cl : Command line warning D9024 : unrecognized source file type 'c,/GF', object file assumed ] cl : Command line warning D9027 : source file 'c,/GF' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/GZ', object file assumed ] cl : Command line warning D9027 : source file 'c,/GZ' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/Ge', object file assumed ] cl : Command line warning D9027 : source file 'c,/Ge' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/GS', object file assumed ] cl : Command line warning D9027 : source file 'c,/GS' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/Wall', object file assumed ] cl : Command line warning D9027 : source file 'c,/Wall' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/Wp64', object file assumed ] cl : Command line warning D9027 : source file 'c,/Wp64' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/w', object file assumed ] cl : Command line warning D9027 : source file 'c,/w' ignored ==> ... yes ... $ cc -O2 -Yc,/GF -Yc,/GZ -Yc,/Ge -Yc,/GS -Yc,/Wall -Yc,/Wp64 -I. -DMKSH_BUILDSH -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=0 -DHAVE_ATTRIBUTE_NORETURN=0 -DHAVE_ATTRIBUTE_UNUSED=0 -DHAVE_ATTRIBUTE_USED=0 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_MKDEV_H=1 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_BSTRING_H=0 -DHAVE_GRP_H=1 -DHAVE_LIBGEN_H=1 -DHAVE_LIBUTIL_H=1 -DHAVE_PATHS_H=1 -DHAVE_STDINT_H=1 -Yc,/w conftest.c ] cl : Command line warning D9024 : unrecognized source file type 'c,/GF', object file assumed ] cl : Command line warning D9027 : source file 'c,/GF' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/GZ', object file assumed ] cl : Command line warning D9027 : source file 'c,/GZ' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/Ge', object file assumed ] cl : Command line warning D9027 : source file 'c,/Ge' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/GS', object file assumed ] cl : Command line warning D9027 : source file 'c,/GS' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/Wall', object file assumed ] cl : Command line warning D9027 : source file 'c,/Wall' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/Wp64', object file assumed ] cl : Command line warning D9027 : source file 'c,/Wp64' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/w', object file assumed ] cl : Command line warning D9027 : source file 'c,/w' ignored ] /msdev/vc/include/string.h(112) : warning C4391: 'size_t strlen(const char *)' : incorrect return type for intrinsic function, expected 'unsigned int' ] /msdev/vc/include/string.h(285) : warning C4391: 'size_t wcslen(const wchar_t *)' : incorrect return type for intrinsic function, expected 'unsigned int' ==> ... yes ... $ cc -O2 -Yc,/GF -Yc,/GZ -Yc,/Ge -Yc,/GS -Yc,/Wall -Yc,/Wp64 -I. -DMKSH_BUILDSH -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=0 -DHAVE_ATTRIBUTE_NORETURN=0 -DHAVE_ATTRIBUTE_UNUSED=0 -DHAVE_ATTRIBUTE_USED=0 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_MKDEV_H=1 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_BSTRING_H=0 -DHAVE_GRP_H=1 -DHAVE_LIBGEN_H=1 -DHAVE_LIBUTIL_H=1 -DHAVE_PATHS_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -Yc,/w conftest.c ] cl : Command line warning D9024 : unrecognized source file type 'c,/GF', object file assumed ] cl : Command line warning D9027 : source file 'c,/GF' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/GZ', object file assumed ] cl : Command line warning D9027 : source file 'c,/GZ' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/Ge', object file assumed ] cl : Command line warning D9027 : source file 'c,/Ge' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/GS', object file assumed ] cl : Command line warning D9027 : source file 'c,/GS' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/Wall', object file assumed ] cl : Command line warning D9027 : source file 'c,/Wall' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/Wp64', object file assumed ] cl : Command line warning D9027 : source file 'c,/Wp64' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/w', object file assumed ] cl : Command line warning D9027 : source file 'c,/w' ignored ==> ... yes ... $ cc -O2 -Yc,/GF -Yc,/GZ -Yc,/Ge -Yc,/GS -Yc,/Wall -Yc,/Wp64 -I. -DMKSH_BUILDSH -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=0 -DHAVE_ATTRIBUTE_NORETURN=0 -DHAVE_ATTRIBUTE_UNUSED=0 -DHAVE_ATTRIBUTE_USED=0 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_MKDEV_H=1 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_BSTRING_H=0 -DHAVE_GRP_H=1 -DHAVE_LIBGEN_H=1 -DHAVE_LIBUTIL_H=1 -DHAVE_PATHS_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_=1 -Yc,/w conftest.c ] cl : Command line warning D9024 : unrecognized source file type 'c,/GF', object file assumed ] cl : Command line warning D9027 : source file 'c,/GF' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/GZ', object file assumed ] cl : Command line warning D9027 : source file 'c,/GZ' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/Ge', object file assumed ] cl : Command line warning D9027 : source file 'c,/Ge' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/GS', object file assumed ] cl : Command line warning D9027 : source file 'c,/GS' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/Wall', object file assumed ] cl : Command line warning D9027 : source file 'c,/Wall' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/Wp64', object file assumed ] cl : Command line warning D9027 : source file 'c,/Wp64' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/w', object file assumed ] cl : Command line warning D9027 : source file 'c,/w' ignored ==> ... yes ... $ cc -O2 -Yc,/GF -Yc,/GZ -Yc,/Ge -Yc,/GS -Yc,/Wall -Yc,/Wp64 -I. -DMKSH_BUILDSH -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=0 -DHAVE_ATTRIBUTE_NORETURN=0 -DHAVE_ATTRIBUTE_UNUSED=0 -DHAVE_ATTRIBUTE_USED=0 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_MKDEV_H=1 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_BSTRING_H=0 -DHAVE_GRP_H=1 -DHAVE_LIBGEN_H=1 -DHAVE_LIBUTIL_H=1 -DHAVE_PATHS_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_=1 -DHAVE_ULIMIT_H=1 -Yc,/w conftest.c ] cl : Command line warning D9024 : unrecognized source file type 'c,/GF', object file assumed ] cl : Command line warning D9027 : source file 'c,/GF' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/GZ', object file assumed ] cl : Command line warning D9027 : source file 'c,/GZ' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/Ge', object file assumed ] cl : Command line warning D9027 : source file 'c,/Ge' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/GS', object file assumed ] cl : Command line warning D9027 : source file 'c,/GS' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/Wall', object file assumed ] cl : Command line warning D9027 : source file 'c,/Wall' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/Wp64', object file assumed ] cl : Command line warning D9027 : source file 'c,/Wp64' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/w', object file assumed ] cl : Command line warning D9027 : source file 'c,/w' ignored ==> ... yes ... for large file support $ cc -O2 -Yc,/GF -Yc,/GZ -Yc,/Ge -Yc,/GS -Yc,/Wall -Yc,/Wp64 -I. -DMKSH_BUILDSH -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=0 -DHAVE_ATTRIBUTE_NORETURN=0 -DHAVE_ATTRIBUTE_UNUSED=0 -DHAVE_ATTRIBUTE_USED=0 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_MKDEV_H=1 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_BSTRING_H=0 -DHAVE_GRP_H=1 -DHAVE_LIBGEN_H=1 -DHAVE_LIBUTIL_H=1 -DHAVE_PATHS_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_=1 -DHAVE_ULIMIT_H=1 -DHAVE_VALUES_H=1 -Yc,/w conftest.c ] cl : Command line warning D9024 : unrecognized source file type 'c,/GF', object file assumed ] cl : Command line warning D9027 : source file 'c,/GF' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/GZ', object file assumed ] cl : Command line warning D9027 : source file 'c,/GZ' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/Ge', object file assumed ] cl : Command line warning D9027 : source file 'c,/Ge' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/GS', object file assumed ] cl : Command line warning D9027 : source file 'c,/GS' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/Wall', object file assumed ] cl : Command line warning D9027 : source file 'c,/Wall' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/Wp64', object file assumed ] cl : Command line warning D9027 : source file 'c,/Wp64' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/w', object file assumed ] cl : Command line warning D9027 : source file 'c,/w' ignored ==> for large file support... yes ==> ... with -D_FILE_OFFSET_BITS=64... no (implied) ==> ... with -D_LARGE_FILES=1... no (implied) ==> for standard 32-bit integer types... yes (implied) ==> for UCB 32-bit integer types... yes (implied) ==> for standard 8-bit integer type... yes (implied) ==> for UCB 8-bit integer type... yes (implied) ... rlim_t $ cc -O2 -Yc,/GF -Yc,/GZ -Yc,/Ge -Yc,/GS -Yc,/Wall -Yc,/Wp64 -I. -DMKSH_BUILDSH -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=0 -DHAVE_ATTRIBUTE_NORETURN=0 -DHAVE_ATTRIBUTE_UNUSED=0 -DHAVE_ATTRIBUTE_USED=0 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_MKDEV_H=1 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_BSTRING_H=0 -DHAVE_GRP_H=1 -DHAVE_LIBGEN_H=1 -DHAVE_LIBUTIL_H=1 -DHAVE_PATHS_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_=1 -DHAVE_ULIMIT_H=1 -DHAVE_VALUES_H=1 -DHAVE_CAN_INTTYPES=1 -DHAVE_CAN_UCBINTS=1 -DHAVE_CAN_INT8TYPE=1 -DHAVE_CAN_UCBINT8=1 -Yc,/w conftest.c ] cl : Command line warning D9024 : unrecognized source file type 'c,/GF', object file assumed ] cl : Command line warning D9027 : source file 'c,/GF' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/GZ', object file assumed ] cl : Command line warning D9027 : source file 'c,/GZ' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/Ge', object file assumed ] cl : Command line warning D9027 : source file 'c,/Ge' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/GS', object file assumed ] cl : Command line warning D9027 : source file 'c,/GS' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/Wall', object file assumed ] cl : Command line warning D9027 : source file 'c,/Wall' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/Wp64', object file assumed ] cl : Command line warning D9027 : source file 'c,/Wp64' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/w', object file assumed ] cl : Command line warning D9027 : source file 'c,/w' ignored ==> rlim_t... yes ... sig_t $ cc -O2 -Yc,/GF -Yc,/GZ -Yc,/Ge -Yc,/GS -Yc,/Wall -Yc,/Wp64 -I. -DMKSH_BUILDSH -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=0 -DHAVE_ATTRIBUTE_NORETURN=0 -DHAVE_ATTRIBUTE_UNUSED=0 -DHAVE_ATTRIBUTE_USED=0 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_MKDEV_H=1 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_BSTRING_H=0 -DHAVE_GRP_H=1 -DHAVE_LIBGEN_H=1 -DHAVE_LIBUTIL_H=1 -DHAVE_PATHS_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_=1 -DHAVE_ULIMIT_H=1 -DHAVE_VALUES_H=1 -DHAVE_CAN_INTTYPES=1 -DHAVE_CAN_UCBINTS=1 -DHAVE_CAN_INT8TYPE=1 -DHAVE_CAN_UCBINT8=1 -DHAVE_RLIM_T=1 -Yc,/w conftest.c ] cl : Command line warning D9024 : unrecognized source file type 'c,/GF', object file assumed ] cl : Command line warning D9027 : source file 'c,/GF' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/GZ', object file assumed ] cl : Command line warning D9027 : source file 'c,/GZ' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/Ge', object file assumed ] cl : Command line warning D9027 : source file 'c,/Ge' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/GS', object file assumed ] cl : Command line warning D9027 : source file 'c,/GS' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/Wall', object file assumed ] cl : Command line warning D9027 : source file 'c,/Wall' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/Wp64', object file assumed ] cl : Command line warning D9027 : source file 'c,/Wp64' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/w', object file assumed ] cl : Command line warning D9027 : source file 'c,/w' ignored ] conftest.c(4) : error C2065: 'sig_t' : undeclared identifier ] conftest.c(4) : error C2064: term does not evaluate to a function taking 305 arguments ] conftest.c(4) : error C2143: syntax error : missing ')' before 'type' ==> sig_t... no ... sighandler_t $ cc -O2 -Yc,/GF -Yc,/GZ -Yc,/Ge -Yc,/GS -Yc,/Wall -Yc,/Wp64 -I. -DMKSH_BUILDSH -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=0 -DHAVE_ATTRIBUTE_NORETURN=0 -DHAVE_ATTRIBUTE_UNUSED=0 -DHAVE_ATTRIBUTE_USED=0 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_MKDEV_H=1 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_BSTRING_H=0 -DHAVE_GRP_H=1 -DHAVE_LIBGEN_H=1 -DHAVE_LIBUTIL_H=1 -DHAVE_PATHS_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_=1 -DHAVE_ULIMIT_H=1 -DHAVE_VALUES_H=1 -DHAVE_CAN_INTTYPES=1 -DHAVE_CAN_UCBINTS=1 -DHAVE_CAN_INT8TYPE=1 -DHAVE_CAN_UCBINT8=1 -DHAVE_RLIM_T=1 -Yc,/w conftest.c ] cl : Command line warning D9024 : unrecognized source file type 'c,/GF', object file assumed ] cl : Command line warning D9027 : source file 'c,/GF' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/GZ', object file assumed ] cl : Command line warning D9027 : source file 'c,/GZ' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/Ge', object file assumed ] cl : Command line warning D9027 : source file 'c,/Ge' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/GS', object file assumed ] cl : Command line warning D9027 : source file 'c,/GS' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/Wall', object file assumed ] cl : Command line warning D9027 : source file 'c,/Wall' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/Wp64', object file assumed ] cl : Command line warning D9027 : source file 'c,/Wp64' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/w', object file assumed ] cl : Command line warning D9027 : source file 'c,/w' ignored sed: line 14: warning: newline appended ] conftest.c(4) : error C2065: 'sighandler_t' : undeclared identifier ==> sighandler_t... no ... __sighandler_t $ cc -O2 -Yc,/GF -Yc,/GZ -Yc,/Ge -Yc,/GS -Yc,/Wall -Yc,/Wp64 -I. -DMKSH_BUILDSH -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=0 -DHAVE_ATTRIBUTE_NORETURN=0 -DHAVE_ATTRIBUTE_UNUSED=0 -DHAVE_ATTRIBUTE_USED=0 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_MKDEV_H=1 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_BSTRING_H=0 -DHAVE_GRP_H=1 -DHAVE_LIBGEN_H=1 -DHAVE_LIBUTIL_H=1 -DHAVE_PATHS_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_=1 -DHAVE_ULIMIT_H=1 -DHAVE_VALUES_H=1 -DHAVE_CAN_INTTYPES=1 -DHAVE_CAN_UCBINTS=1 -DHAVE_CAN_INT8TYPE=1 -DHAVE_CAN_UCBINT8=1 -DHAVE_RLIM_T=1 -Yc,/w conftest.c ] cl : Command line warning D9024 : unrecognized source file type 'c,/GF', object file assumed ] cl : Command line warning D9027 : source file 'c,/GF' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/GZ', object file assumed ] cl : Command line warning D9027 : source file 'c,/GZ' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/Ge', object file assumed ] cl : Command line warning D9027 : source file 'c,/Ge' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/GS', object file assumed ] cl : Command line warning D9027 : source file 'c,/GS' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/Wall', object file assumed ] cl : Command line warning D9027 : source file 'c,/Wall' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/Wp64', object file assumed ] cl : Command line warning D9027 : source file 'c,/Wp64' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/w', object file assumed ] cl : Command line warning D9027 : source file 'c,/w' ignored ==> __sighandler_t... no ... checking if the final link command may succeed cc -O2 -Yc,/GF -Yc,/GZ -Yc,/Ge -Yc,/GS -Yc,/Wall -Yc,/Wp64 -I. -DMKSH_BUILDSH -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=0 -DHAVE_ATTRIBUTE_NORETURN=0 -DHAVE_ATTRIBUTE_UNUSED=0 -DHAVE_ATTRIBUTE_USED=0 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_MKDEV_H=1 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_BSTRING_H=0 -DHAVE_GRP_H=1 -DHAVE_LIBGEN_H=1 -DHAVE_LIBUTIL_H=1 -DHAVE_PATHS_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_=1 -DHAVE_ULIMIT_H=1 -DHAVE_VALUES_H=1 -DHAVE_CAN_INTTYPES=1 -DHAVE_CAN_UCBINTS=1 -DHAVE_CAN_INT8TYPE=1 -DHAVE_CAN_UCBINT8=1 -DHAVE_RLIM_T=1 -Dsig_t=nosig_t -DHAVE_SIG_T=0 -Yc,/w -c conftest.c cpp: "/msdev/vc/include/time.h", line 123: warning: CLOCKS_PER_SEC redefined cl : Command line warning D9024 : unrecognized source file type 'c,/GF', object file assumed cl : Command line warning D9027 : source file 'c,/GF' ignored cl : Command line warning D9024 : unrecognized source file type 'c,/GZ', object file assumed cl : Command line warning D9027 : source file 'c,/GZ' ignored cl : Command line warning D9024 : unrecognized source file type 'c,/Ge', object file assumed cl : Command line warning D9027 : source file 'c,/Ge' ignored cl : Command line warning D9024 : unrecognized source file type 'c,/GS', object file assumed cl : Command line warning D9027 : source file 'c,/GS' ignored cl : Command line warning D9024 : unrecognized source file type 'c,/Wall', object file assumed cl : Command line warning D9027 : source file 'c,/Wall' ignored cl : Command line warning D9024 : unrecognized source file type 'c,/Wp64', object file assumed cl : Command line warning D9027 : source file 'c,/Wp64' ignored cl : Command line warning D9024 : unrecognized source file type 'c,/w', object file assumed cl : Command line warning D9027 : source file 'c,/w' ignored /msdev/vc/include/string.h(112) : warning C4391: 'size_t strlen(const char *)' : incorrect return type for intrinsic function, expected 'unsigned int' /msdev/vc/include/string.h(285) : warning C4391: 'size_t wcslen(const wchar_t *)' : incorrect return type for intrinsic function, expected 'unsigned int' cc -O2 -Yc,/GF -Yc,/GZ -Yc,/Ge -Yc,/GS -Yc,/Wall -Yc,/Wp64 -o a.out conftest.o ==> checking if the final link command may succeed... yes ... the sys_errlist[] array and sys_nerr $ cc -O2 -Yc,/GF -Yc,/GZ -Yc,/Ge -Yc,/GS -Yc,/Wall -Yc,/Wp64 -I. -DMKSH_BUILDSH -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=0 -DHAVE_ATTRIBUTE_NORETURN=0 -DHAVE_ATTRIBUTE_UNUSED=0 -DHAVE_ATTRIBUTE_USED=0 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_MKDEV_H=1 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_BSTRING_H=0 -DHAVE_GRP_H=1 -DHAVE_LIBGEN_H=1 -DHAVE_LIBUTIL_H=1 -DHAVE_PATHS_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_=1 -DHAVE_ULIMIT_H=1 -DHAVE_VALUES_H=1 -DHAVE_CAN_INTTYPES=1 -DHAVE_CAN_UCBINTS=1 -DHAVE_CAN_INT8TYPE=1 -DHAVE_CAN_UCBINT8=1 -DHAVE_RLIM_T=1 -Dsig_t=nosig_t -DHAVE_SIG_T=0 -Yc,/w conftest.c ] cl : Command line warning D9024 : unrecognized source file type 'c,/GF', object file assumed ] cl : Command line warning D9027 : source file 'c,/GF' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/GZ', object file assumed ] cl : Command line warning D9027 : source file 'c,/GZ' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/Ge', object file assumed ] cl : Command line warning D9027 : source file 'c,/Ge' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/GS', object file assumed ] cl : Command line warning D9027 : source file 'c,/GS' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/Wall', object file assumed ] cl : Command line warning D9027 : source file 'c,/Wall' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/Wp64', object file assumed ] cl : Command line warning D9027 : source file 'c,/Wp64' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/w', object file assumed ] cl : Command line warning D9027 : source file 'c,/w' ignored ] conftest.o : error LNK2019: unresolved external symbol _sys_errlist referenced in function _main ] OLDNAMES.lib(serrlist.obj) : error LNK2001: unresolved external symbol _sys_errlist ] conftest.o : error LNK2019: unresolved external symbol _sys_nerr referenced in function _main ] OLDNAMES.lib(sys_nerr.obj) : error LNK2001: unresolved external symbol _sys_nerr ] OLDNAMES.lib(serrlist.obj) : error LNK2001: unresolved external symbol __sys_errlist ] OLDNAMES.lib(sys_nerr.obj) : error LNK2001: unresolved external symbol __sys_nerr ] a.out : fatal error LNK1120: 4 unresolved externals ==> the sys_errlist[] array and sys_nerr... no ... the _sys_errlist[] array and _sys_nerr $ cc -O2 -Yc,/GF -Yc,/GZ -Yc,/Ge -Yc,/GS -Yc,/Wall -Yc,/Wp64 -I. -DMKSH_BUILDSH -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=0 -DHAVE_ATTRIBUTE_NORETURN=0 -DHAVE_ATTRIBUTE_UNUSED=0 -DHAVE_ATTRIBUTE_USED=0 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_MKDEV_H=1 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_BSTRING_H=0 -DHAVE_GRP_H=1 -DHAVE_LIBGEN_H=1 -DHAVE_LIBUTIL_H=1 -DHAVE_PATHS_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_=1 -DHAVE_ULIMIT_H=1 -DHAVE_VALUES_H=1 -DHAVE_CAN_INTTYPES=1 -DHAVE_CAN_UCBINTS=1 -DHAVE_CAN_INT8TYPE=1 -DHAVE_CAN_UCBINT8=1 -DHAVE_RLIM_T=1 -Dsig_t=nosig_t -DHAVE_SIG_T=0 -Yc,/w conftest.c ] cl : Command line warning D9024 : unrecognized source file type 'c,/GF', object file assumed ] cl : Command line warning D9027 : source file 'c,/GF' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/GZ', object file assumed ] cl : Command line warning D9027 : source file 'c,/GZ' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/Ge', object file assumed ] cl : Command line warning D9027 : source file 'c,/Ge' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/GS', object file assumed ] cl : Command line warning D9027 : source file 'c,/GS' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/Wall', object file assumed ] cl : Command line warning D9027 : source file 'c,/Wall' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/Wp64', object file assumed ] cl : Command line warning D9027 : source file 'c,/Wp64' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/w', object file assumed ] cl : Command line warning D9027 : source file 'c,/w' ignored ] conftest.o : error LNK2019: unresolved external symbol __sys_errlist referenced in function _main ] conftest.o : error LNK2019: unresolved external symbol __sys_nerr referenced in function _main ] a.out : fatal error LNK1120: 2 unresolved externals ==> the _sys_errlist[] array and _sys_nerr... no ... the sys_signame[] array $ cc -O2 -Yc,/GF -Yc,/GZ -Yc,/Ge -Yc,/GS -Yc,/Wall -Yc,/Wp64 -I. -DMKSH_BUILDSH -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=0 -DHAVE_ATTRIBUTE_NORETURN=0 -DHAVE_ATTRIBUTE_UNUSED=0 -DHAVE_ATTRIBUTE_USED=0 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_MKDEV_H=1 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_BSTRING_H=0 -DHAVE_GRP_H=1 -DHAVE_LIBGEN_H=1 -DHAVE_LIBUTIL_H=1 -DHAVE_PATHS_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_=1 -DHAVE_ULIMIT_H=1 -DHAVE_VALUES_H=1 -DHAVE_CAN_INTTYPES=1 -DHAVE_CAN_UCBINTS=1 -DHAVE_CAN_INT8TYPE=1 -DHAVE_CAN_UCBINT8=1 -DHAVE_RLIM_T=1 -Dsig_t=nosig_t -DHAVE_SIG_T=0 -DHAVE_SYS_ERRLIST=0 -Yc,/w conftest.c ] cl : Command line warning D9024 : unrecognized source file type 'c,/GF', object file assumed ] cl : Command line warning D9027 : source file 'c,/GF' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/GZ', object file assumed ] cl : Command line warning D9027 : source file 'c,/GZ' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/Ge', object file assumed ] cl : Command line warning D9027 : source file 'c,/Ge' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/GS', object file assumed ] cl : Command line warning D9027 : source file 'c,/GS' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/Wall', object file assumed ] cl : Command line warning D9027 : source file 'c,/Wall' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/Wp64', object file assumed ] cl : Command line warning D9027 : source file 'c,/Wp64' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/w', object file assumed ] cl : Command line warning D9027 : source file 'c,/w' ignored ] conftest.o : error LNK2019: unresolved external symbol _sys_signame referenced in function _main ] a.out : fatal error LNK1120: 1 unresolved externals ==> the sys_signame[] array... no ... the _sys_signame[] array $ cc -O2 -Yc,/GF -Yc,/GZ -Yc,/Ge -Yc,/GS -Yc,/Wall -Yc,/Wp64 -I. -DMKSH_BUILDSH -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=0 -DHAVE_ATTRIBUTE_NORETURN=0 -DHAVE_ATTRIBUTE_UNUSED=0 -DHAVE_ATTRIBUTE_USED=0 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_MKDEV_H=1 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_BSTRING_H=0 -DHAVE_GRP_H=1 -DHAVE_LIBGEN_H=1 -DHAVE_LIBUTIL_H=1 -DHAVE_PATHS_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_=1 -DHAVE_ULIMIT_H=1 -DHAVE_VALUES_H=1 -DHAVE_CAN_INTTYPES=1 -DHAVE_CAN_UCBINTS=1 -DHAVE_CAN_INT8TYPE=1 -DHAVE_CAN_UCBINT8=1 -DHAVE_RLIM_T=1 -Dsig_t=nosig_t -DHAVE_SIG_T=0 -DHAVE_SYS_ERRLIST=0 -Yc,/w conftest.c ] cl : Command line warning D9024 : unrecognized source file type 'c,/GF', object file assumed ] cl : Command line warning D9027 : source file 'c,/GF' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/GZ', object file assumed ] cl : Command line warning D9027 : source file 'c,/GZ' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/Ge', object file assumed ] cl : Command line warning D9027 : source file 'c,/Ge' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/GS', object file assumed ] cl : Command line warning D9027 : source file 'c,/GS' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/Wall', object file assumed ] cl : Command line warning D9027 : source file 'c,/Wall' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/Wp64', object file assumed ] cl : Command line warning D9027 : source file 'c,/Wp64' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/w', object file assumed ] cl : Command line warning D9027 : source file 'c,/w' ignored ] conftest.o : error LNK2019: unresolved external symbol __sys_signame referenced in function _main ] a.out : fatal error LNK1120: 1 unresolved externals ==> the _sys_signame[] array... no ... the sys_siglist[] array $ cc -O2 -Yc,/GF -Yc,/GZ -Yc,/Ge -Yc,/GS -Yc,/Wall -Yc,/Wp64 -I. -DMKSH_BUILDSH -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=0 -DHAVE_ATTRIBUTE_NORETURN=0 -DHAVE_ATTRIBUTE_UNUSED=0 -DHAVE_ATTRIBUTE_USED=0 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_MKDEV_H=1 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_BSTRING_H=0 -DHAVE_GRP_H=1 -DHAVE_LIBGEN_H=1 -DHAVE_LIBUTIL_H=1 -DHAVE_PATHS_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_=1 -DHAVE_ULIMIT_H=1 -DHAVE_VALUES_H=1 -DHAVE_CAN_INTTYPES=1 -DHAVE_CAN_UCBINTS=1 -DHAVE_CAN_INT8TYPE=1 -DHAVE_CAN_UCBINT8=1 -DHAVE_RLIM_T=1 -Dsig_t=nosig_t -DHAVE_SIG_T=0 -DHAVE_SYS_ERRLIST=0 -DHAVE_SYS_SIGNAME=0 -Yc,/w conftest.c ] cl : Command line warning D9024 : unrecognized source file type 'c,/GF', object file assumed ] cl : Command line warning D9027 : source file 'c,/GF' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/GZ', object file assumed ] cl : Command line warning D9027 : source file 'c,/GZ' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/Ge', object file assumed ] cl : Command line warning D9027 : source file 'c,/Ge' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/GS', object file assumed ] cl : Command line warning D9027 : source file 'c,/GS' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/Wall', object file assumed ] cl : Command line warning D9027 : source file 'c,/Wall' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/Wp64', object file assumed ] cl : Command line warning D9027 : source file 'c,/Wp64' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/w', object file assumed ] cl : Command line warning D9027 : source file 'c,/w' ignored ] conftest.o : error LNK2019: unresolved external symbol _sys_siglist referenced in function _main ] a.out : fatal error LNK1120: 1 unresolved externals ==> the sys_siglist[] array... no ... the _sys_siglist[] array $ cc -O2 -Yc,/GF -Yc,/GZ -Yc,/Ge -Yc,/GS -Yc,/Wall -Yc,/Wp64 -I. -DMKSH_BUILDSH -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=0 -DHAVE_ATTRIBUTE_NORETURN=0 -DHAVE_ATTRIBUTE_UNUSED=0 -DHAVE_ATTRIBUTE_USED=0 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_MKDEV_H=1 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_BSTRING_H=0 -DHAVE_GRP_H=1 -DHAVE_LIBGEN_H=1 -DHAVE_LIBUTIL_H=1 -DHAVE_PATHS_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_=1 -DHAVE_ULIMIT_H=1 -DHAVE_VALUES_H=1 -DHAVE_CAN_INTTYPES=1 -DHAVE_CAN_UCBINTS=1 -DHAVE_CAN_INT8TYPE=1 -DHAVE_CAN_UCBINT8=1 -DHAVE_RLIM_T=1 -Dsig_t=nosig_t -DHAVE_SIG_T=0 -DHAVE_SYS_ERRLIST=0 -DHAVE_SYS_SIGNAME=0 -Yc,/w conftest.c ] cl : Command line warning D9024 : unrecognized source file type 'c,/GF', object file assumed ] cl : Command line warning D9027 : source file 'c,/GF' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/GZ', object file assumed ] cl : Command line warning D9027 : source file 'c,/GZ' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/Ge', object file assumed ] cl : Command line warning D9027 : source file 'c,/Ge' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/GS', object file assumed ] cl : Command line warning D9027 : source file 'c,/GS' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/Wall', object file assumed ] cl : Command line warning D9027 : source file 'c,/Wall' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/Wp64', object file assumed ] cl : Command line warning D9027 : source file 'c,/Wp64' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/w', object file assumed ] cl : Command line warning D9027 : source file 'c,/w' ignored ] conftest.o : error LNK2019: unresolved external symbol __sys_siglist referenced in function _main ] a.out : fatal error LNK1120: 1 unresolved externals ==> the _sys_siglist[] array... no ... flock $ cc -O2 -Yc,/GF -Yc,/GZ -Yc,/Ge -Yc,/GS -Yc,/Wall -Yc,/Wp64 -I. -DMKSH_BUILDSH -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=0 -DHAVE_ATTRIBUTE_NORETURN=0 -DHAVE_ATTRIBUTE_UNUSED=0 -DHAVE_ATTRIBUTE_USED=0 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_MKDEV_H=1 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_BSTRING_H=0 -DHAVE_GRP_H=1 -DHAVE_LIBGEN_H=1 -DHAVE_LIBUTIL_H=1 -DHAVE_PATHS_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_=1 -DHAVE_ULIMIT_H=1 -DHAVE_VALUES_H=1 -DHAVE_CAN_INTTYPES=1 -DHAVE_CAN_UCBINTS=1 -DHAVE_CAN_INT8TYPE=1 -DHAVE_CAN_UCBINT8=1 -DHAVE_RLIM_T=1 -Dsig_t=nosig_t -DHAVE_SIG_T=0 -DHAVE_SYS_ERRLIST=0 -DHAVE_SYS_SIGNAME=0 -DHAVE_SYS_SIGLIST=0 -Yc,/w conftest.c ] cl : Command line warning D9024 : unrecognized source file type 'c,/GF', object file assumed ] cl : Command line warning D9027 : source file 'c,/GF' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/GZ', object file assumed ] cl : Command line warning D9027 : source file 'c,/GZ' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/Ge', object file assumed ] cl : Command line warning D9027 : source file 'c,/Ge' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/GS', object file assumed ] cl : Command line warning D9027 : source file 'c,/GS' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/Wall', object file assumed ] cl : Command line warning D9027 : source file 'c,/Wall' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/Wp64', object file assumed ] cl : Command line warning D9027 : source file 'c,/Wp64' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/w', object file assumed ] cl : Command line warning D9027 : source file 'c,/w' ignored ==> flock... yes ==> whether we can lock files with fcntl... yes (implied) ... getrusage $ cc -O2 -Yc,/GF -Yc,/GZ -Yc,/Ge -Yc,/GS -Yc,/Wall -Yc,/Wp64 -I. -DMKSH_BUILDSH -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=0 -DHAVE_ATTRIBUTE_NORETURN=0 -DHAVE_ATTRIBUTE_UNUSED=0 -DHAVE_ATTRIBUTE_USED=0 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_MKDEV_H=1 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_BSTRING_H=0 -DHAVE_GRP_H=1 -DHAVE_LIBGEN_H=1 -DHAVE_LIBUTIL_H=1 -DHAVE_PATHS_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_=1 -DHAVE_ULIMIT_H=1 -DHAVE_VALUES_H=1 -DHAVE_CAN_INTTYPES=1 -DHAVE_CAN_UCBINTS=1 -DHAVE_CAN_INT8TYPE=1 -DHAVE_CAN_UCBINT8=1 -DHAVE_RLIM_T=1 -Dsig_t=nosig_t -DHAVE_SIG_T=0 -DHAVE_SYS_ERRLIST=0 -DHAVE_SYS_SIGNAME=0 -DHAVE_SYS_SIGLIST=0 -DHAVE_FLOCK=1 -DHAVE_LOCK_FCNTL=1 -Yc,/w conftest.c ] cpp: "/msdev/vc/include/time.h", line 123: warning: CLOCKS_PER_SEC redefined ] cl : Command line warning D9024 : unrecognized source file type 'c,/GF', object file assumed ] cl : Command line warning D9027 : source file 'c,/GF' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/GZ', object file assumed ] cl : Command line warning D9027 : source file 'c,/GZ' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/Ge', object file assumed ] cl : Command line warning D9027 : source file 'c,/Ge' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/GS', object file assumed ] cl : Command line warning D9027 : source file 'c,/GS' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/Wall', object file assumed ] cl : Command line warning D9027 : source file 'c,/Wall' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/Wp64', object file assumed ] cl : Command line warning D9027 : source file 'c,/Wp64' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/w', object file assumed ] cl : Command line warning D9027 : source file 'c,/w' ignored ==> getrusage... yes ... gettimeofday $ cc -O2 -Yc,/GF -Yc,/GZ -Yc,/Ge -Yc,/GS -Yc,/Wall -Yc,/Wp64 -I. -DMKSH_BUILDSH -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=0 -DHAVE_ATTRIBUTE_NORETURN=0 -DHAVE_ATTRIBUTE_UNUSED=0 -DHAVE_ATTRIBUTE_USED=0 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_MKDEV_H=1 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_BSTRING_H=0 -DHAVE_GRP_H=1 -DHAVE_LIBGEN_H=1 -DHAVE_LIBUTIL_H=1 -DHAVE_PATHS_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_=1 -DHAVE_ULIMIT_H=1 -DHAVE_VALUES_H=1 -DHAVE_CAN_INTTYPES=1 -DHAVE_CAN_UCBINTS=1 -DHAVE_CAN_INT8TYPE=1 -DHAVE_CAN_UCBINT8=1 -DHAVE_RLIM_T=1 -Dsig_t=nosig_t -DHAVE_SIG_T=0 -DHAVE_SYS_ERRLIST=0 -DHAVE_SYS_SIGNAME=0 -DHAVE_SYS_SIGLIST=0 -DHAVE_FLOCK=1 -DHAVE_LOCK_FCNTL=1 -DHAVE_GETRUSAGE=1 -Yc,/w conftest.c ] cpp: "/msdev/vc/include/time.h", line 123: warning: CLOCKS_PER_SEC redefined ] cl : Command line warning D9024 : unrecognized source file type 'c,/GF', object file assumed ] cl : Command line warning D9027 : source file 'c,/GF' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/GZ', object file assumed ] cl : Command line warning D9027 : source file 'c,/GZ' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/Ge', object file assumed ] cl : Command line warning D9027 : source file 'c,/Ge' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/GS', object file assumed ] cl : Command line warning D9027 : source file 'c,/GS' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/Wall', object file assumed ] cl : Command line warning D9027 : source file 'c,/Wall' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/Wp64', object file assumed ] cl : Command line warning D9027 : source file 'c,/Wp64' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/w', object file assumed ] cl : Command line warning D9027 : source file 'c,/w' ignored ] /msdev/vc/include/string.h(112) : warning C4391: 'size_t strlen(const char *)' : incorrect return type for intrinsic function, expected 'unsigned int' ] /msdev/vc/include/string.h(285) : warning C4391: 'size_t wcslen(const wchar_t *)' : incorrect return type for intrinsic function, expected 'unsigned int' ==> gettimeofday... yes ... killpg $ cc -O2 -Yc,/GF -Yc,/GZ -Yc,/Ge -Yc,/GS -Yc,/Wall -Yc,/Wp64 -I. -DMKSH_BUILDSH -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=0 -DHAVE_ATTRIBUTE_NORETURN=0 -DHAVE_ATTRIBUTE_UNUSED=0 -DHAVE_ATTRIBUTE_USED=0 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_MKDEV_H=1 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_BSTRING_H=0 -DHAVE_GRP_H=1 -DHAVE_LIBGEN_H=1 -DHAVE_LIBUTIL_H=1 -DHAVE_PATHS_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_=1 -DHAVE_ULIMIT_H=1 -DHAVE_VALUES_H=1 -DHAVE_CAN_INTTYPES=1 -DHAVE_CAN_UCBINTS=1 -DHAVE_CAN_INT8TYPE=1 -DHAVE_CAN_UCBINT8=1 -DHAVE_RLIM_T=1 -Dsig_t=nosig_t -DHAVE_SIG_T=0 -DHAVE_SYS_ERRLIST=0 -DHAVE_SYS_SIGNAME=0 -DHAVE_SYS_SIGLIST=0 -DHAVE_FLOCK=1 -DHAVE_LOCK_FCNTL=1 -DHAVE_GETRUSAGE=1 -DHAVE_GETTIMEOFDAY=1 -Yc,/w conftest.c ] cl : Command line warning D9024 : unrecognized source file type 'c,/GF', object file assumed ] cl : Command line warning D9027 : source file 'c,/GF' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/GZ', object file assumed ] cl : Command line warning D9027 : source file 'c,/GZ' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/Ge', object file assumed ] cl : Command line warning D9027 : source file 'c,/Ge' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/GS', object file assumed ] cl : Command line warning D9027 : source file 'c,/GS' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/Wall', object file assumed ] cl : Command line warning D9027 : source file 'c,/Wall' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/Wp64', object file assumed ] cl : Command line warning D9027 : source file 'c,/Wp64' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/w', object file assumed ] cl : Command line warning D9027 : source file 'c,/w' ignored ==> killpg... yes ... memmove $ cc -O2 -Yc,/GF -Yc,/GZ -Yc,/Ge -Yc,/GS -Yc,/Wall -Yc,/Wp64 -I. -DMKSH_BUILDSH -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=0 -DHAVE_ATTRIBUTE_NORETURN=0 -DHAVE_ATTRIBUTE_UNUSED=0 -DHAVE_ATTRIBUTE_USED=0 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_MKDEV_H=1 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_BSTRING_H=0 -DHAVE_GRP_H=1 -DHAVE_LIBGEN_H=1 -DHAVE_LIBUTIL_H=1 -DHAVE_PATHS_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_=1 -DHAVE_ULIMIT_H=1 -DHAVE_VALUES_H=1 -DHAVE_CAN_INTTYPES=1 -DHAVE_CAN_UCBINTS=1 -DHAVE_CAN_INT8TYPE=1 -DHAVE_CAN_UCBINT8=1 -DHAVE_RLIM_T=1 -Dsig_t=nosig_t -DHAVE_SIG_T=0 -DHAVE_SYS_ERRLIST=0 -DHAVE_SYS_SIGNAME=0 -DHAVE_SYS_SIGLIST=0 -DHAVE_FLOCK=1 -DHAVE_LOCK_FCNTL=1 -DHAVE_GETRUSAGE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_KILLPG=1 -Yc,/w conftest.c ] cl : Command line warning D9024 : unrecognized source file type 'c,/GF', object file assumed ] cl : Command line warning D9027 : source file 'c,/GF' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/GZ', object file assumed ] cl : Command line warning D9027 : source file 'c,/GZ' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/Ge', object file assumed ] cl : Command line warning D9027 : source file 'c,/Ge' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/GS', object file assumed ] cl : Command line warning D9027 : source file 'c,/GS' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/Wall', object file assumed ] cl : Command line warning D9027 : source file 'c,/Wall' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/Wp64', object file assumed ] cl : Command line warning D9027 : source file 'c,/Wp64' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/w', object file assumed ] cl : Command line warning D9027 : source file 'c,/w' ignored ] /msdev/vc/include/string.h(112) : warning C4391: 'size_t strlen(const char *)' : incorrect return type for intrinsic function, expected 'unsigned int' ] /msdev/vc/include/string.h(285) : warning C4391: 'size_t wcslen(const wchar_t *)' : incorrect return type for intrinsic function, expected 'unsigned int' ==> memmove... yes ==> if to use mknod(), makedev() and friends... no (cached) ... for mmap and munmap $ cc -O2 -Yc,/GF -Yc,/GZ -Yc,/Ge -Yc,/GS -Yc,/Wall -Yc,/Wp64 -I. -DMKSH_BUILDSH -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=0 -DHAVE_ATTRIBUTE_NORETURN=0 -DHAVE_ATTRIBUTE_UNUSED=0 -DHAVE_ATTRIBUTE_USED=0 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_MKDEV_H=1 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_BSTRING_H=0 -DHAVE_GRP_H=1 -DHAVE_LIBGEN_H=1 -DHAVE_LIBUTIL_H=1 -DHAVE_PATHS_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_=1 -DHAVE_ULIMIT_H=1 -DHAVE_VALUES_H=1 -DHAVE_CAN_INTTYPES=1 -DHAVE_CAN_UCBINTS=1 -DHAVE_CAN_INT8TYPE=1 -DHAVE_CAN_UCBINT8=1 -DHAVE_RLIM_T=1 -Dsig_t=nosig_t -DHAVE_SIG_T=0 -DHAVE_SYS_ERRLIST=0 -DHAVE_SYS_SIGNAME=0 -DHAVE_SYS_SIGLIST=0 -DHAVE_FLOCK=1 -DHAVE_LOCK_FCNTL=1 -DHAVE_GETRUSAGE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_KILLPG=1 -DHAVE_MEMMOVE=1 -DHAVE_MKNOD=0 -Yc,/w conftest.c ] cl : Command line warning D9024 : unrecognized source file type 'c,/GF', object file assumed ] cl : Command line warning D9027 : source file 'c,/GF' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/GZ', object file assumed ] cl : Command line warning D9027 : source file 'c,/GZ' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/Ge', object file assumed ] cl : Command line warning D9027 : source file 'c,/Ge' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/GS', object file assumed ] cl : Command line warning D9027 : source file 'c,/GS' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/Wall', object file assumed ] cl : Command line warning D9027 : source file 'c,/Wall' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/Wp64', object file assumed ] cl : Command line warning D9027 : source file 'c,/Wp64' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/w', object file assumed ] cl : Command line warning D9027 : source file 'c,/w' ignored ==> for mmap and munmap... yes ... nice $ cc -O2 -Yc,/GF -Yc,/GZ -Yc,/Ge -Yc,/GS -Yc,/Wall -Yc,/Wp64 -I. -DMKSH_BUILDSH -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=0 -DHAVE_ATTRIBUTE_NORETURN=0 -DHAVE_ATTRIBUTE_UNUSED=0 -DHAVE_ATTRIBUTE_USED=0 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_MKDEV_H=1 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_BSTRING_H=0 -DHAVE_GRP_H=1 -DHAVE_LIBGEN_H=1 -DHAVE_LIBUTIL_H=1 -DHAVE_PATHS_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_=1 -DHAVE_ULIMIT_H=1 -DHAVE_VALUES_H=1 -DHAVE_CAN_INTTYPES=1 -DHAVE_CAN_UCBINTS=1 -DHAVE_CAN_INT8TYPE=1 -DHAVE_CAN_UCBINT8=1 -DHAVE_RLIM_T=1 -Dsig_t=nosig_t -DHAVE_SIG_T=0 -DHAVE_SYS_ERRLIST=0 -DHAVE_SYS_SIGNAME=0 -DHAVE_SYS_SIGLIST=0 -DHAVE_FLOCK=1 -DHAVE_LOCK_FCNTL=1 -DHAVE_GETRUSAGE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_KILLPG=1 -DHAVE_MEMMOVE=1 -DHAVE_MKNOD=0 -DHAVE_MMAP=1 -Yc,/w conftest.c ] cl : Command line warning D9024 : unrecognized source file type 'c,/GF', object file assumed ] cl : Command line warning D9027 : source file 'c,/GF' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/GZ', object file assumed ] cl : Command line warning D9027 : source file 'c,/GZ' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/Ge', object file assumed ] cl : Command line warning D9027 : source file 'c,/Ge' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/GS', object file assumed ] cl : Command line warning D9027 : source file 'c,/GS' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/Wall', object file assumed ] cl : Command line warning D9027 : source file 'c,/Wall' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/Wp64', object file assumed ] cl : Command line warning D9027 : source file 'c,/Wp64' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/w', object file assumed ] cl : Command line warning D9027 : source file 'c,/w' ignored ==> nice... yes ... revoke $ cc -O2 -Yc,/GF -Yc,/GZ -Yc,/Ge -Yc,/GS -Yc,/Wall -Yc,/Wp64 -I. -DMKSH_BUILDSH -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=0 -DHAVE_ATTRIBUTE_NORETURN=0 -DHAVE_ATTRIBUTE_UNUSED=0 -DHAVE_ATTRIBUTE_USED=0 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_MKDEV_H=1 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_BSTRING_H=0 -DHAVE_GRP_H=1 -DHAVE_LIBGEN_H=1 -DHAVE_LIBUTIL_H=1 -DHAVE_PATHS_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_=1 -DHAVE_ULIMIT_H=1 -DHAVE_VALUES_H=1 -DHAVE_CAN_INTTYPES=1 -DHAVE_CAN_UCBINTS=1 -DHAVE_CAN_INT8TYPE=1 -DHAVE_CAN_UCBINT8=1 -DHAVE_RLIM_T=1 -Dsig_t=nosig_t -DHAVE_SIG_T=0 -DHAVE_SYS_ERRLIST=0 -DHAVE_SYS_SIGNAME=0 -DHAVE_SYS_SIGLIST=0 -DHAVE_FLOCK=1 -DHAVE_LOCK_FCNTL=1 -DHAVE_GETRUSAGE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_KILLPG=1 -DHAVE_MEMMOVE=1 -DHAVE_MKNOD=0 -DHAVE_MMAP=1 -DHAVE_NICE=1 -Yc,/w conftest.c ] cl : Command line warning D9024 : unrecognized source file type 'c,/GF', object file assumed ] cl : Command line warning D9027 : source file 'c,/GF' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/GZ', object file assumed ] cl : Command line warning D9027 : source file 'c,/GZ' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/Ge', object file assumed ] cl : Command line warning D9027 : source file 'c,/Ge' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/GS', object file assumed ] cl : Command line warning D9027 : source file 'c,/GS' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/Wall', object file assumed ] cl : Command line warning D9027 : source file 'c,/Wall' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/Wp64', object file assumed ] cl : Command line warning D9027 : source file 'c,/Wp64' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/w', object file assumed ] cl : Command line warning D9027 : source file 'c,/w' ignored ==> revoke... yes ==> setlocale(LC_CTYPE, "")... no (cached) ==> nl_langinfo(CODESET)... no (implied) ... select $ cc -O2 -Yc,/GF -Yc,/GZ -Yc,/Ge -Yc,/GS -Yc,/Wall -Yc,/Wp64 -I. -DMKSH_BUILDSH -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=0 -DHAVE_ATTRIBUTE_NORETURN=0 -DHAVE_ATTRIBUTE_UNUSED=0 -DHAVE_ATTRIBUTE_USED=0 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_MKDEV_H=1 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_BSTRING_H=0 -DHAVE_GRP_H=1 -DHAVE_LIBGEN_H=1 -DHAVE_LIBUTIL_H=1 -DHAVE_PATHS_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_=1 -DHAVE_ULIMIT_H=1 -DHAVE_VALUES_H=1 -DHAVE_CAN_INTTYPES=1 -DHAVE_CAN_UCBINTS=1 -DHAVE_CAN_INT8TYPE=1 -DHAVE_CAN_UCBINT8=1 -DHAVE_RLIM_T=1 -Dsig_t=nosig_t -DHAVE_SIG_T=0 -DHAVE_SYS_ERRLIST=0 -DHAVE_SYS_SIGNAME=0 -DHAVE_SYS_SIGLIST=0 -DHAVE_FLOCK=1 -DHAVE_LOCK_FCNTL=1 -DHAVE_GETRUSAGE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_KILLPG=1 -DHAVE_MEMMOVE=1 -DHAVE_MKNOD=0 -DHAVE_MMAP=1 -DHAVE_NICE=1 -DHAVE_REVOKE=1 -DHAVE_SETLOCALE_CTYPE=0 -DHAVE_LANGINFO_CODESET=0 -Yc,/w conftest.c ] cl : Command line warning D9024 : unrecognized source file type 'c,/GF', object file assumed ] cl : Command line warning D9027 : source file 'c,/GF' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/GZ', object file assumed ] cl : Command line warning D9027 : source file 'c,/GZ' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/Ge', object file assumed ] cl : Command line warning D9027 : source file 'c,/Ge' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/GS', object file assumed ] cl : Command line warning D9027 : source file 'c,/GS' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/Wall', object file assumed ] cl : Command line warning D9027 : source file 'c,/Wall' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/Wp64', object file assumed ] cl : Command line warning D9027 : source file 'c,/Wp64' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/w', object file assumed ] cl : Command line warning D9027 : source file 'c,/w' ignored ] /msdev/vc/include/string.h(112) : warning C4391: 'size_t strlen(const char *)' : incorrect return type for intrinsic function, expected 'unsigned int' ] /msdev/vc/include/string.h(285) : warning C4391: 'size_t wcslen(const wchar_t *)' : incorrect return type for intrinsic function, expected 'unsigned int' ==> select... yes ... setresugid $ cc -O2 -Yc,/GF -Yc,/GZ -Yc,/Ge -Yc,/GS -Yc,/Wall -Yc,/Wp64 -I. -DMKSH_BUILDSH -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=0 -DHAVE_ATTRIBUTE_NORETURN=0 -DHAVE_ATTRIBUTE_UNUSED=0 -DHAVE_ATTRIBUTE_USED=0 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_MKDEV_H=1 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_BSTRING_H=0 -DHAVE_GRP_H=1 -DHAVE_LIBGEN_H=1 -DHAVE_LIBUTIL_H=1 -DHAVE_PATHS_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_=1 -DHAVE_ULIMIT_H=1 -DHAVE_VALUES_H=1 -DHAVE_CAN_INTTYPES=1 -DHAVE_CAN_UCBINTS=1 -DHAVE_CAN_INT8TYPE=1 -DHAVE_CAN_UCBINT8=1 -DHAVE_RLIM_T=1 -Dsig_t=nosig_t -DHAVE_SIG_T=0 -DHAVE_SYS_ERRLIST=0 -DHAVE_SYS_SIGNAME=0 -DHAVE_SYS_SIGLIST=0 -DHAVE_FLOCK=1 -DHAVE_LOCK_FCNTL=1 -DHAVE_GETRUSAGE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_KILLPG=1 -DHAVE_MEMMOVE=1 -DHAVE_MKNOD=0 -DHAVE_MMAP=1 -DHAVE_NICE=1 -DHAVE_REVOKE=1 -DHAVE_SETLOCALE_CTYPE=0 -DHAVE_LANGINFO_CODESET=0 -DHAVE_SELECT=1 -Yc,/w conftest.c ] cl : Command line warning D9024 : unrecognized source file type 'c,/GF', object file assumed ] cl : Command line warning D9027 : source file 'c,/GF' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/GZ', object file assumed ] cl : Command line warning D9027 : source file 'c,/GZ' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/Ge', object file assumed ] cl : Command line warning D9027 : source file 'c,/Ge' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/GS', object file assumed ] cl : Command line warning D9027 : source file 'c,/GS' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/Wall', object file assumed ] cl : Command line warning D9027 : source file 'c,/Wall' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/Wp64', object file assumed ] cl : Command line warning D9027 : source file 'c,/Wp64' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/w', object file assumed ] cl : Command line warning D9027 : source file 'c,/w' ignored ] conftest.o : error LNK2019: unresolved external symbol _setresgid referenced in function _main ] conftest.o : error LNK2019: unresolved external symbol _setresuid referenced in function _main ] a.out : fatal error LNK1120: 2 unresolved externals ==> setresugid... no ==> setgroups... no (implied) ... strerror $ cc -O2 -Yc,/GF -Yc,/GZ -Yc,/Ge -Yc,/GS -Yc,/Wall -Yc,/Wp64 -I. -DMKSH_BUILDSH -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=0 -DHAVE_ATTRIBUTE_NORETURN=0 -DHAVE_ATTRIBUTE_UNUSED=0 -DHAVE_ATTRIBUTE_USED=0 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_MKDEV_H=1 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_BSTRING_H=0 -DHAVE_GRP_H=1 -DHAVE_LIBGEN_H=1 -DHAVE_LIBUTIL_H=1 -DHAVE_PATHS_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_=1 -DHAVE_ULIMIT_H=1 -DHAVE_VALUES_H=1 -DHAVE_CAN_INTTYPES=1 -DHAVE_CAN_UCBINTS=1 -DHAVE_CAN_INT8TYPE=1 -DHAVE_CAN_UCBINT8=1 -DHAVE_RLIM_T=1 -Dsig_t=nosig_t -DHAVE_SIG_T=0 -DHAVE_SYS_ERRLIST=0 -DHAVE_SYS_SIGNAME=0 -DHAVE_SYS_SIGLIST=0 -DHAVE_FLOCK=1 -DHAVE_LOCK_FCNTL=1 -DHAVE_GETRUSAGE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_KILLPG=1 -DHAVE_MEMMOVE=1 -DHAVE_MKNOD=0 -DHAVE_MMAP=1 -DHAVE_NICE=1 -DHAVE_REVOKE=1 -DHAVE_SETLOCALE_CTYPE=0 -DHAVE_LANGINFO_CODESET=0 -DHAVE_SELECT=1 -DHAVE_SETRESUGID=0 -DHAVE_SETGROUPS=0 -Yc,/w conftest.c ] cl : Command line warning D9024 : unrecognized source file type 'c,/GF', object file assumed ] cl : Command line warning D9027 : source file 'c,/GF' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/GZ', object file assumed ] cl : Command line warning D9027 : source file 'c,/GZ' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/Ge', object file assumed ] cl : Command line warning D9027 : source file 'c,/Ge' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/GS', object file assumed ] cl : Command line warning D9027 : source file 'c,/GS' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/Wall', object file assumed ] cl : Command line warning D9027 : source file 'c,/Wall' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/Wp64', object file assumed ] cl : Command line warning D9027 : source file 'c,/Wp64' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/w', object file assumed ] cl : Command line warning D9027 : source file 'c,/w' ignored ==> strerror... yes ... strsignal $ cc -O2 -Yc,/GF -Yc,/GZ -Yc,/Ge -Yc,/GS -Yc,/Wall -Yc,/Wp64 -I. -DMKSH_BUILDSH -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=0 -DHAVE_ATTRIBUTE_NORETURN=0 -DHAVE_ATTRIBUTE_UNUSED=0 -DHAVE_ATTRIBUTE_USED=0 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_MKDEV_H=1 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_BSTRING_H=0 -DHAVE_GRP_H=1 -DHAVE_LIBGEN_H=1 -DHAVE_LIBUTIL_H=1 -DHAVE_PATHS_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_=1 -DHAVE_ULIMIT_H=1 -DHAVE_VALUES_H=1 -DHAVE_CAN_INTTYPES=1 -DHAVE_CAN_UCBINTS=1 -DHAVE_CAN_INT8TYPE=1 -DHAVE_CAN_UCBINT8=1 -DHAVE_RLIM_T=1 -Dsig_t=nosig_t -DHAVE_SIG_T=0 -DHAVE_SYS_ERRLIST=0 -DHAVE_SYS_SIGNAME=0 -DHAVE_SYS_SIGLIST=0 -DHAVE_FLOCK=1 -DHAVE_LOCK_FCNTL=1 -DHAVE_GETRUSAGE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_KILLPG=1 -DHAVE_MEMMOVE=1 -DHAVE_MKNOD=0 -DHAVE_MMAP=1 -DHAVE_NICE=1 -DHAVE_REVOKE=1 -DHAVE_SETLOCALE_CTYPE=0 -DHAVE_LANGINFO_CODESET=0 -DHAVE_SELECT=1 -DHAVE_SETRESUGID=0 -DHAVE_SETGROUPS=0 -DHAVE_STRERROR=1 -Yc,/w conftest.c ] cl : Command line warning D9024 : unrecognized source file type 'c,/GF', object file assumed ] cl : Command line warning D9027 : source file 'c,/GF' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/GZ', object file assumed ] cl : Command line warning D9027 : source file 'c,/GZ' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/Ge', object file assumed ] cl : Command line warning D9027 : source file 'c,/Ge' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/GS', object file assumed ] cl : Command line warning D9027 : source file 'c,/GS' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/Wall', object file assumed ] cl : Command line warning D9027 : source file 'c,/Wall' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/Wp64', object file assumed ] cl : Command line warning D9027 : source file 'c,/Wp64' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/w', object file assumed ] cl : Command line warning D9027 : source file 'c,/w' ignored ==> strsignal... no ... strlcpy $ cc -O2 -Yc,/GF -Yc,/GZ -Yc,/Ge -Yc,/GS -Yc,/Wall -Yc,/Wp64 -I. -DMKSH_BUILDSH -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=0 -DHAVE_ATTRIBUTE_NORETURN=0 -DHAVE_ATTRIBUTE_UNUSED=0 -DHAVE_ATTRIBUTE_USED=0 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_MKDEV_H=1 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_BSTRING_H=0 -DHAVE_GRP_H=1 -DHAVE_LIBGEN_H=1 -DHAVE_LIBUTIL_H=1 -DHAVE_PATHS_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_=1 -DHAVE_ULIMIT_H=1 -DHAVE_VALUES_H=1 -DHAVE_CAN_INTTYPES=1 -DHAVE_CAN_UCBINTS=1 -DHAVE_CAN_INT8TYPE=1 -DHAVE_CAN_UCBINT8=1 -DHAVE_RLIM_T=1 -Dsig_t=nosig_t -DHAVE_SIG_T=0 -DHAVE_SYS_ERRLIST=0 -DHAVE_SYS_SIGNAME=0 -DHAVE_SYS_SIGLIST=0 -DHAVE_FLOCK=1 -DHAVE_LOCK_FCNTL=1 -DHAVE_GETRUSAGE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_KILLPG=1 -DHAVE_MEMMOVE=1 -DHAVE_MKNOD=0 -DHAVE_MMAP=1 -DHAVE_NICE=1 -DHAVE_REVOKE=1 -DHAVE_SETLOCALE_CTYPE=0 -DHAVE_LANGINFO_CODESET=0 -DHAVE_SELECT=1 -DHAVE_SETRESUGID=0 -DHAVE_SETGROUPS=0 -DHAVE_STRERROR=1 -DHAVE_STRSIGNAL=0 -Yc,/w conftest.c ] cl : Command line warning D9024 : unrecognized source file type 'c,/GF', object file assumed ] cl : Command line warning D9027 : source file 'c,/GF' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/GZ', object file assumed ] cl : Command line warning D9027 : source file 'c,/GZ' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/Ge', object file assumed ] cl : Command line warning D9027 : source file 'c,/Ge' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/GS', object file assumed ] cl : Command line warning D9027 : source file 'c,/GS' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/Wall', object file assumed ] cl : Command line warning D9027 : source file 'c,/Wall' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/Wp64', object file assumed ] cl : Command line warning D9027 : source file 'c,/Wp64' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/w', object file assumed ] cl : Command line warning D9027 : source file 'c,/w' ignored ==> strlcpy... yes ... if flock() does not need to be declared $ cc -c -o conftest.o -O2 -Yc,/GF -Yc,/GZ -Yc,/Ge -Yc,/GS -Yc,/Wall -Yc,/Wp64 -I. -DMKSH_BUILDSH -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=0 -DHAVE_ATTRIBUTE_NORETURN=0 -DHAVE_ATTRIBUTE_UNUSED=0 -DHAVE_ATTRIBUTE_USED=0 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_MKDEV_H=1 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_BSTRING_H=0 -DHAVE_GRP_H=1 -DHAVE_LIBGEN_H=1 -DHAVE_LIBUTIL_H=1 -DHAVE_PATHS_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_=1 -DHAVE_ULIMIT_H=1 -DHAVE_VALUES_H=1 -DHAVE_CAN_INTTYPES=1 -DHAVE_CAN_UCBINTS=1 -DHAVE_CAN_INT8TYPE=1 -DHAVE_CAN_UCBINT8=1 -DHAVE_RLIM_T=1 -Dsig_t=nosig_t -DHAVE_SIG_T=0 -DHAVE_SYS_ERRLIST=0 -DHAVE_SYS_SIGNAME=0 -DHAVE_SYS_SIGLIST=0 -DHAVE_FLOCK=1 -DHAVE_LOCK_FCNTL=1 -DHAVE_GETRUSAGE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_KILLPG=1 -DHAVE_MEMMOVE=1 -DHAVE_MKNOD=0 -DHAVE_MMAP=1 -DHAVE_NICE=1 -DHAVE_REVOKE=1 -DHAVE_SETLOCALE_CTYPE=0 -DHAVE_LANGINFO_CODESET=0 -DHAVE_SELECT=1 -DHAVE_SETRESUGID=0 -DHAVE_SETGROUPS=0 -DHAVE_STRERROR=1 -DHAVE_STRSIGNAL=0 -DHAVE_STRLCPY=1 -Yc,/w conftest.c ] cpp: "/msdev/vc/include/time.h", line 123: warning: CLOCKS_PER_SEC redefined ] cl : Command line warning D9024 : unrecognized source file type 'c,/GF', object file assumed ] cl : Command line warning D9027 : source file 'c,/GF' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/GZ', object file assumed ] cl : Command line warning D9027 : source file 'c,/GZ' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/Ge', object file assumed ] cl : Command line warning D9027 : source file 'c,/Ge' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/GS', object file assumed ] cl : Command line warning D9027 : source file 'c,/GS' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/Wall', object file assumed ] cl : Command line warning D9027 : source file 'c,/Wall' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/Wp64', object file assumed ] cl : Command line warning D9027 : source file 'c,/Wp64' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/w', object file assumed ] cl : Command line warning D9027 : source file 'c,/w' ignored ] /msdev/vc/include/string.h(112) : warning C4391: 'size_t strlen(const char *)' : incorrect return type for intrinsic function, expected 'unsigned int' ] /msdev/vc/include/string.h(285) : warning C4391: 'size_t wcslen(const wchar_t *)' : incorrect return type for intrinsic function, expected 'unsigned int' ] conftest.c(6) : warning C4030: first formal parameter list longer than the second list ] conftest.c(6) : warning C4028: formal parameter 1 different from declaration ] conftest.c(6) : warning C4142: benign redefinition of type ==> if flock() does not need to be declared... no ... if revoke() does not need to be declared $ cc -c -o conftest.o -O2 -Yc,/GF -Yc,/GZ -Yc,/Ge -Yc,/GS -Yc,/Wall -Yc,/Wp64 -I. -DMKSH_BUILDSH -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=0 -DHAVE_ATTRIBUTE_NORETURN=0 -DHAVE_ATTRIBUTE_UNUSED=0 -DHAVE_ATTRIBUTE_USED=0 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_MKDEV_H=1 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_BSTRING_H=0 -DHAVE_GRP_H=1 -DHAVE_LIBGEN_H=1 -DHAVE_LIBUTIL_H=1 -DHAVE_PATHS_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_=1 -DHAVE_ULIMIT_H=1 -DHAVE_VALUES_H=1 -DHAVE_CAN_INTTYPES=1 -DHAVE_CAN_UCBINTS=1 -DHAVE_CAN_INT8TYPE=1 -DHAVE_CAN_UCBINT8=1 -DHAVE_RLIM_T=1 -Dsig_t=nosig_t -DHAVE_SIG_T=0 -DHAVE_SYS_ERRLIST=0 -DHAVE_SYS_SIGNAME=0 -DHAVE_SYS_SIGLIST=0 -DHAVE_FLOCK=1 -DHAVE_LOCK_FCNTL=1 -DHAVE_GETRUSAGE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_KILLPG=1 -DHAVE_MEMMOVE=1 -DHAVE_MKNOD=0 -DHAVE_MMAP=1 -DHAVE_NICE=1 -DHAVE_REVOKE=1 -DHAVE_SETLOCALE_CTYPE=0 -DHAVE_LANGINFO_CODESET=0 -DHAVE_SELECT=1 -DHAVE_SETRESUGID=0 -DHAVE_SETGROUPS=0 -DHAVE_STRERROR=1 -DHAVE_STRSIGNAL=0 -DHAVE_STRLCPY=1 -DHAVE_FLOCK_DECL=0 -Yc,/w conftest.c ] cpp: "/msdev/vc/include/time.h", line 123: warning: CLOCKS_PER_SEC redefined ] cl : Command line warning D9024 : unrecognized source file type 'c,/GF', object file assumed ] cl : Command line warning D9027 : source file 'c,/GF' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/GZ', object file assumed ] cl : Command line warning D9027 : source file 'c,/GZ' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/Ge', object file assumed ] cl : Command line warning D9027 : source file 'c,/Ge' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/GS', object file assumed ] cl : Command line warning D9027 : source file 'c,/GS' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/Wall', object file assumed ] cl : Command line warning D9027 : source file 'c,/Wall' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/Wp64', object file assumed ] cl : Command line warning D9027 : source file 'c,/Wp64' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/w', object file assumed ] cl : Command line warning D9027 : source file 'c,/w' ignored ==> if revoke() does not need to be declared... no ==> for declaration of sys_errlist[] and sys_nerr... no (implied) ==> for declaration of sys_siglist[]... no (implied) ==> if to use persistent history... yes ... whether compile-time assertions pass $ cc -O2 -Yc,/GF -Yc,/GZ -Yc,/Ge -Yc,/GS -Yc,/Wall -Yc,/Wp64 -I. -DMKSH_BUILDSH -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=0 -DHAVE_ATTRIBUTE_NORETURN=0 -DHAVE_ATTRIBUTE_UNUSED=0 -DHAVE_ATTRIBUTE_USED=0 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_MKDEV_H=1 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_BSTRING_H=0 -DHAVE_GRP_H=1 -DHAVE_LIBGEN_H=1 -DHAVE_LIBUTIL_H=1 -DHAVE_PATHS_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_=1 -DHAVE_ULIMIT_H=1 -DHAVE_VALUES_H=1 -DHAVE_CAN_INTTYPES=1 -DHAVE_CAN_UCBINTS=1 -DHAVE_CAN_INT8TYPE=1 -DHAVE_CAN_UCBINT8=1 -DHAVE_RLIM_T=1 -Dsig_t=nosig_t -DHAVE_SIG_T=0 -DHAVE_SYS_ERRLIST=0 -DHAVE_SYS_SIGNAME=0 -DHAVE_SYS_SIGLIST=0 -DHAVE_FLOCK=1 -DHAVE_LOCK_FCNTL=1 -DHAVE_GETRUSAGE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_KILLPG=1 -DHAVE_MEMMOVE=1 -DHAVE_MKNOD=0 -DHAVE_MMAP=1 -DHAVE_NICE=1 -DHAVE_REVOKE=1 -DHAVE_SETLOCALE_CTYPE=0 -DHAVE_LANGINFO_CODESET=0 -DHAVE_SELECT=1 -DHAVE_SETRESUGID=0 -DHAVE_SETGROUPS=0 -DHAVE_STRERROR=1 -DHAVE_STRSIGNAL=0 -DHAVE_STRLCPY=1 -DHAVE_FLOCK_DECL=0 -DHAVE_REVOKE_DECL=0 -DHAVE_SYS_ERRLIST_DECL=0 -DHAVE_SYS_SIGLIST_DECL=0 -DHAVE_PERSISTENT_HISTORY=1 -Yc,/w conftest.c ] cpp: "/msdev/vc/include/time.h", line 123: warning: CLOCKS_PER_SEC redefined ] cl : Command line warning D9024 : unrecognized source file type 'c,/GF', object file assumed ] cl : Command line warning D9027 : source file 'c,/GF' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/GZ', object file assumed ] cl : Command line warning D9027 : source file 'c,/GZ' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/Ge', object file assumed ] cl : Command line warning D9027 : source file 'c,/Ge' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/GS', object file assumed ] cl : Command line warning D9027 : source file 'c,/GS' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/Wall', object file assumed ] cl : Command line warning D9027 : source file 'c,/Wall' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/Wp64', object file assumed ] cl : Command line warning D9027 : source file 'c,/Wp64' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/w', object file assumed ] cl : Command line warning D9027 : source file 'c,/w' ignored ==> whether compile-time assertions pass... yes run-time checks follow, please ignore any weird errors ... (run-time) whether signed integer division overflows wrap silently $ cc -O2 -Yc,/GF -Yc,/GZ -Yc,/Ge -Yc,/GS -Yc,/Wall -Yc,/Wp64 -I. -DMKSH_BUILDSH -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=0 -DHAVE_ATTRIBUTE_NORETURN=0 -DHAVE_ATTRIBUTE_UNUSED=0 -DHAVE_ATTRIBUTE_USED=0 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_MKDEV_H=1 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_BSTRING_H=0 -DHAVE_GRP_H=1 -DHAVE_LIBGEN_H=1 -DHAVE_LIBUTIL_H=1 -DHAVE_PATHS_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_=1 -DHAVE_ULIMIT_H=1 -DHAVE_VALUES_H=1 -DHAVE_CAN_INTTYPES=1 -DHAVE_CAN_UCBINTS=1 -DHAVE_CAN_INT8TYPE=1 -DHAVE_CAN_UCBINT8=1 -DHAVE_RLIM_T=1 -Dsig_t=nosig_t -DHAVE_SIG_T=0 -DHAVE_SYS_ERRLIST=0 -DHAVE_SYS_SIGNAME=0 -DHAVE_SYS_SIGLIST=0 -DHAVE_FLOCK=1 -DHAVE_LOCK_FCNTL=1 -DHAVE_GETRUSAGE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_KILLPG=1 -DHAVE_MEMMOVE=1 -DHAVE_MKNOD=0 -DHAVE_MMAP=1 -DHAVE_NICE=1 -DHAVE_REVOKE=1 -DHAVE_SETLOCALE_CTYPE=0 -DHAVE_LANGINFO_CODESET=0 -DHAVE_SELECT=1 -DHAVE_SETRESUGID=0 -DHAVE_SETGROUPS=0 -DHAVE_STRERROR=1 -DHAVE_STRSIGNAL=0 -DHAVE_STRLCPY=1 -DHAVE_FLOCK_DECL=0 -DHAVE_REVOKE_DECL=0 -DHAVE_SYS_ERRLIST_DECL=0 -DHAVE_SYS_SIGLIST_DECL=0 -DHAVE_PERSISTENT_HISTORY=1 -Yc,/w conftest.c ] cpp: "/msdev/vc/include/time.h", line 123: warning: CLOCKS_PER_SEC redefined ] cl : Command line warning D9024 : unrecognized source file type 'c,/GF', object file assumed ] cl : Command line warning D9027 : source file 'c,/GF' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/GZ', object file assumed ] cl : Command line warning D9027 : source file 'c,/GZ' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/Ge', object file assumed ] cl : Command line warning D9027 : source file 'c,/Ge' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/GS', object file assumed ] cl : Command line warning D9027 : source file 'c,/GS' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/Wall', object file assumed ] cl : Command line warning D9027 : source file 'c,/Wall' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/Wp64', object file assumed ] cl : Command line warning D9027 : source file 'c,/Wp64' ignored ] cl : Command line warning D9024 : unrecognized source file type 'c,/w', object file assumed ] cl : Command line warning D9027 : source file 'c,/w' ignored ] /msdev/vc/include/string.h(112) : warning C4391: 'size_t strlen(const char *)' : incorrect return type for intrinsic function, expected 'unsigned int' ] /msdev/vc/include/string.h(285) : warning C4391: 'size_t wcslen(const wchar_t *)' : incorrect return type for intrinsic function, expected 'unsigned int' | running test programme; this will fail if cross-compiling | in which case we will gracefully degrade to the default | result: ==> (run-time) whether signed integer division overflows wrap silently... no end of run-time checks ... checking if the C Preprocessor supports -dD $ cc -E -O2 -Yc,/GF -Yc,/GZ -Yc,/Ge -Yc,/GS -Yc,/Wall -Yc,/Wp64 -I. -DMKSH_BUILDSH -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=0 -DHAVE_ATTRIBUTE_NORETURN=0 -DHAVE_ATTRIBUTE_UNUSED=0 -DHAVE_ATTRIBUTE_USED=0 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_MKDEV_H=1 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_BSTRING_H=0 -DHAVE_GRP_H=1 -DHAVE_LIBGEN_H=1 -DHAVE_LIBUTIL_H=1 -DHAVE_PATHS_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_=1 -DHAVE_ULIMIT_H=1 -DHAVE_VALUES_H=1 -DHAVE_CAN_INTTYPES=1 -DHAVE_CAN_UCBINTS=1 -DHAVE_CAN_INT8TYPE=1 -DHAVE_CAN_UCBINT8=1 -DHAVE_RLIM_T=1 -Dsig_t=nosig_t -DHAVE_SIG_T=0 -DHAVE_SYS_ERRLIST=0 -DHAVE_SYS_SIGNAME=0 -DHAVE_SYS_SIGLIST=0 -DHAVE_FLOCK=1 -DHAVE_LOCK_FCNTL=1 -DHAVE_GETRUSAGE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_KILLPG=1 -DHAVE_MEMMOVE=1 -DHAVE_MKNOD=0 -DHAVE_MMAP=1 -DHAVE_NICE=1 -DHAVE_REVOKE=1 -DHAVE_SETLOCALE_CTYPE=0 -DHAVE_LANGINFO_CODESET=0 -DHAVE_SELECT=1 -DHAVE_SETRESUGID=0 -DHAVE_SETGROUPS=0 -DHAVE_STRERROR=1 -DHAVE_STRSIGNAL=0 -DHAVE_STRLCPY=1 -DHAVE_FLOCK_DECL=0 -DHAVE_REVOKE_DECL=0 -DHAVE_SYS_ERRLIST_DECL=0 -DHAVE_SYS_SIGLIST_DECL=0 -DHAVE_PERSISTENT_HISTORY=1 -DHAVE_SILENT_IDIVWRAPV=0 -Yc,/w -dD conftest.c >x ==> checking if the C Preprocessor supports -dD... yes ... done. Generating list of signal names... NSIG=32 ... INT=2 SEGV=11 ABRT=6 KILL=9 ALRM=14 BUS=10 CHLD=22 CONT=20 EMT=7 FPE=8 HUP=1 ILL=4 IO=23 LOST=29 PIPE=13 PROF=27 QUIT=3 STOP=16 SYS=12 TERM=15 TRAP=5 TSTP=17 TTIN=18 TTOU=19 URG=21 USR1=30 USR2=31 VTALRM=26 WINCH=28 XCPU=24 XFSZ=25 done. Build.sh: Finished configuration testing, now producing output. cc -O2 -Yc,/GF -Yc,/GZ -Yc,/Ge -Yc,/GS -Yc,/Wall -Yc,/Wp64 -I. -DMKSH_BUILDSH -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=0 -DHAVE_ATTRIBUTE_NORETURN=0 -DHAVE_ATTRIBUTE_UNUSED=0 -DHAVE_ATTRIBUTE_USED=0 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_MKDEV_H=1 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_BSTRING_H=0 -DHAVE_GRP_H=1 -DHAVE_LIBGEN_H=1 -DHAVE_LIBUTIL_H=1 -DHAVE_PATHS_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_=1 -DHAVE_ULIMIT_H=1 -DHAVE_VALUES_H=1 -DHAVE_CAN_INTTYPES=1 -DHAVE_CAN_UCBINTS=1 -DHAVE_CAN_INT8TYPE=1 -DHAVE_CAN_UCBINT8=1 -DHAVE_RLIM_T=1 -Dsig_t=nosig_t -DHAVE_SIG_T=0 -DHAVE_SYS_ERRLIST=0 -DHAVE_SYS_SIGNAME=0 -DHAVE_SYS_SIGLIST=0 -DHAVE_FLOCK=1 -DHAVE_LOCK_FCNTL=1 -DHAVE_GETRUSAGE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_KILLPG=1 -DHAVE_MEMMOVE=1 -DHAVE_MKNOD=0 -DHAVE_MMAP=1 -DHAVE_NICE=1 -DHAVE_REVOKE=1 -DHAVE_SETLOCALE_CTYPE=0 -DHAVE_LANGINFO_CODESET=0 -DHAVE_SELECT=1 -DHAVE_SETRESUGID=0 -DHAVE_SETGROUPS=0 -DHAVE_STRERROR=1 -DHAVE_STRSIGNAL=0 -DHAVE_STRLCPY=1 -DHAVE_FLOCK_DECL=0 -DHAVE_REVOKE_DECL=0 -DHAVE_SYS_ERRLIST_DECL=0 -DHAVE_SYS_SIGLIST_DECL=0 -DHAVE_PERSISTENT_HISTORY=1 -DHAVE_SILENT_IDIVWRAPV=0 -DMKSH_BUILD_R=419 -c lalloc.c cpp: "/msdev/vc/include/time.h", line 123: warning: CLOCKS_PER_SEC redefined cl : Command line warning D9024 : unrecognized source file type 'c,/GF', object file assumed cl : Command line warning D9027 : source file 'c,/GF' ignored cl : Command line warning D9024 : unrecognized source file type 'c,/GZ', object file assumed cl : Command line warning D9027 : source file 'c,/GZ' ignored cl : Command line warning D9024 : unrecognized source file type 'c,/Ge', object file assumed cl : Command line warning D9027 : source file 'c,/Ge' ignored cl : Command line warning D9024 : unrecognized source file type 'c,/GS', object file assumed cl : Command line warning D9027 : source file 'c,/GS' ignored cl : Command line warning D9024 : unrecognized source file type 'c,/Wall', object file assumed cl : Command line warning D9027 : source file 'c,/Wall' ignored cl : Command line warning D9024 : unrecognized source file type 'c,/Wp64', object file assumed cl : Command line warning D9027 : source file 'c,/Wp64' ignored /msdev/vc/include/string.h(112) : warning C4391: 'size_t strlen(const char *)' : incorrect return type for intrinsic function, expected 'unsigned int' /msdev/vc/include/string.h(285) : warning C4391: 'size_t wcslen(const wchar_t *)' : incorrect return type for intrinsic function, expected 'unsigned int' cc -O2 -Yc,/GF -Yc,/GZ -Yc,/Ge -Yc,/GS -Yc,/Wall -Yc,/Wp64 -I. -DMKSH_BUILDSH -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=0 -DHAVE_ATTRIBUTE_NORETURN=0 -DHAVE_ATTRIBUTE_UNUSED=0 -DHAVE_ATTRIBUTE_USED=0 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_MKDEV_H=1 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_BSTRING_H=0 -DHAVE_GRP_H=1 -DHAVE_LIBGEN_H=1 -DHAVE_LIBUTIL_H=1 -DHAVE_PATHS_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_=1 -DHAVE_ULIMIT_H=1 -DHAVE_VALUES_H=1 -DHAVE_CAN_INTTYPES=1 -DHAVE_CAN_UCBINTS=1 -DHAVE_CAN_INT8TYPE=1 -DHAVE_CAN_UCBINT8=1 -DHAVE_RLIM_T=1 -Dsig_t=nosig_t -DHAVE_SIG_T=0 -DHAVE_SYS_ERRLIST=0 -DHAVE_SYS_SIGNAME=0 -DHAVE_SYS_SIGLIST=0 -DHAVE_FLOCK=1 -DHAVE_LOCK_FCNTL=1 -DHAVE_GETRUSAGE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_KILLPG=1 -DHAVE_MEMMOVE=1 -DHAVE_MKNOD=0 -DHAVE_MMAP=1 -DHAVE_NICE=1 -DHAVE_REVOKE=1 -DHAVE_SETLOCALE_CTYPE=0 -DHAVE_LANGINFO_CODESET=0 -DHAVE_SELECT=1 -DHAVE_SETRESUGID=0 -DHAVE_SETGROUPS=0 -DHAVE_STRERROR=1 -DHAVE_STRSIGNAL=0 -DHAVE_STRLCPY=1 -DHAVE_FLOCK_DECL=0 -DHAVE_REVOKE_DECL=0 -DHAVE_SYS_ERRLIST_DECL=0 -DHAVE_SYS_SIGLIST_DECL=0 -DHAVE_PERSISTENT_HISTORY=1 -DHAVE_SILENT_IDIVWRAPV=0 -DMKSH_BUILD_R=419 -c eval.c cpp: "/msdev/vc/include/time.h", line 123: warning: CLOCKS_PER_SEC redefined cl : Command line warning D9024 : unrecognized source file type 'c,/GF', object file assumed cl : Command line warning D9027 : source file 'c,/GF' ignored cl : Command line warning D9024 : unrecognized source file type 'c,/GZ', object file assumed cl : Command line warning D9027 : source file 'c,/GZ' ignored cl : Command line warning D9024 : unrecognized source file type 'c,/Ge', object file assumed cl : Command line warning D9027 : source file 'c,/Ge' ignored cl : Command line warning D9024 : unrecognized source file type 'c,/GS', object file assumed cl : Command line warning D9027 : source file 'c,/GS' ignored cl : Command line warning D9024 : unrecognized source file type 'c,/Wall', object file assumed cl : Command line warning D9027 : source file 'c,/Wall' ignored cl : Command line warning D9024 : unrecognized source file type 'c,/Wp64', object file assumed cl : Command line warning D9027 : source file 'c,/Wp64' ignored /msdev/vc/include/string.h(112) : warning C4391: 'size_t strlen(const char *)' : incorrect return type for intrinsic function, expected 'unsigned int' /msdev/vc/include/string.h(285) : warning C4391: 'size_t wcslen(const wchar_t *)' : incorrect return type for intrinsic function, expected 'unsigned int' cc -O2 -Yc,/GF -Yc,/GZ -Yc,/Ge -Yc,/GS -Yc,/Wall -Yc,/Wp64 -I. -DMKSH_BUILDSH -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=0 -DHAVE_ATTRIBUTE_NORETURN=0 -DHAVE_ATTRIBUTE_UNUSED=0 -DHAVE_ATTRIBUTE_USED=0 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_MKDEV_H=1 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_BSTRING_H=0 -DHAVE_GRP_H=1 -DHAVE_LIBGEN_H=1 -DHAVE_LIBUTIL_H=1 -DHAVE_PATHS_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_=1 -DHAVE_ULIMIT_H=1 -DHAVE_VALUES_H=1 -DHAVE_CAN_INTTYPES=1 -DHAVE_CAN_UCBINTS=1 -DHAVE_CAN_INT8TYPE=1 -DHAVE_CAN_UCBINT8=1 -DHAVE_RLIM_T=1 -Dsig_t=nosig_t -DHAVE_SIG_T=0 -DHAVE_SYS_ERRLIST=0 -DHAVE_SYS_SIGNAME=0 -DHAVE_SYS_SIGLIST=0 -DHAVE_FLOCK=1 -DHAVE_LOCK_FCNTL=1 -DHAVE_GETRUSAGE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_KILLPG=1 -DHAVE_MEMMOVE=1 -DHAVE_MKNOD=0 -DHAVE_MMAP=1 -DHAVE_NICE=1 -DHAVE_REVOKE=1 -DHAVE_SETLOCALE_CTYPE=0 -DHAVE_LANGINFO_CODESET=0 -DHAVE_SELECT=1 -DHAVE_SETRESUGID=0 -DHAVE_SETGROUPS=0 -DHAVE_STRERROR=1 -DHAVE_STRSIGNAL=0 -DHAVE_STRLCPY=1 -DHAVE_FLOCK_DECL=0 -DHAVE_REVOKE_DECL=0 -DHAVE_SYS_ERRLIST_DECL=0 -DHAVE_SYS_SIGLIST_DECL=0 -DHAVE_PERSISTENT_HISTORY=1 -DHAVE_SILENT_IDIVWRAPV=0 -DMKSH_BUILD_R=419 -c exec.c cpp: "/msdev/vc/include/time.h", line 123: warning: CLOCKS_PER_SEC redefined cl : Command line warning D9024 : unrecognized source file type 'c,/GF', object file assumed cl : Command line warning D9027 : source file 'c,/GF' ignored cl : Command line warning D9024 : unrecognized source file type 'c,/GZ', object file assumed cl : Command line warning D9027 : source file 'c,/GZ' ignored cl : Command line warning D9024 : unrecognized source file type 'c,/Ge', object file assumed cl : Command line warning D9027 : source file 'c,/Ge' ignored cl : Command line warning D9024 : unrecognized source file type 'c,/GS', object file assumed cl : Command line warning D9027 : source file 'c,/GS' ignored cl : Command line warning D9024 : unrecognized source file type 'c,/Wall', object file assumed cl : Command line warning D9027 : source file 'c,/Wall' ignored cl : Command line warning D9024 : unrecognized source file type 'c,/Wp64', object file assumed cl : Command line warning D9027 : source file 'c,/Wp64' ignored /msdev/vc/include/string.h(112) : warning C4391: 'size_t strlen(const char *)' : incorrect return type for intrinsic function, expected 'unsigned int' /msdev/vc/include/string.h(285) : warning C4391: 'size_t wcslen(const wchar_t *)' : incorrect return type for intrinsic function, expected 'unsigned int' cc -O2 -Yc,/GF -Yc,/GZ -Yc,/Ge -Yc,/GS -Yc,/Wall -Yc,/Wp64 -I. -DMKSH_BUILDSH -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=0 -DHAVE_ATTRIBUTE_NORETURN=0 -DHAVE_ATTRIBUTE_UNUSED=0 -DHAVE_ATTRIBUTE_USED=0 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_MKDEV_H=1 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_BSTRING_H=0 -DHAVE_GRP_H=1 -DHAVE_LIBGEN_H=1 -DHAVE_LIBUTIL_H=1 -DHAVE_PATHS_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_=1 -DHAVE_ULIMIT_H=1 -DHAVE_VALUES_H=1 -DHAVE_CAN_INTTYPES=1 -DHAVE_CAN_UCBINTS=1 -DHAVE_CAN_INT8TYPE=1 -DHAVE_CAN_UCBINT8=1 -DHAVE_RLIM_T=1 -Dsig_t=nosig_t -DHAVE_SIG_T=0 -DHAVE_SYS_ERRLIST=0 -DHAVE_SYS_SIGNAME=0 -DHAVE_SYS_SIGLIST=0 -DHAVE_FLOCK=1 -DHAVE_LOCK_FCNTL=1 -DHAVE_GETRUSAGE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_KILLPG=1 -DHAVE_MEMMOVE=1 -DHAVE_MKNOD=0 -DHAVE_MMAP=1 -DHAVE_NICE=1 -DHAVE_REVOKE=1 -DHAVE_SETLOCALE_CTYPE=0 -DHAVE_LANGINFO_CODESET=0 -DHAVE_SELECT=1 -DHAVE_SETRESUGID=0 -DHAVE_SETGROUPS=0 -DHAVE_STRERROR=1 -DHAVE_STRSIGNAL=0 -DHAVE_STRLCPY=1 -DHAVE_FLOCK_DECL=0 -DHAVE_REVOKE_DECL=0 -DHAVE_SYS_ERRLIST_DECL=0 -DHAVE_SYS_SIGLIST_DECL=0 -DHAVE_PERSISTENT_HISTORY=1 -DHAVE_SILENT_IDIVWRAPV=0 -DMKSH_BUILD_R=419 -c expr.c cpp: "/msdev/vc/include/time.h", line 123: warning: CLOCKS_PER_SEC redefined cl : Command line warning D9024 : unrecognized source file type 'c,/GF', object file assumed cl : Command line warning D9027 : source file 'c,/GF' ignored cl : Command line warning D9024 : unrecognized source file type 'c,/GZ', object file assumed cl : Command line warning D9027 : source file 'c,/GZ' ignored cl : Command line warning D9024 : unrecognized source file type 'c,/Ge', object file assumed cl : Command line warning D9027 : source file 'c,/Ge' ignored cl : Command line warning D9024 : unrecognized source file type 'c,/GS', object file assumed cl : Command line warning D9027 : source file 'c,/GS' ignored cl : Command line warning D9024 : unrecognized source file type 'c,/Wall', object file assumed cl : Command line warning D9027 : source file 'c,/Wall' ignored cl : Command line warning D9024 : unrecognized source file type 'c,/Wp64', object file assumed cl : Command line warning D9027 : source file 'c,/Wp64' ignored /msdev/vc/include/string.h(112) : warning C4391: 'size_t strlen(const char *)' : incorrect return type for intrinsic function, expected 'unsigned int' /msdev/vc/include/string.h(285) : warning C4391: 'size_t wcslen(const wchar_t *)' : incorrect return type for intrinsic function, expected 'unsigned int' cc -O2 -Yc,/GF -Yc,/GZ -Yc,/Ge -Yc,/GS -Yc,/Wall -Yc,/Wp64 -I. -DMKSH_BUILDSH -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=0 -DHAVE_ATTRIBUTE_NORETURN=0 -DHAVE_ATTRIBUTE_UNUSED=0 -DHAVE_ATTRIBUTE_USED=0 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_MKDEV_H=1 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_BSTRING_H=0 -DHAVE_GRP_H=1 -DHAVE_LIBGEN_H=1 -DHAVE_LIBUTIL_H=1 -DHAVE_PATHS_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_=1 -DHAVE_ULIMIT_H=1 -DHAVE_VALUES_H=1 -DHAVE_CAN_INTTYPES=1 -DHAVE_CAN_UCBINTS=1 -DHAVE_CAN_INT8TYPE=1 -DHAVE_CAN_UCBINT8=1 -DHAVE_RLIM_T=1 -Dsig_t=nosig_t -DHAVE_SIG_T=0 -DHAVE_SYS_ERRLIST=0 -DHAVE_SYS_SIGNAME=0 -DHAVE_SYS_SIGLIST=0 -DHAVE_FLOCK=1 -DHAVE_LOCK_FCNTL=1 -DHAVE_GETRUSAGE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_KILLPG=1 -DHAVE_MEMMOVE=1 -DHAVE_MKNOD=0 -DHAVE_MMAP=1 -DHAVE_NICE=1 -DHAVE_REVOKE=1 -DHAVE_SETLOCALE_CTYPE=0 -DHAVE_LANGINFO_CODESET=0 -DHAVE_SELECT=1 -DHAVE_SETRESUGID=0 -DHAVE_SETGROUPS=0 -DHAVE_STRERROR=1 -DHAVE_STRSIGNAL=0 -DHAVE_STRLCPY=1 -DHAVE_FLOCK_DECL=0 -DHAVE_REVOKE_DECL=0 -DHAVE_SYS_ERRLIST_DECL=0 -DHAVE_SYS_SIGLIST_DECL=0 -DHAVE_PERSISTENT_HISTORY=1 -DHAVE_SILENT_IDIVWRAPV=0 -DMKSH_BUILD_R=419 -c funcs.c cpp: "/msdev/vc/include/time.h", line 123: warning: CLOCKS_PER_SEC redefined cl : Command line warning D9024 : unrecognized source file type 'c,/GF', object file assumed cl : Command line warning D9027 : source file 'c,/GF' ignored cl : Command line warning D9024 : unrecognized source file type 'c,/GZ', object file assumed cl : Command line warning D9027 : source file 'c,/GZ' ignored cl : Command line warning D9024 : unrecognized source file type 'c,/Ge', object file assumed cl : Command line warning D9027 : source file 'c,/Ge' ignored cl : Command line warning D9024 : unrecognized source file type 'c,/GS', object file assumed cl : Command line warning D9027 : source file 'c,/GS' ignored cl : Command line warning D9024 : unrecognized source file type 'c,/Wall', object file assumed cl : Command line warning D9027 : source file 'c,/Wall' ignored cl : Command line warning D9024 : unrecognized source file type 'c,/Wp64', object file assumed cl : Command line warning D9027 : source file 'c,/Wp64' ignored /msdev/vc/include/string.h(112) : warning C4391: 'size_t strlen(const char *)' : incorrect return type for intrinsic function, expected 'unsigned int' /msdev/vc/include/string.h(285) : warning C4391: 'size_t wcslen(const wchar_t *)' : incorrect return type for intrinsic function, expected 'unsigned int' cc -O2 -Yc,/GF -Yc,/GZ -Yc,/Ge -Yc,/GS -Yc,/Wall -Yc,/Wp64 -I. -DMKSH_BUILDSH -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=0 -DHAVE_ATTRIBUTE_NORETURN=0 -DHAVE_ATTRIBUTE_UNUSED=0 -DHAVE_ATTRIBUTE_USED=0 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_MKDEV_H=1 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_BSTRING_H=0 -DHAVE_GRP_H=1 -DHAVE_LIBGEN_H=1 -DHAVE_LIBUTIL_H=1 -DHAVE_PATHS_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_=1 -DHAVE_ULIMIT_H=1 -DHAVE_VALUES_H=1 -DHAVE_CAN_INTTYPES=1 -DHAVE_CAN_UCBINTS=1 -DHAVE_CAN_INT8TYPE=1 -DHAVE_CAN_UCBINT8=1 -DHAVE_RLIM_T=1 -Dsig_t=nosig_t -DHAVE_SIG_T=0 -DHAVE_SYS_ERRLIST=0 -DHAVE_SYS_SIGNAME=0 -DHAVE_SYS_SIGLIST=0 -DHAVE_FLOCK=1 -DHAVE_LOCK_FCNTL=1 -DHAVE_GETRUSAGE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_KILLPG=1 -DHAVE_MEMMOVE=1 -DHAVE_MKNOD=0 -DHAVE_MMAP=1 -DHAVE_NICE=1 -DHAVE_REVOKE=1 -DHAVE_SETLOCALE_CTYPE=0 -DHAVE_LANGINFO_CODESET=0 -DHAVE_SELECT=1 -DHAVE_SETRESUGID=0 -DHAVE_SETGROUPS=0 -DHAVE_STRERROR=1 -DHAVE_STRSIGNAL=0 -DHAVE_STRLCPY=1 -DHAVE_FLOCK_DECL=0 -DHAVE_REVOKE_DECL=0 -DHAVE_SYS_ERRLIST_DECL=0 -DHAVE_SYS_SIGLIST_DECL=0 -DHAVE_PERSISTENT_HISTORY=1 -DHAVE_SILENT_IDIVWRAPV=0 -DMKSH_BUILD_R=419 -c histrap.c cpp: "/msdev/vc/include/time.h", line 123: warning: CLOCKS_PER_SEC redefined cl : Command line warning D9024 : unrecognized source file type 'c,/GF', object file assumed cl : Command line warning D9027 : source file 'c,/GF' ignored cl : Command line warning D9024 : unrecognized source file type 'c,/GZ', object file assumed cl : Command line warning D9027 : source file 'c,/GZ' ignored cl : Command line warning D9024 : unrecognized source file type 'c,/Ge', object file assumed cl : Command line warning D9027 : source file 'c,/Ge' ignored cl : Command line warning D9024 : unrecognized source file type 'c,/GS', object file assumed cl : Command line warning D9027 : source file 'c,/GS' ignored cl : Command line warning D9024 : unrecognized source file type 'c,/Wall', object file assumed cl : Command line warning D9027 : source file 'c,/Wall' ignored cl : Command line warning D9024 : unrecognized source file type 'c,/Wp64', object file assumed cl : Command line warning D9027 : source file 'c,/Wp64' ignored /msdev/vc/include/string.h(112) : warning C4391: 'size_t strlen(const char *)' : incorrect return type for intrinsic function, expected 'unsigned int' /msdev/vc/include/string.h(285) : warning C4391: 'size_t wcslen(const wchar_t *)' : incorrect return type for intrinsic function, expected 'unsigned int' cc -O2 -Yc,/GF -Yc,/GZ -Yc,/Ge -Yc,/GS -Yc,/Wall -Yc,/Wp64 -I. -DMKSH_BUILDSH -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=0 -DHAVE_ATTRIBUTE_NORETURN=0 -DHAVE_ATTRIBUTE_UNUSED=0 -DHAVE_ATTRIBUTE_USED=0 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_MKDEV_H=1 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_BSTRING_H=0 -DHAVE_GRP_H=1 -DHAVE_LIBGEN_H=1 -DHAVE_LIBUTIL_H=1 -DHAVE_PATHS_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_=1 -DHAVE_ULIMIT_H=1 -DHAVE_VALUES_H=1 -DHAVE_CAN_INTTYPES=1 -DHAVE_CAN_UCBINTS=1 -DHAVE_CAN_INT8TYPE=1 -DHAVE_CAN_UCBINT8=1 -DHAVE_RLIM_T=1 -Dsig_t=nosig_t -DHAVE_SIG_T=0 -DHAVE_SYS_ERRLIST=0 -DHAVE_SYS_SIGNAME=0 -DHAVE_SYS_SIGLIST=0 -DHAVE_FLOCK=1 -DHAVE_LOCK_FCNTL=1 -DHAVE_GETRUSAGE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_KILLPG=1 -DHAVE_MEMMOVE=1 -DHAVE_MKNOD=0 -DHAVE_MMAP=1 -DHAVE_NICE=1 -DHAVE_REVOKE=1 -DHAVE_SETLOCALE_CTYPE=0 -DHAVE_LANGINFO_CODESET=0 -DHAVE_SELECT=1 -DHAVE_SETRESUGID=0 -DHAVE_SETGROUPS=0 -DHAVE_STRERROR=1 -DHAVE_STRSIGNAL=0 -DHAVE_STRLCPY=1 -DHAVE_FLOCK_DECL=0 -DHAVE_REVOKE_DECL=0 -DHAVE_SYS_ERRLIST_DECL=0 -DHAVE_SYS_SIGLIST_DECL=0 -DHAVE_PERSISTENT_HISTORY=1 -DHAVE_SILENT_IDIVWRAPV=0 -DMKSH_BUILD_R=419 -c jobs.c cpp: "/msdev/vc/include/time.h", line 123: warning: CLOCKS_PER_SEC redefined cl : Command line warning D9024 : unrecognized source file type 'c,/GF', object file assumed cl : Command line warning D9027 : source file 'c,/GF' ignored cl : Command line warning D9024 : unrecognized source file type 'c,/GZ', object file assumed cl : Command line warning D9027 : source file 'c,/GZ' ignored cl : Command line warning D9024 : unrecognized source file type 'c,/Ge', object file assumed cl : Command line warning D9027 : source file 'c,/Ge' ignored cl : Command line warning D9024 : unrecognized source file type 'c,/GS', object file assumed cl : Command line warning D9027 : source file 'c,/GS' ignored cl : Command line warning D9024 : unrecognized source file type 'c,/Wall', object file assumed cl : Command line warning D9027 : source file 'c,/Wall' ignored cl : Command line warning D9024 : unrecognized source file type 'c,/Wp64', object file assumed cl : Command line warning D9027 : source file 'c,/Wp64' ignored /msdev/vc/include/string.h(112) : warning C4391: 'size_t strlen(const char *)' : incorrect return type for intrinsic function, expected 'unsigned int' /msdev/vc/include/string.h(285) : warning C4391: 'size_t wcslen(const wchar_t *)' : incorrect return type for intrinsic function, expected 'unsigned int' cc -O2 -Yc,/GF -Yc,/GZ -Yc,/Ge -Yc,/GS -Yc,/Wall -Yc,/Wp64 -I. -DMKSH_BUILDSH -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=0 -DHAVE_ATTRIBUTE_NORETURN=0 -DHAVE_ATTRIBUTE_UNUSED=0 -DHAVE_ATTRIBUTE_USED=0 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_MKDEV_H=1 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_BSTRING_H=0 -DHAVE_GRP_H=1 -DHAVE_LIBGEN_H=1 -DHAVE_LIBUTIL_H=1 -DHAVE_PATHS_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_=1 -DHAVE_ULIMIT_H=1 -DHAVE_VALUES_H=1 -DHAVE_CAN_INTTYPES=1 -DHAVE_CAN_UCBINTS=1 -DHAVE_CAN_INT8TYPE=1 -DHAVE_CAN_UCBINT8=1 -DHAVE_RLIM_T=1 -Dsig_t=nosig_t -DHAVE_SIG_T=0 -DHAVE_SYS_ERRLIST=0 -DHAVE_SYS_SIGNAME=0 -DHAVE_SYS_SIGLIST=0 -DHAVE_FLOCK=1 -DHAVE_LOCK_FCNTL=1 -DHAVE_GETRUSAGE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_KILLPG=1 -DHAVE_MEMMOVE=1 -DHAVE_MKNOD=0 -DHAVE_MMAP=1 -DHAVE_NICE=1 -DHAVE_REVOKE=1 -DHAVE_SETLOCALE_CTYPE=0 -DHAVE_LANGINFO_CODESET=0 -DHAVE_SELECT=1 -DHAVE_SETRESUGID=0 -DHAVE_SETGROUPS=0 -DHAVE_STRERROR=1 -DHAVE_STRSIGNAL=0 -DHAVE_STRLCPY=1 -DHAVE_FLOCK_DECL=0 -DHAVE_REVOKE_DECL=0 -DHAVE_SYS_ERRLIST_DECL=0 -DHAVE_SYS_SIGLIST_DECL=0 -DHAVE_PERSISTENT_HISTORY=1 -DHAVE_SILENT_IDIVWRAPV=0 -DMKSH_BUILD_R=419 -c lex.c cpp: "/msdev/vc/include/time.h", line 123: warning: CLOCKS_PER_SEC redefined cl : Command line warning D9024 : unrecognized source file type 'c,/GF', object file assumed cl : Command line warning D9027 : source file 'c,/GF' ignored cl : Command line warning D9024 : unrecognized source file type 'c,/GZ', object file assumed cl : Command line warning D9027 : source file 'c,/GZ' ignored cl : Command line warning D9024 : unrecognized source file type 'c,/Ge', object file assumed cl : Command line warning D9027 : source file 'c,/Ge' ignored cl : Command line warning D9024 : unrecognized source file type 'c,/GS', object file assumed cl : Command line warning D9027 : source file 'c,/GS' ignored cl : Command line warning D9024 : unrecognized source file type 'c,/Wall', object file assumed cl : Command line warning D9027 : source file 'c,/Wall' ignored cl : Command line warning D9024 : unrecognized source file type 'c,/Wp64', object file assumed cl : Command line warning D9027 : source file 'c,/Wp64' ignored /msdev/vc/include/string.h(112) : warning C4391: 'size_t strlen(const char *)' : incorrect return type for intrinsic function, expected 'unsigned int' /msdev/vc/include/string.h(285) : warning C4391: 'size_t wcslen(const wchar_t *)' : incorrect return type for intrinsic function, expected 'unsigned int' cc -O2 -Yc,/GF -Yc,/GZ -Yc,/Ge -Yc,/GS -Yc,/Wall -Yc,/Wp64 -I. -DMKSH_BUILDSH -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=0 -DHAVE_ATTRIBUTE_NORETURN=0 -DHAVE_ATTRIBUTE_UNUSED=0 -DHAVE_ATTRIBUTE_USED=0 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_MKDEV_H=1 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_BSTRING_H=0 -DHAVE_GRP_H=1 -DHAVE_LIBGEN_H=1 -DHAVE_LIBUTIL_H=1 -DHAVE_PATHS_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_=1 -DHAVE_ULIMIT_H=1 -DHAVE_VALUES_H=1 -DHAVE_CAN_INTTYPES=1 -DHAVE_CAN_UCBINTS=1 -DHAVE_CAN_INT8TYPE=1 -DHAVE_CAN_UCBINT8=1 -DHAVE_RLIM_T=1 -Dsig_t=nosig_t -DHAVE_SIG_T=0 -DHAVE_SYS_ERRLIST=0 -DHAVE_SYS_SIGNAME=0 -DHAVE_SYS_SIGLIST=0 -DHAVE_FLOCK=1 -DHAVE_LOCK_FCNTL=1 -DHAVE_GETRUSAGE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_KILLPG=1 -DHAVE_MEMMOVE=1 -DHAVE_MKNOD=0 -DHAVE_MMAP=1 -DHAVE_NICE=1 -DHAVE_REVOKE=1 -DHAVE_SETLOCALE_CTYPE=0 -DHAVE_LANGINFO_CODESET=0 -DHAVE_SELECT=1 -DHAVE_SETRESUGID=0 -DHAVE_SETGROUPS=0 -DHAVE_STRERROR=1 -DHAVE_STRSIGNAL=0 -DHAVE_STRLCPY=1 -DHAVE_FLOCK_DECL=0 -DHAVE_REVOKE_DECL=0 -DHAVE_SYS_ERRLIST_DECL=0 -DHAVE_SYS_SIGLIST_DECL=0 -DHAVE_PERSISTENT_HISTORY=1 -DHAVE_SILENT_IDIVWRAPV=0 -DMKSH_BUILD_R=419 -c main.c cpp: "/msdev/vc/include/time.h", line 123: warning: CLOCKS_PER_SEC redefined cl : Command line warning D9024 : unrecognized source file type 'c,/GF', object file assumed cl : Command line warning D9027 : source file 'c,/GF' ignored cl : Command line warning D9024 : unrecognized source file type 'c,/GZ', object file assumed cl : Command line warning D9027 : source file 'c,/GZ' ignored cl : Command line warning D9024 : unrecognized source file type 'c,/Ge', object file assumed cl : Command line warning D9027 : source file 'c,/Ge' ignored cl : Command line warning D9024 : unrecognized source file type 'c,/GS', object file assumed cl : Command line warning D9027 : source file 'c,/GS' ignored cl : Command line warning D9024 : unrecognized source file type 'c,/Wall', object file assumed cl : Command line warning D9027 : source file 'c,/Wall' ignored cl : Command line warning D9024 : unrecognized source file type 'c,/Wp64', object file assumed cl : Command line warning D9027 : source file 'c,/Wp64' ignored /msdev/vc/include/string.h(112) : warning C4391: 'size_t strlen(const char *)' : incorrect return type for intrinsic function, expected 'unsigned int' /msdev/vc/include/string.h(285) : warning C4391: 'size_t wcslen(const wchar_t *)' : incorrect return type for intrinsic function, expected 'unsigned int' main.c(555) : warning C4090: 'function' : different 'const' qualifiers cc -O2 -Yc,/GF -Yc,/GZ -Yc,/Ge -Yc,/GS -Yc,/Wall -Yc,/Wp64 -I. -DMKSH_BUILDSH -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=0 -DHAVE_ATTRIBUTE_NORETURN=0 -DHAVE_ATTRIBUTE_UNUSED=0 -DHAVE_ATTRIBUTE_USED=0 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_MKDEV_H=1 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_BSTRING_H=0 -DHAVE_GRP_H=1 -DHAVE_LIBGEN_H=1 -DHAVE_LIBUTIL_H=1 -DHAVE_PATHS_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_=1 -DHAVE_ULIMIT_H=1 -DHAVE_VALUES_H=1 -DHAVE_CAN_INTTYPES=1 -DHAVE_CAN_UCBINTS=1 -DHAVE_CAN_INT8TYPE=1 -DHAVE_CAN_UCBINT8=1 -DHAVE_RLIM_T=1 -Dsig_t=nosig_t -DHAVE_SIG_T=0 -DHAVE_SYS_ERRLIST=0 -DHAVE_SYS_SIGNAME=0 -DHAVE_SYS_SIGLIST=0 -DHAVE_FLOCK=1 -DHAVE_LOCK_FCNTL=1 -DHAVE_GETRUSAGE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_KILLPG=1 -DHAVE_MEMMOVE=1 -DHAVE_MKNOD=0 -DHAVE_MMAP=1 -DHAVE_NICE=1 -DHAVE_REVOKE=1 -DHAVE_SETLOCALE_CTYPE=0 -DHAVE_LANGINFO_CODESET=0 -DHAVE_SELECT=1 -DHAVE_SETRESUGID=0 -DHAVE_SETGROUPS=0 -DHAVE_STRERROR=1 -DHAVE_STRSIGNAL=0 -DHAVE_STRLCPY=1 -DHAVE_FLOCK_DECL=0 -DHAVE_REVOKE_DECL=0 -DHAVE_SYS_ERRLIST_DECL=0 -DHAVE_SYS_SIGLIST_DECL=0 -DHAVE_PERSISTENT_HISTORY=1 -DHAVE_SILENT_IDIVWRAPV=0 -DMKSH_BUILD_R=419 -c misc.c cpp: "/msdev/vc/include/time.h", line 123: warning: CLOCKS_PER_SEC redefined cl : Command line warning D9024 : unrecognized source file type 'c,/GF', object file assumed cl : Command line warning D9027 : source file 'c,/GF' ignored cl : Command line warning D9024 : unrecognized source file type 'c,/GZ', object file assumed cl : Command line warning D9027 : source file 'c,/GZ' ignored cl : Command line warning D9024 : unrecognized source file type 'c,/Ge', object file assumed cl : Command line warning D9027 : source file 'c,/Ge' ignored cl : Command line warning D9024 : unrecognized source file type 'c,/GS', object file assumed cl : Command line warning D9027 : source file 'c,/GS' ignored cl : Command line warning D9024 : unrecognized source file type 'c,/Wall', object file assumed cl : Command line warning D9027 : source file 'c,/Wall' ignored cl : Command line warning D9024 : unrecognized source file type 'c,/Wp64', object file assumed cl : Command line warning D9027 : source file 'c,/Wp64' ignored /msdev/vc/include/string.h(112) : warning C4391: 'size_t strlen(const char *)' : incorrect return type for intrinsic function, expected 'unsigned int' /msdev/vc/include/string.h(285) : warning C4391: 'size_t wcslen(const wchar_t *)' : incorrect return type for intrinsic function, expected 'unsigned int' misc.c(460) : warning C4090: 'function' : different 'const' qualifiers misc.c(1221) : warning C4146: unary minus operator applied to unsigned type, result still unsigned cc -O2 -Yc,/GF -Yc,/GZ -Yc,/Ge -Yc,/GS -Yc,/Wall -Yc,/Wp64 -I. -DMKSH_BUILDSH -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=0 -DHAVE_ATTRIBUTE_NORETURN=0 -DHAVE_ATTRIBUTE_UNUSED=0 -DHAVE_ATTRIBUTE_USED=0 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_MKDEV_H=1 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_BSTRING_H=0 -DHAVE_GRP_H=1 -DHAVE_LIBGEN_H=1 -DHAVE_LIBUTIL_H=1 -DHAVE_PATHS_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_=1 -DHAVE_ULIMIT_H=1 -DHAVE_VALUES_H=1 -DHAVE_CAN_INTTYPES=1 -DHAVE_CAN_UCBINTS=1 -DHAVE_CAN_INT8TYPE=1 -DHAVE_CAN_UCBINT8=1 -DHAVE_RLIM_T=1 -Dsig_t=nosig_t -DHAVE_SIG_T=0 -DHAVE_SYS_ERRLIST=0 -DHAVE_SYS_SIGNAME=0 -DHAVE_SYS_SIGLIST=0 -DHAVE_FLOCK=1 -DHAVE_LOCK_FCNTL=1 -DHAVE_GETRUSAGE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_KILLPG=1 -DHAVE_MEMMOVE=1 -DHAVE_MKNOD=0 -DHAVE_MMAP=1 -DHAVE_NICE=1 -DHAVE_REVOKE=1 -DHAVE_SETLOCALE_CTYPE=0 -DHAVE_LANGINFO_CODESET=0 -DHAVE_SELECT=1 -DHAVE_SETRESUGID=0 -DHAVE_SETGROUPS=0 -DHAVE_STRERROR=1 -DHAVE_STRSIGNAL=0 -DHAVE_STRLCPY=1 -DHAVE_FLOCK_DECL=0 -DHAVE_REVOKE_DECL=0 -DHAVE_SYS_ERRLIST_DECL=0 -DHAVE_SYS_SIGLIST_DECL=0 -DHAVE_PERSISTENT_HISTORY=1 -DHAVE_SILENT_IDIVWRAPV=0 -DMKSH_BUILD_R=419 -c shf.c cpp: "/msdev/vc/include/time.h", line 123: warning: CLOCKS_PER_SEC redefined cl : Command line warning D9024 : unrecognized source file type 'c,/GF', object file assumed cl : Command line warning D9027 : source file 'c,/GF' ignored cl : Command line warning D9024 : unrecognized source file type 'c,/GZ', object file assumed cl : Command line warning D9027 : source file 'c,/GZ' ignored cl : Command line warning D9024 : unrecognized source file type 'c,/Ge', object file assumed cl : Command line warning D9027 : source file 'c,/Ge' ignored cl : Command line warning D9024 : unrecognized source file type 'c,/GS', object file assumed cl : Command line warning D9027 : source file 'c,/GS' ignored cl : Command line warning D9024 : unrecognized source file type 'c,/Wall', object file assumed cl : Command line warning D9027 : source file 'c,/Wall' ignored cl : Command line warning D9024 : unrecognized source file type 'c,/Wp64', object file assumed cl : Command line warning D9027 : source file 'c,/Wp64' ignored /msdev/vc/include/string.h(112) : warning C4391: 'size_t strlen(const char *)' : incorrect return type for intrinsic function, expected 'unsigned int' /msdev/vc/include/string.h(285) : warning C4391: 'size_t wcslen(const wchar_t *)' : incorrect return type for intrinsic function, expected 'unsigned int' cc -O2 -Yc,/GF -Yc,/GZ -Yc,/Ge -Yc,/GS -Yc,/Wall -Yc,/Wp64 -I. -DMKSH_BUILDSH -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=0 -DHAVE_ATTRIBUTE_NORETURN=0 -DHAVE_ATTRIBUTE_UNUSED=0 -DHAVE_ATTRIBUTE_USED=0 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_MKDEV_H=1 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_BSTRING_H=0 -DHAVE_GRP_H=1 -DHAVE_LIBGEN_H=1 -DHAVE_LIBUTIL_H=1 -DHAVE_PATHS_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_=1 -DHAVE_ULIMIT_H=1 -DHAVE_VALUES_H=1 -DHAVE_CAN_INTTYPES=1 -DHAVE_CAN_UCBINTS=1 -DHAVE_CAN_INT8TYPE=1 -DHAVE_CAN_UCBINT8=1 -DHAVE_RLIM_T=1 -Dsig_t=nosig_t -DHAVE_SIG_T=0 -DHAVE_SYS_ERRLIST=0 -DHAVE_SYS_SIGNAME=0 -DHAVE_SYS_SIGLIST=0 -DHAVE_FLOCK=1 -DHAVE_LOCK_FCNTL=1 -DHAVE_GETRUSAGE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_KILLPG=1 -DHAVE_MEMMOVE=1 -DHAVE_MKNOD=0 -DHAVE_MMAP=1 -DHAVE_NICE=1 -DHAVE_REVOKE=1 -DHAVE_SETLOCALE_CTYPE=0 -DHAVE_LANGINFO_CODESET=0 -DHAVE_SELECT=1 -DHAVE_SETRESUGID=0 -DHAVE_SETGROUPS=0 -DHAVE_STRERROR=1 -DHAVE_STRSIGNAL=0 -DHAVE_STRLCPY=1 -DHAVE_FLOCK_DECL=0 -DHAVE_REVOKE_DECL=0 -DHAVE_SYS_ERRLIST_DECL=0 -DHAVE_SYS_SIGLIST_DECL=0 -DHAVE_PERSISTENT_HISTORY=1 -DHAVE_SILENT_IDIVWRAPV=0 -DMKSH_BUILD_R=419 -c syn.c cpp: "/msdev/vc/include/time.h", line 123: warning: CLOCKS_PER_SEC redefined cl : Command line warning D9024 : unrecognized source file type 'c,/GF', object file assumed cl : Command line warning D9027 : source file 'c,/GF' ignored cl : Command line warning D9024 : unrecognized source file type 'c,/GZ', object file assumed cl : Command line warning D9027 : source file 'c,/GZ' ignored cl : Command line warning D9024 : unrecognized source file type 'c,/Ge', object file assumed cl : Command line warning D9027 : source file 'c,/Ge' ignored cl : Command line warning D9024 : unrecognized source file type 'c,/GS', object file assumed cl : Command line warning D9027 : source file 'c,/GS' ignored cl : Command line warning D9024 : unrecognized source file type 'c,/Wall', object file assumed cl : Command line warning D9027 : source file 'c,/Wall' ignored cl : Command line warning D9024 : unrecognized source file type 'c,/Wp64', object file assumed cl : Command line warning D9027 : source file 'c,/Wp64' ignored /msdev/vc/include/string.h(112) : warning C4391: 'size_t strlen(const char *)' : incorrect return type for intrinsic function, expected 'unsigned int' /msdev/vc/include/string.h(285) : warning C4391: 'size_t wcslen(const wchar_t *)' : incorrect return type for intrinsic function, expected 'unsigned int' cc -O2 -Yc,/GF -Yc,/GZ -Yc,/Ge -Yc,/GS -Yc,/Wall -Yc,/Wp64 -I. -DMKSH_BUILDSH -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=0 -DHAVE_ATTRIBUTE_NORETURN=0 -DHAVE_ATTRIBUTE_UNUSED=0 -DHAVE_ATTRIBUTE_USED=0 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_MKDEV_H=1 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_BSTRING_H=0 -DHAVE_GRP_H=1 -DHAVE_LIBGEN_H=1 -DHAVE_LIBUTIL_H=1 -DHAVE_PATHS_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_=1 -DHAVE_ULIMIT_H=1 -DHAVE_VALUES_H=1 -DHAVE_CAN_INTTYPES=1 -DHAVE_CAN_UCBINTS=1 -DHAVE_CAN_INT8TYPE=1 -DHAVE_CAN_UCBINT8=1 -DHAVE_RLIM_T=1 -Dsig_t=nosig_t -DHAVE_SIG_T=0 -DHAVE_SYS_ERRLIST=0 -DHAVE_SYS_SIGNAME=0 -DHAVE_SYS_SIGLIST=0 -DHAVE_FLOCK=1 -DHAVE_LOCK_FCNTL=1 -DHAVE_GETRUSAGE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_KILLPG=1 -DHAVE_MEMMOVE=1 -DHAVE_MKNOD=0 -DHAVE_MMAP=1 -DHAVE_NICE=1 -DHAVE_REVOKE=1 -DHAVE_SETLOCALE_CTYPE=0 -DHAVE_LANGINFO_CODESET=0 -DHAVE_SELECT=1 -DHAVE_SETRESUGID=0 -DHAVE_SETGROUPS=0 -DHAVE_STRERROR=1 -DHAVE_STRSIGNAL=0 -DHAVE_STRLCPY=1 -DHAVE_FLOCK_DECL=0 -DHAVE_REVOKE_DECL=0 -DHAVE_SYS_ERRLIST_DECL=0 -DHAVE_SYS_SIGLIST_DECL=0 -DHAVE_PERSISTENT_HISTORY=1 -DHAVE_SILENT_IDIVWRAPV=0 -DMKSH_BUILD_R=419 -c tree.c cpp: "/msdev/vc/include/time.h", line 123: warning: CLOCKS_PER_SEC redefined cl : Command line warning D9024 : unrecognized source file type 'c,/GF', object file assumed cl : Command line warning D9027 : source file 'c,/GF' ignored cl : Command line warning D9024 : unrecognized source file type 'c,/GZ', object file assumed cl : Command line warning D9027 : source file 'c,/GZ' ignored cl : Command line warning D9024 : unrecognized source file type 'c,/Ge', object file assumed cl : Command line warning D9027 : source file 'c,/Ge' ignored cl : Command line warning D9024 : unrecognized source file type 'c,/GS', object file assumed cl : Command line warning D9027 : source file 'c,/GS' ignored cl : Command line warning D9024 : unrecognized source file type 'c,/Wall', object file assumed cl : Command line warning D9027 : source file 'c,/Wall' ignored cl : Command line warning D9024 : unrecognized source file type 'c,/Wp64', object file assumed cl : Command line warning D9027 : source file 'c,/Wp64' ignored /msdev/vc/include/string.h(112) : warning C4391: 'size_t strlen(const char *)' : incorrect return type for intrinsic function, expected 'unsigned int' /msdev/vc/include/string.h(285) : warning C4391: 'size_t wcslen(const wchar_t *)' : incorrect return type for intrinsic function, expected 'unsigned int' tree.c(699) : warning C4090: 'function' : different 'const' qualifiers cc -O2 -Yc,/GF -Yc,/GZ -Yc,/Ge -Yc,/GS -Yc,/Wall -Yc,/Wp64 -I. -DMKSH_BUILDSH -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=0 -DHAVE_ATTRIBUTE_NORETURN=0 -DHAVE_ATTRIBUTE_UNUSED=0 -DHAVE_ATTRIBUTE_USED=0 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_MKDEV_H=1 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_BSTRING_H=0 -DHAVE_GRP_H=1 -DHAVE_LIBGEN_H=1 -DHAVE_LIBUTIL_H=1 -DHAVE_PATHS_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_=1 -DHAVE_ULIMIT_H=1 -DHAVE_VALUES_H=1 -DHAVE_CAN_INTTYPES=1 -DHAVE_CAN_UCBINTS=1 -DHAVE_CAN_INT8TYPE=1 -DHAVE_CAN_UCBINT8=1 -DHAVE_RLIM_T=1 -Dsig_t=nosig_t -DHAVE_SIG_T=0 -DHAVE_SYS_ERRLIST=0 -DHAVE_SYS_SIGNAME=0 -DHAVE_SYS_SIGLIST=0 -DHAVE_FLOCK=1 -DHAVE_LOCK_FCNTL=1 -DHAVE_GETRUSAGE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_KILLPG=1 -DHAVE_MEMMOVE=1 -DHAVE_MKNOD=0 -DHAVE_MMAP=1 -DHAVE_NICE=1 -DHAVE_REVOKE=1 -DHAVE_SETLOCALE_CTYPE=0 -DHAVE_LANGINFO_CODESET=0 -DHAVE_SELECT=1 -DHAVE_SETRESUGID=0 -DHAVE_SETGROUPS=0 -DHAVE_STRERROR=1 -DHAVE_STRSIGNAL=0 -DHAVE_STRLCPY=1 -DHAVE_FLOCK_DECL=0 -DHAVE_REVOKE_DECL=0 -DHAVE_SYS_ERRLIST_DECL=0 -DHAVE_SYS_SIGLIST_DECL=0 -DHAVE_PERSISTENT_HISTORY=1 -DHAVE_SILENT_IDIVWRAPV=0 -DMKSH_BUILD_R=419 -c var.c cpp: "/msdev/vc/include/time.h", line 123: warning: CLOCKS_PER_SEC redefined cl : Command line warning D9024 : unrecognized source file type 'c,/GF', object file assumed cl : Command line warning D9027 : source file 'c,/GF' ignored cl : Command line warning D9024 : unrecognized source file type 'c,/GZ', object file assumed cl : Command line warning D9027 : source file 'c,/GZ' ignored cl : Command line warning D9024 : unrecognized source file type 'c,/Ge', object file assumed cl : Command line warning D9027 : source file 'c,/Ge' ignored cl : Command line warning D9024 : unrecognized source file type 'c,/GS', object file assumed cl : Command line warning D9027 : source file 'c,/GS' ignored cl : Command line warning D9024 : unrecognized source file type 'c,/Wall', object file assumed cl : Command line warning D9027 : source file 'c,/Wall' ignored cl : Command line warning D9024 : unrecognized source file type 'c,/Wp64', object file assumed cl : Command line warning D9027 : source file 'c,/Wp64' ignored /msdev/vc/include/string.h(112) : warning C4391: 'size_t strlen(const char *)' : incorrect return type for intrinsic function, expected 'unsigned int' /msdev/vc/include/string.h(285) : warning C4391: 'size_t wcslen(const wchar_t *)' : incorrect return type for intrinsic function, expected 'unsigned int' cc -O2 -Yc,/GF -Yc,/GZ -Yc,/Ge -Yc,/GS -Yc,/Wall -Yc,/Wp64 -I. -DMKSH_BUILDSH -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=0 -DHAVE_ATTRIBUTE_NORETURN=0 -DHAVE_ATTRIBUTE_UNUSED=0 -DHAVE_ATTRIBUTE_USED=0 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_MKDEV_H=1 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_BSTRING_H=0 -DHAVE_GRP_H=1 -DHAVE_LIBGEN_H=1 -DHAVE_LIBUTIL_H=1 -DHAVE_PATHS_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_=1 -DHAVE_ULIMIT_H=1 -DHAVE_VALUES_H=1 -DHAVE_CAN_INTTYPES=1 -DHAVE_CAN_UCBINTS=1 -DHAVE_CAN_INT8TYPE=1 -DHAVE_CAN_UCBINT8=1 -DHAVE_RLIM_T=1 -Dsig_t=nosig_t -DHAVE_SIG_T=0 -DHAVE_SYS_ERRLIST=0 -DHAVE_SYS_SIGNAME=0 -DHAVE_SYS_SIGLIST=0 -DHAVE_FLOCK=1 -DHAVE_LOCK_FCNTL=1 -DHAVE_GETRUSAGE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_KILLPG=1 -DHAVE_MEMMOVE=1 -DHAVE_MKNOD=0 -DHAVE_MMAP=1 -DHAVE_NICE=1 -DHAVE_REVOKE=1 -DHAVE_SETLOCALE_CTYPE=0 -DHAVE_LANGINFO_CODESET=0 -DHAVE_SELECT=1 -DHAVE_SETRESUGID=0 -DHAVE_SETGROUPS=0 -DHAVE_STRERROR=1 -DHAVE_STRSIGNAL=0 -DHAVE_STRLCPY=1 -DHAVE_FLOCK_DECL=0 -DHAVE_REVOKE_DECL=0 -DHAVE_SYS_ERRLIST_DECL=0 -DHAVE_SYS_SIGLIST_DECL=0 -DHAVE_PERSISTENT_HISTORY=1 -DHAVE_SILENT_IDIVWRAPV=0 -DMKSH_BUILD_R=419 -c edit.c cpp: "/msdev/vc/include/time.h", line 123: warning: CLOCKS_PER_SEC redefined cl : Command line warning D9024 : unrecognized source file type 'c,/GF', object file assumed cl : Command line warning D9027 : source file 'c,/GF' ignored cl : Command line warning D9024 : unrecognized source file type 'c,/GZ', object file assumed cl : Command line warning D9027 : source file 'c,/GZ' ignored cl : Command line warning D9024 : unrecognized source file type 'c,/Ge', object file assumed cl : Command line warning D9027 : source file 'c,/Ge' ignored cl : Command line warning D9024 : unrecognized source file type 'c,/GS', object file assumed cl : Command line warning D9027 : source file 'c,/GS' ignored cl : Command line warning D9024 : unrecognized source file type 'c,/Wall', object file assumed cl : Command line warning D9027 : source file 'c,/Wall' ignored cl : Command line warning D9024 : unrecognized source file type 'c,/Wp64', object file assumed cl : Command line warning D9027 : source file 'c,/Wp64' ignored /msdev/vc/include/string.h(112) : warning C4391: 'size_t strlen(const char *)' : incorrect return type for intrinsic function, expected 'unsigned int' /msdev/vc/include/string.h(285) : warning C4391: 'size_t wcslen(const wchar_t *)' : incorrect return type for intrinsic function, expected 'unsigned int' cc -O2 -Yc,/GF -Yc,/GZ -Yc,/Ge -Yc,/GS -Yc,/Wall -Yc,/Wp64 -I. -DMKSH_BUILDSH -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=0 -DHAVE_ATTRIBUTE_NORETURN=0 -DHAVE_ATTRIBUTE_UNUSED=0 -DHAVE_ATTRIBUTE_USED=0 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_MKDEV_H=1 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_BSTRING_H=0 -DHAVE_GRP_H=1 -DHAVE_LIBGEN_H=1 -DHAVE_LIBUTIL_H=1 -DHAVE_PATHS_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_=1 -DHAVE_ULIMIT_H=1 -DHAVE_VALUES_H=1 -DHAVE_CAN_INTTYPES=1 -DHAVE_CAN_UCBINTS=1 -DHAVE_CAN_INT8TYPE=1 -DHAVE_CAN_UCBINT8=1 -DHAVE_RLIM_T=1 -Dsig_t=nosig_t -DHAVE_SIG_T=0 -DHAVE_SYS_ERRLIST=0 -DHAVE_SYS_SIGNAME=0 -DHAVE_SYS_SIGLIST=0 -DHAVE_FLOCK=1 -DHAVE_LOCK_FCNTL=1 -DHAVE_GETRUSAGE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_KILLPG=1 -DHAVE_MEMMOVE=1 -DHAVE_MKNOD=0 -DHAVE_MMAP=1 -DHAVE_NICE=1 -DHAVE_REVOKE=1 -DHAVE_SETLOCALE_CTYPE=0 -DHAVE_LANGINFO_CODESET=0 -DHAVE_SELECT=1 -DHAVE_SETRESUGID=0 -DHAVE_SETGROUPS=0 -DHAVE_STRERROR=1 -DHAVE_STRSIGNAL=0 -DHAVE_STRLCPY=1 -DHAVE_FLOCK_DECL=0 -DHAVE_REVOKE_DECL=0 -DHAVE_SYS_ERRLIST_DECL=0 -DHAVE_SYS_SIGLIST_DECL=0 -DHAVE_PERSISTENT_HISTORY=1 -DHAVE_SILENT_IDIVWRAPV=0 -DMKSH_BUILD_R=419 -c strlcpy.c cpp: "/msdev/vc/include/time.h", line 123: warning: CLOCKS_PER_SEC redefined cl : Command line warning D9024 : unrecognized source file type 'c,/GF', object file assumed cl : Command line warning D9027 : source file 'c,/GF' ignored cl : Command line warning D9024 : unrecognized source file type 'c,/GZ', object file assumed cl : Command line warning D9027 : source file 'c,/GZ' ignored cl : Command line warning D9024 : unrecognized source file type 'c,/Ge', object file assumed cl : Command line warning D9027 : source file 'c,/Ge' ignored cl : Command line warning D9024 : unrecognized source file type 'c,/GS', object file assumed cl : Command line warning D9027 : source file 'c,/GS' ignored cl : Command line warning D9024 : unrecognized source file type 'c,/Wall', object file assumed cl : Command line warning D9027 : source file 'c,/Wall' ignored cl : Command line warning D9024 : unrecognized source file type 'c,/Wp64', object file assumed cl : Command line warning D9027 : source file 'c,/Wp64' ignored /msdev/vc/include/string.h(112) : warning C4391: 'size_t strlen(const char *)' : incorrect return type for intrinsic function, expected 'unsigned int' /msdev/vc/include/string.h(285) : warning C4391: 'size_t wcslen(const wchar_t *)' : incorrect return type for intrinsic function, expected 'unsigned int' cc -O2 -Yc,/GF -Yc,/GZ -Yc,/Ge -Yc,/GS -Yc,/Wall -Yc,/Wp64 -o mksh lalloc.o eval.o exec.o expr.o funcs.o histrap.o jobs.o lex.o main.o misc.o shf.o syn.o tree.o var.o edit.o strlcpy.o nroff -mdoc <'./mksh.1' >mksh.cat1 Build.sh[48]: eval[1]: nroff: not found [No such file or directory] size mksh text data bss dec hex 178688 18944 15360 212992 34000 mksh Installing the shell: # install -c -s -o root -g bin -m 555 mksh /bin/mksh # grep -x /bin/mksh /etc/shells >/dev/null || echo /bin/mksh >>/etc/shells # install -c -o root -g bin -m 444 dot.mkshrc /usr/share/doc/mksh/examples/ Installing the manual: # install -c -o root -g bin -m 444 mksh.1 /usr/share/man/man1/mksh.1 Run the regression test suite: ./test.sh Please also read the sample file dot.mkshrc and the fine manual.