EPICS Controls Argonne National Laboratory

Experimental Physics and
Industrial Control System

1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  2008  <20092010  2011  2012  2013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024  Index 1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  2008  <20092010  2011  2012  2013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024 
<== Date ==> <== Thread ==>

Subject: RE: Building ASYN on Windows
From: "Mark Rivers" <[email protected]>
To: "John Dobbins" <[email protected]>, "EPICS Tech-Talk" <[email protected]>
Date: Mon, 10 Aug 2009 12:05:54 -0500
John,

The error you get with the VC++ compiler is:

"Installing created file ../../../bin/win32-x86/genApps.exe"
../../../bin/win32-x86/genApps.exe ../O.Common/gddApps.h
make[3]: *** [../O.Common/gddApps.h] Error -1073741819

Does O.Common/gddApps.h exist?

What happens if you go the O.win32-x86 directory being built there and
just manually type the same command:

../../../bin/win32-x86/genApps.exe ../O.Common/gddApps.h

Do you get an error?

The error code you are getting is -1073741819, which is 0xC0000005.
That is an access violation on Windows.

I don't think this is your problem, but are you running the version of
GNU make that works with EPICS 3.14.x?  The version that comes with
Cygwin does not work, even though it also has the version number 3.81.
The 3.14.10 release notes discuss this under the section on Cygwin
builds:

"The cygwin make version 3.81-1 does not handle MS-DOS path names and
thus does not work for EPICS builds with RELEASE file definitions. From
the discussion on the cygwin mailing list it looks like this will be
fixed in make version 3.82. In the meantime make version 3.80 or a fixed
make can be downloaded from this website."

Mark


-----Original Message-----
From: [email protected]
[mailto:[email protected]] On Behalf Of John Dobbins
Sent: Monday, August 10, 2009 11:40 AM
To: EPICS Tech-Talk
Subject: RE: Building ASYN on Windows

All,

I wrote previously:

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

I tried to build 3.14.10 base on WindowsXP Professional 2002 SP 3 with

SHARED_LIBRARIES=NO and STATIC_BUILD=YES

but get an error. I am able to build 3.14.9 with these options and the 
same tools.

link -nologo  /LTCG /incremental:no /opt:ref /release /version:3.14 
-out:genApps.exe   genApps.obj gdd.obj gddTest.obj gddAppTable.obj 
gddNewDel.obj gddAppDefs.obj aitTypes.obj aitConvert.obj aitHelpers.obj 
gddArray.obj gddContainer.obj gddErrorCodes.obj gddUtils.obj
gddEnumStringTable.obj    ../../../lib/win32-x86/Com.lib ws2_32.lib 
ws2_32.lib advapi32.lib user32.lib kernel32.lib winmm.lib
Generating code
Finished generating code
"Installing created file ../../../bin/win32-x86/genApps.exe"
../../../bin/win32-x86/genApps.exe ../O.Common/gddApps.h
make[3]: *** [../O.Common/gddApps.h] Error -1073741819
make[3]: Leaving directory
`W:/winDev/epics/R3.14.10/support/base/src/gdd/O.win3
2-x86'
make[2]: *** [install.win32-x86] Error 2
make[2]: Leaving directory 
`W:/winDev/epics/R3.14.10/support/base/src/gdd' make[1]: *** 
[gdd.install] Error 2
make[1]: Leaving directory `W:/winDev/epics/R3.14.10/support/base/src' 
make: *** [src.install] Error 2


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Since then I have built R3.14.10 with

SHARED_LIBRARIES=NO and STATIC_BUILD=YES

on two of my home computers, Windows XP Home Edition 2002 SP 3, in one 
case using MinGW and in the other case Microsoft Visual C++ 2008 Express

Edition, however I remain unable  to do this on our lab computers.

On our lab computers I have tried

Microsoft Visual C++ 2005, Perl 5.10, Gnu Make 3.81

and

MinGW, Perl 5.10, Gnu Make 3.81


The R3.14.10 Visual C++ build fails when executing the created file 
genApps.exe.

The MinGW build fails when executing the created file dBToMenuH.exe

I am including the full output from both builds below, which includes 
some warnings.

Any advice on how to proceed from this point would be welcome.

My eventual goal is to run the latest version on areaDetector on Windows

hence the desire for R3.14.10. Mark Rivers has recommended the 
STATIC_BUILD for ease of relocating executables.


Thanks,

John Dobbins


****************************************


environment variables:

INCLUDE = C:\Program Files\Microsoft Visual Studio
8\VC\PlatformSDK\include;C:\Program Files\Microsoft Visual Studio
8\VC\include

LIB = C:\Program Files\Microsoft Visual Studio 8\VC\lib;C:\Program 
Files\Microsoft Visual Studio 8\VC\PlatformSDK\Lib

########################################

      Visual C++ Build Output

########################################

make -C ./configure install
make[1]: Entering directory
`W:/winDev/epics/R3.14.10/base-3.14.10/configure'
C:\perl\bin\perl.exe ../src/tools/makeMakefile.pl O.win32-x86 ../.. 
C:\perl\bin\perl.exe -MExtUtils::Command -e mkpath O.Common
make -C O.win32-x86 -f ../Makefile TOP=../.. T_A=win32-x86 install 
make[2]: Entering directory
`W:/winDev/epics/R3.14.10/base-3.14.10/configure/O.win32-x86'
make[2]: Nothing to be done for `install'.
make[2]: Leaving directory
`W:/winDev/epics/R3.14.10/base-3.14.10/configure/O.win32-x86'
make[1]: Leaving directory
`W:/winDev/epics/R3.14.10/base-3.14.10/configure'
make -C ./src install
make[1]: Entering directory `W:/winDev/epics/R3.14.10/base-3.14.10/src' 
make -C ./tools install
make[2]: Entering directory
`W:/winDev/epics/R3.14.10/base-3.14.10/src/tools'
C:\perl\bin\perl.exe ../../src/tools/makeMakefile.pl O.win32-x86 
../../.. C:\perl\bin\perl.exe -MExtUtils::Command -e mkpath O.Common
make -C O.win32-x86 -f ../Makefile TOP=../../.. T_A=win32-x86 install 
make[3]: Entering directory
`W:/winDev/epics/R3.14.10/base-3.14.10/src/tools/O.win32-x86'
"Installing PERL_MODULES file ../../../lib/perl/EPICS/Copy.pm"
mkdir ../../../lib
mkdir ../../../lib/perl
mkdir ../../../lib/perl/EPICS
"Installing PERL_MODULES file ../../../lib/perl/EPICS/Path.pm"
"Installing PERL_MODULES file ../../../lib/perl/EPICS/Release.pm"
"Installing PERL_MODULES file ../../../lib/perl/EPICS/Getopts.pm"
"Installing script ../../../bin/win32-x86/convertRelease.pl"
mkdir ../../../bin
mkdir ../../../bin/win32-x86
"Installing script ../../../bin/win32-x86/cvsclean.pl"
"Installing script ../../../bin/win32-x86/dos2unix.pl"
"Installing script ../../../bin/win32-x86/expandVars.pl"
"Installing script ../../../bin/win32-x86/filterWarnings.pl"
"Installing script ../../../bin/win32-x86/fullPathName.pl"
"Installing script ../../../bin/win32-x86/installEpics.pl"
"Installing script ../../../bin/win32-x86/makeDbDepends.pl"
"Installing script ../../../bin/win32-x86/makeIncludeDbd.pl"
"Installing script ../../../bin/win32-x86/makeMakefile.pl"
"Installing script ../../../bin/win32-x86/makeTestfile.pl"
"Installing script ../../../bin/win32-x86/mkmf.pl"
"Installing script ../../../bin/win32-x86/munch.pl"
"Installing script ../../../bin/win32-x86/replaceVAR.pl"
"Installing script ../../../bin/win32-x86/useManifestTool.pl"
make[3]: Leaving directory
`W:/winDev/epics/R3.14.10/base-3.14.10/src/tools/O.win32-x86'
make[2]: Leaving directory
`W:/winDev/epics/R3.14.10/base-3.14.10/src/tools'
make -C ./makeBaseApp install
make[2]: Entering directory
`W:/winDev/epics/R3.14.10/base-3.14.10/src/makeBaseApp'
C:\perl\bin\perl.exe ../../bin/win32-x86/makeMakefile.pl O.win32-x86 
../../..
C:\perl\bin\perl.exe -MExtUtils::Command -e mkpath O.Common
make -C O.win32-x86 -f ../Makefile TOP=../../.. T_A=win32-x86 install 
make[3]: Entering directory
`W:/winDev/epics/R3.14.10/base-3.14.10/src/makeBaseApp/O.win32-x86' 
"Installing script ../../../bin/win32-x86/makeBaseApp.pl"
"Installing ../../../templates/makeBaseApp/top/Makefile"
mkdir ../../../templates
mkdir ../../../templates/makeBaseApp
mkdir ../../../templates/makeBaseApp/top
"Installing ../../../templates/makeBaseApp/top/configure/CONFIG"
mkdir ../../../templates/makeBaseApp/top/configure
"Installing ../../../templates/makeBaseApp/top/configure/CONFIG_SITE" 
"Installing ../../../templates/makeBaseApp/top/configure/Makefile" 
"Installing ../../../templates/makeBaseApp/top/configure/RELEASE"
"Installing ../../../templates/makeBaseApp/top/configure/RULES"
"Installing ../../../templates/makeBaseApp/top/configure/RULES.ioc" 
"Installing ../../../templates/makeBaseApp/top/configure/RULES_DIRS" 
"Installing ../../../templates/makeBaseApp/top/configure/RULES_TOP" 
"Installing ../../../templates/makeBaseApp/top/supportApp/Makefile" 
mkdir ../../../templates/makeBaseApp/top/supportApp
"Installing ../../../templates/makeBaseApp/top/supportApp/Db/Makefile" 
mkdir ../../../templates/makeBaseApp/top/supportApp/Db
"Installing ../../../templates/makeBaseApp/top/supportApp/src/Makefile" 
mkdir ../../../templates/makeBaseApp/top/supportApp/src
"Installing
../../../templates/makeBaseApp/top/supportApp/src/_APPNAME_.dbd"
"Installing ../../../templates/makeBaseApp/top/iocApp/Makefile"
mkdir ../../../templates/makeBaseApp/top/iocApp
"Installing ../../../templates/makeBaseApp/top/iocApp/Db/Makefile" mkdir

../../../templates/makeBaseApp/top/iocApp/Db
"Installing ../../../templates/makeBaseApp/top/iocApp/src/Makefile" 
mkdir ../../../templates/makeBaseApp/top/iocApp/src
"Installing
../../../templates/makeBaseApp/top/iocApp/src/_APPNAME_Main.cpp"
"Installing ../../../templates/makeBaseApp/top/exampleApp/Makefile" 
mkdir ../../../templates/makeBaseApp/top/exampleApp
"Installing ../../../templates/makeBaseApp/top/exampleApp/Db/Makefile" 
mkdir ../../../templates/makeBaseApp/top/exampleApp/Db
"Installing
../../../templates/makeBaseApp/top/exampleApp/Db/dbExample1.db"
"Installing
../../../templates/makeBaseApp/top/exampleApp/Db/dbExample2.db"
"Installing
../../../templates/makeBaseApp/top/exampleApp/Db/dbSubExample.db"
"Installing
../../../templates/makeBaseApp/top/exampleApp/Db/user.substitutions" 
"Installing
../../../templates/makeBaseApp/top/exampleApp/Db/userHost.substitutions"

"Installing ../../../templates/makeBaseApp/top/exampleApp/src/Makefile" 
mkdir ../../../templates/makeBaseApp/top/exampleApp/src
"Installing
../../../templates/makeBaseApp/top/exampleApp/src/xxxRecord.dbd"
"Installing 
../../../templates/makeBaseApp/top/exampleApp/src/xxxRecord.c"
"Installing
../../../templates/makeBaseApp/top/exampleApp/src/devXxxSoft.c"
"Installing
../../../templates/makeBaseApp/top/exampleApp/src/xxxSupport.dbd"
"Installing
../../../templates/makeBaseApp/top/exampleApp/src/sncExample.stt"
"Installing
../../../templates/makeBaseApp/top/exampleApp/src/sncProgram.st"
"Installing
../../../templates/makeBaseApp/top/exampleApp/src/sncExample.dbd"
"Installing
../../../templates/makeBaseApp/top/exampleApp/src/dbSubExample.c"
"Installing
../../../templates/makeBaseApp/top/exampleApp/src/dbSubExample.dbd" 
"Installing
../../../templates/makeBaseApp/top/exampleApp/src/_APPNAME_Main.cpp" 
"Installing
../../../templates/makeBaseApp/top/exampleApp/src/_APPNAME_Hello.c" 
"Installing
../../../templates/makeBaseApp/top/exampleApp/src/_APPNAME_Hello.dbd" 
"Installing 
../../../templates/makeBaseApp/top/exampleApp/src/initTrace.c"
"Installing
../../../templates/makeBaseApp/top/exampleApp/src/initTrace.dbd"
"Installing ../../../templates/makeBaseApp/top/exampleBoot/Makefile" 
mkdir ../../../templates/makeBaseApp/top/exampleBoot
"Installing
../../../templates/makeBaseApp/top/exampleBoot/nfsCommands@vxWorks" 
"Installing
../../../templates/makeBaseApp/top/exampleBoot/nfsCommands@RTEMS"
"Installing
../../../templates/makeBaseApp/top/exampleBoot/ioc/Makefile@Common" 
mkdir ../../../templates/makeBaseApp/top/exampleBoot/ioc
"Installing
../../../templates/makeBaseApp/top/exampleBoot/ioc/Makefile@vxWorks" 
"Installing
../../../templates/makeBaseApp/top/exampleBoot/ioc/Makefile@win32" 
"Installing
../../../templates/makeBaseApp/top/exampleBoot/ioc/st.cmd@Common"
"Installing
../../../templates/makeBaseApp/top/exampleBoot/ioc/st.cmd@vxWorks" 
"Installing
../../../templates/makeBaseApp/top/exampleBoot/ioc/st.cmd@RTEMS"
"Installing
../../../templates/makeBaseApp/top/exampleBoot/ioc/README@Common"
"Installing
../../../templates/makeBaseApp/top/exampleBoot/ioc/README@vxWorks" 
"Installing ../../../templates/makeBaseApp/top/caClientApp/Makefile" 
mkdir ../../../templates/makeBaseApp/top/caClientApp
"Installing ../../../templates/makeBaseApp/top/caClientApp/caExample.c" 
"Installing ../../../templates/makeBaseApp/top/caClientApp/caMonitor.c" 
"Installing ../../../templates/makeBaseApp/top/caServerApp/Makefile" 
mkdir ../../../templates/makeBaseApp/top/caServerApp
"Installing ../../../templates/makeBaseApp/top/caServerApp/README" 
"Installing ../../../templates/makeBaseApp/top/caServerApp/exAsyncPV.cc"

"Installing ../../../templates/makeBaseApp/top/caServerApp/exChannel.cc"

"Installing ../../../templates/makeBaseApp/top/caServerApp/exPV.cc" 
"Installing 
../../../templates/makeBaseApp/top/caServerApp/exScalarPV.cc" 
"Installing ../../../templates/makeBaseApp/top/caServerApp/exServer.cc" 
"Installing ../../../templates/makeBaseApp/top/caServerApp/exServer.h" 
"Installing 
../../../templates/makeBaseApp/top/caServerApp/exVectorPV.cc" 
"Installing ../../../templates/makeBaseApp/top/caServerApp/main.cc" 
"Installing ../../../templates/makeBaseApp/top/caServerApp/test.adl" 
"Installing ../../../templates/makeBaseApp/top/caServerApp/vxEntry.cc" 
"Installing ../../../templates/makeBaseApp/top/iocBoot/Makefile"
mkdir ../../../templates/makeBaseApp/top/iocBoot
"Installing
../../../templates/makeBaseApp/top/iocBoot/nfsCommands@vxWorks"
"Installing 
../../../templates/makeBaseApp/top/iocBoot/nfsCommands@RTEMS"
"Installing
../../../templates/makeBaseApp/top/iocBoot/ioc/Makefile@Common"
mkdir ../../../templates/makeBaseApp/top/iocBoot/ioc
"Installing
../../../templates/makeBaseApp/top/iocBoot/ioc/Makefile@vxWorks"
"Installing 
../../../templates/makeBaseApp/top/iocBoot/ioc/Makefile@win32" 
"Installing 
../../../templates/makeBaseApp/top/iocBoot/ioc/st.cmd@Common" 
"Installing ../../../templates/makeBaseApp/top/iocBoot/ioc/st.cmd@Cross"

"Installing 
../../../templates/makeBaseApp/top/iocBoot/ioc/st.cmd@vxWorks" 
"Installing ../../../templates/makeBaseApp/top/iocBoot/ioc/st.cmd@RTEMS"

make[3]: Leaving directory
`W:/winDev/epics/R3.14.10/base-3.14.10/src/makeBaseApp/O.win32-x86' 
make[2]: Leaving directory
`W:/winDev/epics/R3.14.10/base-3.14.10/src/makeBaseApp'
make -C ./makeBaseExt install
make[2]: Entering directory
`W:/winDev/epics/R3.14.10/base-3.14.10/src/makeBaseExt'
C:\perl\bin\perl.exe ../../bin/win32-x86/makeMakefile.pl O.win32-x86 
../../..
C:\perl\bin\perl.exe -MExtUtils::Command -e mkpath O.Common
make -C O.win32-x86 -f ../Makefile TOP=../../.. T_A=win32-x86 install 
make[3]: Entering directory
`W:/winDev/epics/R3.14.10/base-3.14.10/src/makeBaseExt/O.win32-x86' 
"Installing script ../../../bin/win32-x86/makeBaseExt.pl"
"Installing ../../../templates/makeBaseExt/top/Makefile"
mkdir ../../../templates/makeBaseExt
mkdir ../../../templates/makeBaseExt/top
"Installing ../../../templates/makeBaseExt/top/README"
"Installing ../../../templates/makeBaseExt/top/configure/CONFIG"
mkdir ../../../templates/makeBaseExt/top/configure
"Installing ../../../templates/makeBaseExt/top/configure/CONFIG_SITE" 
"Installing ../../../templates/makeBaseExt/top/configure/Makefile" 
"Installing ../../../templates/makeBaseExt/top/configure/RELEASE"
"Installing ../../../templates/makeBaseExt/top/configure/RULES"
"Installing ../../../templates/makeBaseExt/top/configure/RULES_DIRS" 
"Installing ../../../templates/makeBaseExt/top/configure/RULES_TOP" 
"Installing ../../../templates/makeBaseExt/top/configure/RULES_PYTHON" 
"Installing ../../../templates/makeBaseExt/top/configure/RULES_IDL" 
"Installing
../../../templates/makeBaseExt/top/configure/os/CONFIG.linux-x86.linux-3
86" 
mkdir ../../../templates/makeBaseExt/top/configure/os
"Installing
../../../templates/makeBaseExt/top/configure/os/CONFIG.win32-x86-borland
.win32-x86-borland" 
"Installing
../../../templates/makeBaseExt/top/configure/os/CONFIG_SITE.aix-ppc-gnu.
aix-ppc-gnu" 
"Installing
../../../templates/makeBaseExt/top/configure/os/CONFIG_SITE.aix-ppc.aix-
ppc" 
"Installing
../../../templates/makeBaseExt/top/configure/os/CONFIG_SITE.Common.Commo
n" 
"Installing
../../../templates/makeBaseExt/top/configure/os/CONFIG_SITE.cygwin-x86.c
ygwin-x86" 
"Installing
../../../templates/makeBaseExt/top/configure/os/CONFIG_SITE.darwin-ppc.d
arwin-ppc" 
"Installing
../../../templates/makeBaseExt/top/configure/os/CONFIG_SITE.darwin-ppcx8
6.darwin-ppcx86" 
"Installing
../../../templates/makeBaseExt/top/configure/os/CONFIG_SITE.darwin-x86.d
arwin-x86" 
"Installing
../../../templates/makeBaseExt/top/configure/os/CONFIG_SITE.freebsd-x86_
64.freebsd-x86_64" 
"Installing
../../../templates/makeBaseExt/top/configure/os/CONFIG_SITE.hpux-parisc-
gnu.hpux-parisc-gnu" 
"Installing
../../../templates/makeBaseExt/top/configure/os/CONFIG_SITE.hpux-parisc.
hpux-parisc" 
"Installing
../../../templates/makeBaseExt/top/configure/os/CONFIG_SITE.interix-x86.
interix-x86" 
"Installing
../../../templates/makeBaseExt/top/configure/os/CONFIG_SITE.linux-ppc.li
nux-ppc" 
"Installing
../../../templates/makeBaseExt/top/configure/os/CONFIG_SITE.linux-x86-bo
rland.linux-x86-borland" 
"Installing
../../../templates/makeBaseExt/top/configure/os/CONFIG_SITE.linux-x86-de
bug.linux-x86-debug" 
"Installing
../../../templates/makeBaseExt/top/configure/os/CONFIG_SITE.linux-x86.li
nux-athlon" 
"Installing
../../../templates/makeBaseExt/top/configure/os/CONFIG_SITE.linux-x86.li
nux-x86" 
"Installing
../../../templates/makeBaseExt/top/configure/os/CONFIG_SITE.linux-x86_64
-debug.linux-x86_64-debug" 
"Installing
../../../templates/makeBaseExt/top/configure/os/CONFIG_SITE.linux-x86_64
.linux-x86_64" 
"Installing
../../../templates/makeBaseExt/top/configure/os/CONFIG_SITE.osf-alpha.os
f-alpha" 
"Installing
../../../templates/makeBaseExt/top/configure/os/CONFIG_SITE.solaris-spar
c-debug.solaris-sparc-debug" 
"Installing
../../../templates/makeBaseExt/top/configure/os/CONFIG_SITE.solaris-spar
c-gnu.solaris-sparc-gnu" 
"Installing
../../../templates/makeBaseExt/top/configure/os/CONFIG_SITE.solaris-spar
c.solaris-sparc" 
"Installing
../../../templates/makeBaseExt/top/configure/os/CONFIG_SITE.solaris-spar
c64-gnu.solaris-sparc64-gnu" 
"Installing
../../../templates/makeBaseExt/top/configure/os/CONFIG_SITE.solaris-spar
c64.solaris-sparc64" 
"Installing
../../../templates/makeBaseExt/top/configure/os/CONFIG_SITE.solaris-x86-
gnu.solaris-x86-gnu" 
"Installing
../../../templates/makeBaseExt/top/configure/os/CONFIG_SITE.solaris-x86.
solaris-x86" 
"Installing
../../../templates/makeBaseExt/top/configure/os/CONFIG_SITE.win32-x86-bo
rland.win32-x86-borland" 
"Installing
../../../templates/makeBaseExt/top/configure/os/CONFIG_SITE.win32-x86-cy
gwin.win32-x86-cygwin" 
"Installing
../../../templates/makeBaseExt/top/configure/os/CONFIG_SITE.win32-x86-de
bug.win32-x86-debug" 
"Installing
../../../templates/makeBaseExt/top/configure/os/CONFIG_SITE.win32-x86-mi
ngw.win32-x86-mingw" 
"Installing
../../../templates/makeBaseExt/top/configure/os/CONFIG_SITE.win32-x86.wi
n32-x86" 
"Installing ../../../templates/makeBaseExt/top/src/Makefile"
mkdir ../../../templates/makeBaseExt/top/src
"Installing ../../../templates/makeBaseExt/top/exampleExt/Makefile" 
mkdir ../../../templates/makeBaseExt/top/exampleExt
"Installing ../../../templates/makeBaseExt/top/exampleExt/caExample.c" 
"Installing
../../../templates/makeBaseExt/top/exampleExt/RELEASE_NOTES.HTM"
"Installing ../../../templates/makeBaseExt/top/simpleExt/Makefile" mkdir

../../../templates/makeBaseExt/top/simpleExt
make[3]: Leaving directory
`W:/winDev/epics/R3.14.10/base-3.14.10/src/makeBaseExt/O.win32-x86' 
make[2]: Leaving directory
`W:/winDev/epics/R3.14.10/base-3.14.10/src/makeBaseExt'
make -C ./libCom install
make[2]: Entering directory
`W:/winDev/epics/R3.14.10/base-3.14.10/src/libCom'
C:\perl\bin\perl.exe ../../bin/win32-x86/makeMakefile.pl O.win32-x86 
../../..
C:\perl\bin\perl.exe -MExtUtils::Command -e mkpath O.Common
make -C O.win32-x86 -f ../Makefile TOP=../../.. T_A=win32-x86 install 
make[3]: Entering directory
`W:/winDev/epics/R3.14.10/base-3.14.10/src/libCom/O.win32-x86'
C:\perl\bin\perl.exe ../../../src/libCom/misc/makeEpicsVersion.pl 
../../../configure/CONFIG_BASE_VERSION ../O.Common
Building epicsVersion.h from ../../../configure/CONFIG_BASE_VERSION 
Found EPICS Version 3.14.10
"Installing generated generic include file
../../../include/epicsVersion.h"
mkdir ../../../include
"Installing generic include file ../../../include/bucketLib.h"
"Installing generic include file ../../../include/epicsRingPointer.h" 
"Installing generic include file ../../../include/epicsRingBytes.h" 
"Installing generic include file ../../../include/postfix.h"
"Installing generic include file ../../../include/cvtFast.h"
"Installing generic include file ../../../include/epicsAlgorithm.h" 
"Installing generic include file ../../../include/epicsExcept.h"
"Installing generic include file ../../../include/epicsMemory.h"
"Installing generic include file ../../../include/resourceLib.h"
"Installing generic include file ../../../include/tsDLList.h"
"Installing generic include file ../../../include/tsSLList.h"
"Installing generic include file ../../../include/tsMinMax.h"
"Installing generic include file ../../../include/tsBTree.h"
"Installing generic include file ../../../include/tsFreeList.h"
"Installing generic include file ../../../include/epicsSingleton.h" 
"Installing generic include file ../../../include/epicsGuard.h"
"Installing generic include file ../../../include/epicsOnce.h"
"Installing generic include file ../../../include/dbmf.h"
"Installing generic include file ../../../include/ellLib.h"
"Installing generic include file ../../../include/envDefs.h"
"Installing generic include file ../../../include/epicsPrint.h"
"Installing generic include file ../../../include/errMdef.h"
"Installing generic include file ../../../include/errSymTbl.h"
"Installing generic include file ../../../include/errlog.h"
"Installing generic include file ../../../include/error.h"
"Installing generic include file ../../../include/fdManager.h"
"Installing generic include file ../../../include/fdmgr.h"
"Installing generic include file ../../../include/freeList.h"
"Installing generic include file ../../../include/gpHash.h"
"Installing generic include file ../../../include/iocsh.h"
"Installing generic include file ../../../include/registry.h"
"Installing generic include file ../../../include/libComRegister.h" 
"Installing generic include file ../../../include/iocLog.h"
"Installing generic include file ../../../include/logClient.h"
"Installing generic include file ../../../include/macLib.h"
"Installing generic include file ../../../include/adjustment.h"
"Installing generic include file ../../../include/cantProceed.h"
"Installing generic include file ../../../include/dbDefs.h"
"Installing generic include file ../../../include/epicsConvert.h"
"Installing generic include file ../../../include/epicsExit.h"
"Installing generic include file ../../../include/epicsStdlib.h"
"Installing generic include file ../../../include/epicsString.h"
"Installing generic include file ../../../include/epicsTypes.h"
"Installing generic include file ../../../include/shareLib.h"
"Installing generic include file ../../../include/epicsExport.h"
"Installing generic include file ../../../include/unixFileName.h"
"Installing generic include file ../../../include/locationException.h" 
"Installing generic include file
../../../include/ipAddrToAsciiAsynchronous.h"
"Installing generic include file 
../../../include/compilerDependencies.h" "Installing generic include 
file ../../../include/epicsUnitTest.h" "Installing generic include file 
../../../include/testMain.h"
"Installing generic include file 
../../../include/os/WIN32/osiFileName.h" mkdir ../../../include/os
mkdir ../../../include/os/WIN32
"Installing generic include file ../../../include/osiSock.h"
"Installing generic include file ../../../include/os/WIN32/osdSock.h" 
"Installing generic include file ../../../include/epicsInterrupt.h" 
"Installing os dependent include file
../../../include/os/WIN32/osdInterrupt.h"
"Installing generic include file ../../../include/epicsMutex.h"
"Installing generic include file ../../../include/os/WIN32/osdMutex.h" 
"Installing generic include file ../../../include/epicsEvent.h"
"Installing generic include file ../../../include/os/WIN32/osdEvent.h" 
"Installing generic include file ../../../include/os/WIN32/epicsMath.h" 
"Installing os dependent include file
../../../include/os/WIN32/osdMessageQueue.h"
"Installing generic include file ../../../include/os/WIN32/osdStrtod.h" 
"Installing generic include file ../../../include/epicsAssert.h"
"Installing generic include file ../../../include/epicsFindSymbol.h" 
"Installing generic include file ../../../include/osiPoolStatus.h" 
"Installing generic include file
../../../include/os/WIN32/osdPoolStatus.h"
"Installing generic include file ../../../include/os/WIN32/osdThread.h" 
"Installing generic include file ../../../include/epicsThread.h"
"Installing generic include file ../../../include/epicsTime.h"
"Installing generic include file ../../../include/epicsGeneralTime.h" 
"Installing generic include file ../../../include/os/WIN32/osdTime.h" 
"Installing generic include file ../../../include/generalTimeSup.h" 
"Installing generic include file ../../../include/osiClockTime.h"
"Installing generic include file ../../../include/epicsSignal.h"
"Installing generic include file ../../../include/osiProcess.h"
"Installing generic include file ../../../include/os/WIN32/osiUnistd.h" 
"Installing generic include file ../../../include/osiWireFormat.h" 
"Installing os dependent include file
../../../include/os/WIN32/osdWireFormat.h"
"Installing generic include file
../../../include/os/WIN32/osdWireConfig.h"
"Installing generic include file ../../../include/epicsEndian.h"
"Installing os dependent include file
../../../include/os/WIN32/epicsReadline.h"
"Installing generic include file ../../../include/epicsMessageQueue.h" 
"Installing generic include file ../../../include/epicsStdio.h"
"Installing generic include file ../../../include/epicsStdioRedirect.h" 
"Installing generic include file 
../../../include/os/WIN32/epicsGetopt.h" "Installing generic include 
file ../../../include/devLib.h"
"Installing os dependent include file 
../../../include/os/WIN32/osdVME.h" "Installing generic include file 
../../../include/taskwd.h"
"Installing generic include file ../../../include/epicsTimer.h"
"Installing generic include file ../../../include/tsDefs.h"
rc -l 0x409 -I. -I../O.Common -I. -I../../../src/libCom/osi/os/WIN32 
-I../../../src/libCom/osi/os/default -I..
-I../../../src/libCom/bucketLib -I../../../src/libCom/ring
-I../../../src/libCom/calc -I../../../src/libCom/cvtFast
-I../../../src/libCom/cppStd -I../../../src/libCom/cxxTemplates
-I../../../src/libCom/dbmf -I../../../src/libCom/ellLib
-I../../../src/libCom/env -I../../../src/libCom/error
-I../../../src/libCom/fdmgr -I../../../src/libCom/freeList
-I../../../src/libCom/gpHash -I../../../src/libCom/iocsh
-I../../../src/libCom/logClient -I../../../src/libCom/macLib
-I../../../src/libCom/misc -I../../../src/libCom/osi
-I../../../src/libCom/taskwd -I../../../src/libCom/timer
-I../../../src/libCom/tsDefs -I../../../include/os/WIN32
-I../../../include        -fo Com.res ../Com.rc
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I.
-I..\\..\\..\\src\\libCom\\osi\\os\\WIN32
-I..\\..\\..\\src\\libCom\\osi\\os\\default -I..
-I..\\..\\..\\src\\libCom\\bucketLib -I..\\..\\..\\src\\libCom\\ring 
-I..\\..\\..\\src\\libCom\\calc -I..\\..\\..\\src\\libCom\\cvtFast 
-I..\\..\\..\\src\\libCom\\cppStd
-I..\\..\\..\\src\\libCom\\cxxTemplates -I..\\..\\..\\src\\libCom\\dbmf 
  -I..\\..\\..\\src\\libCom\\ellLib -I..\\..\\..\\src\\libCom\\env
-I..\\..\\..\\src\\libCom\\error -I..\\..\\..\\src\\libCom\\fdmgr 
-I..\\..\\..\\src\\libCom\\freeList -I..\\..\\..\\src\\libCom\\gpHash 
-I..\\..\\..\\src\\libCom\\iocsh -I..\\..\\..\\src\\libCom\\logClient 
-I..\\..\\..\\src\\libCom\\macLib -I..\\..\\..\\src\\libCom\\misc 
-I..\\..\\..\\src\\libCom\\osi -I..\\..\\..\\src\\libCom\\taskwd
-I..\\..\\..\\src\\libCom\\timer -I..\\..\\..\\src\\libCom\\tsDefs 
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include
..\\..\\..\\src\\libCom\\bucketLib\\bucketLib.c
bucketLib.c
cl /nologo /EHsc /GR -c                /D_CRT_SECURE_NO_DEPRECATE 
/D_CRT_NONSTDC_NO_DEPRECATE /D__STDC__=0   /Ox /GL   /W3 /w44355
/MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I.
-I..\\..\\..\\src\\libCom\\osi\\os\\WIN32
-I..\\..\\..\\src\\libCom\\osi\\os\\default -I..
-I..\\..\\..\\src\\libCom\\bucketLib -I..\\..\\..\\src\\libCom\\ring 
-I..\\..\\..\\src\\libCom\\calc -I..\\..\\..\\src\\libCom\\cvtFast 
-I..\\..\\..\\src\\libCom\\cppStd
-I..\\..\\..\\src\\libCom\\cxxTemplates -I..\\..\\..\\src\\libCom\\dbmf 
  -I..\\..\\..\\src\\libCom\\ellLib -I..\\..\\..\\src\\libCom\\env
-I..\\..\\..\\src\\libCom\\error -I..\\..\\..\\src\\libCom\\fdmgr 
-I..\\..\\..\\src\\libCom\\freeList -I..\\..\\..\\src\\libCom\\gpHash 
-I..\\..\\..\\src\\libCom\\iocsh -I..\\..\\..\\src\\libCom\\logClient 
-I..\\..\\..\\src\\libCom\\macLib -I..\\..\\..\\src\\libCom\\misc 
-I..\\..\\..\\src\\libCom\\osi -I..\\..\\..\\src\\libCom\\taskwd
-I..\\..\\..\\src\\libCom\\timer -I..\\..\\..\\src\\libCom\\tsDefs 
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include        /Tp 
..\\..\\..\\src\\libCom\\ring\\epicsRingPointer.cpp
epicsRingPointer.cpp
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I.
-I..\\..\\..\\src\\libCom\\osi\\os\\WIN32
-I..\\..\\..\\src\\libCom\\osi\\os\\default -I..
-I..\\..\\..\\src\\libCom\\bucketLib -I..\\..\\..\\src\\libCom\\ring 
-I..\\..\\..\\src\\libCom\\calc -I..\\..\\..\\src\\libCom\\cvtFast 
-I..\\..\\..\\src\\libCom\\cppStd
-I..\\..\\..\\src\\libCom\\cxxTemplates -I..\\..\\..\\src\\libCom\\dbmf 
  -I..\\..\\..\\src\\libCom\\ellLib -I..\\..\\..\\src\\libCom\\env
-I..\\..\\..\\src\\libCom\\error -I..\\..\\..\\src\\libCom\\fdmgr 
-I..\\..\\..\\src\\libCom\\freeList -I..\\..\\..\\src\\libCom\\gpHash 
-I..\\..\\..\\src\\libCom\\iocsh -I..\\..\\..\\src\\libCom\\logClient 
-I..\\..\\..\\src\\libCom\\macLib -I..\\..\\..\\src\\libCom\\misc 
-I..\\..\\..\\src\\libCom\\osi -I..\\..\\..\\src\\libCom\\taskwd
-I..\\..\\..\\src\\libCom\\timer -I..\\..\\..\\src\\libCom\\tsDefs 
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include
..\\..\\..\\src\\libCom\\ring\\epicsRingBytes.c
epicsRingBytes.c
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I.
-I..\\..\\..\\src\\libCom\\osi\\os\\WIN32
-I..\\..\\..\\src\\libCom\\osi\\os\\default -I..
-I..\\..\\..\\src\\libCom\\bucketLib -I..\\..\\..\\src\\libCom\\ring 
-I..\\..\\..\\src\\libCom\\calc -I..\\..\\..\\src\\libCom\\cvtFast 
-I..\\..\\..\\src\\libCom\\cppStd
-I..\\..\\..\\src\\libCom\\cxxTemplates -I..\\..\\..\\src\\libCom\\dbmf 
  -I..\\..\\..\\src\\libCom\\ellLib -I..\\..\\..\\src\\libCom\\env
-I..\\..\\..\\src\\libCom\\error -I..\\..\\..\\src\\libCom\\fdmgr 
-I..\\..\\..\\src\\libCom\\freeList -I..\\..\\..\\src\\libCom\\gpHash 
-I..\\..\\..\\src\\libCom\\iocsh -I..\\..\\..\\src\\libCom\\logClient 
-I..\\..\\..\\src\\libCom\\macLib -I..\\..\\..\\src\\libCom\\misc 
-I..\\..\\..\\src\\libCom\\osi -I..\\..\\..\\src\\libCom\\taskwd
-I..\\..\\..\\src\\libCom\\timer -I..\\..\\..\\src\\libCom\\tsDefs 
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include
..\\..\\..\\src\\libCom\\calc\\postfix.c
postfix.c
C:\Program Files\Microsoft Visual Studio 8\VC\include\stdlib.h(885) : 
warning C4005: 'max' : macro redefinition
          ..\..\..\src\libCom\misc\dbDefs.h(55) : see previous
definition
of 'max'
..\..\..\src\libCom\calc\postfix.c(207) : warning C4028: formal
parameter 2 different from declaration
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I.
-I..\\..\\..\\src\\libCom\\osi\\os\\WIN32
-I..\\..\\..\\src\\libCom\\osi\\os\\default -I..
-I..\\..\\..\\src\\libCom\\bucketLib -I..\\..\\..\\src\\libCom\\ring 
-I..\\..\\..\\src\\libCom\\calc -I..\\..\\..\\src\\libCom\\cvtFast 
-I..\\..\\..\\src\\libCom\\cppStd
-I..\\..\\..\\src\\libCom\\cxxTemplates -I..\\..\\..\\src\\libCom\\dbmf 
  -I..\\..\\..\\src\\libCom\\ellLib -I..\\..\\..\\src\\libCom\\env
-I..\\..\\..\\src\\libCom\\error -I..\\..\\..\\src\\libCom\\fdmgr 
-I..\\..\\..\\src\\libCom\\freeList -I..\\..\\..\\src\\libCom\\gpHash 
-I..\\..\\..\\src\\libCom\\iocsh -I..\\..\\..\\src\\libCom\\logClient 
-I..\\..\\..\\src\\libCom\\macLib -I..\\..\\..\\src\\libCom\\misc 
-I..\\..\\..\\src\\libCom\\osi -I..\\..\\..\\src\\libCom\\taskwd
-I..\\..\\..\\src\\libCom\\timer -I..\\..\\..\\src\\libCom\\tsDefs 
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include
..\\..\\..\\src\\libCom\\calc\\calcPerform.c
calcPerform.c
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I.
-I..\\..\\..\\src\\libCom\\osi\\os\\WIN32
-I..\\..\\..\\src\\libCom\\osi\\os\\default -I..
-I..\\..\\..\\src\\libCom\\bucketLib -I..\\..\\..\\src\\libCom\\ring 
-I..\\..\\..\\src\\libCom\\calc -I..\\..\\..\\src\\libCom\\cvtFast 
-I..\\..\\..\\src\\libCom\\cppStd
-I..\\..\\..\\src\\libCom\\cxxTemplates -I..\\..\\..\\src\\libCom\\dbmf 
  -I..\\..\\..\\src\\libCom\\ellLib -I..\\..\\..\\src\\libCom\\env
-I..\\..\\..\\src\\libCom\\error -I..\\..\\..\\src\\libCom\\fdmgr 
-I..\\..\\..\\src\\libCom\\freeList -I..\\..\\..\\src\\libCom\\gpHash 
-I..\\..\\..\\src\\libCom\\iocsh -I..\\..\\..\\src\\libCom\\logClient 
-I..\\..\\..\\src\\libCom\\macLib -I..\\..\\..\\src\\libCom\\misc 
-I..\\..\\..\\src\\libCom\\osi -I..\\..\\..\\src\\libCom\\taskwd
-I..\\..\\..\\src\\libCom\\timer -I..\\..\\..\\src\\libCom\\tsDefs 
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include
..\\..\\..\\src\\libCom\\cvtFast\\cvtFast.c
cvtFast.c
cl /nologo /EHsc /GR -c                /D_CRT_SECURE_NO_DEPRECATE 
/D_CRT_NONSTDC_NO_DEPRECATE /D__STDC__=0   /Ox /GL   /W3 /w44355
/MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I.
-I..\\..\\..\\src\\libCom\\osi\\os\\WIN32
-I..\\..\\..\\src\\libCom\\osi\\os\\default -I..
-I..\\..\\..\\src\\libCom\\bucketLib -I..\\..\\..\\src\\libCom\\ring 
-I..\\..\\..\\src\\libCom\\calc -I..\\..\\..\\src\\libCom\\cvtFast 
-I..\\..\\..\\src\\libCom\\cppStd
-I..\\..\\..\\src\\libCom\\cxxTemplates -I..\\..\\..\\src\\libCom\\dbmf 
  -I..\\..\\..\\src\\libCom\\ellLib -I..\\..\\..\\src\\libCom\\env
-I..\\..\\..\\src\\libCom\\error -I..\\..\\..\\src\\libCom\\fdmgr 
-I..\\..\\..\\src\\libCom\\freeList -I..\\..\\..\\src\\libCom\\gpHash 
-I..\\..\\..\\src\\libCom\\iocsh -I..\\..\\..\\src\\libCom\\logClient 
-I..\\..\\..\\src\\libCom\\macLib -I..\\..\\..\\src\\libCom\\misc 
-I..\\..\\..\\src\\libCom\\osi -I..\\..\\..\\src\\libCom\\taskwd
-I..\\..\\..\\src\\libCom\\timer -I..\\..\\..\\src\\libCom\\tsDefs 
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include        /Tp 
..\\..\\..\\src\\libCom\\cxxTemplates\\resourceLib.cpp
resourceLib.cpp
cl /nologo /EHsc /GR -c                /D_CRT_SECURE_NO_DEPRECATE 
/D_CRT_NONSTDC_NO_DEPRECATE /D__STDC__=0   /Ox /GL   /W3 /w44355
/MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I.
-I..\\..\\..\\src\\libCom\\osi\\os\\WIN32
-I..\\..\\..\\src\\libCom\\osi\\os\\default -I..
-I..\\..\\..\\src\\libCom\\bucketLib -I..\\..\\..\\src\\libCom\\ring 
-I..\\..\\..\\src\\libCom\\calc -I..\\..\\..\\src\\libCom\\cvtFast 
-I..\\..\\..\\src\\libCom\\cppStd
-I..\\..\\..\\src\\libCom\\cxxTemplates -I..\\..\\..\\src\\libCom\\dbmf 
  -I..\\..\\..\\src\\libCom\\ellLib -I..\\..\\..\\src\\libCom\\env
-I..\\..\\..\\src\\libCom\\error -I..\\..\\..\\src\\libCom\\fdmgr 
-I..\\..\\..\\src\\libCom\\freeList -I..\\..\\..\\src\\libCom\\gpHash 
-I..\\..\\..\\src\\libCom\\iocsh -I..\\..\\..\\src\\libCom\\logClient 
-I..\\..\\..\\src\\libCom\\macLib -I..\\..\\..\\src\\libCom\\misc 
-I..\\..\\..\\src\\libCom\\osi -I..\\..\\..\\src\\libCom\\taskwd
-I..\\..\\..\\src\\libCom\\timer -I..\\..\\..\\src\\libCom\\tsDefs 
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include        /Tp 
..\\..\\..\\src\\libCom\\cxxTemplates\\epicsOnce.cpp
epicsOnce.cpp
cl /nologo /EHsc /GR -c                /D_CRT_SECURE_NO_DEPRECATE 
/D_CRT_NONSTDC_NO_DEPRECATE /D__STDC__=0   /Ox /GL   /W3 /w44355
/MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I.
-I..\\..\\..\\src\\libCom\\osi\\os\\WIN32
-I..\\..\\..\\src\\libCom\\osi\\os\\default -I..
-I..\\..\\..\\src\\libCom\\bucketLib -I..\\..\\..\\src\\libCom\\ring 
-I..\\..\\..\\src\\libCom\\calc -I..\\..\\..\\src\\libCom\\cvtFast 
-I..\\..\\..\\src\\libCom\\cppStd
-I..\\..\\..\\src\\libCom\\cxxTemplates -I..\\..\\..\\src\\libCom\\dbmf 
  -I..\\..\\..\\src\\libCom\\ellLib -I..\\..\\..\\src\\libCom\\env
-I..\\..\\..\\src\\libCom\\error -I..\\..\\..\\src\\libCom\\fdmgr 
-I..\\..\\..\\src\\libCom\\freeList -I..\\..\\..\\src\\libCom\\gpHash 
-I..\\..\\..\\src\\libCom\\iocsh -I..\\..\\..\\src\\libCom\\logClient 
-I..\\..\\..\\src\\libCom\\macLib -I..\\..\\..\\src\\libCom\\misc 
-I..\\..\\..\\src\\libCom\\osi -I..\\..\\..\\src\\libCom\\taskwd
-I..\\..\\..\\src\\libCom\\timer -I..\\..\\..\\src\\libCom\\tsDefs 
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include        /Tp 
..\\..\\..\\src\\libCom\\cxxTemplates\\epicsSingletonMutex.cpp
epicsSingletonMutex.cpp
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I.
-I..\\..\\..\\src\\libCom\\osi\\os\\WIN32
-I..\\..\\..\\src\\libCom\\osi\\os\\default -I..
-I..\\..\\..\\src\\libCom\\bucketLib -I..\\..\\..\\src\\libCom\\ring 
-I..\\..\\..\\src\\libCom\\calc -I..\\..\\..\\src\\libCom\\cvtFast 
-I..\\..\\..\\src\\libCom\\cppStd
-I..\\..\\..\\src\\libCom\\cxxTemplates -I..\\..\\..\\src\\libCom\\dbmf 
  -I..\\..\\..\\src\\libCom\\ellLib -I..\\..\\..\\src\\libCom\\env
-I..\\..\\..\\src\\libCom\\error -I..\\..\\..\\src\\libCom\\fdmgr 
-I..\\..\\..\\src\\libCom\\freeList -I..\\..\\..\\src\\libCom\\gpHash 
-I..\\..\\..\\src\\libCom\\iocsh -I..\\..\\..\\src\\libCom\\logClient 
-I..\\..\\..\\src\\libCom\\macLib -I..\\..\\..\\src\\libCom\\misc 
-I..\\..\\..\\src\\libCom\\osi -I..\\..\\..\\src\\libCom\\taskwd
-I..\\..\\..\\src\\libCom\\timer -I..\\..\\..\\src\\libCom\\tsDefs 
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include
..\\..\\..\\src\\libCom\\dbmf\\dbmf.c
dbmf.c
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I.
-I..\\..\\..\\src\\libCom\\osi\\os\\WIN32
-I..\\..\\..\\src\\libCom\\osi\\os\\default -I..
-I..\\..\\..\\src\\libCom\\bucketLib -I..\\..\\..\\src\\libCom\\ring 
-I..\\..\\..\\src\\libCom\\calc -I..\\..\\..\\src\\libCom\\cvtFast 
-I..\\..\\..\\src\\libCom\\cppStd
-I..\\..\\..\\src\\libCom\\cxxTemplates -I..\\..\\..\\src\\libCom\\dbmf 
  -I..\\..\\..\\src\\libCom\\ellLib -I..\\..\\..\\src\\libCom\\env
-I..\\..\\..\\src\\libCom\\error -I..\\..\\..\\src\\libCom\\fdmgr 
-I..\\..\\..\\src\\libCom\\freeList -I..\\..\\..\\src\\libCom\\gpHash 
-I..\\..\\..\\src\\libCom\\iocsh -I..\\..\\..\\src\\libCom\\logClient 
-I..\\..\\..\\src\\libCom\\macLib -I..\\..\\..\\src\\libCom\\misc 
-I..\\..\\..\\src\\libCom\\osi -I..\\..\\..\\src\\libCom\\taskwd
-I..\\..\\..\\src\\libCom\\timer -I..\\..\\..\\src\\libCom\\tsDefs 
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include
..\\..\\..\\src\\libCom\\ellLib\\ellLib.c
ellLib.c
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I.
-I..\\..\\..\\src\\libCom\\osi\\os\\WIN32
-I..\\..\\..\\src\\libCom\\osi\\os\\default -I..
-I..\\..\\..\\src\\libCom\\bucketLib -I..\\..\\..\\src\\libCom\\ring 
-I..\\..\\..\\src\\libCom\\calc -I..\\..\\..\\src\\libCom\\cvtFast 
-I..\\..\\..\\src\\libCom\\cppStd
-I..\\..\\..\\src\\libCom\\cxxTemplates -I..\\..\\..\\src\\libCom\\dbmf 
  -I..\\..\\..\\src\\libCom\\ellLib -I..\\..\\..\\src\\libCom\\env
-I..\\..\\..\\src\\libCom\\error -I..\\..\\..\\src\\libCom\\fdmgr 
-I..\\..\\..\\src\\libCom\\freeList -I..\\..\\..\\src\\libCom\\gpHash 
-I..\\..\\..\\src\\libCom\\iocsh -I..\\..\\..\\src\\libCom\\logClient 
-I..\\..\\..\\src\\libCom\\macLib -I..\\..\\..\\src\\libCom\\misc 
-I..\\..\\..\\src\\libCom\\osi -I..\\..\\..\\src\\libCom\\taskwd
-I..\\..\\..\\src\\libCom\\timer -I..\\..\\..\\src\\libCom\\tsDefs 
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include
..\\..\\..\\src\\libCom\\env\\envSubr.c
envSubr.c
C:\perl\bin\perl.exe ../../../src/libCom/env/bldEnvData.pl
../../../configure
Generating envData.c
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I.
-I..\\..\\..\\src\\libCom\\osi\\os\\WIN32
-I..\\..\\..\\src\\libCom\\osi\\os\\default -I..
-I..\\..\\..\\src\\libCom\\bucketLib -I..\\..\\..\\src\\libCom\\ring 
-I..\\..\\..\\src\\libCom\\calc -I..\\..\\..\\src\\libCom\\cvtFast 
-I..\\..\\..\\src\\libCom\\cppStd
-I..\\..\\..\\src\\libCom\\cxxTemplates -I..\\..\\..\\src\\libCom\\dbmf 
  -I..\\..\\..\\src\\libCom\\ellLib -I..\\..\\..\\src\\libCom\\env
-I..\\..\\..\\src\\libCom\\error -I..\\..\\..\\src\\libCom\\fdmgr 
-I..\\..\\..\\src\\libCom\\freeList -I..\\..\\..\\src\\libCom\\gpHash 
-I..\\..\\..\\src\\libCom\\iocsh -I..\\..\\..\\src\\libCom\\logClient 
-I..\\..\\..\\src\\libCom\\macLib -I..\\..\\..\\src\\libCom\\misc 
-I..\\..\\..\\src\\libCom\\osi -I..\\..\\..\\src\\libCom\\taskwd
-I..\\..\\..\\src\\libCom\\timer -I..\\..\\..\\src\\libCom\\tsDefs 
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include         envData.c

envData.c
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I.
-I..\\..\\..\\src\\libCom\\osi\\os\\WIN32
-I..\\..\\..\\src\\libCom\\osi\\os\\default -I..
-I..\\..\\..\\src\\libCom\\bucketLib -I..\\..\\..\\src\\libCom\\ring 
-I..\\..\\..\\src\\libCom\\calc -I..\\..\\..\\src\\libCom\\cvtFast 
-I..\\..\\..\\src\\libCom\\cppStd
-I..\\..\\..\\src\\libCom\\cxxTemplates -I..\\..\\..\\src\\libCom\\dbmf 
  -I..\\..\\..\\src\\libCom\\ellLib -I..\\..\\..\\src\\libCom\\env
-I..\\..\\..\\src\\libCom\\error -I..\\..\\..\\src\\libCom\\fdmgr 
-I..\\..\\..\\src\\libCom\\freeList -I..\\..\\..\\src\\libCom\\gpHash 
-I..\\..\\..\\src\\libCom\\iocsh -I..\\..\\..\\src\\libCom\\logClient 
-I..\\..\\..\\src\\libCom\\macLib -I..\\..\\..\\src\\libCom\\misc 
-I..\\..\\..\\src\\libCom\\osi -I..\\..\\..\\src\\libCom\\taskwd
-I..\\..\\..\\src\\libCom\\timer -I..\\..\\..\\src\\libCom\\tsDefs 
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include
..\\..\\..\\src\\libCom\\error\\errlog.c
errlog.c
..\..\..\src\libCom\error\errlog.c(106) : warning C4018: '>=' :
signed/unsigned mismatch
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I.
-I..\\..\\..\\src\\libCom\\osi\\os\\WIN32
-I..\\..\\..\\src\\libCom\\osi\\os\\default -I..
-I..\\..\\..\\src\\libCom\\bucketLib -I..\\..\\..\\src\\libCom\\ring 
-I..\\..\\..\\src\\libCom\\calc -I..\\..\\..\\src\\libCom\\cvtFast 
-I..\\..\\..\\src\\libCom\\cppStd
-I..\\..\\..\\src\\libCom\\cxxTemplates -I..\\..\\..\\src\\libCom\\dbmf 
  -I..\\..\\..\\src\\libCom\\ellLib -I..\\..\\..\\src\\libCom\\env
-I..\\..\\..\\src\\libCom\\error -I..\\..\\..\\src\\libCom\\fdmgr 
-I..\\..\\..\\src\\libCom\\freeList -I..\\..\\..\\src\\libCom\\gpHash 
-I..\\..\\..\\src\\libCom\\iocsh -I..\\..\\..\\src\\libCom\\logClient 
-I..\\..\\..\\src\\libCom\\macLib -I..\\..\\..\\src\\libCom\\misc 
-I..\\..\\..\\src\\libCom\\osi -I..\\..\\..\\src\\libCom\\taskwd
-I..\\..\\..\\src\\libCom\\timer -I..\\..\\..\\src\\libCom\\tsDefs 
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include
..\\..\\..\\src\\libCom\\error\\errSymLib.c
errSymLib.c
C:\perl\bin\perl.exe ../../../src/libCom/error/makeStatTbl.pl
../../../src/libCom/osi/devLib.h ../../../src/as/asLib.h
../../../src/db/dbAccessDefs.h ../../../src/dbStatic/devSup.h
../../../src/dbStatic/drvSup.h ../../../src/dbStatic/recSup.h
../../../src/dbStatic/dbStaticLib.h ../../../src/libCom/error/errMdef.h 
  ../../../src/cas/generic/casdef.h ../../../src/gdd/gddAppFuncTable.h
cl -c
                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I.
-I..\\..\\..\\src\\libCom\\osi\\os\\WIN32
-I..\\..\\..\\src\\libCom\\osi\\os\\default -I..
-I..\\..\\..\\src\\libCom\\bucketLib -I..\\..\\..\\src\\libCom\\ring 
-I..\\..\\..\\src\\libCom\\calc -I..\\..\\..\\src\\libCom\\cvtFast 
-I..\\..\\..\\src\\libCom\\cppStd
-I..\\..\\..\\src\\libCom\\cxxTemplates -I..\\..\\..\\src\\libCom\\dbmf 
  -I..\\..\\..\\src\\libCom\\ellLib -I..\\..\\..\\src\\libCom\\env
-I..\\..\\..\\src\\libCom\\error -I..\\..\\..\\src\\libCom\\fdmgr 
-I..\\..\\..\\src\\libCom\\freeList -I..\\..\\..\\src\\libCom\\gpHash 
-I..\\..\\..\\src\\libCom\\iocsh -I..\\..\\..\\src\\libCom\\logClient 
-I..\\..\\..\\src\\libCom\\macLib -I..\\..\\..\\src\\libCom\\misc 
-I..\\..\\..\\src\\libCom\\osi -I..\\..\\..\\src\\libCom\\taskwd
-I..\\..\\..\\src\\libCom\\timer -I..\\..\\..\\src\\libCom\\tsDefs 
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include 
errSymTbl.c errSymTbl.c
cl /nologo /EHsc /GR -c                /D_CRT_SECURE_NO_DEPRECATE 
/D_CRT_NONSTDC_NO_DEPRECATE /D__STDC__=0   /Ox /GL   /W3 /w44355
/MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I.
-I..\\..\\..\\src\\libCom\\osi\\os\\WIN32
-I..\\..\\..\\src\\libCom\\osi\\os\\default -I..
-I..\\..\\..\\src\\libCom\\bucketLib -I..\\..\\..\\src\\libCom\\ring 
-I..\\..\\..\\src\\libCom\\calc -I..\\..\\..\\src\\libCom\\cvtFast 
-I..\\..\\..\\src\\libCom\\cppStd
-I..\\..\\..\\src\\libCom\\cxxTemplates -I..\\..\\..\\src\\libCom\\dbmf 
  -I..\\..\\..\\src\\libCom\\ellLib -I..\\..\\..\\src\\libCom\\env
-I..\\..\\..\\src\\libCom\\error -I..\\..\\..\\src\\libCom\\fdmgr 
-I..\\..\\..\\src\\libCom\\freeList -I..\\..\\..\\src\\libCom\\gpHash 
-I..\\..\\..\\src\\libCom\\iocsh -I..\\..\\..\\src\\libCom\\logClient 
-I..\\..\\..\\src\\libCom\\macLib -I..\\..\\..\\src\\libCom\\misc 
-I..\\..\\..\\src\\libCom\\osi -I..\\..\\..\\src\\libCom\\taskwd
-I..\\..\\..\\src\\libCom\\timer -I..\\..\\..\\src\\libCom\\tsDefs 
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include        /Tp 
..\\..\\..\\src\\libCom\\fdmgr\\fdmgr.cpp
fdmgr.cpp
cl /nologo /EHsc /GR -c                /D_CRT_SECURE_NO_DEPRECATE 
/D_CRT_NONSTDC_NO_DEPRECATE /D__STDC__=0   /Ox /GL   /W3 /w44355
/MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I.
-I..\\..\\..\\src\\libCom\\osi\\os\\WIN32
-I..\\..\\..\\src\\libCom\\osi\\os\\default -I..
-I..\\..\\..\\src\\libCom\\bucketLib -I..\\..\\..\\src\\libCom\\ring 
-I..\\..\\..\\src\\libCom\\calc -I..\\..\\..\\src\\libCom\\cvtFast 
-I..\\..\\..\\src\\libCom\\cppStd
-I..\\..\\..\\src\\libCom\\cxxTemplates -I..\\..\\..\\src\\libCom\\dbmf 
  -I..\\..\\..\\src\\libCom\\ellLib -I..\\..\\..\\src\\libCom\\env
-I..\\..\\..\\src\\libCom\\error -I..\\..\\..\\src\\libCom\\fdmgr 
-I..\\..\\..\\src\\libCom\\freeList -I..\\..\\..\\src\\libCom\\gpHash 
-I..\\..\\..\\src\\libCom\\iocsh -I..\\..\\..\\src\\libCom\\logClient 
-I..\\..\\..\\src\\libCom\\macLib -I..\\..\\..\\src\\libCom\\misc 
-I..\\..\\..\\src\\libCom\\osi -I..\\..\\..\\src\\libCom\\taskwd
-I..\\..\\..\\src\\libCom\\timer -I..\\..\\..\\src\\libCom\\tsDefs 
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include        /Tp 
..\\..\\..\\src\\libCom\\fdmgr\\fdManager.cpp
fdManager.cpp
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I.
-I..\\..\\..\\src\\libCom\\osi\\os\\WIN32
-I..\\..\\..\\src\\libCom\\osi\\os\\default -I..
-I..\\..\\..\\src\\libCom\\bucketLib -I..\\..\\..\\src\\libCom\\ring 
-I..\\..\\..\\src\\libCom\\calc -I..\\..\\..\\src\\libCom\\cvtFast 
-I..\\..\\..\\src\\libCom\\cppStd
-I..\\..\\..\\src\\libCom\\cxxTemplates -I..\\..\\..\\src\\libCom\\dbmf 
  -I..\\..\\..\\src\\libCom\\ellLib -I..\\..\\..\\src\\libCom\\env
-I..\\..\\..\\src\\libCom\\error -I..\\..\\..\\src\\libCom\\fdmgr 
-I..\\..\\..\\src\\libCom\\freeList -I..\\..\\..\\src\\libCom\\gpHash 
-I..\\..\\..\\src\\libCom\\iocsh -I..\\..\\..\\src\\libCom\\logClient 
-I..\\..\\..\\src\\libCom\\macLib -I..\\..\\..\\src\\libCom\\misc 
-I..\\..\\..\\src\\libCom\\osi -I..\\..\\..\\src\\libCom\\taskwd
-I..\\..\\..\\src\\libCom\\timer -I..\\..\\..\\src\\libCom\\tsDefs 
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include
..\\..\\..\\src\\libCom\\freeList\\freeListLib.c
freeListLib.c
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I.
-I..\\..\\..\\src\\libCom\\osi\\os\\WIN32
-I..\\..\\..\\src\\libCom\\osi\\os\\default -I..
-I..\\..\\..\\src\\libCom\\bucketLib -I..\\..\\..\\src\\libCom\\ring 
-I..\\..\\..\\src\\libCom\\calc -I..\\..\\..\\src\\libCom\\cvtFast 
-I..\\..\\..\\src\\libCom\\cppStd
-I..\\..\\..\\src\\libCom\\cxxTemplates -I..\\..\\..\\src\\libCom\\dbmf 
  -I..\\..\\..\\src\\libCom\\ellLib -I..\\..\\..\\src\\libCom\\env
-I..\\..\\..\\src\\libCom\\error -I..\\..\\..\\src\\libCom\\fdmgr 
-I..\\..\\..\\src\\libCom\\freeList -I..\\..\\..\\src\\libCom\\gpHash 
-I..\\..\\..\\src\\libCom\\iocsh -I..\\..\\..\\src\\libCom\\logClient 
-I..\\..\\..\\src\\libCom\\macLib -I..\\..\\..\\src\\libCom\\misc 
-I..\\..\\..\\src\\libCom\\osi -I..\\..\\..\\src\\libCom\\taskwd
-I..\\..\\..\\src\\libCom\\timer -I..\\..\\..\\src\\libCom\\tsDefs 
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include
..\\..\\..\\src\\libCom\\gpHash\\gpHashLib.c
gpHashLib.c
cl /nologo /EHsc /GR -c                /D_CRT_SECURE_NO_DEPRECATE 
/D_CRT_NONSTDC_NO_DEPRECATE /D__STDC__=0   /Ox /GL   /W3 /w44355
/MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I.
-I..\\..\\..\\src\\libCom\\osi\\os\\WIN32
-I..\\..\\..\\src\\libCom\\osi\\os\\default -I..
-I..\\..\\..\\src\\libCom\\bucketLib -I..\\..\\..\\src\\libCom\\ring 
-I..\\..\\..\\src\\libCom\\calc -I..\\..\\..\\src\\libCom\\cvtFast 
-I..\\..\\..\\src\\libCom\\cppStd
-I..\\..\\..\\src\\libCom\\cxxTemplates -I..\\..\\..\\src\\libCom\\dbmf 
  -I..\\..\\..\\src\\libCom\\ellLib -I..\\..\\..\\src\\libCom\\env
-I..\\..\\..\\src\\libCom\\error -I..\\..\\..\\src\\libCom\\fdmgr 
-I..\\..\\..\\src\\libCom\\freeList -I..\\..\\..\\src\\libCom\\gpHash 
-I..\\..\\..\\src\\libCom\\iocsh -I..\\..\\..\\src\\libCom\\logClient 
-I..\\..\\..\\src\\libCom\\macLib -I..\\..\\..\\src\\libCom\\misc 
-I..\\..\\..\\src\\libCom\\osi -I..\\..\\..\\src\\libCom\\taskwd
-I..\\..\\..\\src\\libCom\\timer -I..\\..\\..\\src\\libCom\\tsDefs 
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include        /Tp 
..\\..\\..\\src\\libCom\\iocsh\\iocsh.cpp
iocsh.cpp
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I.
-I..\\..\\..\\src\\libCom\\osi\\os\\WIN32
-I..\\..\\..\\src\\libCom\\osi\\os\\default -I..
-I..\\..\\..\\src\\libCom\\bucketLib -I..\\..\\..\\src\\libCom\\ring 
-I..\\..\\..\\src\\libCom\\calc -I..\\..\\..\\src\\libCom\\cvtFast 
-I..\\..\\..\\src\\libCom\\cppStd
-I..\\..\\..\\src\\libCom\\cxxTemplates -I..\\..\\..\\src\\libCom\\dbmf 
  -I..\\..\\..\\src\\libCom\\ellLib -I..\\..\\..\\src\\libCom\\env
-I..\\..\\..\\src\\libCom\\error -I..\\..\\..\\src\\libCom\\fdmgr 
-I..\\..\\..\\src\\libCom\\freeList -I..\\..\\..\\src\\libCom\\gpHash 
-I..\\..\\..\\src\\libCom\\iocsh -I..\\..\\..\\src\\libCom\\logClient 
-I..\\..\\..\\src\\libCom\\macLib -I..\\..\\..\\src\\libCom\\misc 
-I..\\..\\..\\src\\libCom\\osi -I..\\..\\..\\src\\libCom\\taskwd
-I..\\..\\..\\src\\libCom\\timer -I..\\..\\..\\src\\libCom\\tsDefs 
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include
..\\..\\..\\src\\libCom\\iocsh\\registry.c
registry.c
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I.
-I..\\..\\..\\src\\libCom\\osi\\os\\WIN32
-I..\\..\\..\\src\\libCom\\osi\\os\\default -I..
-I..\\..\\..\\src\\libCom\\bucketLib -I..\\..\\..\\src\\libCom\\ring 
-I..\\..\\..\\src\\libCom\\calc -I..\\..\\..\\src\\libCom\\cvtFast 
-I..\\..\\..\\src\\libCom\\cppStd
-I..\\..\\..\\src\\libCom\\cxxTemplates -I..\\..\\..\\src\\libCom\\dbmf 
  -I..\\..\\..\\src\\libCom\\ellLib -I..\\..\\..\\src\\libCom\\env
-I..\\..\\..\\src\\libCom\\error -I..\\..\\..\\src\\libCom\\fdmgr 
-I..\\..\\..\\src\\libCom\\freeList -I..\\..\\..\\src\\libCom\\gpHash 
-I..\\..\\..\\src\\libCom\\iocsh -I..\\..\\..\\src\\libCom\\logClient 
-I..\\..\\..\\src\\libCom\\macLib -I..\\..\\..\\src\\libCom\\misc 
-I..\\..\\..\\src\\libCom\\osi -I..\\..\\..\\src\\libCom\\taskwd
-I..\\..\\..\\src\\libCom\\timer -I..\\..\\..\\src\\libCom\\tsDefs 
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include
..\\..\\..\\src\\libCom\\iocsh\\libComRegister.c
libComRegister.c
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I.
-I..\\..\\..\\src\\libCom\\osi\\os\\WIN32
-I..\\..\\..\\src\\libCom\\osi\\os\\default -I..
-I..\\..\\..\\src\\libCom\\bucketLib -I..\\..\\..\\src\\libCom\\ring 
-I..\\..\\..\\src\\libCom\\calc -I..\\..\\..\\src\\libCom\\cvtFast 
-I..\\..\\..\\src\\libCom\\cppStd
-I..\\..\\..\\src\\libCom\\cxxTemplates -I..\\..\\..\\src\\libCom\\dbmf 
  -I..\\..\\..\\src\\libCom\\ellLib -I..\\..\\..\\src\\libCom\\env
-I..\\..\\..\\src\\libCom\\error -I..\\..\\..\\src\\libCom\\fdmgr 
-I..\\..\\..\\src\\libCom\\freeList -I..\\..\\..\\src\\libCom\\gpHash 
-I..\\..\\..\\src\\libCom\\iocsh -I..\\..\\..\\src\\libCom\\logClient 
-I..\\..\\..\\src\\libCom\\macLib -I..\\..\\..\\src\\libCom\\misc 
-I..\\..\\..\\src\\libCom\\osi -I..\\..\\..\\src\\libCom\\taskwd
-I..\\..\\..\\src\\libCom\\timer -I..\\..\\..\\src\\libCom\\tsDefs 
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include
..\\..\\..\\src\\libCom\\logClient\\iocLog.c
iocLog.c
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I.
-I..\\..\\..\\src\\libCom\\osi\\os\\WIN32
-I..\\..\\..\\src\\libCom\\osi\\os\\default -I..
-I..\\..\\..\\src\\libCom\\bucketLib -I..\\..\\..\\src\\libCom\\ring 
-I..\\..\\..\\src\\libCom\\calc -I..\\..\\..\\src\\libCom\\cvtFast 
-I..\\..\\..\\src\\libCom\\cppStd
-I..\\..\\..\\src\\libCom\\cxxTemplates -I..\\..\\..\\src\\libCom\\dbmf 
  -I..\\..\\..\\src\\libCom\\ellLib -I..\\..\\..\\src\\libCom\\env
-I..\\..\\..\\src\\libCom\\error -I..\\..\\..\\src\\libCom\\fdmgr 
-I..\\..\\..\\src\\libCom\\freeList -I..\\..\\..\\src\\libCom\\gpHash 
-I..\\..\\..\\src\\libCom\\iocsh -I..\\..\\..\\src\\libCom\\logClient 
-I..\\..\\..\\src\\libCom\\macLib -I..\\..\\..\\src\\libCom\\misc 
-I..\\..\\..\\src\\libCom\\osi -I..\\..\\..\\src\\libCom\\taskwd
-I..\\..\\..\\src\\libCom\\timer -I..\\..\\..\\src\\libCom\\tsDefs 
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include
..\\..\\..\\src\\libCom\\logClient\\logClient.c
logClient.c
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I.
-I..\\..\\..\\src\\libCom\\osi\\os\\WIN32
-I..\\..\\..\\src\\libCom\\osi\\os\\default -I..
-I..\\..\\..\\src\\libCom\\bucketLib -I..\\..\\..\\src\\libCom\\ring 
-I..\\..\\..\\src\\libCom\\calc -I..\\..\\..\\src\\libCom\\cvtFast 
-I..\\..\\..\\src\\libCom\\cppStd
-I..\\..\\..\\src\\libCom\\cxxTemplates -I..\\..\\..\\src\\libCom\\dbmf 
  -I..\\..\\..\\src\\libCom\\ellLib -I..\\..\\..\\src\\libCom\\env
-I..\\..\\..\\src\\libCom\\error -I..\\..\\..\\src\\libCom\\fdmgr 
-I..\\..\\..\\src\\libCom\\freeList -I..\\..\\..\\src\\libCom\\gpHash 
-I..\\..\\..\\src\\libCom\\iocsh -I..\\..\\..\\src\\libCom\\logClient 
-I..\\..\\..\\src\\libCom\\macLib -I..\\..\\..\\src\\libCom\\misc 
-I..\\..\\..\\src\\libCom\\osi -I..\\..\\..\\src\\libCom\\taskwd
-I..\\..\\..\\src\\libCom\\timer -I..\\..\\..\\src\\libCom\\tsDefs 
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include
..\\..\\..\\src\\libCom\\macLib\\macCore.c
macCore.c
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I.
-I..\\..\\..\\src\\libCom\\osi\\os\\WIN32
-I..\\..\\..\\src\\libCom\\osi\\os\\default -I..
-I..\\..\\..\\src\\libCom\\bucketLib -I..\\..\\..\\src\\libCom\\ring 
-I..\\..\\..\\src\\libCom\\calc -I..\\..\\..\\src\\libCom\\cvtFast 
-I..\\..\\..\\src\\libCom\\cppStd
-I..\\..\\..\\src\\libCom\\cxxTemplates -I..\\..\\..\\src\\libCom\\dbmf 
  -I..\\..\\..\\src\\libCom\\ellLib -I..\\..\\..\\src\\libCom\\env
-I..\\..\\..\\src\\libCom\\error -I..\\..\\..\\src\\libCom\\fdmgr 
-I..\\..\\..\\src\\libCom\\freeList -I..\\..\\..\\src\\libCom\\gpHash 
-I..\\..\\..\\src\\libCom\\iocsh -I..\\..\\..\\src\\libCom\\logClient 
-I..\\..\\..\\src\\libCom\\macLib -I..\\..\\..\\src\\libCom\\misc 
-I..\\..\\..\\src\\libCom\\osi -I..\\..\\..\\src\\libCom\\taskwd
-I..\\..\\..\\src\\libCom\\timer -I..\\..\\..\\src\\libCom\\tsDefs 
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include
..\\..\\..\\src\\libCom\\macLib\\macEnv.c
macEnv.c
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I.
-I..\\..\\..\\src\\libCom\\osi\\os\\WIN32
-I..\\..\\..\\src\\libCom\\osi\\os\\default -I..
-I..\\..\\..\\src\\libCom\\bucketLib -I..\\..\\..\\src\\libCom\\ring 
-I..\\..\\..\\src\\libCom\\calc -I..\\..\\..\\src\\libCom\\cvtFast 
-I..\\..\\..\\src\\libCom\\cppStd
-I..\\..\\..\\src\\libCom\\cxxTemplates -I..\\..\\..\\src\\libCom\\dbmf 
  -I..\\..\\..\\src\\libCom\\ellLib -I..\\..\\..\\src\\libCom\\env
-I..\\..\\..\\src\\libCom\\error -I..\\..\\..\\src\\libCom\\fdmgr 
-I..\\..\\..\\src\\libCom\\freeList -I..\\..\\..\\src\\libCom\\gpHash 
-I..\\..\\..\\src\\libCom\\iocsh -I..\\..\\..\\src\\libCom\\logClient 
-I..\\..\\..\\src\\libCom\\macLib -I..\\..\\..\\src\\libCom\\misc 
-I..\\..\\..\\src\\libCom\\osi -I..\\..\\..\\src\\libCom\\taskwd
-I..\\..\\..\\src\\libCom\\timer -I..\\..\\..\\src\\libCom\\tsDefs 
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include
..\\..\\..\\src\\libCom\\macLib\\macUtil.c
macUtil.c
..\..\..\src\libCom\macLib\macUtil.c(229) : warning C4090: 'function' : 
  different 'const' qualifiers
..\..\..\src\libCom\macLib\macUtil.c(230) : warning C4090: 'function' : 
  different 'const' qualifiers
..\..\..\src\libCom\macLib\macUtil.c(243) : warning C4090: 'function' : 
  different 'const' qualifiers
..\..\..\src\libCom\macLib\macUtil.c(244) : warning C4090: 'function' : 
  different 'const' qualifiers
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I.
-I..\\..\\..\\src\\libCom\\osi\\os\\WIN32
-I..\\..\\..\\src\\libCom\\osi\\os\\default -I..
-I..\\..\\..\\src\\libCom\\bucketLib -I..\\..\\..\\src\\libCom\\ring 
-I..\\..\\..\\src\\libCom\\calc -I..\\..\\..\\src\\libCom\\cvtFast 
-I..\\..\\..\\src\\libCom\\cppStd
-I..\\..\\..\\src\\libCom\\cxxTemplates -I..\\..\\..\\src\\libCom\\dbmf 
  -I..\\..\\..\\src\\libCom\\ellLib -I..\\..\\..\\src\\libCom\\env
-I..\\..\\..\\src\\libCom\\error -I..\\..\\..\\src\\libCom\\fdmgr 
-I..\\..\\..\\src\\libCom\\freeList -I..\\..\\..\\src\\libCom\\gpHash 
-I..\\..\\..\\src\\libCom\\iocsh -I..\\..\\..\\src\\libCom\\logClient 
-I..\\..\\..\\src\\libCom\\macLib -I..\\..\\..\\src\\libCom\\misc 
-I..\\..\\..\\src\\libCom\\osi -I..\\..\\..\\src\\libCom\\taskwd
-I..\\..\\..\\src\\libCom\\timer -I..\\..\\..\\src\\libCom\\tsDefs 
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include
..\\..\\..\\src\\libCom\\misc\\aToIPAddr.c
aToIPAddr.c
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I.
-I..\\..\\..\\src\\libCom\\osi\\os\\WIN32
-I..\\..\\..\\src\\libCom\\osi\\os\\default -I..
-I..\\..\\..\\src\\libCom\\bucketLib -I..\\..\\..\\src\\libCom\\ring 
-I..\\..\\..\\src\\libCom\\calc -I..\\..\\..\\src\\libCom\\cvtFast 
-I..\\..\\..\\src\\libCom\\cppStd
-I..\\..\\..\\src\\libCom\\cxxTemplates -I..\\..\\..\\src\\libCom\\dbmf 
  -I..\\..\\..\\src\\libCom\\ellLib -I..\\..\\..\\src\\libCom\\env
-I..\\..\\..\\src\\libCom\\error -I..\\..\\..\\src\\libCom\\fdmgr 
-I..\\..\\..\\src\\libCom\\freeList -I..\\..\\..\\src\\libCom\\gpHash 
-I..\\..\\..\\src\\libCom\\iocsh -I..\\..\\..\\src\\libCom\\logClient 
-I..\\..\\..\\src\\libCom\\macLib -I..\\..\\..\\src\\libCom\\misc 
-I..\\..\\..\\src\\libCom\\osi -I..\\..\\..\\src\\libCom\\taskwd
-I..\\..\\..\\src\\libCom\\timer -I..\\..\\..\\src\\libCom\\tsDefs 
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include
..\\..\\..\\src\\libCom\\misc\\adjustment.c
adjustment.c
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I.
-I..\\..\\..\\src\\libCom\\osi\\os\\WIN32
-I..\\..\\..\\src\\libCom\\osi\\os\\default -I..
-I..\\..\\..\\src\\libCom\\bucketLib -I..\\..\\..\\src\\libCom\\ring 
-I..\\..\\..\\src\\libCom\\calc -I..\\..\\..\\src\\libCom\\cvtFast 
-I..\\..\\..\\src\\libCom\\cppStd
-I..\\..\\..\\src\\libCom\\cxxTemplates -I..\\..\\..\\src\\libCom\\dbmf 
  -I..\\..\\..\\src\\libCom\\ellLib -I..\\..\\..\\src\\libCom\\env
-I..\\..\\..\\src\\libCom\\error -I..\\..\\..\\src\\libCom\\fdmgr 
-I..\\..\\..\\src\\libCom\\freeList -I..\\..\\..\\src\\libCom\\gpHash 
-I..\\..\\..\\src\\libCom\\iocsh -I..\\..\\..\\src\\libCom\\logClient 
-I..\\..\\..\\src\\libCom\\macLib -I..\\..\\..\\src\\libCom\\misc 
-I..\\..\\..\\src\\libCom\\osi -I..\\..\\..\\src\\libCom\\taskwd
-I..\\..\\..\\src\\libCom\\timer -I..\\..\\..\\src\\libCom\\tsDefs 
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include
..\\..\\..\\src\\libCom\\misc\\cantProceed.c
cantProceed.c
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I.
-I..\\..\\..\\src\\libCom\\osi\\os\\WIN32
-I..\\..\\..\\src\\libCom\\osi\\os\\default -I..
-I..\\..\\..\\src\\libCom\\bucketLib -I..\\..\\..\\src\\libCom\\ring 
-I..\\..\\..\\src\\libCom\\calc -I..\\..\\..\\src\\libCom\\cvtFast 
-I..\\..\\..\\src\\libCom\\cppStd
-I..\\..\\..\\src\\libCom\\cxxTemplates -I..\\..\\..\\src\\libCom\\dbmf 
  -I..\\..\\..\\src\\libCom\\ellLib -I..\\..\\..\\src\\libCom\\env
-I..\\..\\..\\src\\libCom\\error -I..\\..\\..\\src\\libCom\\fdmgr 
-I..\\..\\..\\src\\libCom\\freeList -I..\\..\\..\\src\\libCom\\gpHash 
-I..\\..\\..\\src\\libCom\\iocsh -I..\\..\\..\\src\\libCom\\logClient 
-I..\\..\\..\\src\\libCom\\macLib -I..\\..\\..\\src\\libCom\\misc 
-I..\\..\\..\\src\\libCom\\osi -I..\\..\\..\\src\\libCom\\taskwd
-I..\\..\\..\\src\\libCom\\timer -I..\\..\\..\\src\\libCom\\tsDefs 
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include
..\\..\\..\\src\\libCom\\misc\\epicsConvert.c
epicsConvert.c
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I.
-I..\\..\\..\\src\\libCom\\osi\\os\\WIN32
-I..\\..\\..\\src\\libCom\\osi\\os\\default -I..
-I..\\..\\..\\src\\libCom\\bucketLib -I..\\..\\..\\src\\libCom\\ring 
-I..\\..\\..\\src\\libCom\\calc -I..\\..\\..\\src\\libCom\\cvtFast 
-I..\\..\\..\\src\\libCom\\cppStd
-I..\\..\\..\\src\\libCom\\cxxTemplates -I..\\..\\..\\src\\libCom\\dbmf 
  -I..\\..\\..\\src\\libCom\\ellLib -I..\\..\\..\\src\\libCom\\env
-I..\\..\\..\\src\\libCom\\error -I..\\..\\..\\src\\libCom\\fdmgr 
-I..\\..\\..\\src\\libCom\\freeList -I..\\..\\..\\src\\libCom\\gpHash 
-I..\\..\\..\\src\\libCom\\iocsh -I..\\..\\..\\src\\libCom\\logClient 
-I..\\..\\..\\src\\libCom\\macLib -I..\\..\\..\\src\\libCom\\misc 
-I..\\..\\..\\src\\libCom\\osi -I..\\..\\..\\src\\libCom\\taskwd
-I..\\..\\..\\src\\libCom\\timer -I..\\..\\..\\src\\libCom\\tsDefs 
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include
..\\..\\..\\src\\libCom\\misc\\epicsExit.c
epicsExit.c
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I.
-I..\\..\\..\\src\\libCom\\osi\\os\\WIN32
-I..\\..\\..\\src\\libCom\\osi\\os\\default -I..
-I..\\..\\..\\src\\libCom\\bucketLib -I..\\..\\..\\src\\libCom\\ring 
-I..\\..\\..\\src\\libCom\\calc -I..\\..\\..\\src\\libCom\\cvtFast 
-I..\\..\\..\\src\\libCom\\cppStd
-I..\\..\\..\\src\\libCom\\cxxTemplates -I..\\..\\..\\src\\libCom\\dbmf 
  -I..\\..\\..\\src\\libCom\\ellLib -I..\\..\\..\\src\\libCom\\env
-I..\\..\\..\\src\\libCom\\error -I..\\..\\..\\src\\libCom\\fdmgr 
-I..\\..\\..\\src\\libCom\\freeList -I..\\..\\..\\src\\libCom\\gpHash 
-I..\\..\\..\\src\\libCom\\iocsh -I..\\..\\..\\src\\libCom\\logClient 
-I..\\..\\..\\src\\libCom\\macLib -I..\\..\\..\\src\\libCom\\misc 
-I..\\..\\..\\src\\libCom\\osi -I..\\..\\..\\src\\libCom\\taskwd
-I..\\..\\..\\src\\libCom\\timer -I..\\..\\..\\src\\libCom\\tsDefs 
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include
..\\..\\..\\src\\libCom\\misc\\epicsStdlib.c
epicsStdlib.c
..\..\..\src\libCom\misc\epicsStdlib.c(42) : warning C4244: '=' : 
conversion from 'double' to 'float', possible loss of data
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I.
-I..\\..\\..\\src\\libCom\\osi\\os\\WIN32
-I..\\..\\..\\src\\libCom\\osi\\os\\default -I..
-I..\\..\\..\\src\\libCom\\bucketLib -I..\\..\\..\\src\\libCom\\ring 
-I..\\..\\..\\src\\libCom\\calc -I..\\..\\..\\src\\libCom\\cvtFast 
-I..\\..\\..\\src\\libCom\\cppStd
-I..\\..\\..\\src\\libCom\\cxxTemplates -I..\\..\\..\\src\\libCom\\dbmf 
  -I..\\..\\..\\src\\libCom\\ellLib -I..\\..\\..\\src\\libCom\\env
-I..\\..\\..\\src\\libCom\\error -I..\\..\\..\\src\\libCom\\fdmgr 
-I..\\..\\..\\src\\libCom\\freeList -I..\\..\\..\\src\\libCom\\gpHash 
-I..\\..\\..\\src\\libCom\\iocsh -I..\\..\\..\\src\\libCom\\logClient 
-I..\\..\\..\\src\\libCom\\macLib -I..\\..\\..\\src\\libCom\\misc 
-I..\\..\\..\\src\\libCom\\osi -I..\\..\\..\\src\\libCom\\taskwd
-I..\\..\\..\\src\\libCom\\timer -I..\\..\\..\\src\\libCom\\tsDefs 
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include
..\\..\\..\\src\\libCom\\misc\\epicsString.c
epicsString.c
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I.
-I..\\..\\..\\src\\libCom\\osi\\os\\WIN32
-I..\\..\\..\\src\\libCom\\osi\\os\\default -I..
-I..\\..\\..\\src\\libCom\\bucketLib -I..\\..\\..\\src\\libCom\\ring 
-I..\\..\\..\\src\\libCom\\calc -I..\\..\\..\\src\\libCom\\cvtFast 
-I..\\..\\..\\src\\libCom\\cppStd
-I..\\..\\..\\src\\libCom\\cxxTemplates -I..\\..\\..\\src\\libCom\\dbmf 
  -I..\\..\\..\\src\\libCom\\ellLib -I..\\..\\..\\src\\libCom\\env
-I..\\..\\..\\src\\libCom\\error -I..\\..\\..\\src\\libCom\\fdmgr 
-I..\\..\\..\\src\\libCom\\freeList -I..\\..\\..\\src\\libCom\\gpHash 
-I..\\..\\..\\src\\libCom\\iocsh -I..\\..\\..\\src\\libCom\\logClient 
-I..\\..\\..\\src\\libCom\\macLib -I..\\..\\..\\src\\libCom\\misc 
-I..\\..\\..\\src\\libCom\\osi -I..\\..\\..\\src\\libCom\\taskwd
-I..\\..\\..\\src\\libCom\\timer -I..\\..\\..\\src\\libCom\\tsDefs 
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include
..\\..\\..\\src\\libCom\\misc\\truncateFile.c
truncateFile.c
cl /nologo /EHsc /GR -c                /D_CRT_SECURE_NO_DEPRECATE 
/D_CRT_NONSTDC_NO_DEPRECATE /D__STDC__=0   /Ox /GL   /W3 /w44355
/MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I.
-I..\\..\\..\\src\\libCom\\osi\\os\\WIN32
-I..\\..\\..\\src\\libCom\\osi\\os\\default -I..
-I..\\..\\..\\src\\libCom\\bucketLib -I..\\..\\..\\src\\libCom\\ring 
-I..\\..\\..\\src\\libCom\\calc -I..\\..\\..\\src\\libCom\\cvtFast 
-I..\\..\\..\\src\\libCom\\cppStd
-I..\\..\\..\\src\\libCom\\cxxTemplates -I..\\..\\..\\src\\libCom\\dbmf 
  -I..\\..\\..\\src\\libCom\\ellLib -I..\\..\\..\\src\\libCom\\env
-I..\\..\\..\\src\\libCom\\error -I..\\..\\..\\src\\libCom\\fdmgr 
-I..\\..\\..\\src\\libCom\\freeList -I..\\..\\..\\src\\libCom\\gpHash 
-I..\\..\\..\\src\\libCom\\iocsh -I..\\..\\..\\src\\libCom\\logClient 
-I..\\..\\..\\src\\libCom\\macLib -I..\\..\\..\\src\\libCom\\misc 
-I..\\..\\..\\src\\libCom\\osi -I..\\..\\..\\src\\libCom\\taskwd
-I..\\..\\..\\src\\libCom\\timer -I..\\..\\..\\src\\libCom\\tsDefs 
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include        /Tp 
..\\..\\..\\src\\libCom\\misc\\ipAddrToAsciiAsynchronous.cpp
ipAddrToAsciiAsynchronous.cpp
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I.
-I..\\..\\..\\src\\libCom\\osi\\os\\WIN32
-I..\\..\\..\\src\\libCom\\osi\\os\\default -I..
-I..\\..\\..\\src\\libCom\\bucketLib -I..\\..\\..\\src\\libCom\\ring 
-I..\\..\\..\\src\\libCom\\calc -I..\\..\\..\\src\\libCom\\cvtFast 
-I..\\..\\..\\src\\libCom\\cppStd
-I..\\..\\..\\src\\libCom\\cxxTemplates -I..\\..\\..\\src\\libCom\\dbmf 
  -I..\\..\\..\\src\\libCom\\ellLib -I..\\..\\..\\src\\libCom\\env
-I..\\..\\..\\src\\libCom\\error -I..\\..\\..\\src\\libCom\\fdmgr 
-I..\\..\\..\\src\\libCom\\freeList -I..\\..\\..\\src\\libCom\\gpHash 
-I..\\..\\..\\src\\libCom\\iocsh -I..\\..\\..\\src\\libCom\\logClient 
-I..\\..\\..\\src\\libCom\\macLib -I..\\..\\..\\src\\libCom\\misc 
-I..\\..\\..\\src\\libCom\\osi -I..\\..\\..\\src\\libCom\\taskwd
-I..\\..\\..\\src\\libCom\\timer -I..\\..\\..\\src\\libCom\\tsDefs 
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include
..\\..\\..\\src\\libCom\\misc\\epicsUnitTest.c
epicsUnitTest.c
cl /nologo /EHsc /GR -c                /D_CRT_SECURE_NO_DEPRECATE 
/D_CRT_NONSTDC_NO_DEPRECATE /D__STDC__=0   /Ox /GL   /W3 /w44355
/MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I.
-I..\\..\\..\\src\\libCom\\osi\\os\\WIN32
-I..\\..\\..\\src\\libCom\\osi\\os\\default -I..
-I..\\..\\..\\src\\libCom\\bucketLib -I..\\..\\..\\src\\libCom\\ring 
-I..\\..\\..\\src\\libCom\\calc -I..\\..\\..\\src\\libCom\\cvtFast 
-I..\\..\\..\\src\\libCom\\cppStd
-I..\\..\\..\\src\\libCom\\cxxTemplates -I..\\..\\..\\src\\libCom\\dbmf 
  -I..\\..\\..\\src\\libCom\\ellLib -I..\\..\\..\\src\\libCom\\env
-I..\\..\\..\\src\\libCom\\error -I..\\..\\..\\src\\libCom\\fdmgr 
-I..\\..\\..\\src\\libCom\\freeList -I..\\..\\..\\src\\libCom\\gpHash 
-I..\\..\\..\\src\\libCom\\iocsh -I..\\..\\..\\src\\libCom\\logClient 
-I..\\..\\..\\src\\libCom\\macLib -I..\\..\\..\\src\\libCom\\misc 
-I..\\..\\..\\src\\libCom\\osi -I..\\..\\..\\src\\libCom\\taskwd
-I..\\..\\..\\src\\libCom\\timer -I..\\..\\..\\src\\libCom\\tsDefs 
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include        /Tp 
..\\..\\..\\src\\libCom\\osi\\epicsThread.cpp
epicsThread.cpp
..\..\..\src\libCom\osi\epicsThread.cpp(83) : warning C4297:
'epicsThreadCallEntryPoint' : function assumed not to throw an exception

  but does
          The function is extern "C" and /EHc was specified
..\..\..\src\libCom\osi\epicsThread.cpp(83) : warning C4297:
'epicsThreadCallEntryPoint' : function assumed not to throw an exception

  but does
          The function is extern "C" and /EHc was specified
cl /nologo /EHsc /GR -c                /D_CRT_SECURE_NO_DEPRECATE 
/D_CRT_NONSTDC_NO_DEPRECATE /D__STDC__=0   /Ox /GL   /W3 /w44355
/MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I.
-I..\\..\\..\\src\\libCom\\osi\\os\\WIN32
-I..\\..\\..\\src\\libCom\\osi\\os\\default -I..
-I..\\..\\..\\src\\libCom\\bucketLib -I..\\..\\..\\src\\libCom\\ring 
-I..\\..\\..\\src\\libCom\\calc -I..\\..\\..\\src\\libCom\\cvtFast 
-I..\\..\\..\\src\\libCom\\cppStd
-I..\\..\\..\\src\\libCom\\cxxTemplates -I..\\..\\..\\src\\libCom\\dbmf 
  -I..\\..\\..\\src\\libCom\\ellLib -I..\\..\\..\\src\\libCom\\env
-I..\\..\\..\\src\\libCom\\error -I..\\..\\..\\src\\libCom\\fdmgr 
-I..\\..\\..\\src\\libCom\\freeList -I..\\..\\..\\src\\libCom\\gpHash 
-I..\\..\\..\\src\\libCom\\iocsh -I..\\..\\..\\src\\libCom\\logClient 
-I..\\..\\..\\src\\libCom\\macLib -I..\\..\\..\\src\\libCom\\misc 
-I..\\..\\..\\src\\libCom\\osi -I..\\..\\..\\src\\libCom\\taskwd
-I..\\..\\..\\src\\libCom\\timer -I..\\..\\..\\src\\libCom\\tsDefs 
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include        /Tp 
..\\..\\..\\src\\libCom\\osi\\epicsMutex.cpp
epicsMutex.cpp
cl /nologo /EHsc /GR -c                /D_CRT_SECURE_NO_DEPRECATE 
/D_CRT_NONSTDC_NO_DEPRECATE /D__STDC__=0   /Ox /GL   /W3 /w44355
/MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I.
-I..\\..\\..\\src\\libCom\\osi\\os\\WIN32
-I..\\..\\..\\src\\libCom\\osi\\os\\default -I..
-I..\\..\\..\\src\\libCom\\bucketLib -I..\\..\\..\\src\\libCom\\ring 
-I..\\..\\..\\src\\libCom\\calc -I..\\..\\..\\src\\libCom\\cvtFast 
-I..\\..\\..\\src\\libCom\\cppStd
-I..\\..\\..\\src\\libCom\\cxxTemplates -I..\\..\\..\\src\\libCom\\dbmf 
  -I..\\..\\..\\src\\libCom\\ellLib -I..\\..\\..\\src\\libCom\\env
-I..\\..\\..\\src\\libCom\\error -I..\\..\\..\\src\\libCom\\fdmgr 
-I..\\..\\..\\src\\libCom\\freeList -I..\\..\\..\\src\\libCom\\gpHash 
-I..\\..\\..\\src\\libCom\\iocsh -I..\\..\\..\\src\\libCom\\logClient 
-I..\\..\\..\\src\\libCom\\macLib -I..\\..\\..\\src\\libCom\\misc 
-I..\\..\\..\\src\\libCom\\osi -I..\\..\\..\\src\\libCom\\taskwd
-I..\\..\\..\\src\\libCom\\timer -I..\\..\\..\\src\\libCom\\tsDefs 
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include        /Tp 
..\\..\\..\\src\\libCom\\osi\\epicsEvent.cpp
epicsEvent.cpp
cl /nologo /EHsc /GR -c                /D_CRT_SECURE_NO_DEPRECATE 
/D_CRT_NONSTDC_NO_DEPRECATE /D__STDC__=0   /Ox /GL   /W3 /w44355
/MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I.
-I..\\..\\..\\src\\libCom\\osi\\os\\WIN32
-I..\\..\\..\\src\\libCom\\osi\\os\\default -I..
-I..\\..\\..\\src\\libCom\\bucketLib -I..\\..\\..\\src\\libCom\\ring 
-I..\\..\\..\\src\\libCom\\calc -I..\\..\\..\\src\\libCom\\cvtFast 
-I..\\..\\..\\src\\libCom\\cppStd
-I..\\..\\..\\src\\libCom\\cxxTemplates -I..\\..\\..\\src\\libCom\\dbmf 
  -I..\\..\\..\\src\\libCom\\ellLib -I..\\..\\..\\src\\libCom\\env
-I..\\..\\..\\src\\libCom\\error -I..\\..\\..\\src\\libCom\\fdmgr 
-I..\\..\\..\\src\\libCom\\freeList -I..\\..\\..\\src\\libCom\\gpHash 
-I..\\..\\..\\src\\libCom\\iocsh -I..\\..\\..\\src\\libCom\\logClient 
-I..\\..\\..\\src\\libCom\\macLib -I..\\..\\..\\src\\libCom\\misc 
-I..\\..\\..\\src\\libCom\\osi -I..\\..\\..\\src\\libCom\\taskwd
-I..\\..\\..\\src\\libCom\\timer -I..\\..\\..\\src\\libCom\\tsDefs 
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include        /Tp 
..\\..\\..\\src\\libCom\\osi\\epicsTime.cpp
epicsTime.cpp
..\..\..\src\libCom\osi\epicsTime.cpp(339) : warning C4244: '=' : 
conversion from 'time_t' to 'long', possible loss of data
cl /nologo /EHsc /GR -c                /D_CRT_SECURE_NO_DEPRECATE 
/D_CRT_NONSTDC_NO_DEPRECATE /D__STDC__=0   /Ox /GL   /W3 /w44355
/MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I.
-I..\\..\\..\\src\\libCom\\osi\\os\\WIN32
-I..\\..\\..\\src\\libCom\\osi\\os\\default -I..
-I..\\..\\..\\src\\libCom\\bucketLib -I..\\..\\..\\src\\libCom\\ring 
-I..\\..\\..\\src\\libCom\\calc -I..\\..\\..\\src\\libCom\\cvtFast 
-I..\\..\\..\\src\\libCom\\cppStd
-I..\\..\\..\\src\\libCom\\cxxTemplates -I..\\..\\..\\src\\libCom\\dbmf 
  -I..\\..\\..\\src\\libCom\\ellLib -I..\\..\\..\\src\\libCom\\env
-I..\\..\\..\\src\\libCom\\error -I..\\..\\..\\src\\libCom\\fdmgr 
-I..\\..\\..\\src\\libCom\\freeList -I..\\..\\..\\src\\libCom\\gpHash 
-I..\\..\\..\\src\\libCom\\iocsh -I..\\..\\..\\src\\libCom\\logClient 
-I..\\..\\..\\src\\libCom\\macLib -I..\\..\\..\\src\\libCom\\misc 
-I..\\..\\..\\src\\libCom\\osi -I..\\..\\..\\src\\libCom\\taskwd
-I..\\..\\..\\src\\libCom\\timer -I..\\..\\..\\src\\libCom\\tsDefs 
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include        /Tp 
..\\..\\..\\src\\libCom\\osi\\epicsMessageQueue.cpp
epicsMessageQueue.cpp
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I.
-I..\\..\\..\\src\\libCom\\osi\\os\\WIN32
-I..\\..\\..\\src\\libCom\\osi\\os\\default -I..
-I..\\..\\..\\src\\libCom\\bucketLib -I..\\..\\..\\src\\libCom\\ring 
-I..\\..\\..\\src\\libCom\\calc -I..\\..\\..\\src\\libCom\\cvtFast 
-I..\\..\\..\\src\\libCom\\cppStd
-I..\\..\\..\\src\\libCom\\cxxTemplates -I..\\..\\..\\src\\libCom\\dbmf 
  -I..\\..\\..\\src\\libCom\\ellLib -I..\\..\\..\\src\\libCom\\env
-I..\\..\\..\\src\\libCom\\error -I..\\..\\..\\src\\libCom\\fdmgr 
-I..\\..\\..\\src\\libCom\\freeList -I..\\..\\..\\src\\libCom\\gpHash 
-I..\\..\\..\\src\\libCom\\iocsh -I..\\..\\..\\src\\libCom\\logClient 
-I..\\..\\..\\src\\libCom\\macLib -I..\\..\\..\\src\\libCom\\misc 
-I..\\..\\..\\src\\libCom\\osi -I..\\..\\..\\src\\libCom\\taskwd
-I..\\..\\..\\src\\libCom\\timer -I..\\..\\..\\src\\libCom\\tsDefs 
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include
..\\..\\..\\src\\libCom\\osi\\epicsGeneralTime.c
epicsGeneralTime.c
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I.
-I..\\..\\..\\src\\libCom\\osi\\os\\WIN32
-I..\\..\\..\\src\\libCom\\osi\\os\\default -I..
-I..\\..\\..\\src\\libCom\\bucketLib -I..\\..\\..\\src\\libCom\\ring 
-I..\\..\\..\\src\\libCom\\calc -I..\\..\\..\\src\\libCom\\cvtFast 
-I..\\..\\..\\src\\libCom\\cppStd
-I..\\..\\..\\src\\libCom\\cxxTemplates -I..\\..\\..\\src\\libCom\\dbmf 
  -I..\\..\\..\\src\\libCom\\ellLib -I..\\..\\..\\src\\libCom\\env
-I..\\..\\..\\src\\libCom\\error -I..\\..\\..\\src\\libCom\\fdmgr 
-I..\\..\\..\\src\\libCom\\freeList -I..\\..\\..\\src\\libCom\\gpHash 
-I..\\..\\..\\src\\libCom\\iocsh -I..\\..\\..\\src\\libCom\\logClient 
-I..\\..\\..\\src\\libCom\\macLib -I..\\..\\..\\src\\libCom\\misc 
-I..\\..\\..\\src\\libCom\\osi -I..\\..\\..\\src\\libCom\\taskwd
-I..\\..\\..\\src\\libCom\\timer -I..\\..\\..\\src\\libCom\\tsDefs 
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include
..\\..\\..\\src\\libCom\\osi\\osiClockTime.c
osiClockTime.c
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I.
-I..\\..\\..\\src\\libCom\\osi\\os\\WIN32
-I..\\..\\..\\src\\libCom\\osi\\os\\default -I..
-I..\\..\\..\\src\\libCom\\bucketLib -I..\\..\\..\\src\\libCom\\ring 
-I..\\..\\..\\src\\libCom\\calc -I..\\..\\..\\src\\libCom\\cvtFast 
-I..\\..\\..\\src\\libCom\\cppStd
-I..\\..\\..\\src\\libCom\\cxxTemplates -I..\\..\\..\\src\\libCom\\dbmf 
  -I..\\..\\..\\src\\libCom\\ellLib -I..\\..\\..\\src\\libCom\\env
-I..\\..\\..\\src\\libCom\\error -I..\\..\\..\\src\\libCom\\fdmgr 
-I..\\..\\..\\src\\libCom\\freeList -I..\\..\\..\\src\\libCom\\gpHash 
-I..\\..\\..\\src\\libCom\\iocsh -I..\\..\\..\\src\\libCom\\logClient 
-I..\\..\\..\\src\\libCom\\macLib -I..\\..\\..\\src\\libCom\\misc 
-I..\\..\\..\\src\\libCom\\osi -I..\\..\\..\\src\\libCom\\taskwd
-I..\\..\\..\\src\\libCom\\timer -I..\\..\\..\\src\\libCom\\tsDefs 
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include
..\\..\\..\\src\\libCom\\osi\\os\\WIN32\\osdSock.c
osdSock.c
cl /nologo /EHsc /GR -c                /D_CRT_SECURE_NO_DEPRECATE 
/D_CRT_NONSTDC_NO_DEPRECATE /D__STDC__=0   /Ox /GL   /W3 /w44355
/MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I.
-I..\\..\\..\\src\\libCom\\osi\\os\\WIN32
-I..\\..\\..\\src\\libCom\\osi\\os\\default -I..
-I..\\..\\..\\src\\libCom\\bucketLib -I..\\..\\..\\src\\libCom\\ring 
-I..\\..\\..\\src\\libCom\\calc -I..\\..\\..\\src\\libCom\\cvtFast 
-I..\\..\\..\\src\\libCom\\cppStd
-I..\\..\\..\\src\\libCom\\cxxTemplates -I..\\..\\..\\src\\libCom\\dbmf 
  -I..\\..\\..\\src\\libCom\\ellLib -I..\\..\\..\\src\\libCom\\env
-I..\\..\\..\\src\\libCom\\error -I..\\..\\..\\src\\libCom\\fdmgr 
-I..\\..\\..\\src\\libCom\\freeList -I..\\..\\..\\src\\libCom\\gpHash 
-I..\\..\\..\\src\\libCom\\iocsh -I..\\..\\..\\src\\libCom\\logClient 
-I..\\..\\..\\src\\libCom\\macLib -I..\\..\\..\\src\\libCom\\misc 
-I..\\..\\..\\src\\libCom\\osi -I..\\..\\..\\src\\libCom\\taskwd
-I..\\..\\..\\src\\libCom\\timer -I..\\..\\..\\src\\libCom\\tsDefs 
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include        /Tp 
..\\..\\..\\src\\libCom\\osi\\os\\WIN32\\osdSockAddrReuse.cpp
osdSockAddrReuse.cpp
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I.
-I..\\..\\..\\src\\libCom\\osi\\os\\WIN32
-I..\\..\\..\\src\\libCom\\osi\\os\\default -I..
-I..\\..\\..\\src\\libCom\\bucketLib -I..\\..\\..\\src\\libCom\\ring 
-I..\\..\\..\\src\\libCom\\calc -I..\\..\\..\\src\\libCom\\cvtFast 
-I..\\..\\..\\src\\libCom\\cppStd
-I..\\..\\..\\src\\libCom\\cxxTemplates -I..\\..\\..\\src\\libCom\\dbmf 
  -I..\\..\\..\\src\\libCom\\ellLib -I..\\..\\..\\src\\libCom\\env
-I..\\..\\..\\src\\libCom\\error -I..\\..\\..\\src\\libCom\\fdmgr 
-I..\\..\\..\\src\\libCom\\freeList -I..\\..\\..\\src\\libCom\\gpHash 
-I..\\..\\..\\src\\libCom\\iocsh -I..\\..\\..\\src\\libCom\\logClient 
-I..\\..\\..\\src\\libCom\\macLib -I..\\..\\..\\src\\libCom\\misc 
-I..\\..\\..\\src\\libCom\\osi -I..\\..\\..\\src\\libCom\\taskwd
-I..\\..\\..\\src\\libCom\\timer -I..\\..\\..\\src\\libCom\\tsDefs 
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include
..\\..\\..\\src\\libCom\\osi\\osiSock.c
osiSock.c
cl /nologo /EHsc /GR -c                /D_CRT_SECURE_NO_DEPRECATE 
/D_CRT_NONSTDC_NO_DEPRECATE /D__STDC__=0   /Ox /GL   /W3 /w44355
/MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I.
-I..\\..\\..\\src\\libCom\\osi\\os\\WIN32
-I..\\..\\..\\src\\libCom\\osi\\os\\default -I..
-I..\\..\\..\\src\\libCom\\bucketLib -I..\\..\\..\\src\\libCom\\ring 
-I..\\..\\..\\src\\libCom\\calc -I..\\..\\..\\src\\libCom\\cvtFast 
-I..\\..\\..\\src\\libCom\\cppStd
-I..\\..\\..\\src\\libCom\\cxxTemplates -I..\\..\\..\\src\\libCom\\dbmf 
  -I..\\..\\..\\src\\libCom\\ellLib -I..\\..\\..\\src\\libCom\\env
-I..\\..\\..\\src\\libCom\\error -I..\\..\\..\\src\\libCom\\fdmgr 
-I..\\..\\..\\src\\libCom\\freeList -I..\\..\\..\\src\\libCom\\gpHash 
-I..\\..\\..\\src\\libCom\\iocsh -I..\\..\\..\\src\\libCom\\logClient 
-I..\\..\\..\\src\\libCom\\macLib -I..\\..\\..\\src\\libCom\\misc 
-I..\\..\\..\\src\\libCom\\osi -I..\\..\\..\\src\\libCom\\taskwd
-I..\\..\\..\\src\\libCom\\timer -I..\\..\\..\\src\\libCom\\tsDefs 
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include        /Tp 
..\\..\\..\\src\\libCom\\osi\\os\\WIN32\\systemCallIntMech.cpp
systemCallIntMech.cpp
cl /nologo /EHsc /GR -c                /D_CRT_SECURE_NO_DEPRECATE 
/D_CRT_NONSTDC_NO_DEPRECATE /D__STDC__=0   /Ox /GL   /W3 /w44355
/MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I.
-I..\\..\\..\\src\\libCom\\osi\\os\\WIN32
-I..\\..\\..\\src\\libCom\\osi\\os\\default -I..
-I..\\..\\..\\src\\libCom\\bucketLib -I..\\..\\..\\src\\libCom\\ring 
-I..\\..\\..\\src\\libCom\\calc -I..\\..\\..\\src\\libCom\\cvtFast 
-I..\\..\\..\\src\\libCom\\cppStd
-I..\\..\\..\\src\\libCom\\cxxTemplates -I..\\..\\..\\src\\libCom\\dbmf 
  -I..\\..\\..\\src\\libCom\\ellLib -I..\\..\\..\\src\\libCom\\env
-I..\\..\\..\\src\\libCom\\error -I..\\..\\..\\src\\libCom\\fdmgr 
-I..\\..\\..\\src\\libCom\\freeList -I..\\..\\..\\src\\libCom\\gpHash 
-I..\\..\\..\\src\\libCom\\iocsh -I..\\..\\..\\src\\libCom\\logClient 
-I..\\..\\..\\src\\libCom\\macLib -I..\\..\\..\\src\\libCom\\misc 
-I..\\..\\..\\src\\libCom\\osi -I..\\..\\..\\src\\libCom\\taskwd
-I..\\..\\..\\src\\libCom\\timer -I..\\..\\..\\src\\libCom\\tsDefs 
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include        /Tp 
..\\..\\..\\src\\libCom\\osi\\os\\WIN32\\epicsSocketConvertErrnoToString
.cpp


epicsSocketConvertErrnoToString.cpp
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I.
-I..\\..\\..\\src\\libCom\\osi\\os\\WIN32
-I..\\..\\..\\src\\libCom\\osi\\os\\default -I..
-I..\\..\\..\\src\\libCom\\bucketLib -I..\\..\\..\\src\\libCom\\ring 
-I..\\..\\..\\src\\libCom\\calc -I..\\..\\..\\src\\libCom\\cvtFast 
-I..\\..\\..\\src\\libCom\\cppStd
-I..\\..\\..\\src\\libCom\\cxxTemplates -I..\\..\\..\\src\\libCom\\dbmf 
  -I..\\..\\..\\src\\libCom\\ellLib -I..\\..\\..\\src\\libCom\\env
-I..\\..\\..\\src\\libCom\\error -I..\\..\\..\\src\\libCom\\fdmgr 
-I..\\..\\..\\src\\libCom\\freeList -I..\\..\\..\\src\\libCom\\gpHash 
-I..\\..\\..\\src\\libCom\\iocsh -I..\\..\\..\\src\\libCom\\logClient 
-I..\\..\\..\\src\\libCom\\macLib -I..\\..\\..\\src\\libCom\\misc 
-I..\\..\\..\\src\\libCom\\osi -I..\\..\\..\\src\\libCom\\taskwd
-I..\\..\\..\\src\\libCom\\timer -I..\\..\\..\\src\\libCom\\tsDefs 
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include
..\\..\\..\\src\\libCom\\osi\\os\\default\\osdAssert.c
osdAssert.c
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I.
-I..\\..\\..\\src\\libCom\\osi\\os\\WIN32
-I..\\..\\..\\src\\libCom\\osi\\os\\default -I..
-I..\\..\\..\\src\\libCom\\bucketLib -I..\\..\\..\\src\\libCom\\ring 
-I..\\..\\..\\src\\libCom\\calc -I..\\..\\..\\src\\libCom\\cvtFast 
-I..\\..\\..\\src\\libCom\\cppStd
-I..\\..\\..\\src\\libCom\\cxxTemplates -I..\\..\\..\\src\\libCom\\dbmf 
  -I..\\..\\..\\src\\libCom\\ellLib -I..\\..\\..\\src\\libCom\\env
-I..\\..\\..\\src\\libCom\\error -I..\\..\\..\\src\\libCom\\fdmgr 
-I..\\..\\..\\src\\libCom\\freeList -I..\\..\\..\\src\\libCom\\gpHash 
-I..\\..\\..\\src\\libCom\\iocsh -I..\\..\\..\\src\\libCom\\logClient 
-I..\\..\\..\\src\\libCom\\macLib -I..\\..\\..\\src\\libCom\\misc 
-I..\\..\\..\\src\\libCom\\osi -I..\\..\\..\\src\\libCom\\taskwd
-I..\\..\\..\\src\\libCom\\timer -I..\\..\\..\\src\\libCom\\tsDefs 
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include
..\\..\\..\\src\\libCom\\osi\\os\\default\\osdFindSymbol.c
osdFindSymbol.c
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I.
-I..\\..\\..\\src\\libCom\\osi\\os\\WIN32
-I..\\..\\..\\src\\libCom\\osi\\os\\default -I..
-I..\\..\\..\\src\\libCom\\bucketLib -I..\\..\\..\\src\\libCom\\ring 
-I..\\..\\..\\src\\libCom\\calc -I..\\..\\..\\src\\libCom\\cvtFast 
-I..\\..\\..\\src\\libCom\\cppStd
-I..\\..\\..\\src\\libCom\\cxxTemplates -I..\\..\\..\\src\\libCom\\dbmf 
  -I..\\..\\..\\src\\libCom\\ellLib -I..\\..\\..\\src\\libCom\\env
-I..\\..\\..\\src\\libCom\\error -I..\\..\\..\\src\\libCom\\fdmgr 
-I..\\..\\..\\src\\libCom\\freeList -I..\\..\\..\\src\\libCom\\gpHash 
-I..\\..\\..\\src\\libCom\\iocsh -I..\\..\\..\\src\\libCom\\logClient 
-I..\\..\\..\\src\\libCom\\macLib -I..\\..\\..\\src\\libCom\\misc 
-I..\\..\\..\\src\\libCom\\osi -I..\\..\\..\\src\\libCom\\taskwd
-I..\\..\\..\\src\\libCom\\timer -I..\\..\\..\\src\\libCom\\tsDefs 
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include
..\\..\\..\\src\\libCom\\osi\\os\\default\\osdInterrupt.c
osdInterrupt.c
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I.
-I..\\..\\..\\src\\libCom\\osi\\os\\WIN32
-I..\\..\\..\\src\\libCom\\osi\\os\\default -I..
-I..\\..\\..\\src\\libCom\\bucketLib -I..\\..\\..\\src\\libCom\\ring 
-I..\\..\\..\\src\\libCom\\calc -I..\\..\\..\\src\\libCom\\cvtFast 
-I..\\..\\..\\src\\libCom\\cppStd
-I..\\..\\..\\src\\libCom\\cxxTemplates -I..\\..\\..\\src\\libCom\\dbmf 
  -I..\\..\\..\\src\\libCom\\ellLib -I..\\..\\..\\src\\libCom\\env
-I..\\..\\..\\src\\libCom\\error -I..\\..\\..\\src\\libCom\\fdmgr 
-I..\\..\\..\\src\\libCom\\freeList -I..\\..\\..\\src\\libCom\\gpHash 
-I..\\..\\..\\src\\libCom\\iocsh -I..\\..\\..\\src\\libCom\\logClient 
-I..\\..\\..\\src\\libCom\\macLib -I..\\..\\..\\src\\libCom\\misc 
-I..\\..\\..\\src\\libCom\\osi -I..\\..\\..\\src\\libCom\\taskwd
-I..\\..\\..\\src\\libCom\\timer -I..\\..\\..\\src\\libCom\\tsDefs 
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include
..\\..\\..\\src\\libCom\\osi\\os\\WIN32\\osdPoolStatus.c
osdPoolStatus.c
cl /nologo /EHsc /GR -c                /D_CRT_SECURE_NO_DEPRECATE 
/D_CRT_NONSTDC_NO_DEPRECATE /D__STDC__=0   /Ox /GL   /W3 /w44355
/MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I.
-I..\\..\\..\\src\\libCom\\osi\\os\\WIN32
-I..\\..\\..\\src\\libCom\\osi\\os\\default -I..
-I..\\..\\..\\src\\libCom\\bucketLib -I..\\..\\..\\src\\libCom\\ring 
-I..\\..\\..\\src\\libCom\\calc -I..\\..\\..\\src\\libCom\\cvtFast 
-I..\\..\\..\\src\\libCom\\cppStd
-I..\\..\\..\\src\\libCom\\cxxTemplates -I..\\..\\..\\src\\libCom\\dbmf 
  -I..\\..\\..\\src\\libCom\\ellLib -I..\\..\\..\\src\\libCom\\env
-I..\\..\\..\\src\\libCom\\error -I..\\..\\..\\src\\libCom\\fdmgr 
-I..\\..\\..\\src\\libCom\\freeList -I..\\..\\..\\src\\libCom\\gpHash 
-I..\\..\\..\\src\\libCom\\iocsh -I..\\..\\..\\src\\libCom\\logClient 
-I..\\..\\..\\src\\libCom\\macLib -I..\\..\\..\\src\\libCom\\misc 
-I..\\..\\..\\src\\libCom\\osi -I..\\..\\..\\src\\libCom\\taskwd
-I..\\..\\..\\src\\libCom\\timer -I..\\..\\..\\src\\libCom\\tsDefs 
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include        /Tp 
..\\..\\..\\src\\libCom\\osi\\os\\WIN32\\osdSignal.cpp
osdSignal.cpp
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
   -U__STDC__     /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I.
-I..\\..\\..\\src\\libCom\\osi\\os\\WIN32
-I..\\..\\..\\src\\libCom\\osi\\os\\default -I..
-I..\\..\\..\\src\\libCom\\bucketLib -I..\\..\\..\\src\\libCom\\ring 
-I..\\..\\..\\src\\libCom\\calc -I..\\..\\..\\src\\libCom\\cvtFast 
-I..\\..\\..\\src\\libCom\\cppStd
-I..\\..\\..\\src\\libCom\\cxxTemplates -I..\\..\\..\\src\\libCom\\dbmf 
  -I..\\..\\..\\src\\libCom\\ellLib -I..\\..\\..\\src\\libCom\\env
-I..\\..\\..\\src\\libCom\\error -I..\\..\\..\\src\\libCom\\fdmgr 
-I..\\..\\..\\src\\libCom\\freeList -I..\\..\\..\\src\\libCom\\gpHash 
-I..\\..\\..\\src\\libCom\\iocsh -I..\\..\\..\\src\\libCom\\logClient 
-I..\\..\\..\\src\\libCom\\macLib -I..\\..\\..\\src\\libCom\\misc 
-I..\\..\\..\\src\\libCom\\osi -I..\\..\\..\\src\\libCom\\taskwd
-I..\\..\\..\\src\\libCom\\timer -I..\\..\\..\\src\\libCom\\tsDefs 
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include
..\\..\\..\\src\\libCom\\osi\\os\\default\\osdEnv.c
cl : Command line warning D9025 : overriding '/D__STDC__=0' with
'/U__STDC__'
osdEnv.c
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
    -DEPICS_COMMANDLINE_LIBRARY=EPICS_COMMANDLINE_LIBRARY_EPICS    /MT
-DEPICS_DLL_NO   -I. -I..\\O.Common -I.
-I..\\..\\..\\src\\libCom\\osi\\os\\WIN32
-I..\\..\\..\\src\\libCom\\osi\\os\\default -I..
-I..\\..\\..\\src\\libCom\\bucketLib -I..\\..\\..\\src\\libCom\\ring 
-I..\\..\\..\\src\\libCom\\calc -I..\\..\\..\\src\\libCom\\cvtFast 
-I..\\..\\..\\src\\libCom\\cppStd
-I..\\..\\..\\src\\libCom\\cxxTemplates -I..\\..\\..\\src\\libCom\\dbmf 
  -I..\\..\\..\\src\\libCom\\ellLib -I..\\..\\..\\src\\libCom\\env
-I..\\..\\..\\src\\libCom\\error -I..\\..\\..\\src\\libCom\\fdmgr 
-I..\\..\\..\\src\\libCom\\freeList -I..\\..\\..\\src\\libCom\\gpHash 
-I..\\..\\..\\src\\libCom\\iocsh -I..\\..\\..\\src\\libCom\\logClient 
-I..\\..\\..\\src\\libCom\\macLib -I..\\..\\..\\src\\libCom\\misc 
-I..\\..\\..\\src\\libCom\\osi -I..\\..\\..\\src\\libCom\\taskwd
-I..\\..\\..\\src\\libCom\\timer -I..\\..\\..\\src\\libCom\\tsDefs 
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include
..\\..\\..\\src\\libCom\\osi\\os\\default\\epicsReadline.c
epicsReadline.c
cl /nologo /EHsc /GR -c                /D_CRT_SECURE_NO_DEPRECATE 
/D_CRT_NONSTDC_NO_DEPRECATE /D__STDC__=0   /Ox /GL   /W3 /w44355
/MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I.
-I..\\..\\..\\src\\libCom\\osi\\os\\WIN32
-I..\\..\\..\\src\\libCom\\osi\\os\\default -I..
-I..\\..\\..\\src\\libCom\\bucketLib -I..\\..\\..\\src\\libCom\\ring 
-I..\\..\\..\\src\\libCom\\calc -I..\\..\\..\\src\\libCom\\cvtFast 
-I..\\..\\..\\src\\libCom\\cppStd
-I..\\..\\..\\src\\libCom\\cxxTemplates -I..\\..\\..\\src\\libCom\\dbmf 
  -I..\\..\\..\\src\\libCom\\ellLib -I..\\..\\..\\src\\libCom\\env
-I..\\..\\..\\src\\libCom\\error -I..\\..\\..\\src\\libCom\\fdmgr 
-I..\\..\\..\\src\\libCom\\freeList -I..\\..\\..\\src\\libCom\\gpHash 
-I..\\..\\..\\src\\libCom\\iocsh -I..\\..\\..\\src\\libCom\\logClient 
-I..\\..\\..\\src\\libCom\\macLib -I..\\..\\..\\src\\libCom\\misc 
-I..\\..\\..\\src\\libCom\\osi -I..\\..\\..\\src\\libCom\\taskwd
-I..\\..\\..\\src\\libCom\\timer -I..\\..\\..\\src\\libCom\\tsDefs 
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include        /Tp 
..\\..\\..\\src\\libCom\\osi\\os\\WIN32\\epicsTempFile.cpp
epicsTempFile.cpp
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I.
-I..\\..\\..\\src\\libCom\\osi\\os\\WIN32
-I..\\..\\..\\src\\libCom\\osi\\os\\default -I..
-I..\\..\\..\\src\\libCom\\bucketLib -I..\\..\\..\\src\\libCom\\ring 
-I..\\..\\..\\src\\libCom\\calc -I..\\..\\..\\src\\libCom\\cvtFast 
-I..\\..\\..\\src\\libCom\\cppStd
-I..\\..\\..\\src\\libCom\\cxxTemplates -I..\\..\\..\\src\\libCom\\dbmf 
  -I..\\..\\..\\src\\libCom\\ellLib -I..\\..\\..\\src\\libCom\\env
-I..\\..\\..\\src\\libCom\\error -I..\\..\\..\\src\\libCom\\fdmgr 
-I..\\..\\..\\src\\libCom\\freeList -I..\\..\\..\\src\\libCom\\gpHash 
-I..\\..\\..\\src\\libCom\\iocsh -I..\\..\\..\\src\\libCom\\logClient 
-I..\\..\\..\\src\\libCom\\macLib -I..\\..\\..\\src\\libCom\\misc 
-I..\\..\\..\\src\\libCom\\osi -I..\\..\\..\\src\\libCom\\taskwd
-I..\\..\\..\\src\\libCom\\timer -I..\\..\\..\\src\\libCom\\tsDefs 
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include
..\\..\\..\\src\\libCom\\osi\\epicsStdio.c
epicsStdio.c
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I.
-I..\\..\\..\\src\\libCom\\osi\\os\\WIN32
-I..\\..\\..\\src\\libCom\\osi\\os\\default -I..
-I..\\..\\..\\src\\libCom\\bucketLib -I..\\..\\..\\src\\libCom\\ring 
-I..\\..\\..\\src\\libCom\\calc -I..\\..\\..\\src\\libCom\\cvtFast 
-I..\\..\\..\\src\\libCom\\cppStd
-I..\\..\\..\\src\\libCom\\cxxTemplates -I..\\..\\..\\src\\libCom\\dbmf 
  -I..\\..\\..\\src\\libCom\\ellLib -I..\\..\\..\\src\\libCom\\env
-I..\\..\\..\\src\\libCom\\error -I..\\..\\..\\src\\libCom\\fdmgr 
-I..\\..\\..\\src\\libCom\\freeList -I..\\..\\..\\src\\libCom\\gpHash 
-I..\\..\\..\\src\\libCom\\iocsh -I..\\..\\..\\src\\libCom\\logClient 
-I..\\..\\..\\src\\libCom\\macLib -I..\\..\\..\\src\\libCom\\misc 
-I..\\..\\..\\src\\libCom\\osi -I..\\..\\..\\src\\libCom\\taskwd
-I..\\..\\..\\src\\libCom\\timer -I..\\..\\..\\src\\libCom\\tsDefs 
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include
..\\..\\..\\src\\libCom\\osi\\os\\WIN32\\osdStdio.c
osdStdio.c
cl -c           -DDONT_USE_POSIX_THREAD_PRIORITY_SCHEDULING
/D_CRT_SECURE_NO_DEPRECATE /D_CRT_NONSTDC_NO_DEPRECATE /nologo
/D__STDC__=0   /Ox /GL   /W3 /w44355       /MT -DEPICS_DLL_NO   -I. 
-I..\\O.Common -I. -I..\\..\\..\\src\\libCom\\osi\\os\\WIN32
-I..\\..\\..\\src\\libCom\\osi\\os\\default -I..
-I..\\..\\..\\src\\libCom\\bucketLib -I..\\..\\..\\src\\libCom\\ring 
-I..\\..\\..\\src\\libCom\\calc -I..\\..\\..\\src\\libCom\\cvtFast 
-I..\\..\\..\\src\\libCom\\cppStd
-I..\\..\\..\\src\\libCom\\cxxTemplates -I..\\..\\..\\src\\libCom\\dbmf 
  -I..\\..\\..\\src\\libCom\\ellLib -I..\\..\\..\\src\\libCom\\env
-I..\\..\\..\\src\\libCom\\error -I..\\..\\..\\src\\libCom\\fdmgr 
-I..\\..\\..\\src\\libCom\\freeList -I..\\..\\..\\src\\libCom\\gpHash 
-I..\\..\\..\\src\\libCom\\iocsh -I..\\..\\..\\src\\libCom\\logClient 
-I..\\..\\..\\src\\libCom\\macLib -I..\\..\\..\\src\\libCom\\misc 
-I..\\..\\..\\src\\libCom\\osi -I..\\..\\..\\src\\libCom\\taskwd
-I..\\..\\..\\src\\libCom\\timer -I..\\..\\..\\src\\libCom\\tsDefs 
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include
..\\..\\..\\src\\libCom\\osi\\os\\WIN32\\osdThread.c
osdThread.c
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I.
-I..\\..\\..\\src\\libCom\\osi\\os\\WIN32
-I..\\..\\..\\src\\libCom\\osi\\os\\default -I..
-I..\\..\\..\\src\\libCom\\bucketLib -I..\\..\\..\\src\\libCom\\ring 
-I..\\..\\..\\src\\libCom\\calc -I..\\..\\..\\src\\libCom\\cvtFast 
-I..\\..\\..\\src\\libCom\\cppStd
-I..\\..\\..\\src\\libCom\\cxxTemplates -I..\\..\\..\\src\\libCom\\dbmf 
  -I..\\..\\..\\src\\libCom\\ellLib -I..\\..\\..\\src\\libCom\\env
-I..\\..\\..\\src\\libCom\\error -I..\\..\\..\\src\\libCom\\fdmgr 
-I..\\..\\..\\src\\libCom\\freeList -I..\\..\\..\\src\\libCom\\gpHash 
-I..\\..\\..\\src\\libCom\\iocsh -I..\\..\\..\\src\\libCom\\logClient 
-I..\\..\\..\\src\\libCom\\macLib -I..\\..\\..\\src\\libCom\\misc 
-I..\\..\\..\\src\\libCom\\osi -I..\\..\\..\\src\\libCom\\taskwd
-I..\\..\\..\\src\\libCom\\timer -I..\\..\\..\\src\\libCom\\tsDefs 
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include
..\\..\\..\\src\\libCom\\osi\\os\\WIN32\\osdMutex.c
osdMutex.c
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I.
-I..\\..\\..\\src\\libCom\\osi\\os\\WIN32
-I..\\..\\..\\src\\libCom\\osi\\os\\default -I..
-I..\\..\\..\\src\\libCom\\bucketLib -I..\\..\\..\\src\\libCom\\ring 
-I..\\..\\..\\src\\libCom\\calc -I..\\..\\..\\src\\libCom\\cvtFast 
-I..\\..\\..\\src\\libCom\\cppStd
-I..\\..\\..\\src\\libCom\\cxxTemplates -I..\\..\\..\\src\\libCom\\dbmf 
  -I..\\..\\..\\src\\libCom\\ellLib -I..\\..\\..\\src\\libCom\\env
-I..\\..\\..\\src\\libCom\\error -I..\\..\\..\\src\\libCom\\fdmgr 
-I..\\..\\..\\src\\libCom\\freeList -I..\\..\\..\\src\\libCom\\gpHash 
-I..\\..\\..\\src\\libCom\\iocsh -I..\\..\\..\\src\\libCom\\logClient 
-I..\\..\\..\\src\\libCom\\macLib -I..\\..\\..\\src\\libCom\\misc 
-I..\\..\\..\\src\\libCom\\osi -I..\\..\\..\\src\\libCom\\taskwd
-I..\\..\\..\\src\\libCom\\timer -I..\\..\\..\\src\\libCom\\tsDefs 
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include
..\\..\\..\\src\\libCom\\osi\\os\\WIN32\\osdEvent.c
osdEvent.c
cl /nologo /EHsc /GR -c                /D_CRT_SECURE_NO_DEPRECATE 
/D_CRT_NONSTDC_NO_DEPRECATE /D__STDC__=0   /Ox /GL   /W3 /w44355
/MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I.
-I..\\..\\..\\src\\libCom\\osi\\os\\WIN32
-I..\\..\\..\\src\\libCom\\osi\\os\\default -I..
-I..\\..\\..\\src\\libCom\\bucketLib -I..\\..\\..\\src\\libCom\\ring 
-I..\\..\\..\\src\\libCom\\calc -I..\\..\\..\\src\\libCom\\cvtFast 
-I..\\..\\..\\src\\libCom\\cppStd
-I..\\..\\..\\src\\libCom\\cxxTemplates -I..\\..\\..\\src\\libCom\\dbmf 
  -I..\\..\\..\\src\\libCom\\ellLib -I..\\..\\..\\src\\libCom\\env
-I..\\..\\..\\src\\libCom\\error -I..\\..\\..\\src\\libCom\\fdmgr 
-I..\\..\\..\\src\\libCom\\freeList -I..\\..\\..\\src\\libCom\\gpHash 
-I..\\..\\..\\src\\libCom\\iocsh -I..\\..\\..\\src\\libCom\\logClient 
-I..\\..\\..\\src\\libCom\\macLib -I..\\..\\..\\src\\libCom\\misc 
-I..\\..\\..\\src\\libCom\\osi -I..\\..\\..\\src\\libCom\\taskwd
-I..\\..\\..\\src\\libCom\\timer -I..\\..\\..\\src\\libCom\\tsDefs 
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include        /Tp 
..\\..\\..\\src\\libCom\\osi\\os\\WIN32\\osdTime.cpp
osdTime.cpp
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I.
-I..\\..\\..\\src\\libCom\\osi\\os\\WIN32
-I..\\..\\..\\src\\libCom\\osi\\os\\default -I..
-I..\\..\\..\\src\\libCom\\bucketLib -I..\\..\\..\\src\\libCom\\ring 
-I..\\..\\..\\src\\libCom\\calc -I..\\..\\..\\src\\libCom\\cvtFast 
-I..\\..\\..\\src\\libCom\\cppStd
-I..\\..\\..\\src\\libCom\\cxxTemplates -I..\\..\\..\\src\\libCom\\dbmf 
  -I..\\..\\..\\src\\libCom\\ellLib -I..\\..\\..\\src\\libCom\\env
-I..\\..\\..\\src\\libCom\\error -I..\\..\\..\\src\\libCom\\fdmgr 
-I..\\..\\..\\src\\libCom\\freeList -I..\\..\\..\\src\\libCom\\gpHash 
-I..\\..\\..\\src\\libCom\\iocsh -I..\\..\\..\\src\\libCom\\logClient 
-I..\\..\\..\\src\\libCom\\macLib -I..\\..\\..\\src\\libCom\\misc 
-I..\\..\\..\\src\\libCom\\osi -I..\\..\\..\\src\\libCom\\taskwd
-I..\\..\\..\\src\\libCom\\timer -I..\\..\\..\\src\\libCom\\tsDefs 
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include
..\\..\\..\\src\\libCom\\osi\\os\\WIN32\\osdProcess.c
osdProcess.c
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I.
-I..\\..\\..\\src\\libCom\\osi\\os\\WIN32
-I..\\..\\..\\src\\libCom\\osi\\os\\default -I..
-I..\\..\\..\\src\\libCom\\bucketLib -I..\\..\\..\\src\\libCom\\ring 
-I..\\..\\..\\src\\libCom\\calc -I..\\..\\..\\src\\libCom\\cvtFast 
-I..\\..\\..\\src\\libCom\\cppStd
-I..\\..\\..\\src\\libCom\\cxxTemplates -I..\\..\\..\\src\\libCom\\dbmf 
  -I..\\..\\..\\src\\libCom\\ellLib -I..\\..\\..\\src\\libCom\\env
-I..\\..\\..\\src\\libCom\\error -I..\\..\\..\\src\\libCom\\fdmgr 
-I..\\..\\..\\src\\libCom\\freeList -I..\\..\\..\\src\\libCom\\gpHash 
-I..\\..\\..\\src\\libCom\\iocsh -I..\\..\\..\\src\\libCom\\logClient 
-I..\\..\\..\\src\\libCom\\macLib -I..\\..\\..\\src\\libCom\\misc 
-I..\\..\\..\\src\\libCom\\osi -I..\\..\\..\\src\\libCom\\taskwd
-I..\\..\\..\\src\\libCom\\timer -I..\\..\\..\\src\\libCom\\tsDefs 
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include
..\\..\\..\\src\\libCom\\osi\\os\\WIN32\\osdNetIntf.c
osdNetIntf.c
cl /nologo /EHsc /GR -c                /D_CRT_SECURE_NO_DEPRECATE 
/D_CRT_NONSTDC_NO_DEPRECATE /D__STDC__=0   /Ox /GL   /W3 /w44355
/MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I.
-I..\\..\\..\\src\\libCom\\osi\\os\\WIN32
-I..\\..\\..\\src\\libCom\\osi\\os\\default -I..
-I..\\..\\..\\src\\libCom\\bucketLib -I..\\..\\..\\src\\libCom\\ring 
-I..\\..\\..\\src\\libCom\\calc -I..\\..\\..\\src\\libCom\\cvtFast 
-I..\\..\\..\\src\\libCom\\cppStd
-I..\\..\\..\\src\\libCom\\cxxTemplates -I..\\..\\..\\src\\libCom\\dbmf 
  -I..\\..\\..\\src\\libCom\\ellLib -I..\\..\\..\\src\\libCom\\env
-I..\\..\\..\\src\\libCom\\error -I..\\..\\..\\src\\libCom\\fdmgr 
-I..\\..\\..\\src\\libCom\\freeList -I..\\..\\..\\src\\libCom\\gpHash 
-I..\\..\\..\\src\\libCom\\iocsh -I..\\..\\..\\src\\libCom\\logClient 
-I..\\..\\..\\src\\libCom\\macLib -I..\\..\\..\\src\\libCom\\misc 
-I..\\..\\..\\src\\libCom\\osi -I..\\..\\..\\src\\libCom\\taskwd
-I..\\..\\..\\src\\libCom\\timer -I..\\..\\..\\src\\libCom\\tsDefs 
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include        /Tp 
..\\..\\..\\src\\libCom\\osi\\os\\default\\osdMessageQueue.cpp
osdMessageQueue.cpp
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I.
-I..\\..\\..\\src\\libCom\\osi\\os\\WIN32
-I..\\..\\..\\src\\libCom\\osi\\os\\default -I..
-I..\\..\\..\\src\\libCom\\bucketLib -I..\\..\\..\\src\\libCom\\ring 
-I..\\..\\..\\src\\libCom\\calc -I..\\..\\..\\src\\libCom\\cvtFast 
-I..\\..\\..\\src\\libCom\\cppStd
-I..\\..\\..\\src\\libCom\\cxxTemplates -I..\\..\\..\\src\\libCom\\dbmf 
  -I..\\..\\..\\src\\libCom\\ellLib -I..\\..\\..\\src\\libCom\\env
-I..\\..\\..\\src\\libCom\\error -I..\\..\\..\\src\\libCom\\fdmgr 
-I..\\..\\..\\src\\libCom\\freeList -I..\\..\\..\\src\\libCom\\gpHash 
-I..\\..\\..\\src\\libCom\\iocsh -I..\\..\\..\\src\\libCom\\logClient 
-I..\\..\\..\\src\\libCom\\macLib -I..\\..\\..\\src\\libCom\\misc 
-I..\\..\\..\\src\\libCom\\osi -I..\\..\\..\\src\\libCom\\taskwd
-I..\\..\\..\\src\\libCom\\timer -I..\\..\\..\\src\\libCom\\tsDefs 
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include
..\\..\\..\\src\\libCom\\osi\\devLib.c
devLib.c
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I.
-I..\\..\\..\\src\\libCom\\osi\\os\\WIN32
-I..\\..\\..\\src\\libCom\\osi\\os\\default -I..
-I..\\..\\..\\src\\libCom\\bucketLib -I..\\..\\..\\src\\libCom\\ring 
-I..\\..\\..\\src\\libCom\\calc -I..\\..\\..\\src\\libCom\\cvtFast 
-I..\\..\\..\\src\\libCom\\cppStd
-I..\\..\\..\\src\\libCom\\cxxTemplates -I..\\..\\..\\src\\libCom\\dbmf 
  -I..\\..\\..\\src\\libCom\\ellLib -I..\\..\\..\\src\\libCom\\env
-I..\\..\\..\\src\\libCom\\error -I..\\..\\..\\src\\libCom\\fdmgr 
-I..\\..\\..\\src\\libCom\\freeList -I..\\..\\..\\src\\libCom\\gpHash 
-I..\\..\\..\\src\\libCom\\iocsh -I..\\..\\..\\src\\libCom\\logClient 
-I..\\..\\..\\src\\libCom\\macLib -I..\\..\\..\\src\\libCom\\misc 
-I..\\..\\..\\src\\libCom\\osi -I..\\..\\..\\src\\libCom\\taskwd
-I..\\..\\..\\src\\libCom\\timer -I..\\..\\..\\src\\libCom\\tsDefs 
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include
..\\..\\..\\src\\libCom\\osi\\os\\default\\devLibOSD.c
devLibOSD.c
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I.
-I..\\..\\..\\src\\libCom\\osi\\os\\WIN32
-I..\\..\\..\\src\\libCom\\osi\\os\\default -I..
-I..\\..\\..\\src\\libCom\\bucketLib -I..\\..\\..\\src\\libCom\\ring 
-I..\\..\\..\\src\\libCom\\calc -I..\\..\\..\\src\\libCom\\cvtFast 
-I..\\..\\..\\src\\libCom\\cppStd
-I..\\..\\..\\src\\libCom\\cxxTemplates -I..\\..\\..\\src\\libCom\\dbmf 
  -I..\\..\\..\\src\\libCom\\ellLib -I..\\..\\..\\src\\libCom\\env
-I..\\..\\..\\src\\libCom\\error -I..\\..\\..\\src\\libCom\\fdmgr 
-I..\\..\\..\\src\\libCom\\freeList -I..\\..\\..\\src\\libCom\\gpHash 
-I..\\..\\..\\src\\libCom\\iocsh -I..\\..\\..\\src\\libCom\\logClient 
-I..\\..\\..\\src\\libCom\\macLib -I..\\..\\..\\src\\libCom\\misc 
-I..\\..\\..\\src\\libCom\\osi -I..\\..\\..\\src\\libCom\\taskwd
-I..\\..\\..\\src\\libCom\\timer -I..\\..\\..\\src\\libCom\\tsDefs 
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include
..\\..\\..\\src\\libCom\\taskwd\\taskwd.c
taskwd.c
cl /nologo /EHsc /GR -c                /D_CRT_SECURE_NO_DEPRECATE 
/D_CRT_NONSTDC_NO_DEPRECATE /D__STDC__=0   /Ox /GL   /W3 /w44355
/MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I.
-I..\\..\\..\\src\\libCom\\osi\\os\\WIN32
-I..\\..\\..\\src\\libCom\\osi\\os\\default -I..
-I..\\..\\..\\src\\libCom\\bucketLib -I..\\..\\..\\src\\libCom\\ring 
-I..\\..\\..\\src\\libCom\\calc -I..\\..\\..\\src\\libCom\\cvtFast 
-I..\\..\\..\\src\\libCom\\cppStd
-I..\\..\\..\\src\\libCom\\cxxTemplates -I..\\..\\..\\src\\libCom\\dbmf 
  -I..\\..\\..\\src\\libCom\\ellLib -I..\\..\\..\\src\\libCom\\env
-I..\\..\\..\\src\\libCom\\error -I..\\..\\..\\src\\libCom\\fdmgr 
-I..\\..\\..\\src\\libCom\\freeList -I..\\..\\..\\src\\libCom\\gpHash 
-I..\\..\\..\\src\\libCom\\iocsh -I..\\..\\..\\src\\libCom\\logClient 
-I..\\..\\..\\src\\libCom\\macLib -I..\\..\\..\\src\\libCom\\misc 
-I..\\..\\..\\src\\libCom\\osi -I..\\..\\..\\src\\libCom\\taskwd
-I..\\..\\..\\src\\libCom\\timer -I..\\..\\..\\src\\libCom\\tsDefs 
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include        /Tp 
..\\..\\..\\src\\libCom\\timer\\epicsTimer.cpp
epicsTimer.cpp
cl /nologo /EHsc /GR -c                /D_CRT_SECURE_NO_DEPRECATE 
/D_CRT_NONSTDC_NO_DEPRECATE /D__STDC__=0   /Ox /GL   /W3 /w44355
/MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I.
-I..\\..\\..\\src\\libCom\\osi\\os\\WIN32
-I..\\..\\..\\src\\libCom\\osi\\os\\default -I..
-I..\\..\\..\\src\\libCom\\bucketLib -I..\\..\\..\\src\\libCom\\ring 
-I..\\..\\..\\src\\libCom\\calc -I..\\..\\..\\src\\libCom\\cvtFast 
-I..\\..\\..\\src\\libCom\\cppStd
-I..\\..\\..\\src\\libCom\\cxxTemplates -I..\\..\\..\\src\\libCom\\dbmf 
  -I..\\..\\..\\src\\libCom\\ellLib -I..\\..\\..\\src\\libCom\\env
-I..\\..\\..\\src\\libCom\\error -I..\\..\\..\\src\\libCom\\fdmgr 
-I..\\..\\..\\src\\libCom\\freeList -I..\\..\\..\\src\\libCom\\gpHash 
-I..\\..\\..\\src\\libCom\\iocsh -I..\\..\\..\\src\\libCom\\logClient 
-I..\\..\\..\\src\\libCom\\macLib -I..\\..\\..\\src\\libCom\\misc 
-I..\\..\\..\\src\\libCom\\osi -I..\\..\\..\\src\\libCom\\taskwd
-I..\\..\\..\\src\\libCom\\timer -I..\\..\\..\\src\\libCom\\tsDefs 
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include        /Tp 
..\\..\\..\\src\\libCom\\timer\\timer.cpp
timer.cpp
cl /nologo /EHsc /GR -c                /D_CRT_SECURE_NO_DEPRECATE 
/D_CRT_NONSTDC_NO_DEPRECATE /D__STDC__=0   /Ox /GL   /W3 /w44355
/MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I.
-I..\\..\\..\\src\\libCom\\osi\\os\\WIN32
-I..\\..\\..\\src\\libCom\\osi\\os\\default -I..
-I..\\..\\..\\src\\libCom\\bucketLib -I..\\..\\..\\src\\libCom\\ring 
-I..\\..\\..\\src\\libCom\\calc -I..\\..\\..\\src\\libCom\\cvtFast 
-I..\\..\\..\\src\\libCom\\cppStd
-I..\\..\\..\\src\\libCom\\cxxTemplates -I..\\..\\..\\src\\libCom\\dbmf 
  -I..\\..\\..\\src\\libCom\\ellLib -I..\\..\\..\\src\\libCom\\env
-I..\\..\\..\\src\\libCom\\error -I..\\..\\..\\src\\libCom\\fdmgr 
-I..\\..\\..\\src\\libCom\\freeList -I..\\..\\..\\src\\libCom\\gpHash 
-I..\\..\\..\\src\\libCom\\iocsh -I..\\..\\..\\src\\libCom\\logClient 
-I..\\..\\..\\src\\libCom\\macLib -I..\\..\\..\\src\\libCom\\misc 
-I..\\..\\..\\src\\libCom\\osi -I..\\..\\..\\src\\libCom\\taskwd
-I..\\..\\..\\src\\libCom\\timer -I..\\..\\..\\src\\libCom\\tsDefs 
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include        /Tp 
..\\..\\..\\src\\libCom\\timer\\timerQueue.cpp
timerQueue.cpp
cl /nologo /EHsc /GR -c                /D_CRT_SECURE_NO_DEPRECATE 
/D_CRT_NONSTDC_NO_DEPRECATE /D__STDC__=0   /Ox /GL   /W3 /w44355
/MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I.
-I..\\..\\..\\src\\libCom\\osi\\os\\WIN32
-I..\\..\\..\\src\\libCom\\osi\\os\\default -I..
-I..\\..\\..\\src\\libCom\\bucketLib -I..\\..\\..\\src\\libCom\\ring 
-I..\\..\\..\\src\\libCom\\calc -I..\\..\\..\\src\\libCom\\cvtFast 
-I..\\..\\..\\src\\libCom\\cppStd
-I..\\..\\..\\src\\libCom\\cxxTemplates -I..\\..\\..\\src\\libCom\\dbmf 
  -I..\\..\\..\\src\\libCom\\ellLib -I..\\..\\..\\src\\libCom\\env
-I..\\..\\..\\src\\libCom\\error -I..\\..\\..\\src\\libCom\\fdmgr 
-I..\\..\\..\\src\\libCom\\freeList -I..\\..\\..\\src\\libCom\\gpHash 
-I..\\..\\..\\src\\libCom\\iocsh -I..\\..\\..\\src\\libCom\\logClient 
-I..\\..\\..\\src\\libCom\\macLib -I..\\..\\..\\src\\libCom\\misc 
-I..\\..\\..\\src\\libCom\\osi -I..\\..\\..\\src\\libCom\\taskwd
-I..\\..\\..\\src\\libCom\\timer -I..\\..\\..\\src\\libCom\\tsDefs 
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include        /Tp 
..\\..\\..\\src\\libCom\\timer\\timerQueueActive.cpp
timerQueueActive.cpp
cl /nologo /EHsc /GR -c                /D_CRT_SECURE_NO_DEPRECATE 
/D_CRT_NONSTDC_NO_DEPRECATE /D__STDC__=0   /Ox /GL   /W3 /w44355
/MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I.
-I..\\..\\..\\src\\libCom\\osi\\os\\WIN32
-I..\\..\\..\\src\\libCom\\osi\\os\\default -I..
-I..\\..\\..\\src\\libCom\\bucketLib -I..\\..\\..\\src\\libCom\\ring 
-I..\\..\\..\\src\\libCom\\calc -I..\\..\\..\\src\\libCom\\cvtFast 
-I..\\..\\..\\src\\libCom\\cppStd
-I..\\..\\..\\src\\libCom\\cxxTemplates -I..\\..\\..\\src\\libCom\\dbmf 
  -I..\\..\\..\\src\\libCom\\ellLib -I..\\..\\..\\src\\libCom\\env
-I..\\..\\..\\src\\libCom\\error -I..\\..\\..\\src\\libCom\\fdmgr 
-I..\\..\\..\\src\\libCom\\freeList -I..\\..\\..\\src\\libCom\\gpHash 
-I..\\..\\..\\src\\libCom\\iocsh -I..\\..\\..\\src\\libCom\\logClient 
-I..\\..\\..\\src\\libCom\\macLib -I..\\..\\..\\src\\libCom\\misc 
-I..\\..\\..\\src\\libCom\\osi -I..\\..\\..\\src\\libCom\\taskwd
-I..\\..\\..\\src\\libCom\\timer -I..\\..\\..\\src\\libCom\\tsDefs 
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include        /Tp 
..\\..\\..\\src\\libCom\\timer\\timerQueueActiveMgr.cpp
timerQueueActiveMgr.cpp
cl /nologo /EHsc /GR -c                /D_CRT_SECURE_NO_DEPRECATE 
/D_CRT_NONSTDC_NO_DEPRECATE /D__STDC__=0   /Ox /GL   /W3 /w44355
/MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I.
-I..\\..\\..\\src\\libCom\\osi\\os\\WIN32
-I..\\..\\..\\src\\libCom\\osi\\os\\default -I..
-I..\\..\\..\\src\\libCom\\bucketLib -I..\\..\\..\\src\\libCom\\ring 
-I..\\..\\..\\src\\libCom\\calc -I..\\..\\..\\src\\libCom\\cvtFast 
-I..\\..\\..\\src\\libCom\\cppStd
-I..\\..\\..\\src\\libCom\\cxxTemplates -I..\\..\\..\\src\\libCom\\dbmf 
  -I..\\..\\..\\src\\libCom\\ellLib -I..\\..\\..\\src\\libCom\\env
-I..\\..\\..\\src\\libCom\\error -I..\\..\\..\\src\\libCom\\fdmgr 
-I..\\..\\..\\src\\libCom\\freeList -I..\\..\\..\\src\\libCom\\gpHash 
-I..\\..\\..\\src\\libCom\\iocsh -I..\\..\\..\\src\\libCom\\logClient 
-I..\\..\\..\\src\\libCom\\macLib -I..\\..\\..\\src\\libCom\\misc 
-I..\\..\\..\\src\\libCom\\osi -I..\\..\\..\\src\\libCom\\taskwd
-I..\\..\\..\\src\\libCom\\timer -I..\\..\\..\\src\\libCom\\tsDefs 
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include        /Tp 
..\\..\\..\\src\\libCom\\timer\\timerQueuePassive.cpp
timerQueuePassive.cpp
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I.
-I..\\..\\..\\src\\libCom\\osi\\os\\WIN32
-I..\\..\\..\\src\\libCom\\osi\\os\\default -I..
-I..\\..\\..\\src\\libCom\\bucketLib -I..\\..\\..\\src\\libCom\\ring 
-I..\\..\\..\\src\\libCom\\calc -I..\\..\\..\\src\\libCom\\cvtFast 
-I..\\..\\..\\src\\libCom\\cppStd
-I..\\..\\..\\src\\libCom\\cxxTemplates -I..\\..\\..\\src\\libCom\\dbmf 
  -I..\\..\\..\\src\\libCom\\ellLib -I..\\..\\..\\src\\libCom\\env
-I..\\..\\..\\src\\libCom\\error -I..\\..\\..\\src\\libCom\\fdmgr 
-I..\\..\\..\\src\\libCom\\freeList -I..\\..\\..\\src\\libCom\\gpHash 
-I..\\..\\..\\src\\libCom\\iocsh -I..\\..\\..\\src\\libCom\\logClient 
-I..\\..\\..\\src\\libCom\\macLib -I..\\..\\..\\src\\libCom\\misc 
-I..\\..\\..\\src\\libCom\\osi -I..\\..\\..\\src\\libCom\\taskwd
-I..\\..\\..\\src\\libCom\\timer -I..\\..\\..\\src\\libCom\\tsDefs 
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include
..\\..\\..\\src\\libCom\\tsDefs\\tsDefs.c
tsDefs.c
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I.
-I..\\..\\..\\src\\libCom\\osi\\os\\WIN32
-I..\\..\\..\\src\\libCom\\osi\\os\\default -I..
-I..\\..\\..\\src\\libCom\\bucketLib -I..\\..\\..\\src\\libCom\\ring 
-I..\\..\\..\\src\\libCom\\calc -I..\\..\\..\\src\\libCom\\cvtFast 
-I..\\..\\..\\src\\libCom\\cppStd
-I..\\..\\..\\src\\libCom\\cxxTemplates -I..\\..\\..\\src\\libCom\\dbmf 
  -I..\\..\\..\\src\\libCom\\ellLib -I..\\..\\..\\src\\libCom\\env
-I..\\..\\..\\src\\libCom\\error -I..\\..\\..\\src\\libCom\\fdmgr 
-I..\\..\\..\\src\\libCom\\freeList -I..\\..\\..\\src\\libCom\\gpHash 
-I..\\..\\..\\src\\libCom\\iocsh -I..\\..\\..\\src\\libCom\\logClient 
-I..\\..\\..\\src\\libCom\\macLib -I..\\..\\..\\src\\libCom\\misc 
-I..\\..\\..\\src\\libCom\\osi -I..\\..\\..\\src\\libCom\\taskwd
-I..\\..\\..\\src\\libCom\\timer -I..\\..\\..\\src\\libCom\\tsDefs 
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include
..\\..\\..\\src\\libCom\\osi\\os\\WIN32\\epicsGetopt.c
epicsGetopt.c
cl /nologo /EHsc /GR -c                /D_CRT_SECURE_NO_DEPRECATE 
/D_CRT_NONSTDC_NO_DEPRECATE /D__STDC__=0   /Ox /GL   /W3 /w44355
/MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I.
-I..\\..\\..\\src\\libCom\\osi\\os\\WIN32
-I..\\..\\..\\src\\libCom\\osi\\os\\default -I..
-I..\\..\\..\\src\\libCom\\bucketLib -I..\\..\\..\\src\\libCom\\ring 
-I..\\..\\..\\src\\libCom\\calc -I..\\..\\..\\src\\libCom\\cvtFast 
-I..\\..\\..\\src\\libCom\\cppStd
-I..\\..\\..\\src\\libCom\\cxxTemplates -I..\\..\\..\\src\\libCom\\dbmf 
  -I..\\..\\..\\src\\libCom\\ellLib -I..\\..\\..\\src\\libCom\\env
-I..\\..\\..\\src\\libCom\\error -I..\\..\\..\\src\\libCom\\fdmgr 
-I..\\..\\..\\src\\libCom\\freeList -I..\\..\\..\\src\\libCom\\gpHash 
-I..\\..\\..\\src\\libCom\\iocsh -I..\\..\\..\\src\\libCom\\logClient 
-I..\\..\\..\\src\\libCom\\macLib -I..\\..\\..\\src\\libCom\\misc 
-I..\\..\\..\\src\\libCom\\osi -I..\\..\\..\\src\\libCom\\taskwd
-I..\\..\\..\\src\\libCom\\timer -I..\\..\\..\\src\\libCom\\tsDefs 
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include        /Tp 
..\\..\\..\\src\\libCom\\osi\\os\\WIN32\\setThreadName.cpp
setThreadName.cpp
cl /nologo /EHsc /GR -c                /D_CRT_SECURE_NO_DEPRECATE 
/D_CRT_NONSTDC_NO_DEPRECATE /D__STDC__=0   /Ox /GL   /W3 /w44355
/MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I.
-I..\\..\\..\\src\\libCom\\osi\\os\\WIN32
-I..\\..\\..\\src\\libCom\\osi\\os\\default -I..
-I..\\..\\..\\src\\libCom\\bucketLib -I..\\..\\..\\src\\libCom\\ring 
-I..\\..\\..\\src\\libCom\\calc -I..\\..\\..\\src\\libCom\\cvtFast 
-I..\\..\\..\\src\\libCom\\cppStd
-I..\\..\\..\\src\\libCom\\cxxTemplates -I..\\..\\..\\src\\libCom\\dbmf 
  -I..\\..\\..\\src\\libCom\\ellLib -I..\\..\\..\\src\\libCom\\env
-I..\\..\\..\\src\\libCom\\error -I..\\..\\..\\src\\libCom\\fdmgr 
-I..\\..\\..\\src\\libCom\\freeList -I..\\..\\..\\src\\libCom\\gpHash 
-I..\\..\\..\\src\\libCom\\iocsh -I..\\..\\..\\src\\libCom\\logClient 
-I..\\..\\..\\src\\libCom\\macLib -I..\\..\\..\\src\\libCom\\misc 
-I..\\..\\..\\src\\libCom\\osi -I..\\..\\..\\src\\libCom\\taskwd
-I..\\..\\..\\src\\libCom\\timer -I..\\..\\..\\src\\libCom\\tsDefs 
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include        /Tp 
..\\..\\..\\src\\libCom\\osi\\os\\WIN32\\forceBadAllocException.cpp 
forceBadAllocException.cpp
lib /nologo /verbose /out:Com.lib        bucketLib.obj
epicsRingPointer.obj epicsRingBytes.obj postfix.obj calcPerform.obj 
cvtFast.obj resourceLib.obj epicsOnce.obj epicsSingletonMutex.obj 
dbmf.obj ellLib.obj envSubr.obj envData.obj errlog.obj errSymLib.obj 
errSymTbl.obj fdmgr.obj fdManager.obj freeListLib.obj gpHashLib.obj 
iocsh.obj registry.obj libComRegister.obj iocLog.obj logClient.obj 
macCore.obj macEnv.obj macUtil.obj aToIPAddr.obj adjustment.obj
cantProceed.obj epicsConvert.obj epicsExit.obj epicsStdlib.obj
epicsString.obj truncateFile.obj ipAddrToAsciiAsynchronous.obj
epicsUnitTest.obj epicsThread.obj epicsMutex.obj epicsEvent.obj
epicsTime.obj epicsMessageQueue.obj epicsGeneralTime.obj
osiClockTime.obj osdSock.obj osdSockAddrReuse.obj osiSock.obj
systemCallIntMech.obj epicsSocketConvertErrnoToString.obj osdAssert.obj 
  osdFindSymbol.obj osdInterrupt.obj osdPoolStatus.obj osdSignal.obj 
osdEnv.obj epicsReadline.obj epicsTempFile.obj epicsStdio.obj
osdStdio.obj osdThread.obj osdMutex.obj osdEvent.obj osdTime.obj
osdProcess.obj osdNetIntf.obj osdMessageQueue.obj devLib.obj
devLibOSD.obj taskwd.obj epicsTimer.obj timer.obj timerQueue.obj
timerQueueActive.obj timerQueueActiveMgr.obj timerQueuePassive.obj 
tsDefs.obj epicsGetopt.obj setThreadName.obj forceBadAllocException.obj 
forceBadAllocException.obj : MSIL .netmodule or module compiled with /GL

  found; restarting link with /LTCG; add /LTCG to the link command line 
to  improve linker performance

Invoking LINK.EXE:
   /LIB "/nologo" "/verbose" "/out:Com.lib" "bucketLib.obj"
"epicsRingPointer.obj" "epicsRingBytes.obj" "postfix.obj"
"calcPerform.obj" "cvtFast.obj" "resourceLib.obj" "epicsOnce.obj" 
"epicsSingletonMutex.obj" "dbmf.obj" "ellLib.obj" "envSubr.obj"
"envData.obj" "errlog.obj" "errSymLib.obj" "errSymTbl.obj" "fdmgr.obj" 
"fdManager.obj" "freeListLib.obj" "gpHashLib.obj" "iocsh.obj"
"registry.obj" "libComRegister.obj" "iocLog.obj" "logClient.obj"
"macCore.obj" "macEnv.obj" "macUtil.obj" "aToIPAddr.obj"
"adjustment.obj" "cantProceed.obj" "epicsConvert.obj" "epicsExit.obj" 
"epicsStdlib.obj" "epicsString.obj" "truncateFile.obj"
"ipAddrToAsciiAsynchronous.obj" "epicsUnitTest.obj" "epicsThread.obj" 
"epicsMutex.obj" "epicsEvent.obj" "epicsTime.obj"
"epicsMessageQueue.obj" "epicsGeneralTime.obj" "osiClockTime.obj" 
"osdSock.obj" "osdSockAddrReuse.obj" "osiSock.obj"
"systemCallIntMech.obj" "epicsSocketConvertErrnoToString.obj"
"osdAssert.obj" "osdFindSymbol.obj" "osdInterrupt.obj"
"osdPoolStatus.obj" "osdSignal.obj" "osdEnv.obj" "epicsReadline.obj" 
"epicsTempFile.obj" "epicsStdio.obj" "osdStdio.obj" "osdThread.obj" 
"osdMutex.obj" "osdEvent.obj" "osdTime.obj" "osdProcess.obj"
"osdNetIntf.obj" "osdMessageQueue.obj" "devLib.obj" "devLibOSD.obj" 
"taskwd.obj" "epicsTimer.obj" "timer.obj" "timerQueue.obj"
"timerQueueActive.obj" "timerQueueActiveMgr.obj" "timerQueuePassive.obj"

  "tsDefs.obj" "epicsGetopt.obj" "setThreadName.obj"
"forceBadAllocException.obj"
   /LTCG
Appending forceBadAllocException.obj
Appending setThreadName.obj
Appending epicsGetopt.obj
Appending tsDefs.obj
Appending timerQueuePassive.obj
Appending timerQueueActiveMgr.obj
Appending timerQueueActive.obj
Appending timerQueue.obj
Appending timer.obj
Appending epicsTimer.obj
Appending taskwd.obj
Appending devLibOSD.obj
Appending devLib.obj
Appending osdMessageQueue.obj
Appending osdNetIntf.obj
Appending osdProcess.obj
Appending osdTime.obj
Appending osdEvent.obj
Appending osdMutex.obj
Appending osdThread.obj
Appending osdStdio.obj
Appending epicsStdio.obj
Appending epicsTempFile.obj
Appending epicsReadline.obj
Appending osdEnv.obj
Appending osdSignal.obj
Appending osdPoolStatus.obj
Appending osdInterrupt.obj
Appending osdFindSymbol.obj
Appending osdAssert.obj
Appending epicsSocketConvertErrnoToString.obj
Appending systemCallIntMech.obj
Appending osiSock.obj
Appending osdSockAddrReuse.obj
Appending osdSock.obj
Appending osiClockTime.obj
Appending epicsGeneralTime.obj
Appending epicsMessageQueue.obj
Appending epicsTime.obj
Appending epicsEvent.obj
Appending epicsMutex.obj
Appending epicsThread.obj
Appending epicsUnitTest.obj
Appending ipAddrToAsciiAsynchronous.obj
Appending truncateFile.obj
Appending epicsString.obj
Appending epicsStdlib.obj
Appending epicsExit.obj
Appending epicsConvert.obj
Appending cantProceed.obj
Appending adjustment.obj
Appending aToIPAddr.obj
Appending macUtil.obj
Appending macEnv.obj
Appending macCore.obj
Appending logClient.obj
Appending iocLog.obj
Appending libComRegister.obj
Appending registry.obj
Appending iocsh.obj
Appending gpHashLib.obj
Appending freeListLib.obj
Appending fdManager.obj
Appending fdmgr.obj
Appending errSymTbl.obj
Appending errSymLib.obj
Appending errlog.obj
Appending envData.obj
Appending envSubr.obj
Appending ellLib.obj
Appending dbmf.obj
Appending epicsSingletonMutex.obj
Appending epicsOnce.obj
Appending resourceLib.obj
Appending cvtFast.obj
Appending calcPerform.obj
Appending postfix.obj
Appending epicsRingBytes.obj
Appending epicsRingPointer.obj
Appending bucketLib.obj
"Installing library ../../../lib/win32-x86/Com.lib"
mkdir ../../../lib/win32-x86
"Installing html ../../../html//freeList/freeList.html"
mkdir ../../../html
mkdir ../../../html/freeList
"Installing html ../../../html//gpHash/gpHash.html"
mkdir ../../../html/gpHash
make[3]: Leaving directory
`W:/winDev/epics/R3.14.10/base-3.14.10/src/libCom/O.win32-x86'
make[2]: Leaving directory
`W:/winDev/epics/R3.14.10/base-3.14.10/src/libCom'
make -C ./toolsComm install
make[2]: Entering directory
`W:/winDev/epics/R3.14.10/base-3.14.10/src/toolsComm'
make -C ./antelope install
make[3]: Entering directory
`W:/winDev/epics/R3.14.10/base-3.14.10/src/toolsComm/antelope'
C:\perl\bin\perl.exe ../../../bin/win32-x86/makeMakefile.pl O.win32-x86 
  ../../../..
C:\perl\bin\perl.exe -MExtUtils::Command -e mkpath O.Common
make -C O.win32-x86 -f ../Makefile TOP=../../../.. T_A=win32-x86 install

make[4]: Entering directory
`W:/winDev/epics/R3.14.10/base-3.14.10/src/toolsComm/antelope/O.win32-x8
6' 
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W1
-D_NO_PROTO   /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\..\\include
..\\closure.c
closure.c
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W1
-D_NO_PROTO   /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\..\\include
..\\error.c
error.c
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W1
-D_NO_PROTO   /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\..\\include
..\\lalr.c
lalr.c
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W1
-D_NO_PROTO   /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\..\\include
..\\lr0.c
lr0.c
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W1
-D_NO_PROTO   /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\..\\include
..\\main.c
main.c
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W1
-D_NO_PROTO   /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\..\\include
..\\mkpar.c
mkpar.c
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W1
-D_NO_PROTO   /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\..\\include
..\\output.c
output.c
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W1
-D_NO_PROTO   /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\..\\include
..\\reader.c
reader.c
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W1
-D_NO_PROTO   /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\..\\include
..\\skeleton.c
skeleton.c
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W1
-D_NO_PROTO   /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\..\\include
..\\symtab.c
symtab.c
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W1
-D_NO_PROTO   /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\..\\include
..\\verbose.c
verbose.c
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W1
-D_NO_PROTO   /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\..\\include
..\\warshall.c
warshall.c
link -nologo  /LTCG /incremental:no /opt:ref /release /version:3.14
           -out:antelope.exe        closure.obj error.obj lalr.obj
lr0.obj main.obj mkpar.obj output.obj reader.obj skeleton.obj symtab.obj

  verbose.obj warshall.obj     ../../../../lib/win32-x86/Com.lib
ws2_32.lib advapi32.lib user32.lib kernel32.lib winmm.lib
Generating code
w:\windev\epics\r3.14.10\base-3.14.10\src\toolscomm\antelope\verbose.c(3
38)

: warning C4716: 'print_gotos' : must return a value
w:\windev\epics\r3.14.10\base-3.14.10\src\toolscomm\antelope\verbose.c(3
17)

: warning C4716: 'print_reductions' : must return a value
w:\windev\epics\r3.14.10\base-3.14.10\src\toolscomm\antelope\verbose.c(2
79)

: warning C4716: 'print_shifts' : must return a value
w:\windev\epics\r3.14.10\base-3.14.10\src\toolscomm\antelope\verbose.c(2
54)

: warning C4716: 'print_actions' : must return a value
w:\windev\epics\r3.14.10\base-3.14.10\src\toolscomm\antelope\verbose.c(2
27)

: warning C4716: 'print_nulls' : must return a value
w:\windev\epics\r3.14.10\base-3.14.10\src\toolscomm\antelope\verbose.c(1
83)

: warning C4716: 'print_core' : must return a value
w:\windev\epics\r3.14.10\base-3.14.10\src\toolscomm\antelope\verbose.c(1
47)

: warning C4716: 'print_conflicts' : must return a value
w:\windev\epics\r3.14.10\base-3.14.10\src\toolscomm\antelope\verbose.c(9
9)

: warning C4716: 'print_state' : must return a value
w:\windev\epics\r3.14.10\base-3.14.10\src\toolscomm\antelope\verbose.c(8
5)

: warning C4716: 'log_conflicts' : must return a value
w:\windev\epics\r3.14.10\base-3.14.10\src\toolscomm\antelope\verbose.c(5
7)

: warning C4716: 'log_unused' : must return a value
w:\windev\epics\r3.14.10\base-3.14.10\src\toolscomm\antelope\output.c(12
18)

: warning C4716: 'free_reductions' : must return a value
w:\windev\epics\r3.14.10\base-3.14.10\src\toolscomm\antelope\output.c(12
04)

: warning C4716: 'free_shifts' : must return a value
w:\windev\epics\r3.14.10\base-3.14.10\src\toolscomm\antelope\output.c(11
91)

: warning C4716: 'free_itemsets' : must return a value
w:\windev\epics\r3.14.10\base-3.14.10\src\toolscomm\antelope\output.c(10
83)

: warning C4716: 'output_stype' : must return a value
w:\windev\epics\r3.14.10\base-3.14.10\src\toolscomm\antelope\output.c(75
0)

: warning C4716: 'output_check' : must return a value
w:\windev\epics\r3.14.10\base-3.14.10\src\toolscomm\antelope\output.c(72
0)

: warning C4716: 'output_table' : must return a value
w:\windev\epics\r3.14.10\base-3.14.10\src\toolscomm\antelope\output.c(68
8)

: warning C4716: 'output_base' : must return a value
w:\windev\epics\r3.14.10\base-3.14.10\src\toolscomm\antelope\output.c(18
3)

: warning C4716: 'output_yydefred' : must return a value
w:\windev\epics\r3.14.10\base-3.14.10\src\toolscomm\antelope\output.c(15
6)

: warning C4716: 'output_rule_data' : must return a value
w:\windev\epics\r3.14.10\base-3.14.10\src\toolscomm\antelope\output.c(10
9)

: warning C4716: 'output_prefix' : must return a value
w:\windev\epics\r3.14.10\base-3.14.10\src\toolscomm\antelope\mkpar.c(303
) 
  : warning C4716: 'total_conflicts' : must return a value
w:\windev\epics\r3.14.10\base-3.14.10\src\toolscomm\antelope\mkpar.c(176
) 
  : warning C4716: 'find_final_state' : must return a value
w:\windev\epics\r3.14.10\base-3.14.10\src\toolscomm\antelope\lr0.c(286) 
  : warning C4716: 'new_itemsets' : must return a value
w:\windev\epics\r3.14.10\base-3.14.10\src\toolscomm\antelope\lalr.c(647)

  : warning C4716: 'traverse' : must return a value
w:\windev\epics\r3.14.10\base-3.14.10\src\toolscomm\antelope\lalr.c(563)

  : warning C4716: 'compute_lookaheads' : must return a value
w:\windev\epics\r3.14.10\base-3.14.10\src\toolscomm\antelope\lalr.c(133)

  : warning C4716: 'set_maxrhs' : must return a value
w:\windev\epics\r3.14.10\base-3.14.10\src\toolscomm\antelope\output.c(10
73)

: warning C4716: 'output_debug' : must return a value
w:\windev\epics\r3.14.10\base-3.14.10\src\toolscomm\antelope\output.c(83
3)

: warning C4716: 'output_defines' : must return a value
w:\windev\epics\r3.14.10\base-3.14.10\src\toolscomm\antelope\mkpar.c(208
) 
  : warning C4716: 'unused_rules' : must return a value
w:\windev\epics\r3.14.10\base-3.14.10\src\toolscomm\antelope\lr0.c(485) 
  : warning C4716: 'save_reductions' : must return a value
w:\windev\epics\r3.14.10\base-3.14.10\src\toolscomm\antelope\lr0.c(435) 
  : warning C4716: 'save_shifts' : must return a value
w:\windev\epics\r3.14.10\base-3.14.10\src\toolscomm\antelope\lr0.c(251) 
  : warning C4716: 'initialize_states' : must return a value
w:\windev\epics\r3.14.10\base-3.14.10\src\toolscomm\antelope\lalr.c(589)

  : warning C4716: 'digraph' : must return a value
w:\windev\epics\r3.14.10\base-3.14.10\src\toolscomm\antelope\lalr.c(529)

  : warning C4716: 'compute_FOLLOWS' : must return a value
w:\windev\epics\r3.14.10\base-3.14.10\src\toolscomm\antelope\lalr.c(464)

  : warning C4716: 'add_lookback_edge' : must return a value
w:\windev\epics\r3.14.10\base-3.14.10\src\toolscomm\antelope\lalr.c(438)

  : warning C4716: 'build_relations' : must return a value
w:\windev\epics\r3.14.10\base-3.14.10\src\toolscomm\antelope\lalr.c(345)

  : warning C4716: 'initialize_F' : must return a value
w:\windev\epics\r3.14.10\base-3.14.10\src\toolscomm\antelope\lalr.c(237)

  : warning C4716: 'set_goto_map' : must return a value
w:\windev\epics\r3.14.10\base-3.14.10\src\toolscomm\antelope\lalr.c(171)

  : warning C4716: 'initialize_LA' : must return a value
w:\windev\epics\r3.14.10\base-3.14.10\src\toolscomm\antelope\lalr.c(105)

  : warning C4716: 'set_reduction_table' : must return a value
w:\windev\epics\r3.14.10\base-3.14.10\src\toolscomm\antelope\lalr.c(94) 
  : warning C4716: 'set_shift_table' : must return a value
w:\windev\epics\r3.14.10\base-3.14.10\src\toolscomm\antelope\lalr.c(83) 
  : warning C4716: 'set_accessing_symbol' : must return a value
w:\windev\epics\r3.14.10\base-3.14.10\src\toolscomm\antelope\lalr.c(72) 
  : warning C4716: 'set_state_table' : must return a value
w:\windev\epics\r3.14.10\base-3.14.10\src\toolscomm\antelope\reader.c(11
06)

: warning C4716: 'start_rule' : must return a value
w:\windev\epics\r3.14.10\base-3.14.10\src\toolscomm\antelope\reader.c(27
7)

: warning C4715: 'keyword' : not all control paths return a value
w:\windev\epics\r3.14.10\base-3.14.10\src\toolscomm\antelope\output.c(48
8)

: warning C4716: 'pack_table' : must return a value
w:\windev\epics\r3.14.10\base-3.14.10\src\toolscomm\antelope\output.c(44
2)

: warning C4716: 'sort_actions' : must return a value
w:\windev\epics\r3.14.10\base-3.14.10\src\toolscomm\antelope\output.c(32
8)

: warning C4716: 'goto_actions' : must return a value
w:\windev\epics\r3.14.10\base-3.14.10\src\toolscomm\antelope\output.c(29
6)

: warning C4716: 'token_actions' : must return a value
w:\windev\epics\r3.14.10\base-3.14.10\src\toolscomm\antelope\output.c(21
1)

: warning C4716: 'output_actions' : must return a value
w:\windev\epics\r3.14.10\base-3.14.10\src\toolscomm\antelope\mkpar.c(342
) 
  : warning C4716: 'defreds' : must return a value
w:\windev\epics\r3.14.10\base-3.14.10\src\toolscomm\antelope\mkpar.c(283
) 
  : warning C4716: 'remove_conflicts' : must return a value
w:\windev\epics\r3.14.10\base-3.14.10\src\toolscomm\antelope\reader.c(11
85)

: warning C4715: 'add_symbol' : not all control paths return a value 
Finished generating code
"Installing created file ../../../../bin/win32-x86/antelope.exe"
make[4]: Leaving directory
`W:/winDev/epics/R3.14.10/base-3.14.10/src/toolsComm/antelope/O.win32-x8
6' 
make[3]: Leaving directory
`W:/winDev/epics/R3.14.10/base-3.14.10/src/toolsComm/antelope'
make -C ./flex install
make[3]: Entering directory
`W:/winDev/epics/R3.14.10/base-3.14.10/src/toolsComm/flex'
C:\perl\bin\perl.exe ../../../bin/win32-x86/makeMakefile.pl O.win32-x86 
  ../../../..
C:\perl\bin\perl.exe -MExtUtils::Command -e mkpath O.Common
make -C O.win32-x86 -f ../Makefile TOP=../../../.. T_A=win32-x86 install

make[4]: Entering directory
`W:/winDev/epics/R3.14.10/base-3.14.10/src/toolsComm/flex/O.win32-x86' 
"Installing generic include file ../../../../include/flex.skel.static" 
cl -c            -DDEFAULT_SKELETON_FILE="\"include/flex.skel.static\"" 
  -DUSG    /D_CRT_SECURE_NO_DEPRECATE /D_CRT_NONSTDC_NO_DEPRECATE 
/nologo  /D__STDC__=0   /Ox /GL   /W1       /MT -DEPICS_DLL_NO   -I.
-I..\\O.Common -I. -I.. -I..\\..\\..\\..\\include\\os\\WIN32
-I..\\..\\..\\..\\include         ..\\ccl.c
ccl.c
cl -c            -DDEFAULT_SKELETON_FILE="\"include/flex.skel.static\"" 
  -DUSG    /D_CRT_SECURE_NO_DEPRECATE /D_CRT_NONSTDC_NO_DEPRECATE 
/nologo  /D__STDC__=0   /Ox /GL   /W1       /MT -DEPICS_DLL_NO   -I.
-I..\\O.Common -I. -I.. -I..\\..\\..\\..\\include\\os\\WIN32
-I..\\..\\..\\..\\include         ..\\dfa.c
dfa.c
cl -c            -DDEFAULT_SKELETON_FILE="\"include/flex.skel.static\"" 
  -DUSG    /D_CRT_SECURE_NO_DEPRECATE /D_CRT_NONSTDC_NO_DEPRECATE 
/nologo  /D__STDC__=0   /Ox /GL   /W1       /MT -DEPICS_DLL_NO   -I.
-I..\\O.Common -I. -I.. -I..\\..\\..\\..\\include\\os\\WIN32
-I..\\..\\..\\..\\include         ..\\ecs.c
ecs.c
cl -c            -DDEFAULT_SKELETON_FILE="\"include/flex.skel.static\"" 
  -DUSG    /D_CRT_SECURE_NO_DEPRECATE /D_CRT_NONSTDC_NO_DEPRECATE 
/nologo  /D__STDC__=0   /Ox /GL   /W1       /MT -DEPICS_DLL_NO   -I.
-I..\\O.Common -I. -I.. -I..\\..\\..\\..\\include\\os\\WIN32
-I..\\..\\..\\..\\include         ..\\gen.c
gen.c
cl -c            -DDEFAULT_SKELETON_FILE="\"include/flex.skel.static\"" 
  -DUSG    /D_CRT_SECURE_NO_DEPRECATE /D_CRT_NONSTDC_NO_DEPRECATE 
/nologo  /D__STDC__=0   /Ox /GL   /W1       /MT -DEPICS_DLL_NO   -I.
-I..\\O.Common -I. -I.. -I..\\..\\..\\..\\include\\os\\WIN32
-I..\\..\\..\\..\\include         ..\\misc.c
misc.c
cl -c            -DDEFAULT_SKELETON_FILE="\"include/flex.skel.static\"" 
  -DUSG    /D_CRT_SECURE_NO_DEPRECATE /D_CRT_NONSTDC_NO_DEPRECATE 
/nologo  /D__STDC__=0   /Ox /GL   /W1       /MT -DEPICS_DLL_NO   -I.
-I..\\O.Common -I. -I.. -I..\\..\\..\\..\\include\\os\\WIN32
-I..\\..\\..\\..\\include         ..\\nfa.c
nfa.c
cl -c            -DDEFAULT_SKELETON_FILE="\"include/flex.skel.static\"" 
  -DUSG    /D_CRT_SECURE_NO_DEPRECATE /D_CRT_NONSTDC_NO_DEPRECATE 
/nologo  /D__STDC__=0   /Ox /GL   /W1       /MT -DEPICS_DLL_NO   -I.
-I..\\O.Common -I. -I.. -I..\\..\\..\\..\\include\\os\\WIN32
-I..\\..\\..\\..\\include         ..\\sym.c
sym.c
cl -c            -DDEFAULT_SKELETON_FILE="\"include/flex.skel.static\"" 
  -DUSG    /D_CRT_SECURE_NO_DEPRECATE /D_CRT_NONSTDC_NO_DEPRECATE 
/nologo  /D__STDC__=0   /Ox /GL   /W1       /MT -DEPICS_DLL_NO   -I.
-I..\\O.Common -I. -I.. -I..\\..\\..\\..\\include\\os\\WIN32
-I..\\..\\..\\..\\include         ..\\tblcmp.c
tblcmp.c
C:\perl\bin\perl.exe -MExtUtils::Command -e rm_f parse.c y.tab.c
C:\perl\bin\perl.exe -MExtUtils::Command -e rm_f parse.h y.tab.h
..\\..\\..\\..\\bin\\win32-x86\\antelope.exe -l -d ../parse.y
C:\perl\bin\perl.exe -MExtUtils::Command -e mv  y.tab.c parse.c
C:\perl\bin\perl.exe -MExtUtils::Command -e mv  y.tab.h parse.h
cl -c            -DDEFAULT_SKELETON_FILE="\"include/flex.skel.static\"" 
  -DUSG    /D_CRT_SECURE_NO_DEPRECATE /D_CRT_NONSTDC_NO_DEPRECATE 
/nologo  /D__STDC__=0   /Ox /GL   /W1       /MT -DEPICS_DLL_NO   -I.
-I..\\O.Common -I. -I.. -I..\\..\\..\\..\\include\\os\\WIN32
-I..\\..\\..\\..\\include         parse.c
parse.c
link -nologo  /LTCG /incremental:no /opt:ref /release /version:3.14
           -out:e_flex.exe        ccl.obj dfa.obj ecs.obj gen.obj
misc.obj nfa.obj sym.obj tblcmp.obj parse.obj
../../../../lib/win32-x86/Com.lib  ws2_32.lib advapi32.lib user32.lib 
kernel32.lib winmm.lib
Generating code
w:\windev\epics\r3.14.10\base-3.14.10\src\toolscomm\flex\misc.c(702) : 
warning C4715: 'myesc' : not all control paths return a value
Finished generating code
"Installing created file ../../../../bin/win32-x86/e_flex.exe"
make[4]: Leaving directory
`W:/winDev/epics/R3.14.10/base-3.14.10/src/toolsComm/flex/O.win32-x86' 
make[3]: Leaving directory
`W:/winDev/epics/R3.14.10/base-3.14.10/src/toolsComm/flex'
make[2]: Leaving directory
`W:/winDev/epics/R3.14.10/base-3.14.10/src/toolsComm'
make -C ./ca install
make[2]: Entering directory 
`W:/winDev/epics/R3.14.10/base-3.14.10/src/ca' C:\perl\bin\perl.exe 
../../bin/win32-x86/makeMakefile.pl O.win32-x86  ../../..
C:\perl\bin\perl.exe -MExtUtils::Command -e mkpath O.Common
make -C O.win32-x86 -f ../Makefile TOP=../../.. T_A=win32-x86 install 
make[3]: Entering directory
`W:/winDev/epics/R3.14.10/base-3.14.10/src/ca/O.win32-x86'
"Installing generic include file ../../../include/cadef.h"
"Installing generic include file ../../../include/caerr.h"
"Installing generic include file ../../../include/caeventmask.h"
"Installing generic include file ../../../include/caProto.h"
"Installing generic include file ../../../include/db_access.h"
"Installing generic include file ../../../include/addrList.h"
"Installing generic include file ../../../include/cacIO.h"
"Installing generic include file ../../../include/caDiagnostics.h" rc -l

0x409 -I. -I../O.Common -I. -I.. -I../../../include/os/WIN32
-I../../../include        -fo ca.res ../ca.rc
cl /nologo /EHsc /GR -c                /D_CRT_SECURE_NO_DEPRECATE 
/D_CRT_NONSTDC_NO_DEPRECATE /D__STDC__=0   /Ox /GL   /W3 /w44355
/MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include        /Tp 
..\\cac.cpp
cac.cpp
cl /nologo /EHsc /GR -c                /D_CRT_SECURE_NO_DEPRECATE 
/D_CRT_NONSTDC_NO_DEPRECATE /D__STDC__=0   /Ox /GL   /W3 /w44355
/MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include        /Tp 
..\\cacChannel.cpp
cacChannel.cpp
cl /nologo /EHsc /GR -c                /D_CRT_SECURE_NO_DEPRECATE 
/D_CRT_NONSTDC_NO_DEPRECATE /D__STDC__=0   /Ox /GL   /W3 /w44355
/MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include        /Tp 
..\\cacChannelNotify.cpp
cacChannelNotify.cpp
cl /nologo /EHsc /GR -c                /D_CRT_SECURE_NO_DEPRECATE 
/D_CRT_NONSTDC_NO_DEPRECATE /D__STDC__=0   /Ox /GL   /W3 /w44355
/MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include        /Tp 
..\\cacContextNotify.cpp
cacContextNotify.cpp
cl /nologo /EHsc /GR -c                /D_CRT_SECURE_NO_DEPRECATE 
/D_CRT_NONSTDC_NO_DEPRECATE /D__STDC__=0   /Ox /GL   /W3 /w44355
/MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include        /Tp 
..\\cacReadNotify.cpp
cacReadNotify.cpp
cl /nologo /EHsc /GR -c                /D_CRT_SECURE_NO_DEPRECATE 
/D_CRT_NONSTDC_NO_DEPRECATE /D__STDC__=0   /Ox /GL   /W3 /w44355
/MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include        /Tp 
..\\cacWriteNotify.cpp
cacWriteNotify.cpp
cl /nologo /EHsc /GR -c                /D_CRT_SECURE_NO_DEPRECATE 
/D_CRT_NONSTDC_NO_DEPRECATE /D__STDC__=0   /Ox /GL   /W3 /w44355
/MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include        /Tp 
..\\cacStateNotify.cpp
cacStateNotify.cpp
cl /nologo /EHsc /GR -c                /D_CRT_SECURE_NO_DEPRECATE 
/D_CRT_NONSTDC_NO_DEPRECATE /D__STDC__=0   /Ox /GL   /W3 /w44355
/MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include        /Tp 
..\\access.cpp
access.cpp
cl /nologo /EHsc /GR -c                /D_CRT_SECURE_NO_DEPRECATE 
/D_CRT_NONSTDC_NO_DEPRECATE /D__STDC__=0   /Ox /GL   /W3 /w44355
/MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include        /Tp 
..\\iocinf.cpp
iocinf.cpp
cl /nologo /EHsc /GR -c                /D_CRT_SECURE_NO_DEPRECATE 
/D_CRT_NONSTDC_NO_DEPRECATE /D__STDC__=0   /Ox /GL   /W3 /w44355
/MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include        /Tp 
..\\convert.cpp
convert.cpp
cl /nologo /EHsc /GR -c                /D_CRT_SECURE_NO_DEPRECATE 
/D_CRT_NONSTDC_NO_DEPRECATE /D__STDC__=0   /Ox /GL   /W3 /w44355
/MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include        /Tp 
..\\test_event.cpp
test_event.cpp
cl /nologo /EHsc /GR -c                /D_CRT_SECURE_NO_DEPRECATE 
/D_CRT_NONSTDC_NO_DEPRECATE /D__STDC__=0   /Ox /GL   /W3 /w44355
/MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include        /Tp 
..\\repeater.cpp
repeater.cpp
cl /nologo /EHsc /GR -c                /D_CRT_SECURE_NO_DEPRECATE 
/D_CRT_NONSTDC_NO_DEPRECATE /D__STDC__=0   /Ox /GL   /W3 /w44355
/MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include        /Tp 
..\\searchTimer.cpp
searchTimer.cpp
cl /nologo /EHsc /GR -c                /D_CRT_SECURE_NO_DEPRECATE 
/D_CRT_NONSTDC_NO_DEPRECATE /D__STDC__=0   /Ox /GL   /W3 /w44355
/MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include        /Tp 
..\\disconnectGovernorTimer.cpp
disconnectGovernorTimer.cpp
cl /nologo /EHsc /GR -c                /D_CRT_SECURE_NO_DEPRECATE 
/D_CRT_NONSTDC_NO_DEPRECATE /D__STDC__=0   /Ox /GL   /W3 /w44355
/MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include        /Tp 
..\\repeaterSubscribeTimer.cpp
repeaterSubscribeTimer.cpp
cl /nologo /EHsc /GR -c                /D_CRT_SECURE_NO_DEPRECATE 
/D_CRT_NONSTDC_NO_DEPRECATE /D__STDC__=0   /Ox /GL   /W3 /w44355
/MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include        /Tp 
..\\baseNMIU.cpp
baseNMIU.cpp
cl /nologo /EHsc /GR -c                /D_CRT_SECURE_NO_DEPRECATE 
/D_CRT_NONSTDC_NO_DEPRECATE /D__STDC__=0   /Ox /GL   /W3 /w44355
/MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include        /Tp 
..\\nciu.cpp
nciu.cpp
cl /nologo /EHsc /GR -c                /D_CRT_SECURE_NO_DEPRECATE 
/D_CRT_NONSTDC_NO_DEPRECATE /D__STDC__=0   /Ox /GL   /W3 /w44355
/MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include        /Tp 
..\\netiiu.cpp
netiiu.cpp
cl /nologo /EHsc /GR -c                /D_CRT_SECURE_NO_DEPRECATE 
/D_CRT_NONSTDC_NO_DEPRECATE /D__STDC__=0   /Ox /GL   /W3 /w44355
/MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include        /Tp 
..\\udpiiu.cpp
udpiiu.cpp
cl /nologo /EHsc /GR -c                /D_CRT_SECURE_NO_DEPRECATE 
/D_CRT_NONSTDC_NO_DEPRECATE /D__STDC__=0   /Ox /GL   /W3 /w44355
/MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include        /Tp 
..\\tcpiiu.cpp
tcpiiu.cpp
cl /nologo /EHsc /GR -c                /D_CRT_SECURE_NO_DEPRECATE 
/D_CRT_NONSTDC_NO_DEPRECATE /D__STDC__=0   /Ox /GL   /W3 /w44355
/MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include        /Tp 
..\\noopiiu.cpp
noopiiu.cpp
cl /nologo /EHsc /GR -c                /D_CRT_SECURE_NO_DEPRECATE 
/D_CRT_NONSTDC_NO_DEPRECATE /D__STDC__=0   /Ox /GL   /W3 /w44355
/MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include        /Tp 
..\\netReadNotifyIO.cpp
netReadNotifyIO.cpp
cl /nologo /EHsc /GR -c                /D_CRT_SECURE_NO_DEPRECATE 
/D_CRT_NONSTDC_NO_DEPRECATE /D__STDC__=0   /Ox /GL   /W3 /w44355
/MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include        /Tp 
..\\netWriteNotifyIO.cpp
netWriteNotifyIO.cpp
cl /nologo /EHsc /GR -c                /D_CRT_SECURE_NO_DEPRECATE 
/D_CRT_NONSTDC_NO_DEPRECATE /D__STDC__=0   /Ox /GL   /W3 /w44355
/MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include        /Tp 
..\\netSubscription.cpp
netSubscription.cpp
cl /nologo /EHsc /GR -c                /D_CRT_SECURE_NO_DEPRECATE 
/D_CRT_NONSTDC_NO_DEPRECATE /D__STDC__=0   /Ox /GL   /W3 /w44355
/MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include        /Tp 
..\\tcpSendWatchdog.cpp
tcpSendWatchdog.cpp
cl /nologo /EHsc /GR -c                /D_CRT_SECURE_NO_DEPRECATE 
/D_CRT_NONSTDC_NO_DEPRECATE /D__STDC__=0   /Ox /GL   /W3 /w44355
/MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include        /Tp 
..\\tcpRecvWatchdog.cpp
tcpRecvWatchdog.cpp
cl /nologo /EHsc /GR -c                /D_CRT_SECURE_NO_DEPRECATE 
/D_CRT_NONSTDC_NO_DEPRECATE /D__STDC__=0   /Ox /GL   /W3 /w44355
/MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include        /Tp 
..\\bhe.cpp
bhe.cpp
cl /nologo /EHsc /GR -c                /D_CRT_SECURE_NO_DEPRECATE 
/D_CRT_NONSTDC_NO_DEPRECATE /D__STDC__=0   /Ox /GL   /W3 /w44355
/MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include        /Tp 
..\\ca_client_context.cpp
ca_client_context.cpp
cl /nologo /EHsc /GR -c                /D_CRT_SECURE_NO_DEPRECATE 
/D_CRT_NONSTDC_NO_DEPRECATE /D__STDC__=0   /Ox /GL   /W3 /w44355
/MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include        /Tp 
..\\oldChannelNotify.cpp
oldChannelNotify.cpp
cl /nologo /EHsc /GR -c                /D_CRT_SECURE_NO_DEPRECATE 
/D_CRT_NONSTDC_NO_DEPRECATE /D__STDC__=0   /Ox /GL   /W3 /w44355
/MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include        /Tp 
..\\oldSubscription.cpp
oldSubscription.cpp
cl /nologo /EHsc /GR -c                /D_CRT_SECURE_NO_DEPRECATE 
/D_CRT_NONSTDC_NO_DEPRECATE /D__STDC__=0   /Ox /GL   /W3 /w44355
/MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include        /Tp 
..\\getCallback.cpp
getCallback.cpp
cl /nologo /EHsc /GR -c                /D_CRT_SECURE_NO_DEPRECATE 
/D_CRT_NONSTDC_NO_DEPRECATE /D__STDC__=0   /Ox /GL   /W3 /w44355
/MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include        /Tp 
..\\getCopy.cpp
getCopy.cpp
cl /nologo /EHsc /GR -c                /D_CRT_SECURE_NO_DEPRECATE 
/D_CRT_NONSTDC_NO_DEPRECATE /D__STDC__=0   /Ox /GL   /W3 /w44355
/MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include        /Tp 
..\\putCallback.cpp
putCallback.cpp
cl /nologo /EHsc /GR -c                /D_CRT_SECURE_NO_DEPRECATE 
/D_CRT_NONSTDC_NO_DEPRECATE /D__STDC__=0   /Ox /GL   /W3 /w44355
/MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include        /Tp 
..\\syncgrp.cpp
syncgrp.cpp
cl /nologo /EHsc /GR -c                /D_CRT_SECURE_NO_DEPRECATE 
/D_CRT_NONSTDC_NO_DEPRECATE /D__STDC__=0   /Ox /GL   /W3 /w44355
/MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include        /Tp 
..\\CASG.cpp
CASG.cpp
cl /nologo /EHsc /GR -c                /D_CRT_SECURE_NO_DEPRECATE 
/D_CRT_NONSTDC_NO_DEPRECATE /D__STDC__=0   /Ox /GL   /W3 /w44355
/MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include        /Tp 
..\\syncGroupNotify.cpp
syncGroupNotify.cpp
cl /nologo /EHsc /GR -c                /D_CRT_SECURE_NO_DEPRECATE 
/D_CRT_NONSTDC_NO_DEPRECATE /D__STDC__=0   /Ox /GL   /W3 /w44355
/MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include        /Tp 
..\\syncGroupReadNotify.cpp
syncGroupReadNotify.cpp
cl /nologo /EHsc /GR -c                /D_CRT_SECURE_NO_DEPRECATE 
/D_CRT_NONSTDC_NO_DEPRECATE /D__STDC__=0   /Ox /GL   /W3 /w44355
/MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include        /Tp 
..\\syncGroupWriteNotify.cpp
syncGroupWriteNotify.cpp
cl /nologo /EHsc /GR -c                /D_CRT_SECURE_NO_DEPRECATE 
/D_CRT_NONSTDC_NO_DEPRECATE /D__STDC__=0   /Ox /GL   /W3 /w44355
/MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include        /Tp 
..\\localHostName.cpp
localHostName.cpp
cl /nologo /EHsc /GR -c                /D_CRT_SECURE_NO_DEPRECATE 
/D_CRT_NONSTDC_NO_DEPRECATE /D__STDC__=0   /Ox /GL   /W3 /w44355
/MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include        /Tp 
..\\comQueRecv.cpp
comQueRecv.cpp
cl /nologo /EHsc /GR -c                /D_CRT_SECURE_NO_DEPRECATE 
/D_CRT_NONSTDC_NO_DEPRECATE /D__STDC__=0   /Ox /GL   /W3 /w44355
/MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include        /Tp 
..\\comQueSend.cpp
comQueSend.cpp
cl /nologo /EHsc /GR -c                /D_CRT_SECURE_NO_DEPRECATE 
/D_CRT_NONSTDC_NO_DEPRECATE /D__STDC__=0   /Ox /GL   /W3 /w44355
/MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include        /Tp 
..\\comBuf.cpp
comBuf.cpp
cl /nologo /EHsc /GR -c                /D_CRT_SECURE_NO_DEPRECATE 
/D_CRT_NONSTDC_NO_DEPRECATE /D__STDC__=0   /Ox /GL   /W3 /w44355
/MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include        /Tp 
..\\hostNameCache.cpp
hostNameCache.cpp
cl /nologo /EHsc /GR -c                /D_CRT_SECURE_NO_DEPRECATE 
/D_CRT_NONSTDC_NO_DEPRECATE /D__STDC__=0   /Ox /GL   /W3 /w44355
/MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include        /Tp 
..\\msgForMultiplyDefinedPV.cpp
msgForMultiplyDefinedPV.cpp
lib /nologo /verbose /out:ca.lib        cac.obj cacChannel.obj
cacChannelNotify.obj cacContextNotify.obj cacReadNotify.obj
cacWriteNotify.obj cacStateNotify.obj access.obj iocinf.obj convert.obj 
  test_event.obj repeater.obj searchTimer.obj 
disconnectGovernorTimer.obj  repeaterSubscribeTimer.obj baseNMIU.obj 
nciu.obj netiiu.obj udpiiu.obj  tcpiiu.obj noopiiu.obj 
netReadNotifyIO.obj netWriteNotifyIO.obj
netSubscription.obj tcpSendWatchdog.obj tcpRecvWatchdog.obj bhe.obj 
ca_client_context.obj oldChannelNotify.obj oldSubscription.obj
getCallback.obj getCopy.obj putCallback.obj syncgrp.obj CASG.obj
syncGroupNotify.obj syncGroupReadNotify.obj syncGroupWriteNotify.obj 
localHostName.obj comQueRecv.obj comQueSend.obj comBuf.obj
hostNameCache.obj msgForMultiplyDefinedPV.obj
msgForMultiplyDefinedPV.obj : MSIL .netmodule or module compiled with 
/GL found; restarting link with /LTCG; add /LTCG to the link command 
line to improve linker performance

Invoking LINK.EXE:
   /LIB "/nologo" "/verbose" "/out:ca.lib" "cac.obj" "cacChannel.obj"
"cacChannelNotify.obj" "cacContextNotify.obj" "cacReadNotify.obj" 
"cacWriteNotify.obj" "cacStateNotify.obj" "access.obj" "iocinf.obj" 
"convert.obj" "test_event.obj" "repeater.obj" "searchTimer.obj"
"disconnectGovernorTimer.obj" "repeaterSubscribeTimer.obj"
"baseNMIU.obj" "nciu.obj" "netiiu.obj" "udpiiu.obj" "tcpiiu.obj"
"noopiiu.obj" "netReadNotifyIO.obj" "netWriteNotifyIO.obj"
"netSubscription.obj" "tcpSendWatchdog.obj" "tcpRecvWatchdog.obj" 
"bhe.obj" "ca_client_context.obj" "oldChannelNotify.obj"
"oldSubscription.obj" "getCallback.obj" "getCopy.obj" "putCallback.obj" 
  "syncgrp.obj" "CASG.obj" "syncGroupNotify.obj" 
"syncGroupReadNotify.obj"  "syncGroupWriteNotify.obj" 
"localHostName.obj" "comQueRecv.obj"
"comQueSend.obj" "comBuf.obj" "hostNameCache.obj"
"msgForMultiplyDefinedPV.obj"
   /LTCG
Appending msgForMultiplyDefinedPV.obj
Appending hostNameCache.obj
Appending comBuf.obj
Appending comQueSend.obj
Appending comQueRecv.obj
Appending localHostName.obj
Appending syncGroupWriteNotify.obj
Appending syncGroupReadNotify.obj
Appending syncGroupNotify.obj
Appending CASG.obj
Appending syncgrp.obj
Appending putCallback.obj
Appending getCopy.obj
Appending getCallback.obj
Appending oldSubscription.obj
Appending oldChannelNotify.obj
Appending ca_client_context.obj
Appending bhe.obj
Appending tcpRecvWatchdog.obj
Appending tcpSendWatchdog.obj
Appending netSubscription.obj
Appending netWriteNotifyIO.obj
Appending netReadNotifyIO.obj
Appending noopiiu.obj
Appending tcpiiu.obj
Appending udpiiu.obj
Appending netiiu.obj
Appending nciu.obj
Appending baseNMIU.obj
Appending repeaterSubscribeTimer.obj
Appending disconnectGovernorTimer.obj
Appending searchTimer.obj
Appending repeater.obj
Appending test_event.obj
Appending convert.obj
Appending iocinf.obj
Appending access.obj
Appending cacStateNotify.obj
Appending cacWriteNotify.obj
Appending cacReadNotify.obj
Appending cacContextNotify.obj
Appending cacChannelNotify.obj
Appending cacChannel.obj
Appending cac.obj
"Installing library ../../../lib/win32-x86/ca.lib"
cl /nologo /EHsc /GR -c                /D_CRT_SECURE_NO_DEPRECATE 
/D_CRT_NONSTDC_NO_DEPRECATE /D__STDC__=0   /Ox /GL   /W3 /w44355
/MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include        /Tp 
..\\caRepeater.cpp
caRepeater.cpp
link -nologo  /LTCG /incremental:no /opt:ref /release /version:3.14
           -out:caRepeater.exe       caRepeater.obj
../../../lib/win32-x86/ca.lib  ../../../lib/win32-x86/Com.lib ws2_32.lib

  advapi32.lib user32.lib ws2_32.lib advapi32.lib user32.lib 
kernel32.lib  winmm.lib
Generating code
Finished generating code
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include
..\\catimeMain.c
catimeMain.c
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include
..\\catime.c
catime.c
link -nologo  /LTCG /incremental:no /opt:ref /release /version:3.14
           -out:catime.exe       catimeMain.obj catime.obj
../../../lib/win32-x86/ca.lib  ../../../lib/win32-x86/Com.lib ws2_32.lib

  advapi32.lib user32.lib ws2_32.lib advapi32.lib user32.lib 
kernel32.lib  winmm.lib
Generating code
Finished generating code
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include
..\\acctstMain.c
acctstMain.c
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include
..\\acctst.c
acctst.c
link -nologo  /LTCG /incremental:no /opt:ref /release /version:3.14
           -out:acctst.exe       acctstMain.obj acctst.obj
../../../lib/win32-x86/ca.lib  ../../../lib/win32-x86/Com.lib ws2_32.lib

  advapi32.lib user32.lib ws2_32.lib advapi32.lib user32.lib 
kernel32.lib  winmm.lib
Generating code
Finished generating code
cl /nologo /EHsc /GR -c                /D_CRT_SECURE_NO_DEPRECATE 
/D_CRT_NONSTDC_NO_DEPRECATE /D__STDC__=0   /Ox /GL   /W3 /w44355
/MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include        /Tp 
..\\caConnTestMain.cpp
caConnTestMain.cpp
cl /nologo /EHsc /GR -c                /D_CRT_SECURE_NO_DEPRECATE 
/D_CRT_NONSTDC_NO_DEPRECATE /D__STDC__=0   /Ox /GL   /W3 /w44355
/MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include        /Tp 
..\\caConnTest.cpp
caConnTest.cpp
link -nologo  /LTCG /incremental:no /opt:ref /release /version:3.14
           -out:caConnTest.exe       caConnTestMain.obj caConnTest.obj
     ../../../lib/win32-x86/ca.lib  ../../../lib/win32-x86/Com.lib
ws2_32.lib advapi32.lib user32.lib ws2_32.lib advapi32.lib user32.lib 
kernel32.lib winmm.lib
Generating code
Finished generating code
cl /nologo /EHsc /GR -c                /D_CRT_SECURE_NO_DEPRECATE 
/D_CRT_NONSTDC_NO_DEPRECATE /D__STDC__=0   /Ox /GL   /W3 /w44355
/MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include        /Tp 
..\\casw.cpp
casw.cpp
link -nologo  /LTCG /incremental:no /opt:ref /release /version:3.14
           -out:casw.exe       casw.obj
../../../lib/win32-x86/ca.lib  ../../../lib/win32-x86/Com.lib ws2_32.lib

  advapi32.lib user32.lib ws2_32.lib advapi32.lib user32.lib 
kernel32.lib  winmm.lib
Generating code
Finished generating code
cl /nologo /EHsc /GR -c                /D_CRT_SECURE_NO_DEPRECATE 
/D_CRT_NONSTDC_NO_DEPRECATE /D__STDC__=0   /Ox /GL   /W3 /w44355
/MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include        /Tp 
..\\caEventRateMain.cpp
caEventRateMain.cpp
cl /nologo /EHsc /GR -c                /D_CRT_SECURE_NO_DEPRECATE 
/D_CRT_NONSTDC_NO_DEPRECATE /D__STDC__=0   /Ox /GL   /W3 /w44355
/MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include        /Tp 
..\\caEventRate.cpp
caEventRate.cpp
link -nologo  /LTCG /incremental:no /opt:ref /release /version:3.14
           -out:caEventRate.exe       caEventRateMain.obj
caEventRate.obj
       ../../../lib/win32-x86/ca.lib  ../../../lib/win32-x86/Com.lib
ws2_32.lib advapi32.lib user32.lib ws2_32.lib advapi32.lib user32.lib 
kernel32.lib winmm.lib
Generating code
Finished generating code
"Installing created file ../../../bin/win32-x86/caRepeater.exe"
"Installing created file ../../../bin/win32-x86/catime.exe"
"Installing created file ../../../bin/win32-x86/acctst.exe"
"Installing created file ../../../bin/win32-x86/caConnTest.exe"
"Installing created file ../../../bin/win32-x86/casw.exe"
"Installing created file ../../../bin/win32-x86/caEventRate.exe"
"Installing html ../../../html//CAref.html"
make[3]: Leaving directory
`W:/winDev/epics/R3.14.10/base-3.14.10/src/ca/O.win32-x86'
make[2]: Leaving directory 
`W:/winDev/epics/R3.14.10/base-3.14.10/src/ca' make -C ./dbStatic
install
make[2]: Entering directory
`W:/winDev/epics/R3.14.10/base-3.14.10/src/dbStatic'
C:\perl\bin\perl.exe ../../bin/win32-x86/makeMakefile.pl O.win32-x86 
../../..
C:\perl\bin\perl.exe -MExtUtils::Command -e mkpath O.Common
make -C O.win32-x86 -f ../Makefile TOP=../../.. T_A=win32-x86 install 
make[3]: Entering directory
`W:/winDev/epics/R3.14.10/base-3.14.10/src/dbStatic/O.win32-x86'
"Installing generic include file ../../../include/alarm.h"
"Installing generic include file ../../../include/alarmString.h"
"Installing generic include file ../../../include/dbBase.h"
"Installing generic include file ../../../include/dbFldTypes.h"
"Installing generic include file ../../../include/dbStaticLib.h"
"Installing generic include file ../../../include/dbStaticPvt.h"
"Installing generic include file ../../../include/link.h"
"Installing generic include file ../../../include/special.h"
"Installing generic include file ../../../include/guigroup.h"
"Installing generic include file ../../../include/devSup.h"
"Installing generic include file ../../../include/drvSup.h"
"Installing generic include file ../../../include/recSup.h"
"Installing generic include file ../../../include/dbStaticIocRegister.h"

cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include
..\\dbStaticNoRun.c
dbStaticNoRun.c
rc -l 0x409 -I. -I../O.Common -I. -I.. -I../../../include/os/WIN32 
-I../../../include        -fo dbStaticHost.res ../dbStaticHost.rc
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include
..\\dbStaticLib.c
dbStaticLib.c
..\dbStaticLib.c(2315) : warning C4244: '=' : conversion from 'short' to

  'unsigned char', possible loss of data
..\dbStaticLib.c(2388) : warning C4018: '>=' : signed/unsigned mismatch 
..\dbStaticLib.c(3212) : warning C4244: '=' : conversion from 'long' to 
  'short', possible loss of data
..\dbStaticLib.c(3219) : warning C4244: '=' : conversion from 'long' to 
  'short', possible loss of data
..\dbStaticLib.c(3229) : warning C4244: '=' : conversion from 'long' to 
  'short', possible loss of data
..\dbStaticLib.c(3236) : warning C4244: '=' : conversion from 'long' to 
  'short', possible loss of data
..\dbStaticLib.c(3243) : warning C4244: '=' : conversion from 'long' to 
  'short', possible loss of data
..\dbStaticLib.c(3250) : warning C4244: '=' : conversion from 'long' to 
  'short', possible loss of data
..\dbStaticLib.c(3257) : warning C4244: '=' : conversion from 'long' to 
  'short', possible loss of data
..\dbStaticLib.c(3267) : warning C4244: '=' : conversion from 'long' to 
  'short', possible loss of data
..\dbStaticLib.c(3274) : warning C4244: '=' : conversion from 'long' to 
  'short', possible loss of data
..\dbStaticLib.c(3281) : warning C4244: '=' : conversion from 'long' to 
  'short', possible loss of data
..\dbStaticLib.c(3288) : warning C4244: '=' : conversion from 'long' to 
  'short', possible loss of data
..\dbStaticLib.c(3296) : warning C4244: '=' : conversion from 'long' to 
  'short', possible loss of data
..\dbStaticLib.c(3303) : warning C4244: '=' : conversion from 'long' to 
  'short', possible loss of data
..\dbStaticLib.c(3310) : warning C4244: '=' : conversion from 'long' to 
  'short', possible loss of data
..\dbStaticLib.c(3317) : warning C4244: '=' : conversion from 'long' to 
  'short', possible loss of data
..\dbStaticLib.c(3327) : warning C4244: '=' : conversion from 'long' to 
  'short', possible loss of data
..\dbStaticLib.c(3334) : warning C4244: '=' : conversion from 'long' to 
  'short', possible loss of data
..\dbStaticLib.c(3345) : warning C4244: '=' : conversion from 'long' to 
  'unsigned char', possible loss of data
..\dbStaticLib.c(3352) : warning C4244: '=' : conversion from 'long' to 
  'unsigned char', possible loss of data
..\dbStaticLib.c(3359) : warning C4244: '=' : conversion from 'long' to 
  'unsigned char', possible loss of data
..\dbStaticLib.c(3366) : warning C4244: '=' : conversion from 'long' to 
  'unsigned char', possible loss of data
..\dbStaticLib.c(3381) : warning C4244: '=' : conversion from 'long' to 
  'unsigned char', possible loss of data
..\dbStaticLib.c(3388) : warning C4244: '=' : conversion from 'long' to 
  'unsigned char', possible loss of data
..\dbStaticLib.c(3395) : warning C4244: '=' : conversion from 'long' to 
  'unsigned char', possible loss of data
..\dbStaticLib.c(3409) : warning C4244: '=' : conversion from 'long' to 
  'short', possible loss of data
..\dbStaticLib.c(3416) : warning C4244: '=' : conversion from 'long' to 
  'short', possible loss of data
..\dbStaticLib.c(3423) : warning C4244: '=' : conversion from 'long' to 
  'short', possible loss of data
..\dbStaticLib.c(3430) : warning C4244: '=' : conversion from 'long' to 
  'short', possible loss of data
..\\..\\..\\bin\\win32-x86\\e_flex.exe
-S../../../include/flex.skel.static -8 -I ../dbLex.l
C:\perl\bin\perl.exe -MExtUtils::Command -e mv  lex.yy.c dbLex.c
C:\perl\bin\perl.exe -MExtUtils::Command -e rm_f dbYacc.c y.tab.c
..\\..\\..\\bin\\win32-x86\\antelope.exe  ../dbYacc.y
C:\perl\bin\perl.exe -MExtUtils::Command -e mv  y.tab.c dbYacc.c
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include         dbYacc.c 
dbYacc.c
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include
..\\dbPvdLib.c
dbPvdLib.c
..\dbPvdLib.c(112) : warning C4018: '>=' : signed/unsigned mismatch 
..\dbPvdLib.c(113) : warning C4018: '<' : signed/unsigned mismatch lib 
/nologo /verbose /out:dbStaticHost.lib       dbStaticNoRun.obj
dbStaticLib.obj dbYacc.obj dbPvdLib.obj
dbPvdLib.obj : MSIL .netmodule or module compiled with /GL found; 
restarting link with /LTCG; add /LTCG to the link command line to 
improve linker performance

Invoking LINK.EXE:
   /LIB "/nologo" "/verbose" "/out:dbStaticHost.lib" "dbStaticNoRun.obj"
"dbStaticLib.obj" "dbYacc.obj" "dbPvdLib.obj"
   /LTCG
Appending dbPvdLib.obj
Appending dbYacc.obj
Appending dbStaticLib.obj
Appending dbStaticNoRun.obj
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include
..\\dbStaticRun.c
dbStaticRun.c
C:\Program Files\Microsoft Visual Studio 8\VC\include\stdlib.h(885) : 
warning C4005: 'max' : macro redefinition
          ..\..\..\include\dbDefs.h(55) : see previous definition of
'max'
..\dbStaticRun.c(78) : warning C4244: '=' : conversion from 'double' to 
  'epicsInt32', possible loss of data
..\dbStaticRun.c(176) : warning C4018: '>=' : signed/unsigned mismatch 
..\dbStaticRun.c(193) : warning C4018: '>=' : signed/unsigned mismatch 
..\dbStaticRun.c(544) : warning C4244: '=' : conversion from 'long' to 
'char', possible loss of data
..\dbStaticRun.c(545) : warning C4244: '=' : conversion from 'long' to 
'short', possible loss of data
..\dbStaticRun.c(561) : warning C4244: '=' : conversion from 'unsigned 
long' to 'unsigned char', possible loss of data
..\dbStaticRun.c(563) : warning C4244: '=' : conversion from 'unsigned 
long' to 'unsigned short', possible loss of data
..\dbStaticRun.c(577) : warning C4244: '=' : conversion from 'double' to

  'float', possible loss of data
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include
..\\dbStaticIocRegister.c
dbStaticIocRegister.c
rc -l 0x409 -I. -I../O.Common -I. -I.. -I../../../include/os/WIN32 
-I../../../include        -fo dbStaticIoc.res ../dbStaticIoc.rc
lib /nologo /verbose /out:dbStaticIoc.lib       dbStaticRun.obj
dbStaticIocRegister.obj dbStaticLib.obj dbYacc.obj dbPvdLib.obj
dbPvdLib.obj : MSIL .netmodule or module compiled with /GL found; 
restarting link with /LTCG; add /LTCG to the link command line to 
improve linker performance

Invoking LINK.EXE:
   /LIB "/nologo" "/verbose" "/out:dbStaticIoc.lib" "dbStaticRun.obj"
"dbStaticIocRegister.obj" "dbStaticLib.obj" "dbYacc.obj" "dbPvdLib.obj"
   /LTCG
Appending dbPvdLib.obj
Appending dbYacc.obj
Appending dbStaticLib.obj
Appending dbStaticIocRegister.obj
Appending dbStaticRun.obj
"Installing library ../../../lib/win32-x86/dbStaticHost.lib"
"Installing library ../../../lib/win32-x86/dbStaticIoc.lib"
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include
..\\dbReadTest.c
dbReadTest.c
link -nologo  /LTCG /incremental:no /opt:ref /release /version:3.14
           -out:dbReadTest.exe       dbReadTest.obj
../../../lib/win32-x86/dbStaticHost.lib  ../../../lib/win32-x86/Com.lib
   ws2_32.lib advapi32.lib user32.lib kernel32.lib winmm.lib
Generating code
Finished generating code
"Installing created file ../../../bin/win32-x86/dbReadTest.exe"
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include
..\\dbExpand.c
dbExpand.c
link -nologo  /LTCG /incremental:no /opt:ref /release /version:3.14
           -out:dbExpand.exe       dbExpand.obj
../../../lib/win32-x86/dbStaticHost.lib  ../../../lib/win32-x86/Com.lib
   ws2_32.lib advapi32.lib user32.lib kernel32.lib winmm.lib
Generating code
Finished generating code
"Installing created file ../../../bin/win32-x86/dbExpand.exe"
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include
..\\dbToMenuH.c
dbToMenuH.c
link -nologo  /LTCG /incremental:no /opt:ref /release /version:3.14
           -out:dbToMenuH.exe       dbToMenuH.obj
../../../lib/win32-x86/dbStaticHost.lib  ../../../lib/win32-x86/Com.lib
   ws2_32.lib advapi32.lib user32.lib kernel32.lib winmm.lib
Generating code
Finished generating code
"Installing created file ../../../bin/win32-x86/dbToMenuH.exe"
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include
..\\dbToRecordtypeH.c
dbToRecordtypeH.c
link -nologo  /LTCG /incremental:no /opt:ref /release /version:3.14
           -out:dbToRecordtypeH.exe       dbToRecordtypeH.obj
../../../lib/win32-x86/dbStaticHost.lib  ../../../lib/win32-x86/Com.lib
   ws2_32.lib advapi32.lib user32.lib kernel32.lib winmm.lib
Generating code
Finished generating code
"Installing created file ../../../bin/win32-x86/dbToRecordtypeH.exe" 
make[3]: Leaving directory
`W:/winDev/epics/R3.14.10/base-3.14.10/src/dbStatic/O.win32-x86'
make[2]: Leaving directory
`W:/winDev/epics/R3.14.10/base-3.14.10/src/dbStatic'
make -C ./registry install
make[2]: Entering directory
`W:/winDev/epics/R3.14.10/base-3.14.10/src/registry'
C:\perl\bin\perl.exe ../../bin/win32-x86/makeMakefile.pl O.win32-x86 
../../..
C:\perl\bin\perl.exe -MExtUtils::Command -e mkpath O.Common
make -C O.win32-x86 -f ../Makefile TOP=../../.. T_A=win32-x86 install 
make[3]: Entering directory
`W:/winDev/epics/R3.14.10/base-3.14.10/src/registry/O.win32-x86'
"Installing generic include file ../../../include/registryRecordType.h" 
"Installing generic include file 
../../../include/registryDeviceSupport.h" "Installing generic include 
file ../../../include/registryDriverSupport.h" "Installing generic 
include file ../../../include/registryFunction.h" "Installing generic 
include file ../../../include/registryCommon.h" "Installing generic 
include file ../../../include/registryIocRegister.h" rc -l 0x409 -I. 
-I../O.Common -I. -I.. -I../../../include/os/WIN32  -I../../../include 
       -fo registryIoc.res ../registryIoc.rc
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include
..\\registryRecordType.c
registryRecordType.c
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include
..\\registryDeviceSupport.c
registryDeviceSupport.c
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include
..\\registryDriverSupport.c
registryDriverSupport.c
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include
..\\registryFunction.c
registryFunction.c
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include
..\\registryCommon.c
registryCommon.c
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include
..\\registryIocRegister.c
registryIocRegister.c
lib /nologo /verbose /out:registryIoc.lib        registryRecordType.obj 
  registryDeviceSupport.obj registryDriverSupport.obj 
registryFunction.obj  registryCommon.obj registryIocRegister.obj
registryIocRegister.obj : MSIL .netmodule or module compiled with /GL 
found; restarting link with /LTCG; add /LTCG to the link command line to

  improve linker performance

Invoking LINK.EXE:
   /LIB "/nologo" "/verbose" "/out:registryIoc.lib"
"registryRecordType.obj" "registryDeviceSupport.obj"
"registryDriverSupport.obj" "registryFunction.obj" "registryCommon.obj" 
  "registryIocRegister.obj"
   /LTCG
Appending registryIocRegister.obj
Appending registryCommon.obj
Appending registryFunction.obj
Appending registryDriverSupport.obj
Appending registryDeviceSupport.obj
Appending registryRecordType.obj
"Installing library ../../../lib/win32-x86/registryIoc.lib"
"Installing script ../../../bin/win32-x86/registerRecordDeviceDriver.pl"

make[3]: Leaving directory
`W:/winDev/epics/R3.14.10/base-3.14.10/src/registry/O.win32-x86'
make[2]: Leaving directory
`W:/winDev/epics/R3.14.10/base-3.14.10/src/registry'
make -C ./bpt install
make[2]: Entering directory
`W:/winDev/epics/R3.14.10/base-3.14.10/src/bpt'
C:\perl\bin\perl.exe ../../bin/win32-x86/makeMakefile.pl O.win32-x86 
../../..
C:\perl\bin\perl.exe -MExtUtils::Command -e mkpath O.Common
make -C O.win32-x86 -f ../Makefile TOP=../../.. T_A=win32-x86 install 
make[3]: Entering directory
`W:/winDev/epics/R3.14.10/base-3.14.10/src/bpt/O.win32-x86'
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include
..\\makeBpt.c
makeBpt.c
..\makeBpt.c(318) : warning C4244: '=' : conversion from 'double' to 
'int', possible loss of data
link -nologo  /LTCG /incremental:no /opt:ref /release /version:3.14
           -out:makeBpt.exe       makeBpt.obj
../../../lib/win32-x86/Com.lib  ws2_32.lib advapi32.lib user32.lib 
kernel32.lib winmm.lib
Generating code
Finished generating code
"Installing created file ../../../bin/win32-x86/makeBpt.exe"
..\\..\\..\\bin\\win32-x86\\makeBpt.exe ../bptTypeJdegC.data
../O.Common/bptTypeJdegC.dbd
..\\..\\..\\bin\\win32-x86\\makeBpt.exe ../bptTypeJdegF.data
../O.Common/bptTypeJdegF.dbd
..\\..\\..\\bin\\win32-x86\\makeBpt.exe ../bptTypeKdegC.data
../O.Common/bptTypeKdegC.dbd
..\\..\\..\\bin\\win32-x86\\makeBpt.exe ../bptTypeKdegF.data
../O.Common/bptTypeKdegF.dbd
"Installing dbd file ../../../dbd/menuConvert.dbd"
mkdir ../../../dbd
"Installing created dbd file ../../../dbd/bptTypeJdegC.dbd"
"Installing created dbd file ../../../dbd/bptTypeJdegF.dbd"
"Installing created dbd file ../../../dbd/bptTypeKdegC.dbd"
"Installing created dbd file ../../../dbd/bptTypeKdegF.dbd"
..\\..\\..\\bin\\win32-x86\\dbToMenuH.exe ../menuConvert.dbd
../O.Common/menuConvert.h
"Installing generic include file ../../../include/cvtTable.h"
"Installing generated generic include file 
../../../include/menuConvert.h" make[3]: Leaving directory
`W:/winDev/epics/R3.14.10/base-3.14.10/src/bpt/O.win32-x86'
make[2]: Leaving directory 
`W:/winDev/epics/R3.14.10/base-3.14.10/src/bpt' make -C ./db install
make[2]: Entering directory 
`W:/winDev/epics/R3.14.10/base-3.14.10/src/db' C:\perl\bin\perl.exe 
../../bin/win32-x86/makeMakefile.pl O.win32-x86  ../../..
C:\perl\bin\perl.exe -MExtUtils::Command -e mkpath O.Common
make -C O.win32-x86 -f ../Makefile TOP=../../.. T_A=win32-x86 install 
make[3]: Entering directory
`W:/winDev/epics/R3.14.10/base-3.14.10/src/db/O.win32-x86'
"Installing dbd file ../../../dbd/dbCommon.dbd"
"Installing dbd file ../../../dbd/menuGlobal.dbd"
"Installing dbd file ../../../dbd/menuAlarmSevr.dbd"
"Installing dbd file ../../../dbd/menuAlarmStat.dbd"
"Installing dbd file ../../../dbd/menuCompress.dbd"
"Installing dbd file ../../../dbd/menuFtype.dbd"
"Installing dbd file ../../../dbd/menuIvoa.dbd"
"Installing dbd file ../../../dbd/menuOmsl.dbd"
"Installing dbd file ../../../dbd/menuPriority.dbd"
"Installing dbd file ../../../dbd/menuScan.dbd"
"Installing dbd file ../../../dbd/menuYesNo.dbd"
"Installing dbd file ../../../dbd/menuSimm.dbd"
C:\perl\bin\perl.exe -MExtUtils::Command -e rm_f ../O.Common/dbCommon.h 
..\\..\\..\\bin\\win32-x86\\dbToRecordtypeH.exe -I ..
../dbCommonRecord.dbd ../O.Common/dbCommon.h
..\\..\\..\\bin\\win32-x86\\dbToMenuH.exe ../menuAlarmSevr.dbd
../O.Common/menuAlarmSevr.h
..\\..\\..\\bin\\win32-x86\\dbToMenuH.exe ../menuAlarmStat.dbd
../O.Common/menuAlarmStat.h
..\\..\\..\\bin\\win32-x86\\dbToMenuH.exe ../menuCompress.dbd
../O.Common/menuCompress.h
..\\..\\..\\bin\\win32-x86\\dbToMenuH.exe ../menuFtype.dbd
../O.Common/menuFtype.h
..\\..\\..\\bin\\win32-x86\\dbToMenuH.exe ../menuIvoa.dbd
../O.Common/menuIvoa.h
..\\..\\..\\bin\\win32-x86\\dbToMenuH.exe ../menuOmsl.dbd
../O.Common/menuOmsl.h
..\\..\\..\\bin\\win32-x86\\dbToMenuH.exe ../menuPriority.dbd
../O.Common/menuPriority.h
..\\..\\..\\bin\\win32-x86\\dbToMenuH.exe ../menuScan.dbd
../O.Common/menuScan.h
..\\..\\..\\bin\\win32-x86\\dbToMenuH.exe ../menuYesNo.dbd
../O.Common/menuYesNo.h
..\\..\\..\\bin\\win32-x86\\dbToMenuH.exe ../menuSimm.dbd
../O.Common/menuSimm.h
"Installing generic include file ../../../include/callback.h"
"Installing generic include file ../../../include/dbAccess.h"
"Installing generic include file ../../../include/dbAccessDefs.h"
"Installing generic include file ../../../include/dbCa.h"
"Installing generic include file ../../../include/dbAddr.h"
"Installing generic include file ../../../include/dbBkpt.h"
"Installing generic include file ../../../include/dbConvert.h"
"Installing generic include file ../../../include/dbConvertFast.h" 
"Installing generic include file ../../../include/dbEvent.h"
"Installing generic include file ../../../include/dbLock.h"
"Installing generic include file ../../../include/dbNotify.h"
"Installing generic include file ../../../include/dbScan.h"
"Installing generic include file ../../../include/dbTest.h"
"Installing generic include file ../../../include/dbCaTest.h"
"Installing generic include file ../../../include/db_test.h"
"Installing generic include file ../../../include/db_field_log.h"
"Installing generic include file ../../../include/initHooks.h"
"Installing generic include file ../../../include/recGbl.h"
"Installing generic include file ../../../include/dbIocRegister.h" 
"Installing generic include file ../../../include/db_access_routines.h" 
"Installing generic include file ../../../include/db_convert.h"
"Installing generated generic include file ../../../include/dbCommon.h" 
"Installing generated generic include file
../../../include/menuAlarmSevr.h"
"Installing generated generic include file
../../../include/menuAlarmStat.h"
"Installing generated generic include file
../../../include/menuCompress.h"
"Installing generated generic include file ../../../include/menuFtype.h"

"Installing generated generic include file ../../../include/menuIvoa.h" 
"Installing generated generic include file ../../../include/menuOmsl.h" 
"Installing generated generic include file
../../../include/menuPriority.h"
"Installing generated generic include file ../../../include/menuScan.h" 
"Installing generated generic include file ../../../include/menuYesNo.h"

"Installing generated generic include file ../../../include/menuSimm.h" 
rc -l 0x409 -I. -I../O.Common -I. -I.. -I../../../include/os/WIN32
-I../../../include        -fo dbIoc.res ../dbIoc.rc
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include
..\\dbLock.c
dbLock.c
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include
..\\dbAccess.c
dbAccess.c
..\dbAccess.c(159) : warning C4018: '<' : signed/unsigned mismatch 
..\dbAccess.c(162) : warning C4018: '<' : signed/unsigned mismatch 
..\dbAccess.c(196) : warning C4244: '=' : conversion from 'epicsFloat64'

  to 'epicsInt32', possible loss of data
..\dbAccess.c(197) : warning C4244: '=' : conversion from 'epicsFloat64'

  to 'epicsInt32', possible loss of data
..\dbAccess.c(236) : warning C4244: '=' : conversion from 'epicsFloat64'

  to 'epicsInt32', possible loss of data
..\dbAccess.c(237) : warning C4244: '=' : conversion from 'epicsFloat64'

  to 'epicsInt32', possible loss of data
..\dbAccess.c(277) : warning C4244: '=' : conversion from 'epicsFloat64'

  to 'epicsInt32', possible loss of data
..\dbAccess.c(278) : warning C4244: '=' : conversion from 'epicsFloat64'

  to 'epicsInt32', possible loss of data
..\dbAccess.c(279) : warning C4244: '=' : conversion from 'epicsFloat64'

  to 'epicsInt32', possible loss of data
..\dbAccess.c(280) : warning C4244: '=' : conversion from 'epicsFloat64'

  to 'epicsInt32', possible loss of data
..\dbAccess.c(1447) : warning C4244: '=' : conversion from 'long' to 
'short', possible loss of data
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include
..\\dbBkpt.c
dbBkpt.c
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include
..\\dbConvert.c
dbConvert.c
..\dbConvert.c(796) : warning C4244: '=' : conversion from 'short' to 
'char', possible loss of data
..\dbConvert.c(801) : warning C4244: '=' : conversion from 'short' to 
'char', possible loss of data
..\dbConvert.c(815) : warning C4244: '=' : conversion from 'short' to 
'unsigned char', possible loss of data
..\dbConvert.c(820) : warning C4244: '=' : conversion from 'short' to 
'unsigned char', possible loss of data
..\dbConvert.c(989) : warning C4244: '=' : conversion from 'unsigned 
short' to 'char', possible loss of data
..\dbConvert.c(994) : warning C4244: '=' : conversion from 'unsigned 
short' to 'char', possible loss of data
..\dbConvert.c(1008) : warning C4244: '=' : conversion from 'unsigned 
short' to 'unsigned char', possible loss of data
..\dbConvert.c(1013) : warning C4244: '=' : conversion from 'unsigned 
short' to 'unsigned char', possible loss of data
..\dbConvert.c(1296) : warning C4244: '=' : conversion from 'epicsInt32'

  to 'float', possible loss of data
..\dbConvert.c(1301) : warning C4244: '=' : conversion from 'epicsInt32'

  to 'float', possible loss of data
..\dbConvert.c(1490) : warning C4244: '=' : conversion from
'epicsUInt32' to 'float', possible loss of data
..\dbConvert.c(1495) : warning C4244: '=' : conversion from
'epicsUInt32' to 'float', possible loss of data
..\dbConvert.c(1576) : warning C4244: '=' : conversion from 'float' to 
'char', possible loss of data
..\dbConvert.c(1581) : warning C4244: '=' : conversion from 'float' to 
'char', possible loss of data
..\dbConvert.c(1595) : warning C4244: '=' : conversion from 'float' to 
'unsigned char', possible loss of data
..\dbConvert.c(1600) : warning C4244: '=' : conversion from 'float' to 
'unsigned char', possible loss of data
..\dbConvert.c(1614) : warning C4244: '=' : conversion from 'float' to 
'short', possible loss of data
..\dbConvert.c(1619) : warning C4244: '=' : conversion from 'float' to 
'short', possible loss of data
..\dbConvert.c(1633) : warning C4244: '=' : conversion from 'float' to 
'unsigned short', possible loss of data
..\dbConvert.c(1638) : warning C4244: '=' : conversion from 'float' to 
'unsigned short', possible loss of data
..\dbConvert.c(1652) : warning C4244: '=' : conversion from 'float' to 
'epicsInt32', possible loss of data
..\dbConvert.c(1657) : warning C4244: '=' : conversion from 'float' to 
'epicsInt32', possible loss of data
..\dbConvert.c(1671) : warning C4244: '=' : conversion from 'float' to 
'epicsUInt32', possible loss of data
..\dbConvert.c(1676) : warning C4244: '=' : conversion from 'float' to 
'epicsUInt32', possible loss of data
..\dbConvert.c(1728) : warning C4244: '=' : conversion from 'float' to 
'epicsEnum16', possible loss of data
..\dbConvert.c(1733) : warning C4244: '=' : conversion from 'float' to 
'epicsEnum16', possible loss of data
..\dbConvert.c(1776) : warning C4244: '=' : conversion from 'double' to 
  'char', possible loss of data
..\dbConvert.c(1781) : warning C4244: '=' : conversion from 'double' to 
  'char', possible loss of data
..\dbConvert.c(1795) : warning C4244: '=' : conversion from 'double' to 
  'unsigned char', possible loss of data
..\dbConvert.c(1800) : warning C4244: '=' : conversion from 'double' to 
  'unsigned char', possible loss of data
..\dbConvert.c(1814) : warning C4244: '=' : conversion from 'double' to 
  'short', possible loss of data
..\dbConvert.c(1819) : warning C4244: '=' : conversion from 'double' to 
  'short', possible loss of data
..\dbConvert.c(1833) : warning C4244: '=' : conversion from 'double' to 
  'unsigned short', possible loss of data
..\dbConvert.c(1838) : warning C4244: '=' : conversion from 'double' to 
  'unsigned short', possible loss of data
..\dbConvert.c(1852) : warning C4244: '=' : conversion from 'double' to 
  'epicsInt32', possible loss of data
..\dbConvert.c(1857) : warning C4244: '=' : conversion from 'double' to 
  'epicsInt32', possible loss of data
..\dbConvert.c(1871) : warning C4244: '=' : conversion from 'double' to 
  'epicsUInt32', possible loss of data
..\dbConvert.c(1876) : warning C4244: '=' : conversion from 'double' to 
  'epicsUInt32', possible loss of data
..\dbConvert.c(1929) : warning C4244: '=' : conversion from 'double' to 
  'epicsEnum16', possible loss of data
..\dbConvert.c(1934) : warning C4244: '=' : conversion from 'double' to 
  'epicsEnum16', possible loss of data
..\dbConvert.c(1962) : warning C4244: '=' : conversion from
'epicsEnum16' to 'char', possible loss of data
..\dbConvert.c(1967) : warning C4244: '=' : conversion from
'epicsEnum16' to 'char', possible loss of data
..\dbConvert.c(1981) : warning C4244: '=' : conversion from
'epicsEnum16' to 'unsigned char', possible loss of data
..\dbConvert.c(1986) : warning C4244: '=' : conversion from
'epicsEnum16' to 'unsigned char', possible loss of data
..\dbConvert.c(2996) : warning C4244: '=' : conversion from 'const 
short' to 'char', possible loss of data
.\dbConvert.c(3001) : warning C4244: '=' : conversion from 'const 
short' to 'char', possible loss of data
..\dbConvert.c(3015) : warning C4244: '=' : conversion from 'const 
short' to 'unsigned char', possible loss of data
..\dbConvert.c(3020) : warning C4244: '=' : conversion from 'const 
short' to 'unsigned char', possible loss of data
..\dbConvert.c(3192) : warning C4244: '=' : conversion from 'const 
unsigned short' to 'char', possible loss of data
..\dbConvert.c(3197) : warning C4244: '=' : conversion from 'const 
unsigned short' to 'char', possible loss of data
..\dbConvert.c(3211) : warning C4244: '=' : conversion from 'const 
unsigned short' to 'unsigned char', possible loss of data
..\dbConvert.c(3216) : warning C4244: '=' : conversion from 'const 
unsigned short' to 'unsigned char', possible loss of data
..\dbConvert.c(3502) : warning C4244: '=' : conversion from 'const 
epicsInt32' to 'float', possible loss of data
..\dbConvert.c(3507) : warning C4244: '=' : conversion from 'const 
epicsInt32' to 'float', possible loss of data
..\dbConvert.c(3698) : warning C4244: '=' : conversion from 'const 
epicsUInt32' to 'float', possible loss of data
..\dbConvert.c(3703) : warning C4244: '=' : conversion from 'const 
epicsUInt32' to 'float', possible loss of data
..\dbConvert.c(3785) : warning C4244: '=' : conversion from 'const 
float' to 'char', possible loss of data
..\dbConvert.c(3790) : warning C4244: '=' : conversion from 'const 
float' to 'char', possible loss of data
..\dbConvert.c(3804) : warning C4244: '=' : conversion from 'const 
float' to 'unsigned char', possible loss of data
..\dbConvert.c(3809) : warning C4244: '=' : conversion from 'const 
float' to 'unsigned char', possible loss of data
..\dbConvert.c(3823) : warning C4244: '=' : conversion from 'const 
float' to 'short', possible loss of data
..\dbConvert.c(3828) : warning C4244: '=' : conversion from 'const 
float' to 'short', possible loss of data
..\dbConvert.c(3842) : warning C4244: '=' : conversion from 'const 
float' to 'unsigned short', possible loss of data
..\dbConvert.c(3847) : warning C4244: '=' : conversion from 'const 
float' to 'unsigned short', possible loss of data
..\dbConvert.c(3861) : warning C4244: '=' : conversion from 'const 
float' to 'epicsInt32', possible loss of data
..\dbConvert.c(3866) : warning C4244: '=' : conversion from 'const 
float' to 'epicsInt32', possible loss of data
..\dbConvert.c(3880) : warning C4244: '=' : conversion from 'const 
float' to 'epicsUInt32', possible loss of data
..\dbConvert.c(3885) : warning C4244: '=' : conversion from 'const 
float' to 'epicsUInt32', possible loss of data
..\dbConvert.c(3937) : warning C4244: '=' : conversion from 'const 
float' to 'epicsEnum16', possible loss of data
..\dbConvert.c(3942) : warning C4244: '=' : conversion from 'const 
float' to 'epicsEnum16', possible loss of data
..\dbConvert.c(3986) : warning C4244: '=' : conversion from 'const 
double' to 'char', possible loss of data
..\dbConvert.c(3991) : warning C4244: '=' : conversion from 'const 
double' to 'char', possible loss of data
..\dbConvert.c(4005) : warning C4244: '=' : conversion from 'const 
double' to 'unsigned char', possible loss of data
..\dbConvert.c(4010) : warning C4244: '=' : conversion from 'const 
double' to 'unsigned char', possible loss of data
..\dbConvert.c(4024) : warning C4244: '=' : conversion from 'const 
double' to 'short', possible loss of data
..\dbConvert.c(4029) : warning C4244: '=' : conversion from 'const 
double' to 'short', possible loss of data
..\dbConvert.c(4043) : warning C4244: '=' : conversion from 'const 
double' to 'unsigned short', possible loss of data
..\dbConvert.c(4048) : warning C4244: '=' : conversion from 'const 
double' to 'unsigned short', possible loss of data
..\dbConvert.c(4062) : warning C4244: '=' : conversion from 'const 
double' to 'epicsInt32', possible loss of data
..\dbConvert.c(4067) : warning C4244: '=' : conversion from 'const 
double' to 'epicsInt32', possible loss of data
..\dbConvert.c(4081) : warning C4244: '=' : conversion from 'const 
double' to 'epicsUInt32', possible loss of data
..\dbConvert.c(4086) : warning C4244: '=' : conversion from 'const 
double' to 'epicsUInt32', possible loss of data
..\dbConvert.c(4139) : warning C4244: '=' : conversion from 'const 
double' to 'epicsEnum16', possible loss of data
..\dbConvert.c(4144) : warning C4244: '=' : conversion from 'const 
double' to 'epicsEnum16', possible loss of data
..\dbConvert.c(4183) : warning C4244: '=' : conversion from 'const 
epicsEnum16' to 'char', possible loss of data
..\dbConvert.c(4188) : warning C4244: '=' : conversion from 'const 
epicsEnum16' to 'char', possible loss of data
..\dbConvert.c(4202) : warning C4244: '=' : conversion from 'const 
epicsEnum16' to 'unsigned char', possible loss of data
..\dbConvert.c(4207) : warning C4244: '=' : conversion from 'const 
epicsEnum16' to 'unsigned char', possible loss of data
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include
..\\dbFastLinkConv.c
dbFastLinkConv.c
..\dbFastLinkConv.c(512) : warning C4244: '=' : conversion from
'epicsInt16' to 'epicsInt8', possible loss of data
..\dbFastLinkConv.c(519) : warning C4244: '=' : conversion from
'epicsInt16' to 'epicsUInt8', possible loss of data
..\dbFastLinkConv.c(582) : warning C4244: '=' : conversion from
'epicsUInt16' to 'epicsInt8', possible loss of data
..\dbFastLinkConv.c(589) : warning C4244: '=' : conversion from
'epicsUInt16' to 'epicsUInt8', possible loss of data
..\dbFastLinkConv.c(694) : warning C4244: '=' : conversion from
'epicsInt32' to 'epicsFloat32', possible loss of data
..\dbFastLinkConv.c(764) : warning C4244: '=' : conversion from
'epicsUInt32' to 'epicsFloat32', possible loss of data
..\dbFastLinkConv.c(794) : warning C4244: 'function' : conversion from 
'long' to 'unsigned short', possible loss of data
..\dbFastLinkConv.c(803) : warning C4244: '=' : conversion from
'epicsFloat32' to 'epicsInt8', possible loss of data
..\dbFastLinkConv.c(810) : warning C4244: '=' : conversion from
'epicsFloat32' to 'epicsUInt8', possible loss of data
..\dbFastLinkConv.c(817) : warning C4244: '=' : conversion from
'epicsFloat32' to 'epicsInt16', possible loss of data
..\dbFastLinkConv.c(824) : warning C4244: '=' : conversion from
'epicsFloat32' to 'epicsUInt16', possible loss of data
..\dbFastLinkConv.c(831) : warning C4244: '=' : conversion from
'epicsFloat32' to 'epicsInt32', possible loss of data
..\dbFastLinkConv.c(838) : warning C4244: '=' : conversion from
'epicsFloat32' to 'epicsUInt32', possible loss of data
..\dbFastLinkConv.c(859) : warning C4244: '=' : conversion from
'epicsFloat32' to 'epicsEnum16', possible loss of data
..\dbFastLinkConv.c(875) : warning C4244: 'function' : conversion from 
'long' to 'unsigned short', possible loss of data
..\dbFastLinkConv.c(884) : warning C4244: '=' : conversion from
'epicsFloat64' to 'epicsInt8', possible loss of data
..\dbFastLinkConv.c(891) : warning C4244: '=' : conversion from
'epicsFloat64' to 'epicsUInt8', possible loss of data
..\dbFastLinkConv.c(898) : warning C4244: '=' : conversion from
'epicsFloat64' to 'epicsInt16', possible loss of data
..\dbFastLinkConv.c(905) : warning C4244: '=' : conversion from
'epicsFloat64' to 'epicsUInt16', possible loss of data
..\dbFastLinkConv.c(912) : warning C4244: '=' : conversion from
'epicsFloat64' to 'epicsInt32', possible loss of data
..\dbFastLinkConv.c(919) : warning C4244: '=' : conversion from
'epicsFloat64' to 'epicsUInt32', possible loss of data
..\dbFastLinkConv.c(940) : warning C4244: '=' : conversion from
'epicsFloat64' to 'epicsEnum16', possible loss of data
..\dbFastLinkConv.c(947) : warning C4244: '=' : conversion from
'epicsEnum16' to 'epicsInt8', possible loss of data
..\dbFastLinkConv.c(954) : warning C4244: '=' : conversion from
'epicsEnum16' to 'epicsUInt8', possible loss of data
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include
..\\dbNotify.c
dbNotify.c
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include
..\\dbScan.c
dbScan.c
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include
..\\dbEvent.c
dbEvent.c
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include
..\\dbTest.c
dbTest.c
..\dbTest.c(253) : warning C4018: '<' : signed/unsigned mismatch
..\dbTest.c(495) : warning C4244: '=' : conversion from 'long' to 
'epicsInt16', possible loss of data
..\dbTest.c(501) : warning C4244: '=' : conversion from 'unsigned long' 
  to 'epicsUInt16', possible loss of data
..\dbTest.c(527) : warning C4244: '=' : conversion from 'unsigned long' 
  to 'epicsUInt16', possible loss of data
..\dbTest.c(538) : warning C4018: '<' : signed/unsigned mismatch
..\dbTest.c(713) : warning C4018: '<' : signed/unsigned mismatch
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include
..\\db_access.c
db_access.c
..\db_access.c(674) : warning C4244: '=' : conversion from 'long' to 
'dbr_short_t', possible loss of data
..\db_access.c(774) : warning C4244: '=' : conversion from 'long' to 
'dbr_short_t', possible loss of data
..\db_access.c(847) : warning C4244: '=' : conversion from 'long' to 
'dbr_short_t', possible loss of data
..\db_access.c(988) : warning C4244: '=' : conversion from 'long' to 
'dbr_short_t', possible loss of data
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include
..\\db_test.c
db_test.c
..\db_test.c(59) : warning C4244: '=' : conversion from 'long' to 
'short', possible loss of data
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include
..\\recGbl.c
recGbl.c
..\recGbl.c(185) : warning C4244: '=' : conversion from 'short' to 
'char', possible loss of data
..\recGbl.c(193) : warning C4244: '=' : conversion from 'unsigned short'

  to 'unsigned char', possible loss of data
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include
..\\callback.c
callback.c
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include 
..\\dbCa.c dbCa.c
..\dbCa.c(278) : warning C4113: 'long (__cdecl *)()' differs in
parameter lists from 'long (__cdecl *)(const void *,void *,dbAddr *)' 
..\dbCa.c(295) : warning C4113: 'long (__cdecl *)()' differs in
parameter lists from 'long (__cdecl *)(const void *,void *,dbAddr *)' 
..\dbCa.c(306) : warning C4018: '>' : signed/unsigned mismatch
..\dbCa.c(347) : warning C4113: 'long (__cdecl *)()' differs in
parameter lists from 'long (__cdecl *)(const void *,void *,dbAddr *)' 
..\dbCa.c(363) : warning C4113: 'long (__cdecl *)()' differs in
parameter lists from 'long (__cdecl *)(const void *,void *,dbAddr *)' cl

-c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include
..\\dbCaTest.c
dbCaTest.c
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include
..\\initHooks.c
initHooks.c
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include
..\\cvtBpt.c
cvtBpt.c
cl /nologo /EHsc /GR -c                /D_CRT_SECURE_NO_DEPRECATE 
/D_CRT_NONSTDC_NO_DEPRECATE /D__STDC__=0   /Ox /GL   /W3 /w44355
/MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include        /Tp 
..\\dbContext.cpp
dbContext.cpp
cl /nologo /EHsc /GR -c                /D_CRT_SECURE_NO_DEPRECATE 
/D_CRT_NONSTDC_NO_DEPRECATE /D__STDC__=0   /Ox /GL   /W3 /w44355
/MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include        /Tp 
..\\dbChannelIO.cpp
dbChannelIO.cpp
cl /nologo /EHsc /GR -c                /D_CRT_SECURE_NO_DEPRECATE 
/D_CRT_NONSTDC_NO_DEPRECATE /D__STDC__=0   /Ox /GL   /W3 /w44355
/MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include        /Tp 
..\\dbSubscriptionIO.cpp
dbSubscriptionIO.cpp
cl /nologo /EHsc /GR -c                /D_CRT_SECURE_NO_DEPRECATE 
/D_CRT_NONSTDC_NO_DEPRECATE /D__STDC__=0   /Ox /GL   /W3 /w44355
/MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include        /Tp 
..\\dbPutNotifyBlocker.cpp
dbPutNotifyBlocker.cpp
cl /nologo /EHsc /GR -c                /D_CRT_SECURE_NO_DEPRECATE 
/D_CRT_NONSTDC_NO_DEPRECATE /D__STDC__=0   /Ox /GL   /W3 /w44355
/MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include        /Tp 
..\\dbContextReadNotifyCache.cpp
dbContextReadNotifyCache.cpp
cl /nologo /EHsc /GR -c                /D_CRT_SECURE_NO_DEPRECATE 
/D_CRT_NONSTDC_NO_DEPRECATE /D__STDC__=0   /Ox /GL   /W3 /w44355
/MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include        /Tp 
..\\templateInstances.cpp
templateInstances.cpp
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include
..\\dbIocRegister.c
dbIocRegister.c
lib /nologo /verbose /out:dbIoc.lib        dbLock.obj dbAccess.obj 
dbBkpt.obj dbConvert.obj dbFastLinkConv.obj dbNotify.obj dbScan.obj 
dbEvent.obj dbTest.obj db_access.obj db_test.obj recGbl.obj callback.obj

  dbCa.obj dbCaTest.obj initHooks.obj cvtBpt.obj dbContext.obj
dbChannelIO.obj dbSubscriptionIO.obj dbPutNotifyBlocker.obj
dbContextReadNotifyCache.obj templateInstances.obj dbIocRegister.obj 
dbIocRegister.obj : MSIL .netmodule or module compiled with /GL found; 
restarting link with /LTCG; add /LTCG to the link command line to 
improve linker performance

Invoking LINK.EXE:
   /LIB "/nologo" "/verbose" "/out:dbIoc.lib" "dbLock.obj"
"dbAccess.obj"
"dbBkpt.obj" "dbConvert.obj" "dbFastLinkConv.obj" "dbNotify.obj"
"dbScan.obj" "dbEvent.obj" "dbTest.obj" "db_access.obj" "db_test.obj" 
"recGbl.obj" "callback.obj" "dbCa.obj" "dbCaTest.obj" "initHooks.obj" 
"cvtBpt.obj" "dbContext.obj" "dbChannelIO.obj" "dbSubscriptionIO.obj" 
"dbPutNotifyBlocker.obj" "dbContextReadNotifyCache.obj"
"templateInstances.obj" "dbIocRegister.obj"
   /LTCG
Appending dbIocRegister.obj
Appending templateInstances.obj
Appending dbContextReadNotifyCache.obj
Appending dbPutNotifyBlocker.obj
Appending dbSubscriptionIO.obj
Appending dbChannelIO.obj
Appending dbContext.obj
Appending cvtBpt.obj
Appending initHooks.obj
Appending dbCaTest.obj
Appending dbCa.obj
Appending callback.obj
Appending recGbl.obj
Appending db_test.obj
Appending db_access.obj
Appending dbTest.obj
Appending dbEvent.obj
Appending dbScan.obj
Appending dbNotify.obj
Appending dbFastLinkConv.obj
Appending dbConvert.obj
Appending dbBkpt.obj
Appending dbAccess.obj
Appending dbLock.obj
"Installing library ../../../lib/win32-x86/dbIoc.lib"
make[3]: Leaving directory
`W:/winDev/epics/R3.14.10/base-3.14.10/src/db/O.win32-x86'
make[2]: Leaving directory 
`W:/winDev/epics/R3.14.10/base-3.14.10/src/db' make -C ./as install
make[2]: Entering directory 
`W:/winDev/epics/R3.14.10/base-3.14.10/src/as' C:\perl\bin\perl.exe 
../../bin/win32-x86/makeMakefile.pl O.win32-x86  ../../..
C:\perl\bin\perl.exe -MExtUtils::Command -e mkpath O.Common
make -C O.win32-x86 -f ../Makefile TOP=../../.. T_A=win32-x86 install 
make[3]: Entering directory
`W:/winDev/epics/R3.14.10/base-3.14.10/src/as/O.win32-x86'
"Installing generic include file ../../../include/asLib.h"
"Installing generic include file ../../../include/asDbLib.h"
"Installing generic include file ../../../include/asCa.h"
"Installing generic include file ../../../include/asTrapWrite.h"
"Installing generic include file ../../../include/asIocRegister.h" rc -l

0x409 -I. -I../O.Common -I. -I.. -I../../../include/os/WIN32
-I../../../include        -fo asHost.res ../asHost.rc
..\\..\\..\\bin\\win32-x86\\e_flex.exe
-S../../../include/flex.skel.static -8 -I ../asLib_lex.l
C:\perl\bin\perl.exe -MExtUtils::Command -e mv  lex.yy.c asLib_lex.c 
C:\perl\bin\perl.exe -MExtUtils::Command -e rm_f asLib.c y.tab.c
..\\..\\..\\bin\\win32-x86\\antelope.exe  ../asLib.y
C:\perl\bin\perl.exe -MExtUtils::Command -e mv  y.tab.c asLib.c
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include         asLib.c 
asLib.c
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include
..\\asTrapWrite.c
asTrapWrite.c
lib /nologo /verbose /out:asHost.lib        asLib.obj asTrapWrite.obj 
asTrapWrite.obj : MSIL .netmodule or module compiled with /GL found; 
restarting link with /LTCG; add /LTCG to the link command line to 
improve linker performance

Invoking LINK.EXE:
   /LIB "/nologo" "/verbose" "/out:asHost.lib" "asLib.obj"
"asTrapWrite.obj"
   /LTCG
Appending asTrapWrite.obj
Appending asLib.obj
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include
..\\asDbLib.c
asDbLib.c
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include 
..\\asCa.c asCa.c
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include
..\\asIocRegister.c
asIocRegister.c
rc -l 0x409 -I. -I../O.Common -I. -I.. -I../../../include/os/WIN32 
-I../../../include        -fo asIoc.res ../asIoc.rc
lib /nologo /verbose /out:asIoc.lib       asDbLib.obj asCa.obj
asIocRegister.obj asLib.obj asTrapWrite.obj
asTrapWrite.obj : MSIL .netmodule or module compiled with /GL found; 
restarting link with /LTCG; add /LTCG to the link command line to 
improve linker performance

Invoking LINK.EXE:
   /LIB "/nologo" "/verbose" "/out:asIoc.lib" "asDbLib.obj" "asCa.obj"
"asIocRegister.obj" "asLib.obj" "asTrapWrite.obj"
   /LTCG
Appending asTrapWrite.obj
Appending asLib.obj
Appending asIocRegister.obj
Appending asCa.obj
Appending asDbLib.obj
"Installing library ../../../lib/win32-x86/asHost.lib"
"Installing library ../../../lib/win32-x86/asIoc.lib"
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include
..\\ascheck.c
ascheck.c
link -nologo  /LTCG /incremental:no /opt:ref /release /version:3.14
           -out:ascheck.exe       ascheck.obj
../../../lib/win32-x86/asHost.lib
../../../lib/win32-x86/dbStaticHost.lib  ../../../lib/win32-x86/ca.lib 
../../../lib/win32-x86/Com.lib  ws2_32.lib advapi32.lib user32.lib 
kernel32.lib winmm.lib
Generating code
Finished generating code
"Installing created file ../../../bin/win32-x86/ascheck.exe"
make[3]: Leaving directory
`W:/winDev/epics/R3.14.10/base-3.14.10/src/as/O.win32-x86'
make[2]: Leaving directory 
`W:/winDev/epics/R3.14.10/base-3.14.10/src/as' make -C ./util install
make[2]: Entering directory
`W:/winDev/epics/R3.14.10/base-3.14.10/src/util'
C:\perl\bin\perl.exe ../../bin/win32-x86/makeMakefile.pl O.win32-x86 
../../..
C:\perl\bin\perl.exe -MExtUtils::Command -e mkpath O.Common
make -C O.win32-x86 -f ../Makefile TOP=../../.. T_A=win32-x86 install 
make[3]: Entering directory
`W:/winDev/epics/R3.14.10/base-3.14.10/src/util/O.win32-x86'
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include
..\\ca_test_main.c
ca_test_main.c
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include
..\\ca_test.c
ca_test.c
link -nologo  /LTCG /incremental:no /opt:ref /release /version:3.14
           -out:ca_test.exe       ca_test_main.obj ca_test.obj
../../../lib/win32-x86/ca.lib  ../../../lib/win32-x86/Com.lib ws2_32.lib

  advapi32.lib user32.lib ws2_32.lib advapi32.lib user32.lib 
kernel32.lib  winmm.lib
Generating code
Finished generating code
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include
..\\iocLogServer.c
iocLogServer.c
link -nologo  /LTCG /incremental:no /opt:ref /release /version:3.14
           -out:iocLogServer.exe       iocLogServer.obj
../../../lib/win32-x86/ca.lib  ../../../lib/win32-x86/Com.lib ws2_32.lib

  advapi32.lib user32.lib ws2_32.lib advapi32.lib user32.lib 
kernel32.lib  winmm.lib
Generating code
Finished generating code
"Installing created file ../../../bin/win32-x86/ca_test.exe"
"Installing created file ../../../bin/win32-x86/iocLogServer.exe"
make[3]: Leaving directory
`W:/winDev/epics/R3.14.10/base-3.14.10/src/util/O.win32-x86'
make[2]: Leaving directory
`W:/winDev/epics/R3.14.10/base-3.14.10/src/util'
make -C ./dbtools install
make[2]: Entering directory
`W:/winDev/epics/R3.14.10/base-3.14.10/src/dbtools'
C:\perl\bin\perl.exe ../../bin/win32-x86/makeMakefile.pl O.win32-x86 
../../..
C:\perl\bin\perl.exe -MExtUtils::Command -e mkpath O.Common
make -C O.win32-x86 -f ../Makefile TOP=../../.. T_A=win32-x86 install 
make[3]: Entering directory
`W:/winDev/epics/R3.14.10/base-3.14.10/src/dbtools/O.win32-x86'
"Installing generic include file ../../../include/dbLoadTemplate.h" 
"Installing generic include file ../../../include/dbtoolsIocRegister.h" 
rc -l 0x409 -I. -I../O.Common -I. -I.. -I../../../include/os/WIN32
-I../../../include        -fo dbtoolsIoc.res ../dbtoolsIoc.rc
..\\..\\..\\bin\\win32-x86\\e_flex.exe
-S../../../include/flex.skel.static -8 -I ../dbLoadTemplate_lex.l
C:\perl\bin\perl.exe -MExtUtils::Command -e mv  lex.yy.c
dbLoadTemplate_lex.c
C:\perl\bin\perl.exe -MExtUtils::Command -e rm_f dbLoadTemplate.c 
y.tab.c ..\\..\\..\\bin\\win32-x86\\antelope.exe  ../dbLoadTemplate.y
C:\perl\bin\perl.exe -MExtUtils::Command -e mv  y.tab.c dbLoadTemplate.c

cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include
dbLoadTemplate.c
dbLoadTemplate.c
../dbLoadTemplate_lex.l(223) : warning C4013: 'read' undefined; assuming

  extern returning int
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include
..\\dbtoolsIocRegister.c
dbtoolsIocRegister.c
lib /nologo /verbose /out:dbtoolsIoc.lib        dbLoadTemplate.obj 
dbtoolsIocRegister.obj
dbtoolsIocRegister.obj : MSIL .netmodule or module compiled with /GL 
found; restarting link with /LTCG; add /LTCG to the link command line to

  improve linker performance

Invoking LINK.EXE:
   /LIB "/nologo" "/verbose" "/out:dbtoolsIoc.lib" "dbLoadTemplate.obj"
"dbtoolsIocRegister.obj"
   /LTCG
Appending dbtoolsIocRegister.obj
Appending dbLoadTemplate.obj
"Installing library ../../../lib/win32-x86/dbtoolsIoc.lib"
"Installing html ../../../html//dbLoadTemplate.html"
make[3]: Leaving directory
`W:/winDev/epics/R3.14.10/base-3.14.10/src/dbtools/O.win32-x86'
make[2]: Leaving directory
`W:/winDev/epics/R3.14.10/base-3.14.10/src/dbtools'
make -C ./catools install
make[2]: Entering directory
`W:/winDev/epics/R3.14.10/base-3.14.10/src/catools'
C:\perl\bin\perl.exe ../../bin/win32-x86/makeMakefile.pl O.win32-x86 
../../..
C:\perl\bin\perl.exe -MExtUtils::Command -e mkpath O.Common
make -C O.win32-x86 -f ../Makefile TOP=../../.. T_A=win32-x86 install 
make[3]: Entering directory
`W:/winDev/epics/R3.14.10/base-3.14.10/src/catools/O.win32-x86'
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include
..\\tool_lib.c
tool_lib.c
..\tool_lib.c(472) : warning C4018: '<' : signed/unsigned mismatch 
..\tool_lib.c(475) : warning C4018: '<' : signed/unsigned mismatch 
..\tool_lib.c(478) : warning C4018: '<' : signed/unsigned mismatch 
..\tool_lib.c(481) : warning C4018: '<' : signed/unsigned mismatch 
..\tool_lib.c(484) : warning C4018: '<' : signed/unsigned mismatch 
..\tool_lib.c(487) : warning C4018: '<' : signed/unsigned mismatch 
..\tool_lib.c(490) : warning C4018: '<' : signed/unsigned mismatch lib 
/nologo /verbose /out:catools.lib       tool_lib.obj
tool_lib.obj : MSIL .netmodule or module compiled with /GL found; 
restarting link with /LTCG; add /LTCG to the link command line to 
improve linker performance

Invoking LINK.EXE:
   /LIB "/nologo" "/verbose" "/out:catools.lib" "tool_lib.obj"
   /LTCG
Appending tool_lib.obj
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include 
..\\caget.c caget.c
link -nologo  /LTCG /incremental:no /opt:ref /release /version:3.14
           -out:caget.exe       caget.obj      ./catools.lib
../../../lib/win32-x86/ca.lib  ../../../lib/win32-x86/Com.lib
ws2_32.lib advapi32.lib user32.lib kernel32.lib winmm.lib
Generating code
Finished generating code
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include
..\\camonitor.c
camonitor.c
link -nologo  /LTCG /incremental:no /opt:ref /release /version:3.14
           -out:camonitor.exe       camonitor.obj      ./catools.lib
../../../lib/win32-x86/ca.lib  ../../../lib/win32-x86/Com.lib
ws2_32.lib advapi32.lib user32.lib kernel32.lib winmm.lib
Generating code
Finished generating code
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include
..\\cainfo.c
cainfo.c
link -nologo  /LTCG /incremental:no /opt:ref /release /version:3.14
           -out:cainfo.exe       cainfo.obj      ./catools.lib
../../../lib/win32-x86/ca.lib  ../../../lib/win32-x86/Com.lib
ws2_32.lib advapi32.lib user32.lib kernel32.lib winmm.lib
Generating code
Finished generating code
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include 
..\\caput.c caput.c
link -nologo  /LTCG /incremental:no /opt:ref /release /version:3.14
           -out:caput.exe       caput.obj      ./catools.lib
../../../lib/win32-x86/ca.lib  ../../../lib/win32-x86/Com.lib
ws2_32.lib advapi32.lib user32.lib kernel32.lib winmm.lib
Generating code
Finished generating code
"Installing created file ../../../bin/win32-x86/caget.exe"
"Installing created file ../../../bin/win32-x86/camonitor.exe"
"Installing created file ../../../bin/win32-x86/cainfo.exe"
"Installing created file ../../../bin/win32-x86/caput.exe"
make[3]: Leaving directory
`W:/winDev/epics/R3.14.10/base-3.14.10/src/catools/O.win32-x86'
make[2]: Leaving directory
`W:/winDev/epics/R3.14.10/base-3.14.10/src/catools'
make -C ./rsrv install
make[2]: Entering directory
`W:/winDev/epics/R3.14.10/base-3.14.10/src/rsrv'
C:\perl\bin\perl.exe ../../bin/win32-x86/makeMakefile.pl O.win32-x86 
../../..
C:\perl\bin\perl.exe -MExtUtils::Command -e mkpath O.Common
make -C O.win32-x86 -f ../Makefile TOP=../../.. T_A=win32-x86 install 
make[3]: Entering directory
`W:/winDev/epics/R3.14.10/base-3.14.10/src/rsrv/O.win32-x86'
"Installing generic include file ../../../include/rsrv.h"
"Installing generic include file ../../../include/rsrvIocRegister.h" rc 
-l 0x409 -I. -I../O.Common -I. -I.. -I../../../include/os/WIN32
-I../../../include     -I../../ca   -fo rsrvIoc.res ../rsrvIoc.rc
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include     -I..\\..\\ca
     ..\\caserverio.c
caserverio.c
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include     -I..\\..\\ca
     ..\\caservertask.c
caservertask.c
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include     -I..\\..\\ca
     ..\\camsgtask.c
camsgtask.c
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include     -I..\\..\\ca
     ..\\camessage.c
camessage.c
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include     -I..\\..\\ca
     ..\\cast_server.c
cast_server.c
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include     -I..\\..\\ca
     ..\\online_notify.c
online_notify.c
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include     -I..\\..\\ca
     ..\\rsrvIocRegister.c
rsrvIocRegister.c
lib /nologo /verbose /out:rsrvIoc.lib        caserverio.obj
caservertask.obj camsgtask.obj camessage.obj cast_server.obj
online_notify.obj rsrvIocRegister.obj
rsrvIocRegister.obj : MSIL .netmodule or module compiled with /GL found;

  restarting link with /LTCG; add /LTCG to the link command line to 
improve linker performance

Invoking LINK.EXE:
   /LIB "/nologo" "/verbose" "/out:rsrvIoc.lib" "caserverio.obj"
"caservertask.obj" "camsgtask.obj" "camessage.obj" "cast_server.obj" 
"online_notify.obj" "rsrvIocRegister.obj"
   /LTCG
Appending rsrvIocRegister.obj
Appending online_notify.obj
Appending cast_server.obj
Appending camessage.obj
Appending camsgtask.obj
Appending caservertask.obj
Appending caserverio.obj
"Installing library ../../../lib/win32-x86/rsrvIoc.lib"
make[3]: Leaving directory
`W:/winDev/epics/R3.14.10/base-3.14.10/src/rsrv/O.win32-x86'
make[2]: Leaving directory
`W:/winDev/epics/R3.14.10/base-3.14.10/src/rsrv'
make -C ./rec install
make[2]: Entering directory
`W:/winDev/epics/R3.14.10/base-3.14.10/src/rec'
C:\perl\bin\perl.exe ../../bin/win32-x86/makeMakefile.pl O.win32-x86 
../../..
C:\perl\bin\perl.exe -MExtUtils::Command -e mkpath O.Common
make -C O.win32-x86 -f ../Makefile TOP=../../.. T_A=win32-x86 install 
make[3]: Entering directory
`W:/winDev/epics/R3.14.10/base-3.14.10/src/rec/O.win32-x86'
"Installing dbd file ../../../dbd/aaiRecord.dbd"
"Installing dbd file ../../../dbd/aaoRecord.dbd"
"Installing dbd file ../../../dbd/aiRecord.dbd"
"Installing dbd file ../../../dbd/aoRecord.dbd"
"Installing dbd file ../../../dbd/aSubRecord.dbd"
"Installing dbd file ../../../dbd/biRecord.dbd"
"Installing dbd file ../../../dbd/boRecord.dbd"
"Installing dbd file ../../../dbd/calcRecord.dbd"
"Installing dbd file ../../../dbd/calcoutRecord.dbd"
"Installing dbd file ../../../dbd/compressRecord.dbd"
"Installing dbd file ../../../dbd/dfanoutRecord.dbd"
"Installing dbd file ../../../dbd/eventRecord.dbd"
"Installing dbd file ../../../dbd/fanoutRecord.dbd"
"Installing dbd file ../../../dbd/histogramRecord.dbd"
"Installing dbd file ../../../dbd/longinRecord.dbd"
"Installing dbd file ../../../dbd/longoutRecord.dbd"
"Installing dbd file ../../../dbd/mbbiRecord.dbd"
"Installing dbd file ../../../dbd/mbbiDirectRecord.dbd"
"Installing dbd file ../../../dbd/mbboRecord.dbd"
"Installing dbd file ../../../dbd/mbboDirectRecord.dbd"
"Installing dbd file ../../../dbd/permissiveRecord.dbd"
"Installing dbd file ../../../dbd/selRecord.dbd"
"Installing dbd file ../../../dbd/seqRecord.dbd"
"Installing dbd file ../../../dbd/stateRecord.dbd"
"Installing dbd file ../../../dbd/stringinRecord.dbd"
"Installing dbd file ../../../dbd/stringoutRecord.dbd"
"Installing dbd file ../../../dbd/subRecord.dbd"
"Installing dbd file ../../../dbd/subArrayRecord.dbd"
"Installing dbd file ../../../dbd/waveformRecord.dbd"
..\\..\\..\\bin\\win32-x86\\dbToRecordtypeH.exe  -I . -I .. -I
../../../dbd   ../aaiRecord.dbd ../O.Common/aaiRecord.h
..\\..\\..\\bin\\win32-x86\\dbToRecordtypeH.exe  -I . -I .. -I
../../../dbd   ../aaoRecord.dbd ../O.Common/aaoRecord.h
..\\..\\..\\bin\\win32-x86\\dbToRecordtypeH.exe  -I . -I .. -I
../../../dbd   ../aiRecord.dbd ../O.Common/aiRecord.h
..\\..\\..\\bin\\win32-x86\\dbToRecordtypeH.exe  -I . -I .. -I
../../../dbd   ../aoRecord.dbd ../O.Common/aoRecord.h
..\\..\\..\\bin\\win32-x86\\dbToRecordtypeH.exe  -I . -I .. -I
../../../dbd   ../aSubRecord.dbd ../O.Common/aSubRecord.h
..\\..\\..\\bin\\win32-x86\\dbToRecordtypeH.exe  -I . -I .. -I
../../../dbd   ../biRecord.dbd ../O.Common/biRecord.h
..\\..\\..\\bin\\win32-x86\\dbToRecordtypeH.exe  -I . -I .. -I
../../../dbd   ../boRecord.dbd ../O.Common/boRecord.h
..\\..\\..\\bin\\win32-x86\\dbToRecordtypeH.exe  -I . -I .. -I
../../../dbd   ../calcRecord.dbd ../O.Common/calcRecord.h
..\\..\\..\\bin\\win32-x86\\dbToRecordtypeH.exe  -I . -I .. -I
../../../dbd   ../calcoutRecord.dbd ../O.Common/calcoutRecord.h
..\\..\\..\\bin\\win32-x86\\dbToRecordtypeH.exe  -I . -I .. -I
../../../dbd   ../compressRecord.dbd ../O.Common/compressRecord.h
..\\..\\..\\bin\\win32-x86\\dbToRecordtypeH.exe  -I . -I .. -I
../../../dbd   ../dfanoutRecord.dbd ../O.Common/dfanoutRecord.h
..\\..\\..\\bin\\win32-x86\\dbToRecordtypeH.exe  -I . -I .. -I
../../../dbd   ../eventRecord.dbd ../O.Common/eventRecord.h
..\\..\\..\\bin\\win32-x86\\dbToRecordtypeH.exe  -I . -I .. -I
../../../dbd   ../fanoutRecord.dbd ../O.Common/fanoutRecord.h
..\\..\\..\\bin\\win32-x86\\dbToRecordtypeH.exe  -I . -I .. -I
../../../dbd   ../histogramRecord.dbd ../O.Common/histogramRecord.h 
..\\..\\..\\bin\\win32-x86\\dbToRecordtypeH.exe  -I . -I .. -I
../../../dbd   ../longinRecord.dbd ../O.Common/longinRecord.h
..\\..\\..\\bin\\win32-x86\\dbToRecordtypeH.exe  -I . -I .. -I
../../../dbd   ../longoutRecord.dbd ../O.Common/longoutRecord.h
..\\..\\..\\bin\\win32-x86\\dbToRecordtypeH.exe  -I . -I .. -I
../../../dbd   ../mbbiRecord.dbd ../O.Common/mbbiRecord.h
..\\..\\..\\bin\\win32-x86\\dbToRecordtypeH.exe  -I . -I .. -I
../../../dbd   ../mbbiDirectRecord.dbd ../O.Common/mbbiDirectRecord.h 
..\\..\\..\\bin\\win32-x86\\dbToRecordtypeH.exe  -I . -I .. -I
../../../dbd   ../mbboRecord.dbd ../O.Common/mbboRecord.h
..\\..\\..\\bin\\win32-x86\\dbToRecordtypeH.exe  -I . -I .. -I
../../../dbd   ../mbboDirectRecord.dbd ../O.Common/mbboDirectRecord.h 
..\\..\\..\\bin\\win32-x86\\dbToRecordtypeH.exe  -I . -I .. -I
../../../dbd   ../permissiveRecord.dbd ../O.Common/permissiveRecord.h 
..\\..\\..\\bin\\win32-x86\\dbToRecordtypeH.exe  -I . -I .. -I
../../../dbd   ../selRecord.dbd ../O.Common/selRecord.h
..\\..\\..\\bin\\win32-x86\\dbToRecordtypeH.exe  -I . -I .. -I
../../../dbd   ../seqRecord.dbd ../O.Common/seqRecord.h
..\\..\\..\\bin\\win32-x86\\dbToRecordtypeH.exe  -I . -I .. -I
../../../dbd   ../stateRecord.dbd ../O.Common/stateRecord.h
..\\..\\..\\bin\\win32-x86\\dbToRecordtypeH.exe  -I . -I .. -I
../../../dbd   ../stringinRecord.dbd ../O.Common/stringinRecord.h
..\\..\\..\\bin\\win32-x86\\dbToRecordtypeH.exe  -I . -I .. -I
../../../dbd   ../stringoutRecord.dbd ../O.Common/stringoutRecord.h 
..\\..\\..\\bin\\win32-x86\\dbToRecordtypeH.exe  -I . -I .. -I
../../../dbd   ../subRecord.dbd ../O.Common/subRecord.h
..\\..\\..\\bin\\win32-x86\\dbToRecordtypeH.exe  -I . -I .. -I
../../../dbd   ../subArrayRecord.dbd ../O.Common/subArrayRecord.h
..\\..\\..\\bin\\win32-x86\\dbToRecordtypeH.exe  -I . -I .. -I
../../../dbd   ../waveformRecord.dbd ../O.Common/waveformRecord.h
"Installing generated generic include file ../../../include/aaiRecord.h"

"Installing generated generic include file ../../../include/aaoRecord.h"

"Installing generated generic include file ../../../include/aiRecord.h" 
"Installing generated generic include file ../../../include/aoRecord.h" 
"Installing generated generic include file 
../../../include/aSubRecord.h" "Installing generated generic include 
file ../../../include/biRecord.h" "Installing generated generic include 
file ../../../include/boRecord.h" "Installing generated generic include 
file ../../../include/calcRecord.h" "Installing generated generic 
include file
../../../include/calcoutRecord.h"
"Installing generated generic include file
../../../include/compressRecord.h"
"Installing generated generic include file
../../../include/dfanoutRecord.h"
"Installing generated generic include file 
../../../include/eventRecord.h" "Installing generated generic include
file
../../../include/fanoutRecord.h"
"Installing generated generic include file
../../../include/histogramRecord.h"
"Installing generated generic include file
../../../include/longinRecord.h"
"Installing generated generic include file
../../../include/longoutRecord.h"
"Installing generated generic include file 
../../../include/mbbiRecord.h" "Installing generated generic include
file
../../../include/mbbiDirectRecord.h"
"Installing generated generic include file 
../../../include/mbboRecord.h" "Installing generated generic include
file
../../../include/mbboDirectRecord.h"
"Installing generated generic include file
../../../include/permissiveRecord.h"
"Installing generated generic include file ../../../include/selRecord.h"

"Installing generated generic include file ../../../include/seqRecord.h"

"Installing generated generic include file 
../../../include/stateRecord.h" "Installing generated generic include
file
../../../include/stringinRecord.h"
"Installing generated generic include file
../../../include/stringoutRecord.h"
"Installing generated generic include file ../../../include/subRecord.h"

"Installing generated generic include file
../../../include/subArrayRecord.h"
"Installing generated generic include file
../../../include/waveformRecord.h"
rc -l 0x409 -I. -I../O.Common -I. -I.. -I../../../include/os/WIN32 
-I../../../include        -fo recIoc.res ../recIoc.rc
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include
..\\aaiRecord.c
aaiRecord.c
..\aaiRecord.c(171) : warning C4244: '=' : conversion from 'long' to 
'short', possible loss of data
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include
..\\aaoRecord.c
aaoRecord.c
..\aaoRecord.c(168) : warning C4244: '=' : conversion from 'long' to 
'short', possible loss of data
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include
..\\aiRecord.c
aiRecord.c
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include
..\\aoRecord.c
aoRecord.c
..\aoRecord.c(407) : warning C4244: '=' : conversion from 'short' to 
'epicsUInt8', possible loss of data
..\aoRecord.c(460) : warning C4244: '=' : conversion from 'double' to 
'epicsInt32', possible loss of data
..\aoRecord.c(461) : warning C4244: '=' : conversion from 'double' to 
'epicsInt32', possible loss of data
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include
..\\aSubRecord.c
aSubRecord.c
..\aSubRecord.c(432) : warning C4244: '=' : conversion from 'long' to 
'short', possible loss of data
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include
..\\biRecord.c
biRecord.c
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include
..\\boRecord.c
boRecord.c
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include
..\\calcRecord.c
calcRecord.c
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include
..\\calcoutRecord.c
calcoutRecord.c
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include
..\\compressRecord.c
compressRecord.c
..\compressRecord.c(274) : warning C4018: '>=' : signed/unsigned 
mismatch ..\compressRecord.c(279) : warning C4018: '>=' : 
signed/unsigned mismatch cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include
..\\dfanoutRecord.c
dfanoutRecord.c
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include
..\\eventRecord.c
eventRecord.c
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include
..\\fanoutRecord.c
fanoutRecord.c
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include
..\\histogramRecord.c
histogramRecord.c
..\histogramRecord.c(333) : warning C4244: '=' : conversion from
'double' to 'epicsUInt32', possible loss of data
..\histogramRecord.c(345) : warning C4244: '=' : conversion from
'double' to 'epicsUInt32', possible loss of data
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include
..\\longinRecord.c
longinRecord.c
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include
..\\longoutRecord.c
longoutRecord.c
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include
..\\mbbiRecord.c
mbbiRecord.c
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include
..\\mbbiDirectRecord.c
mbbiDirectRecord.c
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include
..\\mbboRecord.c
mbboRecord.c
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include
..\\mbboDirectRecord.c
mbboDirectRecord.c
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include
..\\permissiveRecord.c
permissiveRecord.c
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include
..\\selRecord.c
selRecord.c
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include
..\\seqRecord.c
seqRecord.c
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include
..\\stateRecord.c
stateRecord.c
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include
..\\stringinRecord.c
stringinRecord.c
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include
..\\stringoutRecord.c
stringoutRecord.c
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include
..\\subRecord.c
subRecord.c
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include
..\\subArrayRecord.c
subArrayRecord.c
..\subArrayRecord.c(171) : warning C4244: '=' : conversion from 'long' 
to 'short', possible loss of data
..\subArrayRecord.c(194) : warning C4018: '>' : signed/unsigned mismatch

cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include
..\\waveformRecord.c
waveformRecord.c
..\waveformRecord.c(165) : warning C4244: '=' : conversion from 'long' 
to 'short', possible loss of data
lib /nologo /verbose /out:recIoc.lib        aaiRecord.obj aaoRecord.obj 
  aiRecord.obj aoRecord.obj aSubRecord.obj biRecord.obj boRecord.obj 
calcRecord.obj calcoutRecord.obj compressRecord.obj dfanoutRecord.obj 
eventRecord.obj fanoutRecord.obj histogramRecord.obj longinRecord.obj 
longoutRecord.obj mbbiRecord.obj mbbiDirectRecord.obj mbboRecord.obj 
mbboDirectRecord.obj permissiveRecord.obj selRecord.obj seqRecord.obj 
stateRecord.obj stringinRecord.obj stringoutRecord.obj subRecord.obj 
subArrayRecord.obj waveformRecord.obj
waveformRecord.obj : MSIL .netmodule or module compiled with /GL found; 
  restarting link with /LTCG; add /LTCG to the link command line to 
improve linker performance

Invoking LINK.EXE:
   /LIB "/nologo" "/verbose" "/out:recIoc.lib" "aaiRecord.obj"
"aaoRecord.obj" "aiRecord.obj" "aoRecord.obj" "aSubRecord.obj"
"biRecord.obj" "boRecord.obj" "calcRecord.obj" "calcoutRecord.obj" 
"compressRecord.obj" "dfanoutRecord.obj" "eventRecord.obj"
"fanoutRecord.obj" "histogramRecord.obj" "longinRecord.obj"
"longoutRecord.obj" "mbbiRecord.obj" "mbbiDirectRecord.obj"
"mbboRecord.obj" "mbboDirectRecord.obj" "permissiveRecord.obj"
"selRecord.obj" "seqRecord.obj" "stateRecord.obj" "stringinRecord.obj" 
"stringoutRecord.obj" "subRecord.obj" "subArrayRecord.obj"
"waveformRecord.obj"
   /LTCG
Appending waveformRecord.obj
Appending subArrayRecord.obj
Appending subRecord.obj
Appending stringoutRecord.obj
Appending stringinRecord.obj
Appending stateRecord.obj
Appending seqRecord.obj
Appending selRecord.obj
Appending permissiveRecord.obj
Appending mbboDirectRecord.obj
Appending mbboRecord.obj
Appending mbbiDirectRecord.obj
Appending mbbiRecord.obj
Appending longoutRecord.obj
Appending longinRecord.obj
Appending histogramRecord.obj
Appending fanoutRecord.obj
Appending eventRecord.obj
Appending dfanoutRecord.obj
Appending compressRecord.obj
Appending calcoutRecord.obj
Appending calcRecord.obj
Appending boRecord.obj
Appending biRecord.obj
Appending aSubRecord.obj
Appending aoRecord.obj
Appending aiRecord.obj
Appending aaoRecord.obj
Appending aaiRecord.obj
"Installing library ../../../lib/win32-x86/recIoc.lib"
make[3]: Leaving directory
`W:/winDev/epics/R3.14.10/base-3.14.10/src/rec/O.win32-x86'
make[2]: Leaving directory 
`W:/winDev/epics/R3.14.10/base-3.14.10/src/rec' make -C ./misc install
make[2]: Entering directory
`W:/winDev/epics/R3.14.10/base-3.14.10/src/misc'
C:\perl\bin\perl.exe ../../bin/win32-x86/makeMakefile.pl O.win32-x86 
../../..
C:\perl\bin\perl.exe -MExtUtils::Command -e mkpath O.Common
make -C O.win32-x86 -f ../Makefile TOP=../../.. T_A=win32-x86 install 
make[3]: Entering directory
`W:/winDev/epics/R3.14.10/base-3.14.10/src/misc/O.win32-x86'
"Installing dbd file ../../../dbd/base.dbd"
"Installing dbd file ../../../dbd/system.dbd"
"Installing generic include file ../../../include/epicsRelease.h"
"Installing generic include file ../../../include/iocInit.h"
"Installing generic include file ../../../include/miscIocRegister.h" 
"Installing generic include file ../../../include/iocshRegisterCommon.h"

rc -l 0x409 -I. -I../O.Common -I. -I.. -I../../../include/os/WIN32 
-I../../../include        -fo miscIoc.res ../miscIoc.rc
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include
..\\epicsRelease.c
epicsRelease.c
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include
..\\iocInit.c
iocInit.c
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include
..\\asSubRecordFunctions.c
asSubRecordFunctions.c
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include
..\\miscIocRegister.c
miscIocRegister.c
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include
..\\iocshRegisterCommon.c
iocshRegisterCommon.c
lib /nologo /verbose /out:miscIoc.lib        epicsRelease.obj
iocInit.obj asSubRecordFunctions.obj miscIocRegister.obj
iocshRegisterCommon.obj
iocshRegisterCommon.obj : MSIL .netmodule or module compiled with /GL 
found; restarting link with /LTCG; add /LTCG to the link command line to

  improve linker performance

Invoking LINK.EXE:
   /LIB "/nologo" "/verbose" "/out:miscIoc.lib" "epicsRelease.obj"
"iocInit.obj" "asSubRecordFunctions.obj" "miscIocRegister.obj"
"iocshRegisterCommon.obj"
   /LTCG
Appending iocshRegisterCommon.obj
Appending miscIocRegister.obj
Appending asSubRecordFunctions.obj
Appending iocInit.obj
Appending epicsRelease.obj
"Installing library ../../../lib/win32-x86/miscIoc.lib"
make[3]: Leaving directory
`W:/winDev/epics/R3.14.10/base-3.14.10/src/misc/O.win32-x86'
make[2]: Leaving directory
`W:/winDev/epics/R3.14.10/base-3.14.10/src/misc'
make -C ./dev install
make[2]: Entering directory
`W:/winDev/epics/R3.14.10/base-3.14.10/src/dev'
make -C ./softDev install
make[3]: Entering directory
`W:/winDev/epics/R3.14.10/base-3.14.10/src/dev/softDev'
C:\perl\bin\perl.exe ../../../bin/win32-x86/makeMakefile.pl O.win32-x86 
  ../../../..
C:\perl\bin\perl.exe -MExtUtils::Command -e mkpath O.Common
make -C O.win32-x86 -f ../Makefile TOP=../../../.. T_A=win32-x86 install

make[4]: Entering directory
`W:/winDev/epics/R3.14.10/base-3.14.10/src/dev/softDev/O.win32-x86' 
"Installing dbd file ../../../../dbd/devSoft.dbd"
rc -l 0x409 -I. -I../O.Common -I. -I.. -I../../../../include/os/WIN32 
-I../../../../include        -fo softDevIoc.res ../softDevIoc.rc
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\..\\include
..\\devAiSoft.c
devAiSoft.c
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\..\\include
..\\devAiSoftRaw.c
devAiSoftRaw.c
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\..\\include
..\\devAoSoft.c
devAoSoft.c
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\..\\include
..\\devAoSoftRaw.c
devAoSoftRaw.c
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\..\\include
..\\devBiSoft.c
devBiSoft.c
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\..\\include
..\\devBiSoftRaw.c
devBiSoftRaw.c
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\..\\include
..\\devBoSoft.c
devBoSoft.c
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\..\\include
..\\devBoSoftRaw.c
devBoSoftRaw.c
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\..\\include
..\\devCalcoutSoft.c
devCalcoutSoft.c
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\..\\include
..\\devEventSoft.c
devEventSoft.c
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\..\\include
..\\devHistogramSoft.c
devHistogramSoft.c
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\..\\include
..\\devLiSoft.c
devLiSoft.c
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\..\\include
..\\devLoSoft.c
devLoSoft.c
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\..\\include
..\\devMbbiDirectSoft.c
devMbbiDirectSoft.c
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\..\\include
..\\devMbbiDirectSoftRaw.c
devMbbiDirectSoftRaw.c
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\..\\include
..\\devMbbiSoft.c
devMbbiSoft.c
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\..\\include
..\\devMbbiSoftRaw.c
devMbbiSoftRaw.c
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\..\\include
..\\devMbboDirectSoft.c
devMbboDirectSoft.c
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\..\\include
..\\devMbboDirectSoftRaw.c
devMbboDirectSoftRaw.c
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\..\\include
..\\devMbboSoft.c
devMbboSoft.c
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\..\\include
..\\devMbboSoftRaw.c
devMbboSoftRaw.c
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\..\\include
..\\devSASoft.c
devSASoft.c
..\devSASoft.c(73) : warning C4018: '>' : signed/unsigned mismatch 
..\devSASoft.c(79) : warning C4018: '>' : signed/unsigned mismatch cl -c
              /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\..\\include
..\\devSiSoft.c
devSiSoft.c
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\..\\include
..\\devSoSoft.c
devSoSoft.c
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\..\\include
..\\devWfSoft.c
devWfSoft.c
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\..\\include
..\\devGeneralTime.c
devGeneralTime.c
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\..\\include
..\\devAoSoftCallback.c
devAoSoftCallback.c
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\..\\include
..\\devBoSoftCallback.c
devBoSoftCallback.c
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\..\\include
..\\devCalcoutSoftCallback.c
devCalcoutSoftCallback.c
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\..\\include
..\\devLoSoftCallback.c
devLoSoftCallback.c
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\..\\include
..\\devMbboSoftCallback.c
devMbboSoftCallback.c
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\..\\include
..\\devMbboDirectSoftCallback.c
devMbboDirectSoftCallback.c
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\..\\include
..\\devSoSoftCallback.c
devSoSoftCallback.c
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\..\\include
..\\devTimestamp.c
devTimestamp.c
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\..\\include
..\\devSoStdio.c
devSoStdio.c
lib /nologo /verbose /out:softDevIoc.lib        devAiSoft.obj
devAiSoftRaw.obj devAoSoft.obj devAoSoftRaw.obj devBiSoft.obj
devBiSoftRaw.obj devBoSoft.obj devBoSoftRaw.obj devCalcoutSoft.obj 
devEventSoft.obj devHistogramSoft.obj devLiSoft.obj devLoSoft.obj 
devMbbiDirectSoft.obj devMbbiDirectSoftRaw.obj devMbbiSoft.obj
devMbbiSoftRaw.obj devMbboDirectSoft.obj devMbboDirectSoftRaw.obj 
devMbboSoft.obj devMbboSoftRaw.obj devSASoft.obj devSiSoft.obj
devSoSoft.obj devWfSoft.obj devGeneralTime.obj devAoSoftCallback.obj 
devBoSoftCallback.obj devCalcoutSoftCallback.obj devLoSoftCallback.obj 
devMbboSoftCallback.obj devMbboDirectSoftCallback.obj
devSoSoftCallback.obj devTimestamp.obj devSoStdio.obj
devSoStdio.obj : MSIL .netmodule or module compiled with /GL found; 
restarting link with /LTCG; add /LTCG to the link command line to 
improve linker performance

Invoking LINK.EXE:
   /LIB "/nologo" "/verbose" "/out:softDevIoc.lib" "devAiSoft.obj"
"devAiSoftRaw.obj" "devAoSoft.obj" "devAoSoftRaw.obj" "devBiSoft.obj" 
"devBiSoftRaw.obj" "devBoSoft.obj" "devBoSoftRaw.obj"
"devCalcoutSoft.obj" "devEventSoft.obj" "devHistogramSoft.obj"
"devLiSoft.obj" "devLoSoft.obj" "devMbbiDirectSoft.obj"
"devMbbiDirectSoftRaw.obj" "devMbbiSoft.obj" "devMbbiSoftRaw.obj" 
"devMbboDirectSoft.obj" "devMbboDirectSoftRaw.obj" "devMbboSoft.obj" 
"devMbboSoftRaw.obj" "devSASoft.obj" "devSiSoft.obj" "devSoSoft.obj" 
"devWfSoft.obj" "devGeneralTime.obj" "devAoSoftCallback.obj"
"devBoSoftCallback.obj" "devCalcoutSoftCallback.obj"
"devLoSoftCallback.obj" "devMbboSoftCallback.obj"
"devMbboDirectSoftCallback.obj" "devSoSoftCallback.obj"
"devTimestamp.obj" "devSoStdio.obj"
   /LTCG
Appending devSoStdio.obj
Appending devTimestamp.obj
Appending devSoSoftCallback.obj
Appending devMbboDirectSoftCallback.obj
Appending devMbboSoftCallback.obj
Appending devLoSoftCallback.obj
Appending devCalcoutSoftCallback.obj
Appending devBoSoftCallback.obj
Appending devAoSoftCallback.obj
Appending devGeneralTime.obj
Appending devWfSoft.obj
Appending devSoSoft.obj
Appending devSiSoft.obj
Appending devSASoft.obj
Appending devMbboSoftRaw.obj
Appending devMbboSoft.obj
Appending devMbboDirectSoftRaw.obj
Appending devMbboDirectSoft.obj
Appending devMbbiSoftRaw.obj
Appending devMbbiSoft.obj
Appending devMbbiDirectSoftRaw.obj
Appending devMbbiDirectSoft.obj
Appending devLoSoft.obj
Appending devLiSoft.obj
Appending devHistogramSoft.obj
Appending devEventSoft.obj
Appending devCalcoutSoft.obj
Appending devBoSoftRaw.obj
Appending devBoSoft.obj
Appending devBiSoftRaw.obj
Appending devBiSoft.obj
Appending devAoSoftRaw.obj
Appending devAoSoft.obj
Appending devAiSoftRaw.obj
Appending devAiSoft.obj
"Installing library ../../../../lib/win32-x86/softDevIoc.lib"
make[4]: Leaving directory
`W:/winDev/epics/R3.14.10/base-3.14.10/src/dev/softDev/O.win32-x86' 
make[3]: Leaving directory
`W:/winDev/epics/R3.14.10/base-3.14.10/src/dev/softDev'
make -C ./testDev install
make[3]: Entering directory
`W:/winDev/epics/R3.14.10/base-3.14.10/src/dev/testDev'
C:\perl\bin\perl.exe ../../../bin/win32-x86/makeMakefile.pl O.win32-x86 
  ../../../..
C:\perl\bin\perl.exe -MExtUtils::Command -e mkpath O.Common
make -C O.win32-x86 -f ../Makefile TOP=../../../.. T_A=win32-x86 install

make[4]: Entering directory
`W:/winDev/epics/R3.14.10/base-3.14.10/src/dev/testDev/O.win32-x86' 
"Installing dbd file ../../../../dbd/devTestAsyn.dbd"
rc -l 0x409 -I. -I../O.Common -I. -I.. -I../../../../include/os/WIN32 
-I../../../../include        -fo testDevIoc.res ../testDevIoc.rc
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\..\\include
..\\devAiTestAsyn.c
devAiTestAsyn.c
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\..\\include
..\\devAoTestAsyn.c
devAoTestAsyn.c
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\..\\include
..\\devBiTestAsyn.c
devBiTestAsyn.c
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\..\\include
..\\devBoTestAsyn.c
devBoTestAsyn.c
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\..\\include
..\\devEventTestIoEvent.c
devEventTestIoEvent.c
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\..\\include
..\\devHistogramTestAsyn.c
devHistogramTestAsyn.c
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\..\\include
..\\devLoTestAsyn.c
devLoTestAsyn.c
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\..\\include
..\\devMbbiTestAsyn.c
devMbbiTestAsyn.c
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\..\\include
..\\devMbboTestAsyn.c
devMbboTestAsyn.c
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\..\\include
..\\devMbboDirectTestAsyn.c
devMbboDirectTestAsyn.c
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\..\\include
..\\devSiTestAsyn.c
devSiTestAsyn.c
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\..\\include
..\\devSoTestAsyn.c
devSoTestAsyn.c
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\..\\include
..\\devWfTestAsyn.c
devWfTestAsyn.c
lib /nologo /verbose /out:testDevIoc.lib        devAiTestAsyn.obj 
devAoTestAsyn.obj devBiTestAsyn.obj devBoTestAsyn.obj
devEventTestIoEvent.obj devHistogramTestAsyn.obj devLoTestAsyn.obj 
devMbbiTestAsyn.obj devMbboTestAsyn.obj devMbboDirectTestAsyn.obj 
devSiTestAsyn.obj devSoTestAsyn.obj devWfTestAsyn.obj
devWfTestAsyn.obj : MSIL .netmodule or module compiled with /GL found; 
restarting link with /LTCG; add /LTCG to the link command line to 
improve linker performance

Invoking LINK.EXE:
   /LIB "/nologo" "/verbose" "/out:testDevIoc.lib" "devAiTestAsyn.obj"
"devAoTestAsyn.obj" "devBiTestAsyn.obj" "devBoTestAsyn.obj"
"devEventTestIoEvent.obj" "devHistogramTestAsyn.obj" "devLoTestAsyn.obj"

  "devMbbiTestAsyn.obj" "devMbboTestAsyn.obj" 
"devMbboDirectTestAsyn.obj"  "devSiTestAsyn.obj" "devSoTestAsyn.obj" 
"devWfTestAsyn.obj"
   /LTCG
Appending devWfTestAsyn.obj
Appending devSoTestAsyn.obj
Appending devSiTestAsyn.obj
Appending devMbboDirectTestAsyn.obj
Appending devMbboTestAsyn.obj
Appending devMbbiTestAsyn.obj
Appending devLoTestAsyn.obj
Appending devHistogramTestAsyn.obj
Appending devEventTestIoEvent.obj
Appending devBoTestAsyn.obj
Appending devBiTestAsyn.obj
Appending devAoTestAsyn.obj
Appending devAiTestAsyn.obj
"Installing library ../../../../lib/win32-x86/testDevIoc.lib"
make[4]: Leaving directory
`W:/winDev/epics/R3.14.10/base-3.14.10/src/dev/testDev/O.win32-x86' 
make[3]: Leaving directory
`W:/winDev/epics/R3.14.10/base-3.14.10/src/dev/testDev'
make[2]: Leaving directory 
`W:/winDev/epics/R3.14.10/base-3.14.10/src/dev' make -C ./vxWorks
install
make[2]: Entering directory
`W:/winDev/epics/R3.14.10/base-3.14.10/src/vxWorks'
C:\perl\bin\perl.exe ../../bin/win32-x86/makeMakefile.pl O.win32-x86 
../../..
C:\perl\bin\perl.exe -MExtUtils::Command -e mkpath O.Common
make -C O.win32-x86 -f ../Makefile TOP=../../.. T_A=win32-x86 install 
make[3]: Entering directory
`W:/winDev/epics/R3.14.10/base-3.14.10/src/vxWorks/O.win32-x86'
make[3]: Nothing to be done for `install'.
make[3]: Leaving directory
`W:/winDev/epics/R3.14.10/base-3.14.10/src/vxWorks/O.win32-x86'
make[2]: Leaving directory
`W:/winDev/epics/R3.14.10/base-3.14.10/src/vxWorks'
make -C ./RTEMS install
make[2]: Entering directory
`W:/winDev/epics/R3.14.10/base-3.14.10/src/RTEMS'
make -C ./base install
make[3]: Entering directory
`W:/winDev/epics/R3.14.10/base-3.14.10/src/RTEMS/base'
C:\perl\bin\perl.exe ../../../bin/win32-x86/makeMakefile.pl O.win32-x86 
  ../../../..
C:\perl\bin\perl.exe -MExtUtils::Command -e mkpath O.Common
make -C O.win32-x86 -f ../Makefile TOP=../../../.. T_A=win32-x86 install

make[4]: Entering directory
`W:/winDev/epics/R3.14.10/base-3.14.10/src/RTEMS/base/O.win32-x86' 
"Installing generic include file
../../../../include/epicsRtemsInitHooks.h"
make[4]: Leaving directory
`W:/winDev/epics/R3.14.10/base-3.14.10/src/RTEMS/base/O.win32-x86' 
make[3]: Leaving directory
`W:/winDev/epics/R3.14.10/base-3.14.10/src/RTEMS/base'
make[2]: Leaving directory
`W:/winDev/epics/R3.14.10/base-3.14.10/src/RTEMS'
make -C libCom/test install
make[2]: Entering directory
`W:/winDev/epics/R3.14.10/base-3.14.10/src/libCom/test'
C:\perl\bin\perl.exe ../../../bin/win32-x86/makeMakefile.pl O.win32-x86 
  ../../../..
C:\perl\bin\perl.exe -MExtUtils::Command -e mkpath O.Common
make -C O.win32-x86 -f ../Makefile TOP=../../../.. T_A=win32-x86 install

make[3]: Entering directory
`W:/winDev/epics/R3.14.10/base-3.14.10/src/libCom/test/O.win32-x86' cl
-c
               /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\..\\include
..\\epicsUnitTestTest.c
epicsUnitTestTest.c
link -nologo  /LTCG /incremental:no /opt:ref /release /version:3.14
           -out:epicsUnitTestTest.exe       epicsUnitTestTest.obj
../../../../lib/win32-x86/Com.lib  ws2_32.lib advapi32.lib user32.lib 
kernel32.lib winmm.lib
Generating code
Finished generating code
cl /nologo /EHsc /GR -c                /D_CRT_SECURE_NO_DEPRECATE 
/D_CRT_NONSTDC_NO_DEPRECATE /D__STDC__=0   /Ox /GL   /W3 /w44355
/MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\..\\include
/Tp ..\\epicsCalcTest.cpp
epicsCalcTest.cpp
..\epicsCalcTest.cpp(58) : warning C4800: 'int' : forcing value to bool 
  'true' or 'false' (performance warning)
..\epicsCalcTest.cpp(445) : warning C4806: '!=' : unsafe operation: no 
value of type 'bool' promoted to type 'int' can equal the given constant

..\epicsCalcTest.cpp(465) : warning C4806: '!=' : unsafe operation: no 
value of type 'bool' promoted to type 'int' can equal the given constant

..\epicsCalcTest.cpp(558) : warning C4804: '<' : unsafe use of type 
'bool' in operation
..\epicsCalcTest.cpp(581) : warning C4804: '<=' : unsafe use of type 
'bool' in operation
..\epicsCalcTest.cpp(626) : warning C4804: '>' : unsafe use of type 
'bool' in operation
..\epicsCalcTest.cpp(646) : warning C4804: '>=' : unsafe use of type 
'bool' in operation
..\epicsCalcTest.cpp(754) : warning C4554: '|' : check operator
precedence for possible error; use parentheses to clarify precedence 
..\epicsCalcTest.cpp(755) : warning C4554: '|' : check operator
precedence for possible error; use parentheses to clarify precedence 
..\epicsCalcTest.cpp(756) : warning C4554: '^' : check operator
precedence for possible error; use parentheses to clarify precedence 
..\epicsCalcTest.cpp(764) : warning C4554: '&' : check operator
precedence for possible error; use parentheses to clarify precedence 
..\epicsCalcTest.cpp(765) : warning C4554: '&' : check operator
precedence for possible error; use parentheses to clarify precedence 
..\epicsCalcTest.cpp(766) : warning C4804: '<<' : unsafe use of type 
'bool' in operation
..\epicsCalcTest.cpp(767) : warning C4804: '>>' : unsafe use of type 
'bool' in operation
link -nologo  /LTCG /incremental:no /opt:ref /release /version:3.14
           -out:epicsCalcTest.exe       epicsCalcTest.obj
../../../../lib/win32-x86/Com.lib  ws2_32.lib advapi32.lib user32.lib 
kernel32.lib winmm.lib
Generating code
w:\windev\epics\r3.14.10\base-3.14.10\src\libcom\calc\calcperform.c(137)

  : warning C4723: potential divide by 0
w:\windev\epics\r3.14.10\base-3.14.10\src\libcom\test\epicscalctest.cpp(
26)

: warning C4723: potential divide by 0
w:\windev\epics\r3.14.10\base-3.14.10\src\libcom\test\epicscalctest.cpp(
46)

: warning C4723: potential divide by 0
w:\windev\epics\r3.14.10\base-3.14.10\src\libcom\test\epicscalctest.cpp(
200)

: warning C4723: potential divide by 0
w:\windev\epics\r3.14.10\base-3.14.10\src\libcom\test\epicscalctest.cpp(
201)

: warning C4723: potential divide by 0
Finished generating code
cl /nologo /EHsc /GR -c                /D_CRT_SECURE_NO_DEPRECATE 
/D_CRT_NONSTDC_NO_DEPRECATE /D__STDC__=0   /Ox /GL   /W3 /w44355
/MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\..\\include
/Tp ..\\epicsAlgorithmTest.cpp
epicsAlgorithmTest.cpp
..\epicsAlgorithmTest.cpp(23) : warning C4244: 'initializing' :
conversion from 'double' to 'float', possible loss of data
..\epicsAlgorithmTest.cpp(24) : warning C4244: 'initializing' :
conversion from 'double' to 'float', possible loss of data
link -nologo  /LTCG /incremental:no /opt:ref /release /version:3.14
           -out:epicsAlgorithmTest.exe       epicsAlgorithmTest.obj
../../../../lib/win32-x86/Com.lib  ws2_32.lib advapi32.lib user32.lib 
kernel32.lib winmm.lib
Generating code
w:\windev\epics\r3.14.10\base-3.14.10\src\libcom\test\epicsalgorithmtest
.cpp(23)

: warning C4723: potential divide by 0
w:\windev\epics\r3.14.10\base-3.14.10\src\libcom\test\epicsalgorithmtest
.cpp(24)

: warning C4723: potential divide by 0
Finished generating code
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\..\\include
..\\epicsMathTest.c
epicsMathTest.c
link -nologo  /LTCG /incremental:no /opt:ref /release /version:3.14
           -out:epicsMathTest.exe       epicsMathTest.obj
../../../../lib/win32-x86/Com.lib  ws2_32.lib advapi32.lib user32.lib 
kernel32.lib winmm.lib
Generating code
w:\windev\epics\r3.14.10\base-3.14.10\src\libcom\test\epicsmathtest.c(53
) 
  : warning C4756: overflow in constant arithmetic
w:\windev\epics\r3.14.10\base-3.14.10\src\libcom\test\epicsmathtest.c(60
) 
  : warning C4756: overflow in constant arithmetic
w:\windev\epics\r3.14.10\base-3.14.10\src\libcom\test\epicsmathtest.c(33
) 
  : warning C4723: potential divide by 0
w:\windev\epics\r3.14.10\base-3.14.10\src\libcom\test\epicsmathtest.c(43
) 
  : warning C4723: potential divide by 0
Finished generating code
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\..\\include
..\\epicsStdioTest.c
epicsStdioTest.c
..\epicsStdioTest.c(47) : warning C4018: '<' : signed/unsigned mismatch 
link -nologo  /LTCG /incremental:no /opt:ref /release /version:3.14
           -out:epicsStdioTest.exe       epicsStdioTest.obj
../../../../lib/win32-x86/Com.lib  ws2_32.lib advapi32.lib user32.lib 
kernel32.lib winmm.lib
Generating code
Finished generating code
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\..\\include
..\\epicsStringTest.c
epicsStringTest.c
link -nologo  /LTCG /incremental:no /opt:ref /release /version:3.14
           -out:epicsStringTest.exe       epicsStringTest.obj
../../../../lib/win32-x86/Com.lib  ws2_32.lib advapi32.lib user32.lib 
kernel32.lib winmm.lib
Generating code
Finished generating code
cl /nologo /EHsc /GR -c                /D_CRT_SECURE_NO_DEPRECATE 
/D_CRT_NONSTDC_NO_DEPRECATE /D__STDC__=0   /Ox /GL   /W3 /w44355
/MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\..\\include
/Tp ..\\epicsTimeTest.cpp
epicsTimeTest.cpp
link -nologo  /LTCG /incremental:no /opt:ref /release /version:3.14
           -out:epicsTimeTest.exe       epicsTimeTest.obj
../../../../lib/win32-x86/Com.lib  ws2_32.lib advapi32.lib user32.lib 
kernel32.lib winmm.lib
Generating code
Finished generating code
cl /nologo /EHsc /GR -c                /D_CRT_SECURE_NO_DEPRECATE 
/D_CRT_NONSTDC_NO_DEPRECATE /D__STDC__=0   /Ox /GL   /W3 /w44355
/MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\..\\include
/Tp ..\\epicsThreadTest.cpp
epicsThreadTest.cpp
link -nologo  /LTCG /incremental:no /opt:ref /release /version:3.14
           -out:epicsThreadTest.exe       epicsThreadTest.obj
../../../../lib/win32-x86/Com.lib  ws2_32.lib advapi32.lib user32.lib 
kernel32.lib winmm.lib
Generating code
Finished generating code
cl /nologo /EHsc /GR -c                /D_CRT_SECURE_NO_DEPRECATE 
/D_CRT_NONSTDC_NO_DEPRECATE /D__STDC__=0   /Ox /GL   /W3 /w44355
/MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\..\\include
/Tp ..\\epicsThreadPriorityTest.cpp
epicsThreadPriorityTest.cpp
link -nologo  /LTCG /incremental:no /opt:ref /release /version:3.14
           -out:epicsThreadPriorityTest.exe
epicsThreadPriorityTest.obj      ../../../../lib/win32-x86/Com.lib 
ws2_32.lib advapi32.lib user32.lib kernel32.lib winmm.lib
Generating code
Finished generating code
cl /nologo /EHsc /GR -c                /D_CRT_SECURE_NO_DEPRECATE 
/D_CRT_NONSTDC_NO_DEPRECATE /D__STDC__=0   /Ox /GL   /W3 /w44355
/MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\..\\include
/Tp ..\\epicsThreadPrivateTest.cpp
epicsThreadPrivateTest.cpp
link -nologo  /LTCG /incremental:no /opt:ref /release /version:3.14
           -out:epicsThreadPrivateTest.exe
epicsThreadPrivateTest.obj      ../../../../lib/win32-x86/Com.lib 
ws2_32.lib advapi32.lib user32.lib kernel32.lib winmm.lib
Generating code
Finished generating code
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\..\\include
..\\epicsExitTest.c
epicsExitTest.c
link -nologo  /LTCG /incremental:no /opt:ref /release /version:3.14
           -out:epicsExitTest.exe       epicsExitTest.obj
../../../../lib/win32-x86/Com.lib  ws2_32.lib advapi32.lib user32.lib 
kernel32.lib winmm.lib
Generating code
Finished generating code
cl /nologo /EHsc /GR -c                /D_CRT_SECURE_NO_DEPRECATE 
/D_CRT_NONSTDC_NO_DEPRECATE /D__STDC__=0   /Ox /GL   /W3 /w44355
/MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\..\\include
/Tp ..\\epicsTimerTest.cpp
epicsTimerTest.cpp
link -nologo  /LTCG /incremental:no /opt:ref /release /version:3.14
           -out:epicsTimerTest.exe       epicsTimerTest.obj
../../../../lib/win32-x86/Com.lib  ws2_32.lib advapi32.lib user32.lib 
kernel32.lib winmm.lib
Generating code
Finished generating code
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\..\\include
..\\ringPointerTest.c
ringPointerTest.c
link -nologo  /LTCG /incremental:no /opt:ref /release /version:3.14
           -out:ringPointerTest.exe       ringPointerTest.obj
../../../../lib/win32-x86/Com.lib  ws2_32.lib advapi32.lib user32.lib 
kernel32.lib winmm.lib
Generating code
Finished generating code
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\..\\include
..\\ringBytesTest.c
ringBytesTest.c
link -nologo  /LTCG /incremental:no /opt:ref /release /version:3.14
           -out:ringBytesTest.exe       ringBytesTest.obj
../../../../lib/win32-x86/Com.lib  ws2_32.lib advapi32.lib user32.lib 
kernel32.lib winmm.lib
Generating code
Finished generating code
cl /nologo /EHsc /GR -c                /D_CRT_SECURE_NO_DEPRECATE 
/D_CRT_NONSTDC_NO_DEPRECATE /D__STDC__=0   /Ox /GL   /W3 /w44355
/MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\..\\include
/Tp ..\\epicsEventTest.cpp
epicsEventTest.cpp
link -nologo  /LTCG /incremental:no /opt:ref /release /version:3.14
           -out:epicsEventTest.exe       epicsEventTest.obj
../../../../lib/win32-x86/Com.lib  ws2_32.lib advapi32.lib user32.lib 
kernel32.lib winmm.lib
Generating code
Finished generating code
cl /nologo /EHsc /GR -c                /D_CRT_SECURE_NO_DEPRECATE 
/D_CRT_NONSTDC_NO_DEPRECATE /D__STDC__=0   /Ox /GL   /W3 /w44355
/MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\..\\include
/Tp ..\\epicsMutexTest.cpp
epicsMutexTest.cpp
link -nologo  /LTCG /incremental:no /opt:ref /release /version:3.14
           -out:epicsMutexTest.exe       epicsMutexTest.obj
../../../../lib/win32-x86/Com.lib  ws2_32.lib advapi32.lib user32.lib 
kernel32.lib winmm.lib
Generating code
Finished generating code
cl /nologo /EHsc /GR -c                /D_CRT_SECURE_NO_DEPRECATE 
/D_CRT_NONSTDC_NO_DEPRECATE /D__STDC__=0   /Ox /GL   /W3 /w44355
/MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\..\\include
/Tp ..\\epicsExceptionTest.cpp
epicsExceptionTest.cpp
link -nologo  /LTCG /incremental:no /opt:ref /release /version:3.14
           -out:epicsExceptionTest.exe       epicsExceptionTest.obj
../../../../lib/win32-x86/Com.lib  ws2_32.lib advapi32.lib user32.lib 
kernel32.lib winmm.lib
Generating code
Finished generating code
cl /nologo /EHsc /GR -c                /D_CRT_SECURE_NO_DEPRECATE 
/D_CRT_NONSTDC_NO_DEPRECATE /D__STDC__=0   /Ox /GL   /W3 /w44355
/MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\..\\include
/Tp ..\\epicsMessageQueueTest.cpp
epicsMessageQueueTest.cpp
link -nologo  /LTCG /incremental:no /opt:ref /release /version:3.14
           -out:epicsMessageQueueTest.exe
epicsMessageQueueTest.obj
       ../../../../lib/win32-x86/Com.lib  ws2_32.lib advapi32.lib
user32.lib kernel32.lib winmm.lib
Generating code
Finished generating code
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\..\\include
..\\macEnvExpandTest.c
macEnvExpandTest.c
link -nologo  /LTCG /incremental:no /opt:ref /release /version:3.14
           -out:macEnvExpandTest.exe       macEnvExpandTest.obj
../../../../lib/win32-x86/Com.lib  ws2_32.lib advapi32.lib user32.lib 
kernel32.lib winmm.lib
Generating code
Finished generating code
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\..\\include
..\\macLibTest.c
macLibTest.c
link -nologo  /LTCG /incremental:no /opt:ref /release /version:3.14
           -out:macLibTest.exe       macLibTest.obj
../../../../lib/win32-x86/Com.lib  ws2_32.lib advapi32.lib user32.lib 
kernel32.lib winmm.lib
Generating code
Finished generating code
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\..\\include
..\\taskwdTest.c
taskwdTest.c
link -nologo  /LTCG /incremental:no /opt:ref /release /version:3.14
           -out:taskwdTest.exe       taskwdTest.obj
../../../../lib/win32-x86/Com.lib  ws2_32.lib advapi32.lib user32.lib 
kernel32.lib winmm.lib
Generating code
Finished generating code
cl /nologo /EHsc /GR -c                /D_CRT_SECURE_NO_DEPRECATE 
/D_CRT_NONSTDC_NO_DEPRECATE /D__STDC__=0   /Ox /GL   /W3 /w44355
/MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\..\\include
/Tp ..\\blockingSockTest.cpp
blockingSockTest.cpp
link -nologo  /LTCG /incremental:no /opt:ref /release /version:3.14
           -out:blockingSockTest.exe       blockingSockTest.obj
../../../../lib/win32-x86/Com.lib ws2_32.lib advapi32.lib user32.lib 
ws2_32.lib advapi32.lib user32.lib kernel32.lib winmm.lib
Generating code
Finished generating code
cl /nologo /EHsc /GR -c                /D_CRT_SECURE_NO_DEPRECATE 
/D_CRT_NONSTDC_NO_DEPRECATE /D__STDC__=0   /Ox /GL   /W3 /w44355
/MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\..\\include
/Tp ..\\epicsThreadPerform.cpp
epicsThreadPerform.cpp
link -nologo  /LTCG /incremental:no /opt:ref /release /version:3.14
           -out:epicsThreadPerform.exe       epicsThreadPerform.obj
../../../../lib/win32-x86/Com.lib  ws2_32.lib advapi32.lib user32.lib 
kernel32.lib winmm.lib
Generating code
Finished generating code
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\..\\include
..\\epicsMaxThreads.c
epicsMaxThreads.c
link -nologo  /LTCG /incremental:no /opt:ref /release /version:3.14
           -out:epicsMaxThreads.exe       epicsMaxThreads.obj
../../../../lib/win32-x86/Com.lib  ws2_32.lib advapi32.lib user32.lib 
kernel32.lib winmm.lib
Generating code
Finished generating code
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\..\\include
..\\buckTest.c
buckTest.c
..\buckTest.c(47) : warning C4018: '<' : signed/unsigned mismatch
link -nologo  /LTCG /incremental:no /opt:ref /release /version:3.14
           -out:buckTest.exe       buckTest.obj
../../../../lib/win32-x86/Com.lib  ws2_32.lib advapi32.lib user32.lib 
kernel32.lib winmm.lib
Generating code
Finished generating code
make[3]: Leaving directory
`W:/winDev/epics/R3.14.10/base-3.14.10/src/libCom/test/O.win32-x86' 
make[2]: Leaving directory
`W:/winDev/epics/R3.14.10/base-3.14.10/src/libCom/test'
make -C db/test install
make[2]: Entering directory
`W:/winDev/epics/R3.14.10/base-3.14.10/src/db/test'
C:\perl\bin\perl.exe ../../../bin/win32-x86/makeMakefile.pl O.win32-x86 
  ../../../..
C:\perl\bin\perl.exe -MExtUtils::Command -e mkpath O.Common
make -C O.win32-x86 -f ../Makefile TOP=../../../.. T_A=win32-x86 install

make[3]: Entering directory
`W:/winDev/epics/R3.14.10/base-3.14.10/src/db/test/O.win32-x86'
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\..\\include
..\\callbackTest.c
callbackTest.c
link -nologo  /LTCG /incremental:no /opt:ref /release /version:3.14
           -out:callbackTest.exe       callbackTest.obj
../../../../lib/win32-x86/dbIoc.lib
../../../../lib/win32-x86/dbStaticHost.lib
../../../../lib/win32-x86/ca.lib  ../../../../lib/win32-x86/Com.lib 
ws2_32.lib advapi32.lib user32.lib kernel32.lib winmm.lib
Generating code
Finished generating code
make[3]: Leaving directory
`W:/winDev/epics/R3.14.10/base-3.14.10/src/db/test/O.win32-x86'
make[2]: Leaving directory
`W:/winDev/epics/R3.14.10/base-3.14.10/src/db/test'
make -C ./softIoc install
make[2]: Entering directory
`W:/winDev/epics/R3.14.10/base-3.14.10/src/softIoc'
C:\perl\bin\perl.exe ../../bin/win32-x86/makeMakefile.pl O.win32-x86 
../../..
C:\perl\bin\perl.exe -MExtUtils::Command -e mkpath O.Common
make -C O.win32-x86 -f ../Makefile TOP=../../.. T_A=win32-x86 install 
make[3]: Entering directory
`W:/winDev/epics/R3.14.10/base-3.14.10/src/softIoc/O.win32-x86'
C:\perl\bin\perl.exe ../../../bin/win32-x86/makeIncludeDbd.pl base.dbd 
system.dbd ../O.Common/softIocInclude.dbd
"Expanding dbd"
..\\..\\..\\bin\\win32-x86\\dbExpand.exe  -I . -I .. -I ../../../dbd  -o

  ../O.Common/softIoc.dbd ../O.Common/softIocInclude.dbd
"Installing created dbd file ../../../dbd/softIoc.dbd"
"Installing db file ../../../db/softIocExit.db"
mkdir ../../../db
C:\perl\bin\perl.exe
../../../bin/win32-x86/registerRecordDeviceDriver.pl
../O.Common/softIoc.dbd softIoc_registerRecordDeviceDriver > temp.cpp 
C:\perl\bin\perl.exe -MExtUtils::Command -e mv  temp.cpp
softIoc_registerRecordDeviceDriver.cpp
cl /nologo /EHsc /GR -c                /D_CRT_SECURE_NO_DEPRECATE 
/D_CRT_NONSTDC_NO_DEPRECATE /D__STDC__=0   /Ox /GL   /W3 /w44355
-DEPICS_BASE=W:\winDev\epics\R3.14.10\base-3.14.10   /MT -DEPICS_DLL_NO
    -I. -I..\\O.Common -I. -I.. -I..\\..\\..\\include\\os\\WIN32
-I..\\..\\..\\include        /Tp softIoc_registerRecordDeviceDriver.cpp 
softIoc_registerRecordDeviceDriver.cpp
cl /nologo /EHsc /GR -c                /D_CRT_SECURE_NO_DEPRECATE 
/D_CRT_NONSTDC_NO_DEPRECATE /D__STDC__=0   /Ox /GL   /W3 /w44355
-DEPICS_BASE=W:\winDev\epics\R3.14.10\base-3.14.10   /MT -DEPICS_DLL_NO
    -I. -I..\\O.Common -I. -I.. -I..\\..\\..\\include\\os\\WIN32
-I..\\..\\..\\include        /Tp ..\\softMain.cpp
softMain.cpp
..\softMain.cpp(81) : warning C4129: 'w' : unrecognized character escape

  sequence
..\softMain.cpp(81) : warning C4129: 'e' : unrecognized character escape

  sequence
..\softMain.cpp(81) : warning C4129: 'R' : unrecognized character escape

  sequence
..\softMain.cpp(82) : warning C4129: 'w' : unrecognized character escape

  sequence
..\softMain.cpp(82) : warning C4129: 'e' : unrecognized character escape

  sequence
..\softMain.cpp(82) : warning C4129: 'R' : unrecognized character escape

  sequence
link -nologo  /LTCG /incremental:no /opt:ref /release /version:3.14
           -out:softIoc.exe       softIoc_registerRecordDeviceDriver.obj
softMain.obj     ../../../lib/win32-x86/recIoc.lib
../../../lib/win32-x86/softDevIoc.lib
../../../lib/win32-x86/miscIoc.lib  ../../../lib/win32-x86/rsrvIoc.lib 
../../../lib/win32-x86/dbtoolsIoc.lib  ../../../lib/win32-x86/asIoc.lib
   ../../../lib/win32-x86/dbIoc.lib
../../../lib/win32-x86/registryIoc.lib
../../../lib/win32-x86/dbStaticIoc.lib  ../../../lib/win32-x86/ca.lib 
../../../lib/win32-x86/Com.lib   ws2_32.lib advapi32.lib user32.lib 
kernel32.lib winmm.lib
Generating code
w:\windev\epics\r3.14.10\base-3.14.10\src\rec\selrecord.c(101) : warning

  C4723: potential divide by 0
w:\windev\epics\r3.14.10\base-3.14.10\src\rec\selrecord.c(102) : warning

  C4723: potential divide by 0
w:\windev\epics\r3.14.10\base-3.14.10\src\libcom\calc\calcperform.c(137)

  : warning C4723: potential divide by 0
Finished generating code
"Installing created file ../../../bin/win32-x86/softIoc.exe"
make[3]: Leaving directory
`W:/winDev/epics/R3.14.10/base-3.14.10/src/softIoc/O.win32-x86'
make[2]: Leaving directory
`W:/winDev/epics/R3.14.10/base-3.14.10/src/softIoc'
make -C ./gdd install
make[2]: Entering directory
`W:/winDev/epics/R3.14.10/base-3.14.10/src/gdd'
C:\perl\bin\perl.exe ../../bin/win32-x86/makeMakefile.pl O.win32-x86 
../../..
C:\perl\bin\perl.exe -MExtUtils::Command -e mkpath O.Common
make -C O.win32-x86 -f ../Makefile TOP=../../.. T_A=win32-x86 install 
make[3]: Entering directory
`W:/winDev/epics/R3.14.10/base-3.14.10/src/gdd/O.win32-x86'
cl /nologo /EHsc /GR -c                /D_CRT_SECURE_NO_DEPRECATE 
/D_CRT_NONSTDC_NO_DEPRECATE /D__STDC__=0   /Ox /GL   /W3 /w44355
/MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include        /Tp 
..\\genApps.cc
genApps.cc
cl /nologo /EHsc /GR -c                /D_CRT_SECURE_NO_DEPRECATE 
/D_CRT_NONSTDC_NO_DEPRECATE /D__STDC__=0   /Ox /GL   /W3 /w44355
/MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include        /Tp 
..\\gdd.cc
gdd.cc
cl /nologo /EHsc /GR -c                /D_CRT_SECURE_NO_DEPRECATE 
/D_CRT_NONSTDC_NO_DEPRECATE /D__STDC__=0   /Ox /GL   /W3 /w44355
/MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include        /Tp 
..\\gddTest.cc
gddTest.cc
cl /nologo /EHsc /GR -c                /D_CRT_SECURE_NO_DEPRECATE 
/D_CRT_NONSTDC_NO_DEPRECATE /D__STDC__=0   /Ox /GL   /W3 /w44355
/MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include        /Tp 
..\\gddAppTable.cc
gddAppTable.cc
cl /nologo /EHsc /GR -c                /D_CRT_SECURE_NO_DEPRECATE 
/D_CRT_NONSTDC_NO_DEPRECATE /D__STDC__=0   /Ox /GL   /W3 /w44355
/MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include        /Tp 
..\\gddNewDel.cc
gddNewDel.cc
cl /nologo /EHsc /GR -c                /D_CRT_SECURE_NO_DEPRECATE 
/D_CRT_NONSTDC_NO_DEPRECATE /D__STDC__=0   /Ox /GL   /W3 /w44355
/MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include        /Tp 
..\\gddAppDefs.cc
gddAppDefs.cc
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include
..\\aitTypes.c
aitTypes.c
cl -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0   /Ox /GL   /W3 /w44355
        /MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include
..\\aitGen.c
aitGen.c
link -nologo  /LTCG /incremental:no /opt:ref /release /version:3.14
           -out:aitGen.exe       aitTypes.obj aitGen.obj
../../../lib/win32-x86/Com.lib  ws2_32.lib advapi32.lib user32.lib 
kernel32.lib winmm.lib
Generating code
Finished generating code
"Installing created file ../../../bin/win32-x86/aitGen.exe"
../../../bin/win32-x86/aitGen.exe ../O.Common/aitConvertGenerated.cc cl 
/nologo /EHsc /GR -c                /D_CRT_SECURE_NO_DEPRECATE
/D_CRT_NONSTDC_NO_DEPRECATE /D__STDC__=0   /Ox /GL   /W3 /w44355
/MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include        /Tp 
..\\aitConvert.cc
aitConvert.cc
cl /nologo /EHsc /GR -c                /D_CRT_SECURE_NO_DEPRECATE 
/D_CRT_NONSTDC_NO_DEPRECATE /D__STDC__=0   /Ox /GL   /W3 /w44355
/MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include        /Tp 
..\\aitHelpers.cc
aitHelpers.cc
cl /nologo /EHsc /GR -c                /D_CRT_SECURE_NO_DEPRECATE 
/D_CRT_NONSTDC_NO_DEPRECATE /D__STDC__=0   /Ox /GL   /W3 /w44355
/MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include        /Tp 
..\\gddArray.cc
gddArray.cc
cl /nologo /EHsc /GR -c                /D_CRT_SECURE_NO_DEPRECATE 
/D_CRT_NONSTDC_NO_DEPRECATE /D__STDC__=0   /Ox /GL   /W3 /w44355
/MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include        /Tp 
..\\gddContainer.cc
gddContainer.cc
cl /nologo /EHsc /GR -c                /D_CRT_SECURE_NO_DEPRECATE 
/D_CRT_NONSTDC_NO_DEPRECATE /D__STDC__=0   /Ox /GL   /W3 /w44355
/MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include        /Tp 
..\\gddErrorCodes.cc
gddErrorCodes.cc
cl /nologo /EHsc /GR -c                /D_CRT_SECURE_NO_DEPRECATE 
/D_CRT_NONSTDC_NO_DEPRECATE /D__STDC__=0   /Ox /GL   /W3 /w44355
/MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include        /Tp 
..\\gddUtils.cc
gddUtils.cc
cl /nologo /EHsc /GR -c                /D_CRT_SECURE_NO_DEPRECATE 
/D_CRT_NONSTDC_NO_DEPRECATE /D__STDC__=0   /Ox /GL   /W3 /w44355
/MT -DEPICS_DLL_NO   -I. -I..\\O.Common -I. -I..
-I..\\..\\..\\include\\os\\WIN32 -I..\\..\\..\\include        /Tp 
..\\gddEnumStringTable.cc
gddEnumStringTable.cc
link -nologo  /LTCG /incremental:no /opt:ref /release /version:3.14
           -out:genApps.exe       genApps.obj gdd.obj gddTest.obj
gddAppTable.obj gddNewDel.obj gddAppDefs.obj aitTypes.obj aitConvert.obj

  aitHelpers.obj gddArray.obj gddContainer.obj gddErrorCodes.obj
gddUtils.obj gddEnumStringTable.obj      ../../../lib/win32-x86/Com.lib 
  ws2_32.lib ws2_32.lib advapi32.lib user32.lib kernel32.lib winmm.lib 
Generating code
Finished generating code
"Installing created file ../../../bin/win32-x86/genApps.exe"
../../../bin/win32-x86/genApps.exe ../O.Common/gddApps.h
make[3]: *** [../O.Common/gddApps.h] Error -1073741819
make[3]: Leaving directory
`W:/winDev/epics/R3.14.10/base-3.14.10/src/gdd/O.win32-x86'
make[2]: *** [install.win32-x86] Error 2
make[2]: Leaving directory 
`W:/winDev/epics/R3.14.10/base-3.14.10/src/gdd' make[1]: *** 
[gdd.install] Error 2
make[1]: Leaving directory `W:/winDev/epics/R3.14.10/base-3.14.10/src' 
make: *** [src.install] Error 2


########################################

      MinGW Build Output

########################################


make -C ./configure install
make[1]: Entering directory 
`W:/winDev/epics/R3.14.10/base-3.14.10/configure'
C:\perl\bin\perl.exe ../src/tools/makeMakefile.pl O.win32-x86-mingw
../..
C:\perl\bin\perl.exe -MExtUtils::Command -e mkpath O.Common
make -C O.win32-x86-mingw -f ../Makefile TOP=../.. T_A=win32-x86-mingw 
install
make[2]: Entering directory 
`W:/winDev/epics/R3.14.10/base-3.14.10/configure/O.win32-x86-mingw'
make[2]: Nothing to be done for `install'.
make[2]: Leaving directory 
`W:/winDev/epics/R3.14.10/base-3.14.10/configure/O.win32-x86-mingw'
make[1]: Leaving directory
`W:/winDev/epics/R3.14.10/base-3.14.10/configure'
make -C ./src install
make[1]: Entering directory `W:/winDev/epics/R3.14.10/base-3.14.10/src'
make -C ./tools install
make[2]: Entering directory 
`W:/winDev/epics/R3.14.10/base-3.14.10/src/tools'
C:\perl\bin\perl.exe ../../src/tools/makeMakefile.pl O.win32-x86-mingw 
../../..
C:\perl\bin\perl.exe -MExtUtils::Command -e mkpath O.Common
make -C O.win32-x86-mingw -f ../Makefile TOP=../../.. 
T_A=win32-x86-mingw install
make[3]: Entering directory 
`W:/winDev/epics/R3.14.10/base-3.14.10/src/tools/O.win32-x86-mingw'
"Installing PERL_MODULES file ../../../lib/perl/EPICS/Copy.pm"
mkdir ../../../lib
mkdir ../../../lib/perl
mkdir ../../../lib/perl/EPICS
"Installing PERL_MODULES file ../../../lib/perl/EPICS/Path.pm"
"Installing PERL_MODULES file ../../../lib/perl/EPICS/Release.pm"
"Installing PERL_MODULES file ../../../lib/perl/EPICS/Getopts.pm"
"Installing script ../../../bin/win32-x86-mingw/convertRelease.pl"
mkdir ../../../bin
mkdir ../../../bin/win32-x86-mingw
"Installing script ../../../bin/win32-x86-mingw/cvsclean.pl"
"Installing script ../../../bin/win32-x86-mingw/dos2unix.pl"
"Installing script ../../../bin/win32-x86-mingw/expandVars.pl"
"Installing script ../../../bin/win32-x86-mingw/filterWarnings.pl"
"Installing script ../../../bin/win32-x86-mingw/fullPathName.pl"
"Installing script ../../../bin/win32-x86-mingw/installEpics.pl"
"Installing script ../../../bin/win32-x86-mingw/makeDbDepends.pl"
"Installing script ../../../bin/win32-x86-mingw/makeIncludeDbd.pl"
"Installing script ../../../bin/win32-x86-mingw/makeMakefile.pl"
"Installing script ../../../bin/win32-x86-mingw/makeTestfile.pl"
"Installing script ../../../bin/win32-x86-mingw/mkmf.pl"
"Installing script ../../../bin/win32-x86-mingw/munch.pl"
"Installing script ../../../bin/win32-x86-mingw/replaceVAR.pl"
"Installing script ../../../bin/win32-x86-mingw/useManifestTool.pl"
make[3]: Leaving directory 
`W:/winDev/epics/R3.14.10/base-3.14.10/src/tools/O.win32-x86-mingw'
make[2]: Leaving directory
`W:/winDev/epics/R3.14.10/base-3.14.10/src/tools'
make -C ./makeBaseApp install
make[2]: Entering directory 
`W:/winDev/epics/R3.14.10/base-3.14.10/src/makeBaseApp'
C:\perl\bin\perl.exe ../../bin/win32-x86-mingw/makeMakefile.pl 
O.win32-x86-mingw ../../..
C:\perl\bin\perl.exe -MExtUtils::Command -e mkpath O.Common
make -C O.win32-x86-mingw -f ../Makefile TOP=../../.. 
T_A=win32-x86-mingw install
make[3]: Entering directory 
`W:/winDev/epics/R3.14.10/base-3.14.10/src/makeBaseApp/O.win32-x86-mingw
'
"Installing script ../../../bin/win32-x86-mingw/makeBaseApp.pl"
"Installing ../../../templates/makeBaseApp/top/Makefile"
mkdir ../../../templates
mkdir ../../../templates/makeBaseApp
mkdir ../../../templates/makeBaseApp/top
"Installing ../../../templates/makeBaseApp/top/configure/CONFIG"
mkdir ../../../templates/makeBaseApp/top/configure
"Installing ../../../templates/makeBaseApp/top/configure/CONFIG_SITE"
"Installing ../../../templates/makeBaseApp/top/configure/Makefile"
"Installing ../../../templates/makeBaseApp/top/configure/RELEASE"
"Installing ../../../templates/makeBaseApp/top/configure/RULES"
"Installing ../../../templates/makeBaseApp/top/configure/RULES.ioc"
"Installing ../../../templates/makeBaseApp/top/configure/RULES_DIRS"
"Installing ../../../templates/makeBaseApp/top/configure/RULES_TOP"
"Installing ../../../templates/makeBaseApp/top/supportApp/Makefile"
mkdir ../../../templates/makeBaseApp/top/supportApp
"Installing ../../../templates/makeBaseApp/top/supportApp/Db/Makefile"
mkdir ../../../templates/makeBaseApp/top/supportApp/Db
"Installing ../../../templates/makeBaseApp/top/supportApp/src/Makefile"
mkdir ../../../templates/makeBaseApp/top/supportApp/src
"Installing
../../../templates/makeBaseApp/top/supportApp/src/_APPNAME_.dbd"
"Installing ../../../templates/makeBaseApp/top/iocApp/Makefile"
mkdir ../../../templates/makeBaseApp/top/iocApp
"Installing ../../../templates/makeBaseApp/top/iocApp/Db/Makefile"
mkdir ../../../templates/makeBaseApp/top/iocApp/Db
"Installing ../../../templates/makeBaseApp/top/iocApp/src/Makefile"
mkdir ../../../templates/makeBaseApp/top/iocApp/src
"Installing
../../../templates/makeBaseApp/top/iocApp/src/_APPNAME_Main.cpp"
"Installing ../../../templates/makeBaseApp/top/exampleApp/Makefile"
mkdir ../../../templates/makeBaseApp/top/exampleApp
"Installing ../../../templates/makeBaseApp/top/exampleApp/Db/Makefile"
mkdir ../../../templates/makeBaseApp/top/exampleApp/Db
"Installing
../../../templates/makeBaseApp/top/exampleApp/Db/dbExample1.db"
"Installing
../../../templates/makeBaseApp/top/exampleApp/Db/dbExample2.db"
"Installing 
../../../templates/makeBaseApp/top/exampleApp/Db/dbSubExample.db"
"Installing 
../../../templates/makeBaseApp/top/exampleApp/Db/user.substitutions"
"Installing 
../../../templates/makeBaseApp/top/exampleApp/Db/userHost.substitutions"
"Installing ../../../templates/makeBaseApp/top/exampleApp/src/Makefile"
mkdir ../../../templates/makeBaseApp/top/exampleApp/src
"Installing
../../../templates/makeBaseApp/top/exampleApp/src/xxxRecord.dbd"
"Installing
../../../templates/makeBaseApp/top/exampleApp/src/xxxRecord.c"
"Installing
../../../templates/makeBaseApp/top/exampleApp/src/devXxxSoft.c"
"Installing 
../../../templates/makeBaseApp/top/exampleApp/src/xxxSupport.dbd"
"Installing 
../../../templates/makeBaseApp/top/exampleApp/src/sncExample.stt"
"Installing
../../../templates/makeBaseApp/top/exampleApp/src/sncProgram.st"
"Installing 
../../../templates/makeBaseApp/top/exampleApp/src/sncExample.dbd"
"Installing 
../../../templates/makeBaseApp/top/exampleApp/src/dbSubExample.c"
"Installing 
../../../templates/makeBaseApp/top/exampleApp/src/dbSubExample.dbd"
"Installing 
../../../templates/makeBaseApp/top/exampleApp/src/_APPNAME_Main.cpp"
"Installing 
../../../templates/makeBaseApp/top/exampleApp/src/_APPNAME_Hello.c"
"Installing 
../../../templates/makeBaseApp/top/exampleApp/src/_APPNAME_Hello.dbd"
"Installing
../../../templates/makeBaseApp/top/exampleApp/src/initTrace.c"
"Installing
../../../templates/makeBaseApp/top/exampleApp/src/initTrace.dbd"
"Installing ../../../templates/makeBaseApp/top/exampleBoot/Makefile"
mkdir ../../../templates/makeBaseApp/top/exampleBoot
"Installing 
../../../templates/makeBaseApp/top/exampleBoot/nfsCommands@vxWorks"
"Installing 
../../../templates/makeBaseApp/top/exampleBoot/nfsCommands@RTEMS"
"Installing 
../../../templates/makeBaseApp/top/exampleBoot/ioc/Makefile@Common"
mkdir ../../../templates/makeBaseApp/top/exampleBoot/ioc
"Installing 
../../../templates/makeBaseApp/top/exampleBoot/ioc/Makefile@vxWorks"
"Installing 
../../../templates/makeBaseApp/top/exampleBoot/ioc/Makefile@win32"
"Installing 
../../../templates/makeBaseApp/top/exampleBoot/ioc/st.cmd@Common"
"Installing 
../../../templates/makeBaseApp/top/exampleBoot/ioc/st.cmd@vxWorks"
"Installing
../../../templates/makeBaseApp/top/exampleBoot/ioc/st.cmd@RTEMS"
"Installing 
../../../templates/makeBaseApp/top/exampleBoot/ioc/README@Common"
"Installing 
../../../templates/makeBaseApp/top/exampleBoot/ioc/README@vxWorks"
"Installing ../../../templates/makeBaseApp/top/caClientApp/Makefile"
mkdir ../../../templates/makeBaseApp/top/caClientApp
"Installing ../../../templates/makeBaseApp/top/caClientApp/caExample.c"
"Installing ../../../templates/makeBaseApp/top/caClientApp/caMonitor.c"
"Installing ../../../templates/makeBaseApp/top/caServerApp/Makefile"
mkdir ../../../templates/makeBaseApp/top/caServerApp
"Installing ../../../templates/makeBaseApp/top/caServerApp/README"
"Installing ../../../templates/makeBaseApp/top/caServerApp/exAsyncPV.cc"
"Installing ../../../templates/makeBaseApp/top/caServerApp/exChannel.cc"
"Installing ../../../templates/makeBaseApp/top/caServerApp/exPV.cc"
"Installing
../../../templates/makeBaseApp/top/caServerApp/exScalarPV.cc"
"Installing ../../../templates/makeBaseApp/top/caServerApp/exServer.cc"
"Installing ../../../templates/makeBaseApp/top/caServerApp/exServer.h"
"Installing
../../../templates/makeBaseApp/top/caServerApp/exVectorPV.cc"
"Installing ../../../templates/makeBaseApp/top/caServerApp/main.cc"
"Installing ../../../templates/makeBaseApp/top/caServerApp/test.adl"
"Installing ../../../templates/makeBaseApp/top/caServerApp/vxEntry.cc"
"Installing ../../../templates/makeBaseApp/top/iocBoot/Makefile"
mkdir ../../../templates/makeBaseApp/top/iocBoot
"Installing
../../../templates/makeBaseApp/top/iocBoot/nfsCommands@vxWorks"
"Installing
../../../templates/makeBaseApp/top/iocBoot/nfsCommands@RTEMS"
"Installing
../../../templates/makeBaseApp/top/iocBoot/ioc/Makefile@Common"
mkdir ../../../templates/makeBaseApp/top/iocBoot/ioc
"Installing
../../../templates/makeBaseApp/top/iocBoot/ioc/Makefile@vxWorks"
"Installing
../../../templates/makeBaseApp/top/iocBoot/ioc/Makefile@win32"
"Installing
../../../templates/makeBaseApp/top/iocBoot/ioc/st.cmd@Common"
"Installing ../../../templates/makeBaseApp/top/iocBoot/ioc/st.cmd@Cross"
"Installing
../../../templates/makeBaseApp/top/iocBoot/ioc/st.cmd@vxWorks"
"Installing ../../../templates/makeBaseApp/top/iocBoot/ioc/st.cmd@RTEMS"
make[3]: Leaving directory 
`W:/winDev/epics/R3.14.10/base-3.14.10/src/makeBaseApp/O.win32-x86-mingw
'
make[2]: Leaving directory 
`W:/winDev/epics/R3.14.10/base-3.14.10/src/makeBaseApp'
make -C ./makeBaseExt install
make[2]: Entering directory 
`W:/winDev/epics/R3.14.10/base-3.14.10/src/makeBaseExt'
C:\perl\bin\perl.exe ../../bin/win32-x86-mingw/makeMakefile.pl 
O.win32-x86-mingw ../../..
C:\perl\bin\perl.exe -MExtUtils::Command -e mkpath O.Common
make -C O.win32-x86-mingw -f ../Makefile TOP=../../.. 
T_A=win32-x86-mingw install
make[3]: Entering directory 
`W:/winDev/epics/R3.14.10/base-3.14.10/src/makeBaseExt/O.win32-x86-mingw
'
"Installing script ../../../bin/win32-x86-mingw/makeBaseExt.pl"
"Installing ../../../templates/makeBaseExt/top/Makefile"
mkdir ../../../templates/makeBaseExt
mkdir ../../../templates/makeBaseExt/top
"Installing ../../../templates/makeBaseExt/top/README"
"Installing ../../../templates/makeBaseExt/top/configure/CONFIG"
mkdir ../../../templates/makeBaseExt/top/configure
"Installing ../../../templates/makeBaseExt/top/configure/CONFIG_SITE"
"Installing ../../../templates/makeBaseExt/top/configure/Makefile"
"Installing ../../../templates/makeBaseExt/top/configure/RELEASE"
"Installing ../../../templates/makeBaseExt/top/configure/RULES"
"Installing ../../../templates/makeBaseExt/top/configure/RULES_DIRS"
"Installing ../../../templates/makeBaseExt/top/configure/RULES_TOP"
"Installing ../../../templates/makeBaseExt/top/configure/RULES_PYTHON"
"Installing ../../../templates/makeBaseExt/top/configure/RULES_IDL"
"Installing 
../../../templates/makeBaseExt/top/configure/os/CONFIG.linux-x86.linux-3
86"
mkdir ../../../templates/makeBaseExt/top/configure/os
"Installing 
../../../templates/makeBaseExt/top/configure/os/CONFIG.win32-x86-borland
.win32-x86-borland"
"Installing 
../../../templates/makeBaseExt/top/configure/os/CONFIG_SITE.aix-ppc-gnu.
aix-ppc-gnu"
"Installing 
../../../templates/makeBaseExt/top/configure/os/CONFIG_SITE.aix-ppc.aix-
ppc"
"Installing 
../../../templates/makeBaseExt/top/configure/os/CONFIG_SITE.Common.Commo
n"
"Installing 
../../../templates/makeBaseExt/top/configure/os/CONFIG_SITE.cygwin-x86.c
ygwin-x86"
"Installing 
../../../templates/makeBaseExt/top/configure/os/CONFIG_SITE.darwin-ppc.d
arwin-ppc"
"Installing 
../../../templates/makeBaseExt/top/configure/os/CONFIG_SITE.darwin-ppcx8
6.darwin-ppcx86"
"Installing 
../../../templates/makeBaseExt/top/configure/os/CONFIG_SITE.darwin-x86.d
arwin-x86"
"Installing 
../../../templates/makeBaseExt/top/configure/os/CONFIG_SITE.freebsd-x86_
64.freebsd-x86_64"
"Installing 
../../../templates/makeBaseExt/top/configure/os/CONFIG_SITE.hpux-parisc-
gnu.hpux-parisc-gnu"
"Installing 
../../../templates/makeBaseExt/top/configure/os/CONFIG_SITE.hpux-parisc.
hpux-parisc"
"Installing 
../../../templates/makeBaseExt/top/configure/os/CONFIG_SITE.interix-x86.
interix-x86"
"Installing 
../../../templates/makeBaseExt/top/configure/os/CONFIG_SITE.linux-ppc.li
nux-ppc"
"Installing 
../../../templates/makeBaseExt/top/configure/os/CONFIG_SITE.linux-x86-bo
rland.linux-x86-borland"
"Installing 
../../../templates/makeBaseExt/top/configure/os/CONFIG_SITE.linux-x86-de
bug.linux-x86-debug"
"Installing 
../../../templates/makeBaseExt/top/configure/os/CONFIG_SITE.linux-x86.li
nux-athlon"
"Installing 
../../../templates/makeBaseExt/top/configure/os/CONFIG_SITE.linux-x86.li
nux-x86"
"Installing 
../../../templates/makeBaseExt/top/configure/os/CONFIG_SITE.linux-x86_64
-debug.linux-x86_64-debug"
"Installing 
../../../templates/makeBaseExt/top/configure/os/CONFIG_SITE.linux-x86_64
.linux-x86_64"
"Installing 
../../../templates/makeBaseExt/top/configure/os/CONFIG_SITE.osf-alpha.os
f-alpha"
"Installing 
../../../templates/makeBaseExt/top/configure/os/CONFIG_SITE.solaris-spar
c-debug.solaris-sparc-debug"
"Installing 
../../../templates/makeBaseExt/top/configure/os/CONFIG_SITE.solaris-spar
c-gnu.solaris-sparc-gnu"
"Installing 
../../../templates/makeBaseExt/top/configure/os/CONFIG_SITE.solaris-spar
c.solaris-sparc"
"Installing 
../../../templates/makeBaseExt/top/configure/os/CONFIG_SITE.solaris-spar
c64-gnu.solaris-sparc64-gnu"
"Installing 
../../../templates/makeBaseExt/top/configure/os/CONFIG_SITE.solaris-spar
c64.solaris-sparc64"
"Installing 
../../../templates/makeBaseExt/top/configure/os/CONFIG_SITE.solaris-x86-
gnu.solaris-x86-gnu"
"Installing 
../../../templates/makeBaseExt/top/configure/os/CONFIG_SITE.solaris-x86.
solaris-x86"
"Installing 
../../../templates/makeBaseExt/top/configure/os/CONFIG_SITE.win32-x86-bo
rland.win32-x86-borland"
"Installing 
../../../templates/makeBaseExt/top/configure/os/CONFIG_SITE.win32-x86-cy
gwin.win32-x86-cygwin"
"Installing 
../../../templates/makeBaseExt/top/configure/os/CONFIG_SITE.win32-x86-de
bug.win32-x86-debug"
"Installing 
../../../templates/makeBaseExt/top/configure/os/CONFIG_SITE.win32-x86-mi
ngw.win32-x86-mingw"
"Installing 
../../../templates/makeBaseExt/top/configure/os/CONFIG_SITE.win32-x86.wi
n32-x86"
"Installing ../../../templates/makeBaseExt/top/src/Makefile"
mkdir ../../../templates/makeBaseExt/top/src
"Installing ../../../templates/makeBaseExt/top/exampleExt/Makefile"
mkdir ../../../templates/makeBaseExt/top/exampleExt
"Installing ../../../templates/makeBaseExt/top/exampleExt/caExample.c"
"Installing
../../../templates/makeBaseExt/top/exampleExt/RELEASE_NOTES.HTM"
"Installing ../../../templates/makeBaseExt/top/simpleExt/Makefile"
mkdir ../../../templates/makeBaseExt/top/simpleExt
make[3]: Leaving directory 
`W:/winDev/epics/R3.14.10/base-3.14.10/src/makeBaseExt/O.win32-x86-mingw
'
make[2]: Leaving directory 
`W:/winDev/epics/R3.14.10/base-3.14.10/src/makeBaseExt'
make -C ./libCom install
make[2]: Entering directory 
`W:/winDev/epics/R3.14.10/base-3.14.10/src/libCom'
C:\perl\bin\perl.exe ../../bin/win32-x86-mingw/makeMakefile.pl 
O.win32-x86-mingw ../../..
C:\perl\bin\perl.exe -MExtUtils::Command -e mkpath O.Common
make -C O.win32-x86-mingw -f ../Makefile TOP=../../.. 
T_A=win32-x86-mingw install
make[3]: Entering directory 
`W:/winDev/epics/R3.14.10/base-3.14.10/src/libCom/O.win32-x86-mingw'
C:\perl\bin\perl.exe ../../../src/libCom/misc/makeEpicsVersion.pl 
../../../configure/CONFIG_BASE_VERSION ../O.Common
Building epicsVersion.h from ../../../configure/CONFIG_BASE_VERSION
Found EPICS Version 3.14.10
"Installing generated generic include file
../../../include/epicsVersion.h"
mkdir ../../../include
"Installing generic include file ../../../include/bucketLib.h"
"Installing generic include file ../../../include/epicsRingPointer.h"
"Installing generic include file ../../../include/epicsRingBytes.h"
"Installing generic include file ../../../include/postfix.h"
"Installing generic include file ../../../include/cvtFast.h"
"Installing generic include file ../../../include/epicsAlgorithm.h"
"Installing generic include file ../../../include/epicsExcept.h"
"Installing generic include file ../../../include/epicsMemory.h"
"Installing generic include file ../../../include/resourceLib.h"
"Installing generic include file ../../../include/tsDLList.h"
"Installing generic include file ../../../include/tsSLList.h"
"Installing generic include file ../../../include/tsMinMax.h"
"Installing generic include file ../../../include/tsBTree.h"
"Installing generic include file ../../../include/tsFreeList.h"
"Installing generic include file ../../../include/epicsSingleton.h"
"Installing generic include file ../../../include/epicsGuard.h"
"Installing generic include file ../../../include/epicsOnce.h"
"Installing generic include file ../../../include/dbmf.h"
"Installing generic include file ../../../include/ellLib.h"
"Installing generic include file ../../../include/envDefs.h"
"Installing generic include file ../../../include/epicsPrint.h"
"Installing generic include file ../../../include/errMdef.h"
"Installing generic include file ../../../include/errSymTbl.h"
"Installing generic include file ../../../include/errlog.h"
"Installing generic include file ../../../include/error.h"
"Installing generic include file ../../../include/fdManager.h"
"Installing generic include file ../../../include/fdmgr.h"
"Installing generic include file ../../../include/freeList.h"
"Installing generic include file ../../../include/gpHash.h"
"Installing generic include file ../../../include/iocsh.h"
"Installing generic include file ../../../include/registry.h"
"Installing generic include file ../../../include/libComRegister.h"
"Installing generic include file ../../../include/iocLog.h"
"Installing generic include file ../../../include/logClient.h"
"Installing generic include file ../../../include/macLib.h"
"Installing generic include file ../../../include/adjustment.h"
"Installing generic include file ../../../include/cantProceed.h"
"Installing generic include file ../../../include/dbDefs.h"
"Installing generic include file ../../../include/epicsConvert.h"
"Installing generic include file ../../../include/epicsExit.h"
"Installing generic include file ../../../include/epicsStdlib.h"
"Installing generic include file ../../../include/epicsString.h"
"Installing generic include file ../../../include/epicsTypes.h"
"Installing generic include file ../../../include/shareLib.h"
"Installing generic include file ../../../include/epicsExport.h"
"Installing generic include file ../../../include/unixFileName.h"
"Installing generic include file ../../../include/locationException.h"
"Installing generic include file 
../../../include/ipAddrToAsciiAsynchronous.h"
"Installing generic include file
../../../include/compilerDependencies.h"
"Installing generic include file ../../../include/epicsUnitTest.h"
"Installing generic include file ../../../include/testMain.h"
"Installing generic include file
../../../include/os/WIN32/osiFileName.h"
mkdir ../../../include/os
mkdir ../../../include/os/WIN32
"Installing generic include file ../../../include/osiSock.h"
"Installing generic include file ../../../include/os/WIN32/osdSock.h"
"Installing generic include file ../../../include/epicsInterrupt.h"
"Installing os dependent include file 
../../../include/os/WIN32/osdInterrupt.h"
"Installing generic include file ../../../include/epicsMutex.h"
"Installing generic include file ../../../include/os/WIN32/osdMutex.h"
"Installing generic include file ../../../include/epicsEvent.h"
"Installing generic include file ../../../include/os/WIN32/osdEvent.h"
"Installing generic include file ../../../include/os/WIN32/epicsMath.h"
"Installing os dependent include file 
../../../include/os/WIN32/osdMessageQueue.h"
"Installing generic include file ../../../include/os/WIN32/osdStrtod.h"
"Installing generic include file ../../../include/epicsAssert.h"
"Installing generic include file ../../../include/epicsFindSymbol.h"
"Installing generic include file ../../../include/osiPoolStatus.h"
"Installing generic include file
../../../include/os/WIN32/osdPoolStatus.h"
"Installing generic include file ../../../include/os/WIN32/osdThread.h"
"Installing generic include file ../../../include/epicsThread.h"
"Installing generic include file ../../../include/epicsTime.h"
"Installing generic include file ../../../include/epicsGeneralTime.h"
"Installing generic include file ../../../include/os/WIN32/osdTime.h"
"Installing generic include file ../../../include/generalTimeSup.h"
"Installing generic include file ../../../include/osiClockTime.h"
"Installing generic include file ../../../include/epicsSignal.h"
"Installing generic include file ../../../include/osiProcess.h"
"Installing generic include file ../../../include/os/WIN32/osiUnistd.h"
"Installing generic include file ../../../include/osiWireFormat.h"
"Installing os dependent include file 
../../../include/os/WIN32/osdWireFormat.h"
"Installing generic include file
../../../include/os/WIN32/osdWireConfig.h"
"Installing generic include file ../../../include/epicsEndian.h"
"Installing os dependent include file 
../../../include/os/WIN32/epicsReadline.h"
"Installing generic include file ../../../include/epicsMessageQueue.h"
"Installing generic include file ../../../include/epicsStdio.h"
"Installing generic include file ../../../include/epicsStdioRedirect.h"
"Installing generic include file
../../../include/os/WIN32/epicsGetopt.h"
"Installing generic include file ../../../include/devLib.h"
"Installing os dependent include file
../../../include/os/WIN32/osdVME.h"
"Installing generic include file ../../../include/taskwd.h"
"Installing generic include file ../../../include/epicsTimer.h"
"Installing generic include file ../../../include/tsDefs.h"
windres -I. -I../O.Common -I. -I../../../src/libCom/osi/os/WIN32 
-I../../../src/libCom/osi/os/posix -I../../../src/libCom/osi/os/default 
-I.. -I../../../src/libCom/bucketLib -I../../../src/libCom/ring 
-I../../../src/libCom/calc -I../../../src/libCom/cvtFast 
-I../../../src/libCom/cppStd -I../../../src/libCom/cxxTemplates 
-I../../../src/libCom/dbmf -I../../../src/libCom/ellLib 
-I../../../src/libCom/env -I../../../src/libCom/error 
-I../../../src/libCom/fdmgr -I../../../src/libCom/freeList 
-I../../../src/libCom/gpHash -I../../../src/libCom/iocsh 
-I../../../src/libCom/logClient -I../../../src/libCom/macLib 
-I../../../src/libCom/misc -I../../../src/libCom/osi 
-I../../../src/libCom/taskwd -I../../../src/libCom/timer 
-I../../../src/libCom/tsDefs -I../../../include/os/WIN32 
-I../../../include        ../Com.rc Com.coff
gcc -c              -D_MINGW      -O3   -Wall      -m32   -DEPICS_DLL_NO

   -I. -I../O.Common -I. -I../../../src/libCom/osi/os/WIN32 
-I../../../src/libCom/osi/os/posix -I../../../src/libCom/osi/os/default 
-I.. -I../../../src/libCom/bucketLib -I../../../src/libCom/ring 
-I../../../src/libCom/calc -I../../../src/libCom/cvtFast 
-I../../../src/libCom/cppStd -I../../../src/libCom/cxxTemplates 
-I../../../src/libCom/dbmf -I../../../src/libCom/ellLib 
-I../../../src/libCom/env -I../../../src/libCom/error 
-I../../../src/libCom/fdmgr -I../../../src/libCom/freeList 
-I../../../src/libCom/gpHash -I../../../src/libCom/iocsh 
-I../../../src/libCom/logClient -I../../../src/libCom/macLib 
-I../../../src/libCom/misc -I../../../src/libCom/osi 
-I../../../src/libCom/taskwd -I../../../src/libCom/timer 
-I../../../src/libCom/tsDefs -I../../../include/os/WIN32 
-I../../../include         ../../../src/libCom/bucketLib/bucketLib.c
g++ -c              -D_MINGW      -O3   -Wall      -m32   -DEPICS_DLL_NO

   -I. -I../O.Common -I. -I../../../src/libCom/osi/os/WIN32 
-I../../../src/libCom/osi/os/posix -I../../../src/libCom/osi/os/default 
-I.. -I../../../src/libCom/bucketLib -I../../../src/libCom/ring 
-I../../../src/libCom/calc -I../../../src/libCom/cvtFast 
-I../../../src/libCom/cppStd -I../../../src/libCom/cxxTemplates 
-I../../../src/libCom/dbmf -I../../../src/libCom/ellLib 
-I../../../src/libCom/env -I../../../src/libCom/error 
-I../../../src/libCom/fdmgr -I../../../src/libCom/freeList 
-I../../../src/libCom/gpHash -I../../../src/libCom/iocsh 
-I../../../src/libCom/logClient -I../../../src/libCom/macLib 
-I../../../src/libCom/misc -I../../../src/libCom/osi 
-I../../../src/libCom/taskwd -I../../../src/libCom/timer 
-I../../../src/libCom/tsDefs -I../../../include/os/WIN32 
-I../../../include         ../../../src/libCom/ring/epicsRingPointer.cpp
gcc -c              -D_MINGW      -O3   -Wall      -m32   -DEPICS_DLL_NO

   -I. -I../O.Common -I. -I../../../src/libCom/osi/os/WIN32 
-I../../../src/libCom/osi/os/posix -I../../../src/libCom/osi/os/default 
-I.. -I../../../src/libCom/bucketLib -I../../../src/libCom/ring 
-I../../../src/libCom/calc -I../../../src/libCom/cvtFast 
-I../../../src/libCom/cppStd -I../../../src/libCom/cxxTemplates 
-I../../../src/libCom/dbmf -I../../../src/libCom/ellLib 
-I../../../src/libCom/env -I../../../src/libCom/error 
-I../../../src/libCom/fdmgr -I../../../src/libCom/freeList 
-I../../../src/libCom/gpHash -I../../../src/libCom/iocsh 
-I../../../src/libCom/logClient -I../../../src/libCom/macLib 
-I../../../src/libCom/misc -I../../../src/libCom/osi 
-I../../../src/libCom/taskwd -I../../../src/libCom/timer 
-I../../../src/libCom/tsDefs -I../../../include/os/WIN32 
-I../../../include         ../../../src/libCom/ring/epicsRingBytes.c
gcc -c              -D_MINGW      -O3   -Wall      -m32   -DEPICS_DLL_NO

   -I. -I../O.Common -I. -I../../../src/libCom/osi/os/WIN32 
-I../../../src/libCom/osi/os/posix -I../../../src/libCom/osi/os/default 
-I.. -I../../../src/libCom/bucketLib -I../../../src/libCom/ring 
-I../../../src/libCom/calc -I../../../src/libCom/cvtFast 
-I../../../src/libCom/cppStd -I../../../src/libCom/cxxTemplates 
-I../../../src/libCom/dbmf -I../../../src/libCom/ellLib 
-I../../../src/libCom/env -I../../../src/libCom/error 
-I../../../src/libCom/fdmgr -I../../../src/libCom/freeList 
-I../../../src/libCom/gpHash -I../../../src/libCom/iocsh 
-I../../../src/libCom/logClient -I../../../src/libCom/macLib 
-I../../../src/libCom/misc -I../../../src/libCom/osi 
-I../../../src/libCom/taskwd -I../../../src/libCom/timer 
-I../../../src/libCom/tsDefs -I../../../include/os/WIN32 
-I../../../include         ../../../src/libCom/calc/postfix.c
gcc -c              -D_MINGW      -O3   -Wall      -m32   -DEPICS_DLL_NO

   -I. -I../O.Common -I. -I../../../src/libCom/osi/os/WIN32 
-I../../../src/libCom/osi/os/posix -I../../../src/libCom/osi/os/default 
-I.. -I../../../src/libCom/bucketLib -I../../../src/libCom/ring 
-I../../../src/libCom/calc -I../../../src/libCom/cvtFast 
-I../../../src/libCom/cppStd -I../../../src/libCom/cxxTemplates 
-I../../../src/libCom/dbmf -I../../../src/libCom/ellLib 
-I../../../src/libCom/env -I../../../src/libCom/error 
-I../../../src/libCom/fdmgr -I../../../src/libCom/freeList 
-I../../../src/libCom/gpHash -I../../../src/libCom/iocsh 
-I../../../src/libCom/logClient -I../../../src/libCom/macLib 
-I../../../src/libCom/misc -I../../../src/libCom/osi 
-I../../../src/libCom/taskwd -I../../../src/libCom/timer 
-I../../../src/libCom/tsDefs -I../../../include/os/WIN32 
-I../../../include         ../../../src/libCom/calc/calcPerform.c
gcc -c              -D_MINGW      -O3   -Wall      -m32   -DEPICS_DLL_NO

   -I. -I../O.Common -I. -I../../../src/libCom/osi/os/WIN32 
-I../../../src/libCom/osi/os/posix -I../../../src/libCom/osi/os/default 
-I.. -I../../../src/libCom/bucketLib -I../../../src/libCom/ring 
-I../../../src/libCom/calc -I../../../src/libCom/cvtFast 
-I../../../src/libCom/cppStd -I../../../src/libCom/cxxTemplates 
-I../../../src/libCom/dbmf -I../../../src/libCom/ellLib 
-I../../../src/libCom/env -I../../../src/libCom/error 
-I../../../src/libCom/fdmgr -I../../../src/libCom/freeList 
-I../../../src/libCom/gpHash -I../../../src/libCom/iocsh 
-I../../../src/libCom/logClient -I../../../src/libCom/macLib 
-I../../../src/libCom/misc -I../../../src/libCom/osi 
-I../../../src/libCom/taskwd -I../../../src/libCom/timer 
-I../../../src/libCom/tsDefs -I../../../include/os/WIN32 
-I../../../include         ../../../src/libCom/cvtFast/cvtFast.c
g++ -c              -D_MINGW      -O3   -Wall      -m32   -DEPICS_DLL_NO

   -I. -I../O.Common -I. -I../../../src/libCom/osi/os/WIN32 
-I../../../src/libCom/osi/os/posix -I../../../src/libCom/osi/os/default 
-I.. -I../../../src/libCom/bucketLib -I../../../src/libCom/ring 
-I../../../src/libCom/calc -I../../../src/libCom/cvtFast 
-I../../../src/libCom/cppStd -I../../../src/libCom/cxxTemplates 
-I../../../src/libCom/dbmf -I../../../src/libCom/ellLib 
-I../../../src/libCom/env -I../../../src/libCom/error 
-I../../../src/libCom/fdmgr -I../../../src/libCom/freeList 
-I../../../src/libCom/gpHash -I../../../src/libCom/iocsh 
-I../../../src/libCom/logClient -I../../../src/libCom/macLib 
-I../../../src/libCom/misc -I../../../src/libCom/osi 
-I../../../src/libCom/taskwd -I../../../src/libCom/timer 
-I../../../src/libCom/tsDefs -I../../../include/os/WIN32 
-I../../../include
../../../src/libCom/cxxTemplates/resourceLib.cpp
g++ -c              -D_MINGW      -O3   -Wall      -m32   -DEPICS_DLL_NO

   -I. -I../O.Common -I. -I../../../src/libCom/osi/os/WIN32 
-I../../../src/libCom/osi/os/posix -I../../../src/libCom/osi/os/default 
-I.. -I../../../src/libCom/bucketLib -I../../../src/libCom/ring 
-I../../../src/libCom/calc -I../../../src/libCom/cvtFast 
-I../../../src/libCom/cppStd -I../../../src/libCom/cxxTemplates 
-I../../../src/libCom/dbmf -I../../../src/libCom/ellLib 
-I../../../src/libCom/env -I../../../src/libCom/error 
-I../../../src/libCom/fdmgr -I../../../src/libCom/freeList 
-I../../../src/libCom/gpHash -I../../../src/libCom/iocsh 
-I../../../src/libCom/logClient -I../../../src/libCom/macLib 
-I../../../src/libCom/misc -I../../../src/libCom/osi 
-I../../../src/libCom/taskwd -I../../../src/libCom/timer 
-I../../../src/libCom/tsDefs -I../../../include/os/WIN32 
-I../../../include
../../../src/libCom/cxxTemplates/epicsOnce.cpp
g++ -c              -D_MINGW      -O3   -Wall      -m32   -DEPICS_DLL_NO

   -I. -I../O.Common -I. -I../../../src/libCom/osi/os/WIN32 
-I../../../src/libCom/osi/os/posix -I../../../src/libCom/osi/os/default 
-I.. -I../../../src/libCom/bucketLib -I../../../src/libCom/ring 
-I../../../src/libCom/calc -I../../../src/libCom/cvtFast 
-I../../../src/libCom/cppStd -I../../../src/libCom/cxxTemplates 
-I../../../src/libCom/dbmf -I../../../src/libCom/ellLib 
-I../../../src/libCom/env -I../../../src/libCom/error 
-I../../../src/libCom/fdmgr -I../../../src/libCom/freeList 
-I../../../src/libCom/gpHash -I../../../src/libCom/iocsh 
-I../../../src/libCom/logClient -I../../../src/libCom/macLib 
-I../../../src/libCom/misc -I../../../src/libCom/osi 
-I../../../src/libCom/taskwd -I../../../src/libCom/timer 
-I../../../src/libCom/tsDefs -I../../../include/os/WIN32 
-I../../../include 
../../../src/libCom/cxxTemplates/epicsSingletonMutex.cpp
gcc -c              -D_MINGW      -O3   -Wall      -m32   -DEPICS_DLL_NO

   -I. -I../O.Common -I. -I../../../src/libCom/osi/os/WIN32 
-I../../../src/libCom/osi/os/posix -I../../../src/libCom/osi/os/default 
-I.. -I../../../src/libCom/bucketLib -I../../../src/libCom/ring 
-I../../../src/libCom/calc -I../../../src/libCom/cvtFast 
-I../../../src/libCom/cppStd -I../../../src/libCom/cxxTemplates 
-I../../../src/libCom/dbmf -I../../../src/libCom/ellLib 
-I../../../src/libCom/env -I../../../src/libCom/error 
-I../../../src/libCom/fdmgr -I../../../src/libCom/freeList 
-I../../../src/libCom/gpHash -I../../../src/libCom/iocsh 
-I../../../src/libCom/logClient -I../../../src/libCom/macLib 
-I../../../src/libCom/misc -I../../../src/libCom/osi 
-I../../../src/libCom/taskwd -I../../../src/libCom/timer 
-I../../../src/libCom/tsDefs -I../../../include/os/WIN32 
-I../../../include         ../../../src/libCom/dbmf/dbmf.c
gcc -c              -D_MINGW      -O3   -Wall      -m32   -DEPICS_DLL_NO

   -I. -I../O.Common -I. -I../../../src/libCom/osi/os/WIN32 
-I../../../src/libCom/osi/os/posix -I../../../src/libCom/osi/os/default 
-I.. -I../../../src/libCom/bucketLib -I../../../src/libCom/ring 
-I../../../src/libCom/calc -I../../../src/libCom/cvtFast 
-I../../../src/libCom/cppStd -I../../../src/libCom/cxxTemplates 
-I../../../src/libCom/dbmf -I../../../src/libCom/ellLib 
-I../../../src/libCom/env -I../../../src/libCom/error 
-I../../../src/libCom/fdmgr -I../../../src/libCom/freeList 
-I../../../src/libCom/gpHash -I../../../src/libCom/iocsh 
-I../../../src/libCom/logClient -I../../../src/libCom/macLib 
-I../../../src/libCom/misc -I../../../src/libCom/osi 
-I../../../src/libCom/taskwd -I../../../src/libCom/timer 
-I../../../src/libCom/tsDefs -I../../../include/os/WIN32 
-I../../../include         ../../../src/libCom/ellLib/ellLib.c
gcc -c              -D_MINGW      -O3   -Wall      -m32   -DEPICS_DLL_NO

   -I. -I../O.Common -I. -I../../../src/libCom/osi/os/WIN32 
-I../../../src/libCom/osi/os/posix -I../../../src/libCom/osi/os/default 
-I.. -I../../../src/libCom/bucketLib -I../../../src/libCom/ring 
-I../../../src/libCom/calc -I../../../src/libCom/cvtFast 
-I../../../src/libCom/cppStd -I../../../src/libCom/cxxTemplates 
-I../../../src/libCom/dbmf -I../../../src/libCom/ellLib 
-I../../../src/libCom/env -I../../../src/libCom/error 
-I../../../src/libCom/fdmgr -I../../../src/libCom/freeList 
-I../../../src/libCom/gpHash -I../../../src/libCom/iocsh 
-I../../../src/libCom/logClient -I../../../src/libCom/macLib 
-I../../../src/libCom/misc -I../../../src/libCom/osi 
-I../../../src/libCom/taskwd -I../../../src/libCom/timer 
-I../../../src/libCom/tsDefs -I../../../include/os/WIN32 
-I../../../include         ../../../src/libCom/env/envSubr.c
C:\perl\bin\perl.exe ../../../src/libCom/env/bldEnvData.pl 
../../../configure
Generating envData.c
gcc -c              -D_MINGW      -O3   -Wall      -m32   -DEPICS_DLL_NO

   -I. -I../O.Common -I. -I../../../src/libCom/osi/os/WIN32 
-I../../../src/libCom/osi/os/posix -I../../../src/libCom/osi/os/default 
-I.. -I../../../src/libCom/bucketLib -I../../../src/libCom/ring 
-I../../../src/libCom/calc -I../../../src/libCom/cvtFast 
-I../../../src/libCom/cppStd -I../../../src/libCom/cxxTemplates 
-I../../../src/libCom/dbmf -I../../../src/libCom/ellLib 
-I../../../src/libCom/env -I../../../src/libCom/error 
-I../../../src/libCom/fdmgr -I../../../src/libCom/freeList 
-I../../../src/libCom/gpHash -I../../../src/libCom/iocsh 
-I../../../src/libCom/logClient -I../../../src/libCom/macLib 
-I../../../src/libCom/misc -I../../../src/libCom/osi 
-I../../../src/libCom/taskwd -I../../../src/libCom/timer 
-I../../../src/libCom/tsDefs -I../../../include/os/WIN32 
-I../../../include         envData.c
gcc -c              -D_MINGW      -O3   -Wall      -m32   -DEPICS_DLL_NO

   -I. -I../O.Common -I. -I../../../src/libCom/osi/os/WIN32 
-I../../../src/libCom/osi/os/posix -I../../../src/libCom/osi/os/default 
-I.. -I../../../src/libCom/bucketLib -I../../../src/libCom/ring 
-I../../../src/libCom/calc -I../../../src/libCom/cvtFast 
-I../../../src/libCom/cppStd -I../../../src/libCom/cxxTemplates 
-I../../../src/libCom/dbmf -I../../../src/libCom/ellLib 
-I../../../src/libCom/env -I../../../src/libCom/error 
-I../../../src/libCom/fdmgr -I../../../src/libCom/freeList 
-I../../../src/libCom/gpHash -I../../../src/libCom/iocsh 
-I../../../src/libCom/logClient -I../../../src/libCom/macLib 
-I../../../src/libCom/misc -I../../../src/libCom/osi 
-I../../../src/libCom/taskwd -I../../../src/libCom/timer 
-I../../../src/libCom/tsDefs -I../../../include/os/WIN32 
-I../../../include         ../../../src/libCom/error/errlog.c
gcc -c              -D_MINGW      -O3   -Wall      -m32   -DEPICS_DLL_NO

   -I. -I../O.Common -I. -I../../../src/libCom/osi/os/WIN32 
-I../../../src/libCom/osi/os/posix -I../../../src/libCom/osi/os/default 
-I.. -I../../../src/libCom/bucketLib -I../../../src/libCom/ring 
-I../../../src/libCom/calc -I../../../src/libCom/cvtFast 
-I../../../src/libCom/cppStd -I../../../src/libCom/cxxTemplates 
-I../../../src/libCom/dbmf -I../../../src/libCom/ellLib 
-I../../../src/libCom/env -I../../../src/libCom/error 
-I../../../src/libCom/fdmgr -I../../../src/libCom/freeList 
-I../../../src/libCom/gpHash -I../../../src/libCom/iocsh 
-I../../../src/libCom/logClient -I../../../src/libCom/macLib 
-I../../../src/libCom/misc -I../../../src/libCom/osi 
-I../../../src/libCom/taskwd -I../../../src/libCom/timer 
-I../../../src/libCom/tsDefs -I../../../include/os/WIN32 
-I../../../include         ../../../src/libCom/error/errSymLib.c
C:\perl\bin\perl.exe ../../../src/libCom/error/makeStatTbl.pl 
../../../src/libCom/osi/devLib.h ../../../src/as/asLib.h 
../../../src/db/dbAccessDefs.h ../../../src/dbStatic/devSup.h 
../../../src/dbStatic/drvSup.h ../../../src/dbStatic/recSup.h 
../../../src/dbStatic/dbStaticLib.h ../../../src/libCom/error/errMdef.h 
../../../src/cas/generic/casdef.h ../../../src/gdd/gddAppFuncTable.h
gcc -c              -D_MINGW      -O3   -Wall      -m32   -DEPICS_DLL_NO

   -I. -I../O.Common -I. -I../../../src/libCom/osi/os/WIN32 
-I../../../src/libCom/osi/os/posix -I../../../src/libCom/osi/os/default 
-I.. -I../../../src/libCom/bucketLib -I../../../src/libCom/ring 
-I../../../src/libCom/calc -I../../../src/libCom/cvtFast 
-I../../../src/libCom/cppStd -I../../../src/libCom/cxxTemplates 
-I../../../src/libCom/dbmf -I../../../src/libCom/ellLib 
-I../../../src/libCom/env -I../../../src/libCom/error 
-I../../../src/libCom/fdmgr -I../../../src/libCom/freeList 
-I../../../src/libCom/gpHash -I../../../src/libCom/iocsh 
-I../../../src/libCom/logClient -I../../../src/libCom/macLib 
-I../../../src/libCom/misc -I../../../src/libCom/osi 
-I../../../src/libCom/taskwd -I../../../src/libCom/timer 
-I../../../src/libCom/tsDefs -I../../../include/os/WIN32 
-I../../../include         errSymTbl.c
g++ -c              -D_MINGW      -O3   -Wall      -m32   -DEPICS_DLL_NO

   -I. -I../O.Common -I. -I../../../src/libCom/osi/os/WIN32 
-I../../../src/libCom/osi/os/posix -I../../../src/libCom/osi/os/default 
-I.. -I../../../src/libCom/bucketLib -I../../../src/libCom/ring 
-I../../../src/libCom/calc -I../../../src/libCom/cvtFast 
-I../../../src/libCom/cppStd -I../../../src/libCom/cxxTemplates 
-I../../../src/libCom/dbmf -I../../../src/libCom/ellLib 
-I../../../src/libCom/env -I../../../src/libCom/error 
-I../../../src/libCom/fdmgr -I../../../src/libCom/freeList 
-I../../../src/libCom/gpHash -I../../../src/libCom/iocsh 
-I../../../src/libCom/logClient -I../../../src/libCom/macLib 
-I../../../src/libCom/misc -I../../../src/libCom/osi 
-I../../../src/libCom/taskwd -I../../../src/libCom/timer 
-I../../../src/libCom/tsDefs -I../../../include/os/WIN32 
-I../../../include         ../../../src/libCom/fdmgr/fdmgr.cpp
g++ -c              -D_MINGW      -O3   -Wall      -m32   -DEPICS_DLL_NO

   -I. -I../O.Common -I. -I../../../src/libCom/osi/os/WIN32 
-I../../../src/libCom/osi/os/posix -I../../../src/libCom/osi/os/default 
-I.. -I../../../src/libCom/bucketLib -I../../../src/libCom/ring 
-I../../../src/libCom/calc -I../../../src/libCom/cvtFast 
-I../../../src/libCom/cppStd -I../../../src/libCom/cxxTemplates 
-I../../../src/libCom/dbmf -I../../../src/libCom/ellLib 
-I../../../src/libCom/env -I../../../src/libCom/error 
-I../../../src/libCom/fdmgr -I../../../src/libCom/freeList 
-I../../../src/libCom/gpHash -I../../../src/libCom/iocsh 
-I../../../src/libCom/logClient -I../../../src/libCom/macLib 
-I../../../src/libCom/misc -I../../../src/libCom/osi 
-I../../../src/libCom/taskwd -I../../../src/libCom/timer 
-I../../../src/libCom/tsDefs -I../../../include/os/WIN32 
-I../../../include         ../../../src/libCom/fdmgr/fdManager.cpp
gcc -c              -D_MINGW      -O3   -Wall      -m32   -DEPICS_DLL_NO

   -I. -I../O.Common -I. -I../../../src/libCom/osi/os/WIN32 
-I../../../src/libCom/osi/os/posix -I../../../src/libCom/osi/os/default 
-I.. -I../../../src/libCom/bucketLib -I../../../src/libCom/ring 
-I../../../src/libCom/calc -I../../../src/libCom/cvtFast 
-I../../../src/libCom/cppStd -I../../../src/libCom/cxxTemplates 
-I../../../src/libCom/dbmf -I../../../src/libCom/ellLib 
-I../../../src/libCom/env -I../../../src/libCom/error 
-I../../../src/libCom/fdmgr -I../../../src/libCom/freeList 
-I../../../src/libCom/gpHash -I../../../src/libCom/iocsh 
-I../../../src/libCom/logClient -I../../../src/libCom/macLib 
-I../../../src/libCom/misc -I../../../src/libCom/osi 
-I../../../src/libCom/taskwd -I../../../src/libCom/timer 
-I../../../src/libCom/tsDefs -I../../../include/os/WIN32 
-I../../../include         ../../../src/libCom/freeList/freeListLib.c
gcc -c              -D_MINGW      -O3   -Wall      -m32   -DEPICS_DLL_NO

   -I. -I../O.Common -I. -I../../../src/libCom/osi/os/WIN32 
-I../../../src/libCom/osi/os/posix -I../../../src/libCom/osi/os/default 
-I.. -I../../../src/libCom/bucketLib -I../../../src/libCom/ring 
-I../../../src/libCom/calc -I../../../src/libCom/cvtFast 
-I../../../src/libCom/cppStd -I../../../src/libCom/cxxTemplates 
-I../../../src/libCom/dbmf -I../../../src/libCom/ellLib 
-I../../../src/libCom/env -I../../../src/libCom/error 
-I../../../src/libCom/fdmgr -I../../../src/libCom/freeList 
-I../../../src/libCom/gpHash -I../../../src/libCom/iocsh 
-I../../../src/libCom/logClient -I../../../src/libCom/macLib 
-I../../../src/libCom/misc -I../../../src/libCom/osi 
-I../../../src/libCom/taskwd -I../../../src/libCom/timer 
-I../../../src/libCom/tsDefs -I../../../include/os/WIN32 
-I../../../include         ../../../src/libCom/gpHash/gpHashLib.c
g++ -c              -D_MINGW      -O3   -Wall      -m32   -DEPICS_DLL_NO

   -I. -I../O.Common -I. -I../../../src/libCom/osi/os/WIN32 
-I../../../src/libCom/osi/os/posix -I../../../src/libCom/osi/os/default 
-I.. -I../../../src/libCom/bucketLib -I../../../src/libCom/ring 
-I../../../src/libCom/calc -I../../../src/libCom/cvtFast 
-I../../../src/libCom/cppStd -I../../../src/libCom/cxxTemplates 
-I../../../src/libCom/dbmf -I../../../src/libCom/ellLib 
-I../../../src/libCom/env -I../../../src/libCom/error 
-I../../../src/libCom/fdmgr -I../../../src/libCom/freeList 
-I../../../src/libCom/gpHash -I../../../src/libCom/iocsh 
-I../../../src/libCom/logClient -I../../../src/libCom/macLib 
-I../../../src/libCom/misc -I../../../src/libCom/osi 
-I../../../src/libCom/taskwd -I../../../src/libCom/timer 
-I../../../src/libCom/tsDefs -I../../../include/os/WIN32 
-I../../../include         ../../../src/libCom/iocsh/iocsh.cpp
gcc -c              -D_MINGW      -O3   -Wall      -m32   -DEPICS_DLL_NO

   -I. -I../O.Common -I. -I../../../src/libCom/osi/os/WIN32 
-I../../../src/libCom/osi/os/posix -I../../../src/libCom/osi/os/default 
-I.. -I../../../src/libCom/bucketLib -I../../../src/libCom/ring 
-I../../../src/libCom/calc -I../../../src/libCom/cvtFast 
-I../../../src/libCom/cppStd -I../../../src/libCom/cxxTemplates 
-I../../../src/libCom/dbmf -I../../../src/libCom/ellLib 
-I../../../src/libCom/env -I../../../src/libCom/error 
-I../../../src/libCom/fdmgr -I../../../src/libCom/freeList 
-I../../../src/libCom/gpHash -I../../../src/libCom/iocsh 
-I../../../src/libCom/logClient -I../../../src/libCom/macLib 
-I../../../src/libCom/misc -I../../../src/libCom/osi 
-I../../../src/libCom/taskwd -I../../../src/libCom/timer 
-I../../../src/libCom/tsDefs -I../../../include/os/WIN32 
-I../../../include         ../../../src/libCom/iocsh/registry.c
gcc -c              -D_MINGW      -O3   -Wall      -m32   -DEPICS_DLL_NO

   -I. -I../O.Common -I. -I../../../src/libCom/osi/os/WIN32 
-I../../../src/libCom/osi/os/posix -I../../../src/libCom/osi/os/default 
-I.. -I../../../src/libCom/bucketLib -I../../../src/libCom/ring 
-I../../../src/libCom/calc -I../../../src/libCom/cvtFast 
-I../../../src/libCom/cppStd -I../../../src/libCom/cxxTemplates 
-I../../../src/libCom/dbmf -I../../../src/libCom/ellLib 
-I../../../src/libCom/env -I../../../src/libCom/error 
-I../../../src/libCom/fdmgr -I../../../src/libCom/freeList 
-I../../../src/libCom/gpHash -I../../../src/libCom/iocsh 
-I../../../src/libCom/logClient -I../../../src/libCom/macLib 
-I../../../src/libCom/misc -I../../../src/libCom/osi 
-I../../../src/libCom/taskwd -I../../../src/libCom/timer 
-I../../../src/libCom/tsDefs -I../../../include/os/WIN32 
-I../../../include         ../../../src/libCom/iocsh/libComRegister.c
gcc -c              -D_MINGW      -O3   -Wall      -m32   -DEPICS_DLL_NO

   -I. -I../O.Common -I. -I../../../src/libCom/osi/os/WIN32 
-I../../../src/libCom/osi/os/posix -I../../../src/libCom/osi/os/default 
-I.. -I../../../src/libCom/bucketLib -I../../../src/libCom/ring 
-I../../../src/libCom/calc -I../../../src/libCom/cvtFast 
-I../../../src/libCom/cppStd -I../../../src/libCom/cxxTemplates 
-I../../../src/libCom/dbmf -I../../../src/libCom/ellLib 
-I../../../src/libCom/env -I../../../src/libCom/error 
-I../../../src/libCom/fdmgr -I../../../src/libCom/freeList 
-I../../../src/libCom/gpHash -I../../../src/libCom/iocsh 
-I../../../src/libCom/logClient -I../../../src/libCom/macLib 
-I../../../src/libCom/misc -I../../../src/libCom/osi 
-I../../../src/libCom/taskwd -I../../../src/libCom/timer 
-I../../../src/libCom/tsDefs -I../../../include/os/WIN32 
-I../../../include         ../../../src/libCom/logClient/iocLog.c
gcc -c              -D_MINGW      -O3   -Wall      -m32   -DEPICS_DLL_NO

   -I. -I../O.Common -I. -I../../../src/libCom/osi/os/WIN32 
-I../../../src/libCom/osi/os/posix -I../../../src/libCom/osi/os/default 
-I.. -I../../../src/libCom/bucketLib -I../../../src/libCom/ring 
-I../../../src/libCom/calc -I../../../src/libCom/cvtFast 
-I../../../src/libCom/cppStd -I../../../src/libCom/cxxTemplates 
-I../../../src/libCom/dbmf -I../../../src/libCom/ellLib 
-I../../../src/libCom/env -I../../../src/libCom/error 
-I../../../src/libCom/fdmgr -I../../../src/libCom/freeList 
-I../../../src/libCom/gpHash -I../../../src/libCom/iocsh 
-I../../../src/libCom/logClient -I../../../src/libCom/macLib 
-I../../../src/libCom/misc -I../../../src/libCom/osi 
-I../../../src/libCom/taskwd -I../../../src/libCom/timer 
-I../../../src/libCom/tsDefs -I../../../include/os/WIN32 
-I../../../include         ../../../src/libCom/logClient/logClient.c
gcc -c              -D_MINGW      -O3   -Wall      -m32   -DEPICS_DLL_NO

   -I. -I../O.Common -I. -I../../../src/libCom/osi/os/WIN32 
-I../../../src/libCom/osi/os/posix -I../../../src/libCom/osi/os/default 
-I.. -I../../../src/libCom/bucketLib -I../../../src/libCom/ring 
-I../../../src/libCom/calc -I../../../src/libCom/cvtFast 
-I../../../src/libCom/cppStd -I../../../src/libCom/cxxTemplates 
-I../../../src/libCom/dbmf -I../../../src/libCom/ellLib 
-I../../../src/libCom/env -I../../../src/libCom/error 
-I../../../src/libCom/fdmgr -I../../../src/libCom/freeList 
-I../../../src/libCom/gpHash -I../../../src/libCom/iocsh 
-I../../../src/libCom/logClient -I../../../src/libCom/macLib 
-I../../../src/libCom/misc -I../../../src/libCom/osi 
-I../../../src/libCom/taskwd -I../../../src/libCom/timer 
-I../../../src/libCom/tsDefs -I../../../include/os/WIN32 
-I../../../include         ../../../src/libCom/macLib/macCore.c
gcc -c              -D_MINGW      -O3   -Wall      -m32   -DEPICS_DLL_NO

   -I. -I../O.Common -I. -I../../../src/libCom/osi/os/WIN32 
-I../../../src/libCom/osi/os/posix -I../../../src/libCom/osi/os/default 
-I.. -I../../../src/libCom/bucketLib -I../../../src/libCom/ring 
-I../../../src/libCom/calc -I../../../src/libCom/cvtFast 
-I../../../src/libCom/cppStd -I../../../src/libCom/cxxTemplates 
-I../../../src/libCom/dbmf -I../../../src/libCom/ellLib 
-I../../../src/libCom/env -I../../../src/libCom/error 
-I../../../src/libCom/fdmgr -I../../../src/libCom/freeList 
-I../../../src/libCom/gpHash -I../../../src/libCom/iocsh 
-I../../../src/libCom/logClient -I../../../src/libCom/macLib 
-I../../../src/libCom/misc -I../../../src/libCom/osi 
-I../../../src/libCom/taskwd -I../../../src/libCom/timer 
-I../../../src/libCom/tsDefs -I../../../include/os/WIN32 
-I../../../include         ../../../src/libCom/macLib/macEnv.c
gcc -c              -D_MINGW      -O3   -Wall      -m32   -DEPICS_DLL_NO

   -I. -I../O.Common -I. -I../../../src/libCom/osi/os/WIN32 
-I../../../src/libCom/osi/os/posix -I../../../src/libCom/osi/os/default 
-I.. -I../../../src/libCom/bucketLib -I../../../src/libCom/ring 
-I../../../src/libCom/calc -I../../../src/libCom/cvtFast 
-I../../../src/libCom/cppStd -I../../../src/libCom/cxxTemplates 
-I../../../src/libCom/dbmf -I../../../src/libCom/ellLib 
-I../../../src/libCom/env -I../../../src/libCom/error 
-I../../../src/libCom/fdmgr -I../../../src/libCom/freeList 
-I../../../src/libCom/gpHash -I../../../src/libCom/iocsh 
-I../../../src/libCom/logClient -I../../../src/libCom/macLib 
-I../../../src/libCom/misc -I../../../src/libCom/osi 
-I../../../src/libCom/taskwd -I../../../src/libCom/timer 
-I../../../src/libCom/tsDefs -I../../../include/os/WIN32 
-I../../../include         ../../../src/libCom/macLib/macUtil.c
gcc -c              -D_MINGW      -O3   -Wall      -m32   -DEPICS_DLL_NO

   -I. -I../O.Common -I. -I../../../src/libCom/osi/os/WIN32 
-I../../../src/libCom/osi/os/posix -I../../../src/libCom/osi/os/default 
-I.. -I../../../src/libCom/bucketLib -I../../../src/libCom/ring 
-I../../../src/libCom/calc -I../../../src/libCom/cvtFast 
-I../../../src/libCom/cppStd -I../../../src/libCom/cxxTemplates 
-I../../../src/libCom/dbmf -I../../../src/libCom/ellLib 
-I../../../src/libCom/env -I../../../src/libCom/error 
-I../../../src/libCom/fdmgr -I../../../src/libCom/freeList 
-I../../../src/libCom/gpHash -I../../../src/libCom/iocsh 
-I../../../src/libCom/logClient -I../../../src/libCom/macLib 
-I../../../src/libCom/misc -I../../../src/libCom/osi 
-I../../../src/libCom/taskwd -I../../../src/libCom/timer 
-I../../../src/libCom/tsDefs -I../../../include/os/WIN32 
-I../../../include         ../../../src/libCom/misc/aToIPAddr.c
gcc -c              -D_MINGW      -O3   -Wall      -m32   -DEPICS_DLL_NO

   -I. -I../O.Common -I. -I../../../src/libCom/osi/os/WIN32 
-I../../../src/libCom/osi/os/posix -I../../../src/libCom/osi/os/default 
-I.. -I../../../src/libCom/bucketLib -I../../../src/libCom/ring 
-I../../../src/libCom/calc -I../../../src/libCom/cvtFast 
-I../../../src/libCom/cppStd -I../../../src/libCom/cxxTemplates 
-I../../../src/libCom/dbmf -I../../../src/libCom/ellLib 
-I../../../src/libCom/env -I../../../src/libCom/error 
-I../../../src/libCom/fdmgr -I../../../src/libCom/freeList 
-I../../../src/libCom/gpHash -I../../../src/libCom/iocsh 
-I../../../src/libCom/logClient -I../../../src/libCom/macLib 
-I../../../src/libCom/misc -I../../../src/libCom/osi 
-I../../../src/libCom/taskwd -I../../../src/libCom/timer 
-I../../../src/libCom/tsDefs -I../../../include/os/WIN32 
-I../../../include         ../../../src/libCom/misc/adjustment.c
gcc -c              -D_MINGW      -O3   -Wall      -m32   -DEPICS_DLL_NO

   -I. -I../O.Common -I. -I../../../src/libCom/osi/os/WIN32 
-I../../../src/libCom/osi/os/posix -I../../../src/libCom/osi/os/default 
-I.. -I../../../src/libCom/bucketLib -I../../../src/libCom/ring 
-I../../../src/libCom/calc -I../../../src/libCom/cvtFast 
-I../../../src/libCom/cppStd -I../../../src/libCom/cxxTemplates 
-I../../../src/libCom/dbmf -I../../../src/libCom/ellLib 
-I../../../src/libCom/env -I../../../src/libCom/error 
-I../../../src/libCom/fdmgr -I../../../src/libCom/freeList 
-I../../../src/libCom/gpHash -I../../../src/libCom/iocsh 
-I../../../src/libCom/logClient -I../../../src/libCom/macLib 
-I../../../src/libCom/misc -I../../../src/libCom/osi 
-I../../../src/libCom/taskwd -I../../../src/libCom/timer 
-I../../../src/libCom/tsDefs -I../../../include/os/WIN32 
-I../../../include         ../../../src/libCom/misc/cantProceed.c
gcc -c              -D_MINGW      -O3   -Wall      -m32   -DEPICS_DLL_NO

   -I. -I../O.Common -I. -I../../../src/libCom/osi/os/WIN32 
-I../../../src/libCom/osi/os/posix -I../../../src/libCom/osi/os/default 
-I.. -I../../../src/libCom/bucketLib -I../../../src/libCom/ring 
-I../../../src/libCom/calc -I../../../src/libCom/cvtFast 
-I../../../src/libCom/cppStd -I../../../src/libCom/cxxTemplates 
-I../../../src/libCom/dbmf -I../../../src/libCom/ellLib 
-I../../../src/libCom/env -I../../../src/libCom/error 
-I../../../src/libCom/fdmgr -I../../../src/libCom/freeList 
-I../../../src/libCom/gpHash -I../../../src/libCom/iocsh 
-I../../../src/libCom/logClient -I../../../src/libCom/macLib 
-I../../../src/libCom/misc -I../../../src/libCom/osi 
-I../../../src/libCom/taskwd -I../../../src/libCom/timer 
-I../../../src/libCom/tsDefs -I../../../include/os/WIN32 
-I../../../include         ../../../src/libCom/misc/epicsConvert.c
gcc -c              -D_MINGW      -O3   -Wall      -m32   -DEPICS_DLL_NO

   -I. -I../O.Common -I. -I../../../src/libCom/osi/os/WIN32 
-I../../../src/libCom/osi/os/posix -I../../../src/libCom/osi/os/default 
-I.. -I../../../src/libCom/bucketLib -I../../../src/libCom/ring 
-I../../../src/libCom/calc -I../../../src/libCom/cvtFast 
-I../../../src/libCom/cppStd -I../../../src/libCom/cxxTemplates 
-I../../../src/libCom/dbmf -I../../../src/libCom/ellLib 
-I../../../src/libCom/env -I../../../src/libCom/error 
-I../../../src/libCom/fdmgr -I../../../src/libCom/freeList 
-I../../../src/libCom/gpHash -I../../../src/libCom/iocsh 
-I../../../src/libCom/logClient -I../../../src/libCom/macLib 
-I../../../src/libCom/misc -I../../../src/libCom/osi 
-I../../../src/libCom/taskwd -I../../../src/libCom/timer 
-I../../../src/libCom/tsDefs -I../../../include/os/WIN32 
-I../../../include         ../../../src/libCom/misc/epicsExit.c
gcc -c              -D_MINGW      -O3   -Wall      -m32   -DEPICS_DLL_NO

   -I. -I../O.Common -I. -I../../../src/libCom/osi/os/WIN32 
-I../../../src/libCom/osi/os/posix -I../../../src/libCom/osi/os/default 
-I.. -I../../../src/libCom/bucketLib -I../../../src/libCom/ring 
-I../../../src/libCom/calc -I../../../src/libCom/cvtFast 
-I../../../src/libCom/cppStd -I../../../src/libCom/cxxTemplates 
-I../../../src/libCom/dbmf -I../../../src/libCom/ellLib 
-I../../../src/libCom/env -I../../../src/libCom/error 
-I../../../src/libCom/fdmgr -I../../../src/libCom/freeList 
-I../../../src/libCom/gpHash -I../../../src/libCom/iocsh 
-I../../../src/libCom/logClient -I../../../src/libCom/macLib 
-I../../../src/libCom/misc -I../../../src/libCom/osi 
-I../../../src/libCom/taskwd -I../../../src/libCom/timer 
-I../../../src/libCom/tsDefs -I../../../include/os/WIN32 
-I../../../include         ../../../src/libCom/misc/epicsStdlib.c
gcc -c              -D_MINGW      -O3   -Wall      -m32   -DEPICS_DLL_NO

   -I. -I../O.Common -I. -I../../../src/libCom/osi/os/WIN32 
-I../../../src/libCom/osi/os/posix -I../../../src/libCom/osi/os/default 
-I.. -I../../../src/libCom/bucketLib -I../../../src/libCom/ring 
-I../../../src/libCom/calc -I../../../src/libCom/cvtFast 
-I../../../src/libCom/cppStd -I../../../src/libCom/cxxTemplates 
-I../../../src/libCom/dbmf -I../../../src/libCom/ellLib 
-I../../../src/libCom/env -I../../../src/libCom/error 
-I../../../src/libCom/fdmgr -I../../../src/libCom/freeList 
-I../../../src/libCom/gpHash -I../../../src/libCom/iocsh 
-I../../../src/libCom/logClient -I../../../src/libCom/macLib 
-I../../../src/libCom/misc -I../../../src/libCom/osi 
-I../../../src/libCom/taskwd -I../../../src/libCom/timer 
-I../../../src/libCom/tsDefs -I../../../include/os/WIN32 
-I../../../include         ../../../src/libCom/misc/epicsString.c
gcc -c              -D_MINGW      -O3   -Wall      -m32   -DEPICS_DLL_NO

   -I. -I../O.Common -I. -I../../../src/libCom/osi/os/WIN32 
-I../../../src/libCom/osi/os/posix -I../../../src/libCom/osi/os/default 
-I.. -I../../../src/libCom/bucketLib -I../../../src/libCom/ring 
-I../../../src/libCom/calc -I../../../src/libCom/cvtFast 
-I../../../src/libCom/cppStd -I../../../src/libCom/cxxTemplates 
-I../../../src/libCom/dbmf -I../../../src/libCom/ellLib 
-I../../../src/libCom/env -I../../../src/libCom/error 
-I../../../src/libCom/fdmgr -I../../../src/libCom/freeList 
-I../../../src/libCom/gpHash -I../../../src/libCom/iocsh 
-I../../../src/libCom/logClient -I../../../src/libCom/macLib 
-I../../../src/libCom/misc -I../../../src/libCom/osi 
-I../../../src/libCom/taskwd -I../../../src/libCom/timer 
-I../../../src/libCom/tsDefs -I../../../include/os/WIN32 
-I../../../include         ../../../src/libCom/misc/truncateFile.c
g++ -c              -D_MINGW      -O3   -Wall      -m32   -DEPICS_DLL_NO

   -I. -I../O.Common -I. -I../../../src/libCom/osi/os/WIN32 
-I../../../src/libCom/osi/os/posix -I../../../src/libCom/osi/os/default 
-I.. -I../../../src/libCom/bucketLib -I../../../src/libCom/ring 
-I../../../src/libCom/calc -I../../../src/libCom/cvtFast 
-I../../../src/libCom/cppStd -I../../../src/libCom/cxxTemplates 
-I../../../src/libCom/dbmf -I../../../src/libCom/ellLib 
-I../../../src/libCom/env -I../../../src/libCom/error 
-I../../../src/libCom/fdmgr -I../../../src/libCom/freeList 
-I../../../src/libCom/gpHash -I../../../src/libCom/iocsh 
-I../../../src/libCom/logClient -I../../../src/libCom/macLib 
-I../../../src/libCom/misc -I../../../src/libCom/osi 
-I../../../src/libCom/taskwd -I../../../src/libCom/timer 
-I../../../src/libCom/tsDefs -I../../../include/os/WIN32 
-I../../../include 
../../../src/libCom/misc/ipAddrToAsciiAsynchronous.cpp
gcc -c              -D_MINGW      -O3   -Wall      -m32   -DEPICS_DLL_NO

   -I. -I../O.Common -I. -I../../../src/libCom/osi/os/WIN32 
-I../../../src/libCom/osi/os/posix -I../../../src/libCom/osi/os/default 
-I.. -I../../../src/libCom/bucketLib -I../../../src/libCom/ring 
-I../../../src/libCom/calc -I../../../src/libCom/cvtFast 
-I../../../src/libCom/cppStd -I../../../src/libCom/cxxTemplates 
-I../../../src/libCom/dbmf -I../../../src/libCom/ellLib 
-I../../../src/libCom/env -I../../../src/libCom/error 
-I../../../src/libCom/fdmgr -I../../../src/libCom/freeList 
-I../../../src/libCom/gpHash -I../../../src/libCom/iocsh 
-I../../../src/libCom/logClient -I../../../src/libCom/macLib 
-I../../../src/libCom/misc -I../../../src/libCom/osi 
-I../../../src/libCom/taskwd -I../../../src/libCom/timer 
-I../../../src/libCom/tsDefs -I../../../include/os/WIN32 
-I../../../include         ../../../src/libCom/misc/epicsUnitTest.c
g++ -c              -D_MINGW      -O3   -Wall      -m32   -DEPICS_DLL_NO

   -I. -I../O.Common -I. -I../../../src/libCom/osi/os/WIN32 
-I../../../src/libCom/osi/os/posix -I../../../src/libCom/osi/os/default 
-I.. -I../../../src/libCom/bucketLib -I../../../src/libCom/ring 
-I../../../src/libCom/calc -I../../../src/libCom/cvtFast 
-I../../../src/libCom/cppStd -I../../../src/libCom/cxxTemplates 
-I../../../src/libCom/dbmf -I../../../src/libCom/ellLib 
-I../../../src/libCom/env -I../../../src/libCom/error 
-I../../../src/libCom/fdmgr -I../../../src/libCom/freeList 
-I../../../src/libCom/gpHash -I../../../src/libCom/iocsh 
-I../../../src/libCom/logClient -I../../../src/libCom/macLib 
-I../../../src/libCom/misc -I../../../src/libCom/osi 
-I../../../src/libCom/taskwd -I../../../src/libCom/timer 
-I../../../src/libCom/tsDefs -I../../../include/os/WIN32 
-I../../../include         ../../../src/libCom/osi/epicsThread.cpp
g++ -c              -D_MINGW      -O3   -Wall      -m32   -DEPICS_DLL_NO

   -I. -I../O.Common -I. -I../../../src/libCom/osi/os/WIN32 
-I../../../src/libCom/osi/os/posix -I../../../src/libCom/osi/os/default 
-I.. -I../../../src/libCom/bucketLib -I../../../src/libCom/ring 
-I../../../src/libCom/calc -I../../../src/libCom/cvtFast 
-I../../../src/libCom/cppStd -I../../../src/libCom/cxxTemplates 
-I../../../src/libCom/dbmf -I../../../src/libCom/ellLib 
-I../../../src/libCom/env -I../../../src/libCom/error 
-I../../../src/libCom/fdmgr -I../../../src/libCom/freeList 
-I../../../src/libCom/gpHash -I../../../src/libCom/iocsh 
-I../../../src/libCom/logClient -I../../../src/libCom/macLib 
-I../../../src/libCom/misc -I../../../src/libCom/osi 
-I../../../src/libCom/taskwd -I../../../src/libCom/timer 
-I../../../src/libCom/tsDefs -I../../../include/os/WIN32 
-I../../../include         ../../../src/libCom/osi/epicsMutex.cpp
g++ -c              -D_MINGW      -O3   -Wall      -m32   -DEPICS_DLL_NO

   -I. -I../O.Common -I. -I../../../src/libCom/osi/os/WIN32 
-I../../../src/libCom/osi/os/posix -I../../../src/libCom/osi/os/default 
-I.. -I../../../src/libCom/bucketLib -I../../../src/libCom/ring 
-I../../../src/libCom/calc -I../../../src/libCom/cvtFast 
-I../../../src/libCom/cppStd -I../../../src/libCom/cxxTemplates 
-I../../../src/libCom/dbmf -I../../../src/libCom/ellLib 
-I../../../src/libCom/env -I../../../src/libCom/error 
-I../../../src/libCom/fdmgr -I../../../src/libCom/freeList 
-I../../../src/libCom/gpHash -I../../../src/libCom/iocsh 
-I../../../src/libCom/logClient -I../../../src/libCom/macLib 
-I../../../src/libCom/misc -I../../../src/libCom/osi 
-I../../../src/libCom/taskwd -I../../../src/libCom/timer 
-I../../../src/libCom/tsDefs -I../../../include/os/WIN32 
-I../../../include         ../../../src/libCom/osi/epicsEvent.cpp
g++ -c              -D_MINGW      -O3   -Wall      -m32   -DEPICS_DLL_NO

   -I. -I../O.Common -I. -I../../../src/libCom/osi/os/WIN32 
-I../../../src/libCom/osi/os/posix -I../../../src/libCom/osi/os/default 
-I.. -I../../../src/libCom/bucketLib -I../../../src/libCom/ring 
-I../../../src/libCom/calc -I../../../src/libCom/cvtFast 
-I../../../src/libCom/cppStd -I../../../src/libCom/cxxTemplates 
-I../../../src/libCom/dbmf -I../../../src/libCom/ellLib 
-I../../../src/libCom/env -I../../../src/libCom/error 
-I../../../src/libCom/fdmgr -I../../../src/libCom/freeList 
-I../../../src/libCom/gpHash -I../../../src/libCom/iocsh 
-I../../../src/libCom/logClient -I../../../src/libCom/macLib 
-I../../../src/libCom/misc -I../../../src/libCom/osi 
-I../../../src/libCom/taskwd -I../../../src/libCom/timer 
-I../../../src/libCom/tsDefs -I../../../include/os/WIN32 
-I../../../include         ../../../src/libCom/osi/epicsTime.cpp
g++ -c              -D_MINGW      -O3   -Wall      -m32   -DEPICS_DLL_NO

   -I. -I../O.Common -I. -I../../../src/libCom/osi/os/WIN32 
-I../../../src/libCom/osi/os/posix -I../../../src/libCom/osi/os/default 
-I.. -I../../../src/libCom/bucketLib -I../../../src/libCom/ring 
-I../../../src/libCom/calc -I../../../src/libCom/cvtFast 
-I../../../src/libCom/cppStd -I../../../src/libCom/cxxTemplates 
-I../../../src/libCom/dbmf -I../../../src/libCom/ellLib 
-I../../../src/libCom/env -I../../../src/libCom/error 
-I../../../src/libCom/fdmgr -I../../../src/libCom/freeList 
-I../../../src/libCom/gpHash -I../../../src/libCom/iocsh 
-I../../../src/libCom/logClient -I../../../src/libCom/macLib 
-I../../../src/libCom/misc -I../../../src/libCom/osi 
-I../../../src/libCom/taskwd -I../../../src/libCom/timer 
-I../../../src/libCom/tsDefs -I../../../include/os/WIN32 
-I../../../include         ../../../src/libCom/osi/epicsMessageQueue.cpp
gcc -c              -D_MINGW      -O3   -Wall      -m32   -DEPICS_DLL_NO

   -I. -I../O.Common -I. -I../../../src/libCom/osi/os/WIN32 
-I../../../src/libCom/osi/os/posix -I../../../src/libCom/osi/os/default 
-I.. -I../../../src/libCom/bucketLib -I../../../src/libCom/ring 
-I../../../src/libCom/calc -I../../../src/libCom/cvtFast 
-I../../../src/libCom/cppStd -I../../../src/libCom/cxxTemplates 
-I../../../src/libCom/dbmf -I../../../src/libCom/ellLib 
-I../../../src/libCom/env -I../../../src/libCom/error 
-I../../../src/libCom/fdmgr -I../../../src/libCom/freeList 
-I../../../src/libCom/gpHash -I../../../src/libCom/iocsh 
-I../../../src/libCom/logClient -I../../../src/libCom/macLib 
-I../../../src/libCom/misc -I../../../src/libCom/osi 
-I../../../src/libCom/taskwd -I../../../src/libCom/timer 
-I../../../src/libCom/tsDefs -I../../../include/os/WIN32 
-I../../../include         ../../../src/libCom/osi/epicsGeneralTime.c
gcc -c              -D_MINGW      -O3   -Wall      -m32   -DEPICS_DLL_NO

   -I. -I../O.Common -I. -I../../../src/libCom/osi/os/WIN32 
-I../../../src/libCom/osi/os/posix -I../../../src/libCom/osi/os/default 
-I.. -I../../../src/libCom/bucketLib -I../../../src/libCom/ring 
-I../../../src/libCom/calc -I../../../src/libCom/cvtFast 
-I../../../src/libCom/cppStd -I../../../src/libCom/cxxTemplates 
-I../../../src/libCom/dbmf -I../../../src/libCom/ellLib 
-I../../../src/libCom/env -I../../../src/libCom/error 
-I../../../src/libCom/fdmgr -I../../../src/libCom/freeList 
-I../../../src/libCom/gpHash -I../../../src/libCom/iocsh 
-I../../../src/libCom/logClient -I../../../src/libCom/macLib 
-I../../../src/libCom/misc -I../../../src/libCom/osi 
-I../../../src/libCom/taskwd -I../../../src/libCom/timer 
-I../../../src/libCom/tsDefs -I../../../include/os/WIN32 
-I../../../include         ../../../src/libCom/osi/osiClockTime.c
gcc -c              -D_MINGW      -O3   -Wall      -m32   -DEPICS_DLL_NO

   -I. -I../O.Common -I. -I../../../src/libCom/osi/os/WIN32 
-I../../../src/libCom/osi/os/posix -I../../../src/libCom/osi/os/default 
-I.. -I../../../src/libCom/bucketLib -I../../../src/libCom/ring 
-I../../../src/libCom/calc -I../../../src/libCom/cvtFast 
-I../../../src/libCom/cppStd -I../../../src/libCom/cxxTemplates 
-I../../../src/libCom/dbmf -I../../../src/libCom/ellLib 
-I../../../src/libCom/env -I../../../src/libCom/error 
-I../../../src/libCom/fdmgr -I../../../src/libCom/freeList 
-I../../../src/libCom/gpHash -I../../../src/libCom/iocsh 
-I../../../src/libCom/logClient -I../../../src/libCom/macLib 
-I../../../src/libCom/misc -I../../../src/libCom/osi 
-I../../../src/libCom/taskwd -I../../../src/libCom/timer 
-I../../../src/libCom/tsDefs -I../../../include/os/WIN32 
-I../../../include         ../../../src/libCom/osi/os/WIN32/osdSock.c
g++ -c              -D_MINGW      -O3   -Wall      -m32   -DEPICS_DLL_NO

   -I. -I../O.Common -I. -I../../../src/libCom/osi/os/WIN32 
-I../../../src/libCom/osi/os/posix -I../../../src/libCom/osi/os/default 
-I.. -I../../../src/libCom/bucketLib -I../../../src/libCom/ring 
-I../../../src/libCom/calc -I../../../src/libCom/cvtFast 
-I../../../src/libCom/cppStd -I../../../src/libCom/cxxTemplates 
-I../../../src/libCom/dbmf -I../../../src/libCom/ellLib 
-I../../../src/libCom/env -I../../../src/libCom/error 
-I../../../src/libCom/fdmgr -I../../../src/libCom/freeList 
-I../../../src/libCom/gpHash -I../../../src/libCom/iocsh 
-I../../../src/libCom/logClient -I../../../src/libCom/macLib 
-I../../../src/libCom/misc -I../../../src/libCom/osi 
-I../../../src/libCom/taskwd -I../../../src/libCom/timer 
-I../../../src/libCom/tsDefs -I../../../include/os/WIN32 
-I../../../include 
../../../src/libCom/osi/os/WIN32/osdSockAddrReuse.cpp
gcc -c              -D_MINGW      -O3   -Wall      -m32   -DEPICS_DLL_NO

   -I. -I../O.Common -I. -I../../../src/libCom/osi/os/WIN32 
-I../../../src/libCom/osi/os/posix -I../../../src/libCom/osi/os/default 
-I.. -I../../../src/libCom/bucketLib -I../../../src/libCom/ring 
-I../../../src/libCom/calc -I../../../src/libCom/cvtFast 
-I../../../src/libCom/cppStd -I../../../src/libCom/cxxTemplates 
-I../../../src/libCom/dbmf -I../../../src/libCom/ellLib 
-I../../../src/libCom/env -I../../../src/libCom/error 
-I../../../src/libCom/fdmgr -I../../../src/libCom/freeList 
-I../../../src/libCom/gpHash -I../../../src/libCom/iocsh 
-I../../../src/libCom/logClient -I../../../src/libCom/macLib 
-I../../../src/libCom/misc -I../../../src/libCom/osi 
-I../../../src/libCom/taskwd -I../../../src/libCom/timer 
-I../../../src/libCom/tsDefs -I../../../include/os/WIN32 
-I../../../include         ../../../src/libCom/osi/osiSock.c
g++ -c              -D_MINGW      -O3   -Wall      -m32   -DEPICS_DLL_NO

   -I. -I../O.Common -I. -I../../../src/libCom/osi/os/WIN32 
-I../../../src/libCom/osi/os/posix -I../../../src/libCom/osi/os/default 
-I.. -I../../../src/libCom/bucketLib -I../../../src/libCom/ring 
-I../../../src/libCom/calc -I../../../src/libCom/cvtFast 
-I../../../src/libCom/cppStd -I../../../src/libCom/cxxTemplates 
-I../../../src/libCom/dbmf -I../../../src/libCom/ellLib 
-I../../../src/libCom/env -I../../../src/libCom/error 
-I../../../src/libCom/fdmgr -I../../../src/libCom/freeList 
-I../../../src/libCom/gpHash -I../../../src/libCom/iocsh 
-I../../../src/libCom/logClient -I../../../src/libCom/macLib 
-I../../../src/libCom/misc -I../../../src/libCom/osi 
-I../../../src/libCom/taskwd -I../../../src/libCom/timer 
-I../../../src/libCom/tsDefs -I../../../include/os/WIN32 
-I../../../include 
../../../src/libCom/osi/os/WIN32/systemCallIntMech.cpp
g++ -c              -D_MINGW      -O3   -Wall      -m32   -DEPICS_DLL_NO

   -I. -I../O.Common -I. -I../../../src/libCom/osi/os/WIN32 
-I../../../src/libCom/osi/os/posix -I../../../src/libCom/osi/os/default 
-I.. -I../../../src/libCom/bucketLib -I../../../src/libCom/ring 
-I../../../src/libCom/calc -I../../../src/libCom/cvtFast 
-I../../../src/libCom/cppStd -I../../../src/libCom/cxxTemplates 
-I../../../src/libCom/dbmf -I../../../src/libCom/ellLib 
-I../../../src/libCom/env -I../../../src/libCom/error 
-I../../../src/libCom/fdmgr -I../../../src/libCom/freeList 
-I../../../src/libCom/gpHash -I../../../src/libCom/iocsh 
-I../../../src/libCom/logClient -I../../../src/libCom/macLib 
-I../../../src/libCom/misc -I../../../src/libCom/osi 
-I../../../src/libCom/taskwd -I../../../src/libCom/timer 
-I../../../src/libCom/tsDefs -I../../../include/os/WIN32 
-I../../../include 
../../../src/libCom/osi/os/WIN32/epicsSocketConvertErrnoToString.cpp
gcc -c              -D_MINGW      -O3   -Wall      -m32   -DEPICS_DLL_NO

   -I. -I../O.Common -I. -I../../../src/libCom/osi/os/WIN32 
-I../../../src/libCom/osi/os/posix -I../../../src/libCom/osi/os/default 
-I.. -I../../../src/libCom/bucketLib -I../../../src/libCom/ring 
-I../../../src/libCom/calc -I../../../src/libCom/cvtFast 
-I../../../src/libCom/cppStd -I../../../src/libCom/cxxTemplates 
-I../../../src/libCom/dbmf -I../../../src/libCom/ellLib 
-I../../../src/libCom/env -I../../../src/libCom/error 
-I../../../src/libCom/fdmgr -I../../../src/libCom/freeList 
-I../../../src/libCom/gpHash -I../../../src/libCom/iocsh 
-I../../../src/libCom/logClient -I../../../src/libCom/macLib 
-I../../../src/libCom/misc -I../../../src/libCom/osi 
-I../../../src/libCom/taskwd -I../../../src/libCom/timer 
-I../../../src/libCom/tsDefs -I../../../include/os/WIN32 
-I../../../include
../../../src/libCom/osi/os/default/osdAssert.c
gcc -c              -D_MINGW      -O3   -Wall      -m32   -DEPICS_DLL_NO

   -I. -I../O.Common -I. -I../../../src/libCom/osi/os/WIN32 
-I../../../src/libCom/osi/os/posix -I../../../src/libCom/osi/os/default 
-I.. -I../../../src/libCom/bucketLib -I../../../src/libCom/ring 
-I../../../src/libCom/calc -I../../../src/libCom/cvtFast 
-I../../../src/libCom/cppStd -I../../../src/libCom/cxxTemplates 
-I../../../src/libCom/dbmf -I../../../src/libCom/ellLib 
-I../../../src/libCom/env -I../../../src/libCom/error 
-I../../../src/libCom/fdmgr -I../../../src/libCom/freeList 
-I../../../src/libCom/gpHash -I../../../src/libCom/iocsh 
-I../../../src/libCom/logClient -I../../../src/libCom/macLib 
-I../../../src/libCom/misc -I../../../src/libCom/osi 
-I../../../src/libCom/taskwd -I../../../src/libCom/timer 
-I../../../src/libCom/tsDefs -I../../../include/os/WIN32 
-I../../../include 
../../../src/libCom/osi/os/default/osdFindSymbol.c
gcc -c              -D_MINGW      -O3   -Wall      -m32   -DEPICS_DLL_NO

   -I. -I../O.Common -I. -I../../../src/libCom/osi/os/WIN32 
-I../../../src/libCom/osi/os/posix -I../../../src/libCom/osi/os/default 
-I.. -I../../../src/libCom/bucketLib -I../../../src/libCom/ring 
-I../../../src/libCom/calc -I../../../src/libCom/cvtFast 
-I../../../src/libCom/cppStd -I../../../src/libCom/cxxTemplates 
-I../../../src/libCom/dbmf -I../../../src/libCom/ellLib 
-I../../../src/libCom/env -I../../../src/libCom/error 
-I../../../src/libCom/fdmgr -I../../../src/libCom/freeList 
-I../../../src/libCom/gpHash -I../../../src/libCom/iocsh 
-I../../../src/libCom/logClient -I../../../src/libCom/macLib 
-I../../../src/libCom/misc -I../../../src/libCom/osi 
-I../../../src/libCom/taskwd -I../../../src/libCom/timer 
-I../../../src/libCom/tsDefs -I../../../include/os/WIN32 
-I../../../include 
../../../src/libCom/osi/os/default/osdInterrupt.c
gcc -c              -D_MINGW      -O3   -Wall      -m32   -DEPICS_DLL_NO

   -I. -I../O.Common -I. -I../../../src/libCom/osi/os/WIN32 
-I../../../src/libCom/osi/os/posix -I../../../src/libCom/osi/os/default 
-I.. -I../../../src/libCom/bucketLib -I../../../src/libCom/ring 
-I../../../src/libCom/calc -I../../../src/libCom/cvtFast 
-I../../../src/libCom/cppStd -I../../../src/libCom/cxxTemplates 
-I../../../src/libCom/dbmf -I../../../src/libCom/ellLib 
-I../../../src/libCom/env -I../../../src/libCom/error 
-I../../../src/libCom/fdmgr -I../../../src/libCom/freeList 
-I../../../src/libCom/gpHash -I../../../src/libCom/iocsh 
-I../../../src/libCom/logClient -I../../../src/libCom/macLib 
-I../../../src/libCom/misc -I../../../src/libCom/osi 
-I../../../src/libCom/taskwd -I../../../src/libCom/timer 
-I../../../src/libCom/tsDefs -I../../../include/os/WIN32 
-I../../../include
../../../src/libCom/osi/os/WIN32/osdPoolStatus.c
g++ -c              -D_MINGW      -O3   -Wall      -m32   -DEPICS_DLL_NO

   -I. -I../O.Common -I. -I../../../src/libCom/osi/os/WIN32 
-I../../../src/libCom/osi/os/posix -I../../../src/libCom/osi/os/default 
-I.. -I../../../src/libCom/bucketLib -I../../../src/libCom/ring 
-I../../../src/libCom/calc -I../../../src/libCom/cvtFast 
-I../../../src/libCom/cppStd -I../../../src/libCom/cxxTemplates 
-I../../../src/libCom/dbmf -I../../../src/libCom/ellLib 
-I../../../src/libCom/env -I../../../src/libCom/error 
-I../../../src/libCom/fdmgr -I../../../src/libCom/freeList 
-I../../../src/libCom/gpHash -I../../../src/libCom/iocsh 
-I../../../src/libCom/logClient -I../../../src/libCom/macLib 
-I../../../src/libCom/misc -I../../../src/libCom/osi 
-I../../../src/libCom/taskwd -I../../../src/libCom/timer 
-I../../../src/libCom/tsDefs -I../../../include/os/WIN32 
-I../../../include
../../../src/libCom/osi/os/WIN32/osdSignal.cpp
gcc -c              -D_MINGW      -O3   -Wall  -U__STDC__    -m32 
-DEPICS_DLL_NO   -I. -I../O.Common -I. 
-I../../../src/libCom/osi/os/WIN32 -I../../../src/libCom/osi/os/posix 
-I../../../src/libCom/osi/os/default -I.. 
-I../../../src/libCom/bucketLib -I../../../src/libCom/ring 
-I../../../src/libCom/calc -I../../../src/libCom/cvtFast 
-I../../../src/libCom/cppStd -I../../../src/libCom/cxxTemplates 
-I../../../src/libCom/dbmf -I../../../src/libCom/ellLib 
-I../../../src/libCom/env -I../../../src/libCom/error 
-I../../../src/libCom/fdmgr -I../../../src/libCom/freeList 
-I../../../src/libCom/gpHash -I../../../src/libCom/iocsh 
-I../../../src/libCom/logClient -I../../../src/libCom/macLib 
-I../../../src/libCom/misc -I../../../src/libCom/osi 
-I../../../src/libCom/taskwd -I../../../src/libCom/timer 
-I../../../src/libCom/tsDefs -I../../../include/os/WIN32 
-I../../../include         ../../../src/libCom/osi/os/default/osdEnv.c
<command line>:2:1: warning: undefining "__STDC__"
gcc -c              -D_MINGW      -O3   -Wall 
-DEPICS_COMMANDLINE_LIBRARY=EPICS_COMMANDLINE_LIBRARY_EPICS   -m32 
-DEPICS_DLL_NO   -I. -I../O.Common -I. 
-I../../../src/libCom/osi/os/WIN32 -I../../../src/libCom/osi/os/posix 
-I../../../src/libCom/osi/os/default -I.. 
-I../../../src/libCom/bucketLib -I../../../src/libCom/ring 
-I../../../src/libCom/calc -I../../../src/libCom/cvtFast 
-I../../../src/libCom/cppStd -I../../../src/libCom/cxxTemplates 
-I../../../src/libCom/dbmf -I../../../src/libCom/ellLib 
-I../../../src/libCom/env -I../../../src/libCom/error 
-I../../../src/libCom/fdmgr -I../../../src/libCom/freeList 
-I../../../src/libCom/gpHash -I../../../src/libCom/iocsh 
-I../../../src/libCom/logClient -I../../../src/libCom/macLib 
-I../../../src/libCom/misc -I../../../src/libCom/osi 
-I../../../src/libCom/taskwd -I../../../src/libCom/timer 
-I../../../src/libCom/tsDefs -I../../../include/os/WIN32 
-I../../../include 
../../../src/libCom/osi/os/default/epicsReadline.c
g++ -c              -D_MINGW      -O3   -Wall      -m32   -DEPICS_DLL_NO

   -I. -I../O.Common -I. -I../../../src/libCom/osi/os/WIN32 
-I../../../src/libCom/osi/os/posix -I../../../src/libCom/osi/os/default 
-I.. -I../../../src/libCom/bucketLib -I../../../src/libCom/ring 
-I../../../src/libCom/calc -I../../../src/libCom/cvtFast 
-I../../../src/libCom/cppStd -I../../../src/libCom/cxxTemplates 
-I../../../src/libCom/dbmf -I../../../src/libCom/ellLib 
-I../../../src/libCom/env -I../../../src/libCom/error 
-I../../../src/libCom/fdmgr -I../../../src/libCom/freeList 
-I../../../src/libCom/gpHash -I../../../src/libCom/iocsh 
-I../../../src/libCom/logClient -I../../../src/libCom/macLib 
-I../../../src/libCom/misc -I../../../src/libCom/osi 
-I../../../src/libCom/taskwd -I../../../src/libCom/timer 
-I../../../src/libCom/tsDefs -I../../../include/os/WIN32 
-I../../../include 
../../../src/libCom/osi/os/WIN32/epicsTempFile.cpp
gcc -c              -D_MINGW      -O3   -Wall      -m32   -DEPICS_DLL_NO

   -I. -I../O.Common -I. -I../../../src/libCom/osi/os/WIN32 
-I../../../src/libCom/osi/os/posix -I../../../src/libCom/osi/os/default 
-I.. -I../../../src/libCom/bucketLib -I../../../src/libCom/ring 
-I../../../src/libCom/calc -I../../../src/libCom/cvtFast 
-I../../../src/libCom/cppStd -I../../../src/libCom/cxxTemplates 
-I../../../src/libCom/dbmf -I../../../src/libCom/ellLib 
-I../../../src/libCom/env -I../../../src/libCom/error 
-I../../../src/libCom/fdmgr -I../../../src/libCom/freeList 
-I../../../src/libCom/gpHash -I../../../src/libCom/iocsh 
-I../../../src/libCom/logClient -I../../../src/libCom/macLib 
-I../../../src/libCom/misc -I../../../src/libCom/osi 
-I../../../src/libCom/taskwd -I../../../src/libCom/timer 
-I../../../src/libCom/tsDefs -I../../../include/os/WIN32 
-I../../../include         ../../../src/libCom/osi/epicsStdio.c
gcc -c              -D_MINGW      -O3   -Wall      -m32   -DEPICS_DLL_NO

   -I. -I../O.Common -I. -I../../../src/libCom/osi/os/WIN32 
-I../../../src/libCom/osi/os/posix -I../../../src/libCom/osi/os/default 
-I.. -I../../../src/libCom/bucketLib -I../../../src/libCom/ring 
-I../../../src/libCom/calc -I../../../src/libCom/cvtFast 
-I../../../src/libCom/cppStd -I../../../src/libCom/cxxTemplates 
-I../../../src/libCom/dbmf -I../../../src/libCom/ellLib 
-I../../../src/libCom/env -I../../../src/libCom/error 
-I../../../src/libCom/fdmgr -I../../../src/libCom/freeList 
-I../../../src/libCom/gpHash -I../../../src/libCom/iocsh 
-I../../../src/libCom/logClient -I../../../src/libCom/macLib 
-I../../../src/libCom/misc -I../../../src/libCom/osi 
-I../../../src/libCom/taskwd -I../../../src/libCom/timer 
-I../../../src/libCom/tsDefs -I../../../include/os/WIN32 
-I../../../include         ../../../src/libCom/osi/os/WIN32/osdStdio.c
gcc -c           -DDONT_USE_POSIX_THREAD_PRIORITY_SCHEDULING   -D_MINGW 
      -O3   -Wall      -m32   -DEPICS_DLL_NO   -I. -I../O.Common -I. 
-I../../../src/libCom/osi/os/WIN32 -I../../../src/libCom/osi/os/posix 
-I../../../src/libCom/osi/os/default -I.. 
-I../../../src/libCom/bucketLib -I../../../src/libCom/ring 
-I../../../src/libCom/calc -I../../../src/libCom/cvtFast 
-I../../../src/libCom/cppStd -I../../../src/libCom/cxxTemplates 
-I../../../src/libCom/dbmf -I../../../src/libCom/ellLib 
-I../../../src/libCom/env -I../../../src/libCom/error 
-I../../../src/libCom/fdmgr -I../../../src/libCom/freeList 
-I../../../src/libCom/gpHash -I../../../src/libCom/iocsh 
-I../../../src/libCom/logClient -I../../../src/libCom/macLib 
-I../../../src/libCom/misc -I../../../src/libCom/osi 
-I../../../src/libCom/taskwd -I../../../src/libCom/timer 
-I../../../src/libCom/tsDefs -I../../../include/os/WIN32 
-I../../../include         ../../../src/libCom/osi/os/WIN32/osdThread.c
gcc -c              -D_MINGW      -O3   -Wall      -m32   -DEPICS_DLL_NO

   -I. -I../O.Common -I. -I../../../src/libCom/osi/os/WIN32 
-I../../../src/libCom/osi/os/posix -I../../../src/libCom/osi/os/default 
-I.. -I../../../src/libCom/bucketLib -I../../../src/libCom/ring 
-I../../../src/libCom/calc -I../../../src/libCom/cvtFast 
-I../../../src/libCom/cppStd -I../../../src/libCom/cxxTemplates 
-I../../../src/libCom/dbmf -I../../../src/libCom/ellLib 
-I../../../src/libCom/env -I../../../src/libCom/error 
-I../../../src/libCom/fdmgr -I../../../src/libCom/freeList 
-I../../../src/libCom/gpHash -I../../../src/libCom/iocsh 
-I../../../src/libCom/logClient -I../../../src/libCom/macLib 
-I../../../src/libCom/misc -I../../../src/libCom/osi 
-I../../../src/libCom/taskwd -I../../../src/libCom/timer 
-I../../../src/libCom/tsDefs -I../../../include/os/WIN32 
-I../../../include         ../../../src/libCom/osi/os/WIN32/osdMutex.c
gcc -c              -D_MINGW      -O3   -Wall      -m32   -DEPICS_DLL_NO

   -I. -I../O.Common -I. -I../../../src/libCom/osi/os/WIN32 
-I../../../src/libCom/osi/os/posix -I../../../src/libCom/osi/os/default 
-I.. -I../../../src/libCom/bucketLib -I../../../src/libCom/ring 
-I../../../src/libCom/calc -I../../../src/libCom/cvtFast 
-I../../../src/libCom/cppStd -I../../../src/libCom/cxxTemplates 
-I../../../src/libCom/dbmf -I../../../src/libCom/ellLib 
-I../../../src/libCom/env -I../../../src/libCom/error 
-I../../../src/libCom/fdmgr -I../../../src/libCom/freeList 
-I../../../src/libCom/gpHash -I../../../src/libCom/iocsh 
-I../../../src/libCom/logClient -I../../../src/libCom/macLib 
-I../../../src/libCom/misc -I../../../src/libCom/osi 
-I../../../src/libCom/taskwd -I../../../src/libCom/timer 
-I../../../src/libCom/tsDefs -I../../../include/os/WIN32 
-I../../../include         ../../../src/libCom/osi/os/WIN32/osdEvent.c
g++ -c              -D_MINGW      -O3   -Wall      -m32   -DEPICS_DLL_NO

   -I. -I../O.Common -I. -I../../../src/libCom/osi/os/WIN32 
-I../../../src/libCom/osi/os/posix -I../../../src/libCom/osi/os/default 
-I.. -I../../../src/libCom/bucketLib -I../../../src/libCom/ring 
-I../../../src/libCom/calc -I../../../src/libCom/cvtFast 
-I../../../src/libCom/cppStd -I../../../src/libCom/cxxTemplates 
-I../../../src/libCom/dbmf -I../../../src/libCom/ellLib 
-I../../../src/libCom/env -I../../../src/libCom/error 
-I../../../src/libCom/fdmgr -I../../../src/libCom/freeList 
-I../../../src/libCom/gpHash -I../../../src/libCom/iocsh 
-I../../../src/libCom/logClient -I../../../src/libCom/macLib 
-I../../../src/libCom/misc -I../../../src/libCom/osi 
-I../../../src/libCom/taskwd -I../../../src/libCom/timer 
-I../../../src/libCom/tsDefs -I../../../include/os/WIN32 
-I../../../include         ../../../src/libCom/osi/os/WIN32/osdTime.cpp
gcc -c              -D_MINGW      -O3   -Wall      -m32   -DEPICS_DLL_NO

   -I. -I../O.Common -I. -I../../../src/libCom/osi/os/WIN32 
-I../../../src/libCom/osi/os/posix -I../../../src/libCom/osi/os/default 
-I.. -I../../../src/libCom/bucketLib -I../../../src/libCom/ring 
-I../../../src/libCom/calc -I../../../src/libCom/cvtFast 
-I../../../src/libCom/cppStd -I../../../src/libCom/cxxTemplates 
-I../../../src/libCom/dbmf -I../../../src/libCom/ellLib 
-I../../../src/libCom/env -I../../../src/libCom/error 
-I../../../src/libCom/fdmgr -I../../../src/libCom/freeList 
-I../../../src/libCom/gpHash -I../../../src/libCom/iocsh 
-I../../../src/libCom/logClient -I../../../src/libCom/macLib 
-I../../../src/libCom/misc -I../../../src/libCom/osi 
-I../../../src/libCom/taskwd -I../../../src/libCom/timer 
-I../../../src/libCom/tsDefs -I../../../include/os/WIN32 
-I../../../include         ../../../src/libCom/osi/os/WIN32/osdProcess.c
gcc -c              -D_MINGW      -O3   -Wall      -m32   -DEPICS_DLL_NO

   -I. -I../O.Common -I. -I../../../src/libCom/osi/os/WIN32 
-I../../../src/libCom/osi/os/posix -I../../../src/libCom/osi/os/default 
-I.. -I../../../src/libCom/bucketLib -I../../../src/libCom/ring 
-I../../../src/libCom/calc -I../../../src/libCom/cvtFast 
-I../../../src/libCom/cppStd -I../../../src/libCom/cxxTemplates 
-I../../../src/libCom/dbmf -I../../../src/libCom/ellLib 
-I../../../src/libCom/env -I../../../src/libCom/error 
-I../../../src/libCom/fdmgr -I../../../src/libCom/freeList 
-I../../../src/libCom/gpHash -I../../../src/libCom/iocsh 
-I../../../src/libCom/logClient -I../../../src/libCom/macLib 
-I../../../src/libCom/misc -I../../../src/libCom/osi 
-I../../../src/libCom/taskwd -I../../../src/libCom/timer 
-I../../../src/libCom/tsDefs -I../../../include/os/WIN32 
-I../../../include         ../../../src/libCom/osi/os/WIN32/osdNetIntf.c
g++ -c              -D_MINGW      -O3   -Wall      -m32   -DEPICS_DLL_NO

   -I. -I../O.Common -I. -I../../../src/libCom/osi/os/WIN32 
-I../../../src/libCom/osi/os/posix -I../../../src/libCom/osi/os/default 
-I.. -I../../../src/libCom/bucketLib -I../../../src/libCom/ring 
-I../../../src/libCom/calc -I../../../src/libCom/cvtFast 
-I../../../src/libCom/cppStd -I../../../src/libCom/cxxTemplates 
-I../../../src/libCom/dbmf -I../../../src/libCom/ellLib 
-I../../../src/libCom/env -I../../../src/libCom/error 
-I../../../src/libCom/fdmgr -I../../../src/libCom/freeList 
-I../../../src/libCom/gpHash -I../../../src/libCom/iocsh 
-I../../../src/libCom/logClient -I../../../src/libCom/macLib 
-I../../../src/libCom/misc -I../../../src/libCom/osi 
-I../../../src/libCom/taskwd -I../../../src/libCom/timer 
-I../../../src/libCom/tsDefs -I../../../include/os/WIN32 
-I../../../include 
../../../src/libCom/osi/os/default/osdMessageQueue.cpp
gcc -c              -D_MINGW      -O3   -Wall      -m32   -DEPICS_DLL_NO

   -I. -I../O.Common -I. -I../../../src/libCom/osi/os/WIN32 
-I../../../src/libCom/osi/os/posix -I../../../src/libCom/osi/os/default 
-I.. -I../../../src/libCom/bucketLib -I../../../src/libCom/ring 
-I../../../src/libCom/calc -I../../../src/libCom/cvtFast 
-I../../../src/libCom/cppStd -I../../../src/libCom/cxxTemplates 
-I../../../src/libCom/dbmf -I../../../src/libCom/ellLib 
-I../../../src/libCom/env -I../../../src/libCom/error 
-I../../../src/libCom/fdmgr -I../../../src/libCom/freeList 
-I../../../src/libCom/gpHash -I../../../src/libCom/iocsh 
-I../../../src/libCom/logClient -I../../../src/libCom/macLib 
-I../../../src/libCom/misc -I../../../src/libCom/osi 
-I../../../src/libCom/taskwd -I../../../src/libCom/timer 
-I../../../src/libCom/tsDefs -I../../../include/os/WIN32 
-I../../../include         ../../../src/libCom/osi/devLib.c
gcc -c              -D_MINGW      -O3   -Wall      -m32   -DEPICS_DLL_NO

   -I. -I../O.Common -I. -I../../../src/libCom/osi/os/WIN32 
-I../../../src/libCom/osi/os/posix -I../../../src/libCom/osi/os/default 
-I.. -I../../../src/libCom/bucketLib -I../../../src/libCom/ring 
-I../../../src/libCom/calc -I../../../src/libCom/cvtFast 
-I../../../src/libCom/cppStd -I../../../src/libCom/cxxTemplates 
-I../../../src/libCom/dbmf -I../../../src/libCom/ellLib 
-I../../../src/libCom/env -I../../../src/libCom/error 
-I../../../src/libCom/fdmgr -I../../../src/libCom/freeList 
-I../../../src/libCom/gpHash -I../../../src/libCom/iocsh 
-I../../../src/libCom/logClient -I../../../src/libCom/macLib 
-I../../../src/libCom/misc -I../../../src/libCom/osi 
-I../../../src/libCom/taskwd -I../../../src/libCom/timer 
-I../../../src/libCom/tsDefs -I../../../include/os/WIN32 
-I../../../include
../../../src/libCom/osi/os/default/devLibOSD.c
gcc -c              -D_MINGW      -O3   -Wall      -m32   -DEPICS_DLL_NO

   -I. -I../O.Common -I. -I../../../src/libCom/osi/os/WIN32 
-I../../../src/libCom/osi/os/posix -I../../../src/libCom/osi/os/default 
-I.. -I../../../src/libCom/bucketLib -I../../../src/libCom/ring 
-I../../../src/libCom/calc -I../../../src/libCom/cvtFast 
-I../../../src/libCom/cppStd -I../../../src/libCom/cxxTemplates 
-I../../../src/libCom/dbmf -I../../../src/libCom/ellLib 
-I../../../src/libCom/env -I../../../src/libCom/error 
-I../../../src/libCom/fdmgr -I../../../src/libCom/freeList 
-I../../../src/libCom/gpHash -I../../../src/libCom/iocsh 
-I../../../src/libCom/logClient -I../../../src/libCom/macLib 
-I../../../src/libCom/misc -I../../../src/libCom/osi 
-I../../../src/libCom/taskwd -I../../../src/libCom/timer 
-I../../../src/libCom/tsDefs -I../../../include/os/WIN32 
-I../../../include         ../../../src/libCom/taskwd/taskwd.c
g++ -c              -D_MINGW      -O3   -Wall      -m32   -DEPICS_DLL_NO

   -I. -I../O.Common -I. -I../../../src/libCom/osi/os/WIN32 
-I../../../src/libCom/osi/os/posix -I../../../src/libCom/osi/os/default 
-I.. -I../../../src/libCom/bucketLib -I../../../src/libCom/ring 
-I../../../src/libCom/calc -I../../../src/libCom/cvtFast 
-I../../../src/libCom/cppStd -I../../../src/libCom/cxxTemplates 
-I../../../src/libCom/dbmf -I../../../src/libCom/ellLib 
-I../../../src/libCom/env -I../../../src/libCom/error 
-I../../../src/libCom/fdmgr -I../../../src/libCom/freeList 
-I../../../src/libCom/gpHash -I../../../src/libCom/iocsh 
-I../../../src/libCom/logClient -I../../../src/libCom/macLib 
-I../../../src/libCom/misc -I../../../src/libCom/osi 
-I../../../src/libCom/taskwd -I../../../src/libCom/timer 
-I../../../src/libCom/tsDefs -I../../../include/os/WIN32 
-I../../../include         ../../../src/libCom/timer/epicsTimer.cpp
g++ -c              -D_MINGW      -O3   -Wall      -m32   -DEPICS_DLL_NO

   -I. -I../O.Common -I. -I../../../src/libCom/osi/os/WIN32 
-I../../../src/libCom/osi/os/posix -I../../../src/libCom/osi/os/default 
-I.. -I../../../src/libCom/bucketLib -I../../../src/libCom/ring 
-I../../../src/libCom/calc -I../../../src/libCom/cvtFast 
-I../../../src/libCom/cppStd -I../../../src/libCom/cxxTemplates 
-I../../../src/libCom/dbmf -I../../../src/libCom/ellLib 
-I../../../src/libCom/env -I../../../src/libCom/error 
-I../../../src/libCom/fdmgr -I../../../src/libCom/freeList 
-I../../../src/libCom/gpHash -I../../../src/libCom/iocsh 
-I../../../src/libCom/logClient -I../../../src/libCom/macLib 
-I../../../src/libCom/misc -I../../../src/libCom/osi 
-I../../../src/libCom/taskwd -I../../../src/libCom/timer 
-I../../../src/libCom/tsDefs -I../../../include/os/WIN32 
-I../../../include         ../../../src/libCom/timer/timer.cpp
g++ -c              -D_MINGW      -O3   -Wall      -m32   -DEPICS_DLL_NO

   -I. -I../O.Common -I. -I../../../src/libCom/osi/os/WIN32 
-I../../../src/libCom/osi/os/posix -I../../../src/libCom/osi/os/default 
-I.. -I../../../src/libCom/bucketLib -I../../../src/libCom/ring 
-I../../../src/libCom/calc -I../../../src/libCom/cvtFast 
-I../../../src/libCom/cppStd -I../../../src/libCom/cxxTemplates 
-I../../../src/libCom/dbmf -I../../../src/libCom/ellLib 
-I../../../src/libCom/env -I../../../src/libCom/error 
-I../../../src/libCom/fdmgr -I../../../src/libCom/freeList 
-I../../../src/libCom/gpHash -I../../../src/libCom/iocsh 
-I../../../src/libCom/logClient -I../../../src/libCom/macLib 
-I../../../src/libCom/misc -I../../../src/libCom/osi 
-I../../../src/libCom/taskwd -I../../../src/libCom/timer 
-I../../../src/libCom/tsDefs -I../../../include/os/WIN32 
-I../../../include         ../../../src/libCom/timer/timerQueue.cpp
g++ -c              -D_MINGW      -O3   -Wall      -m32   -DEPICS_DLL_NO

   -I. -I../O.Common -I. -I../../../src/libCom/osi/os/WIN32 
-I../../../src/libCom/osi/os/posix -I../../../src/libCom/osi/os/default 
-I.. -I../../../src/libCom/bucketLib -I../../../src/libCom/ring 
-I../../../src/libCom/calc -I../../../src/libCom/cvtFast 
-I../../../src/libCom/cppStd -I../../../src/libCom/cxxTemplates 
-I../../../src/libCom/dbmf -I../../../src/libCom/ellLib 
-I../../../src/libCom/env -I../../../src/libCom/error 
-I../../../src/libCom/fdmgr -I../../../src/libCom/freeList 
-I../../../src/libCom/gpHash -I../../../src/libCom/iocsh 
-I../../../src/libCom/logClient -I../../../src/libCom/macLib 
-I../../../src/libCom/misc -I../../../src/libCom/osi 
-I../../../src/libCom/taskwd -I../../../src/libCom/timer 
-I../../../src/libCom/tsDefs -I../../../include/os/WIN32 
-I../../../include
../../../src/libCom/timer/timerQueueActive.cpp
g++ -c              -D_MINGW      -O3   -Wall      -m32   -DEPICS_DLL_NO

   -I. -I../O.Common -I. -I../../../src/libCom/osi/os/WIN32 
-I../../../src/libCom/osi/os/posix -I../../../src/libCom/osi/os/default 
-I.. -I../../../src/libCom/bucketLib -I../../../src/libCom/ring 
-I../../../src/libCom/calc -I../../../src/libCom/cvtFast 
-I../../../src/libCom/cppStd -I../../../src/libCom/cxxTemplates 
-I../../../src/libCom/dbmf -I../../../src/libCom/ellLib 
-I../../../src/libCom/env -I../../../src/libCom/error 
-I../../../src/libCom/fdmgr -I../../../src/libCom/freeList 
-I../../../src/libCom/gpHash -I../../../src/libCom/iocsh 
-I../../../src/libCom/logClient -I../../../src/libCom/macLib 
-I../../../src/libCom/misc -I../../../src/libCom/osi 
-I../../../src/libCom/taskwd -I../../../src/libCom/timer 
-I../../../src/libCom/tsDefs -I../../../include/os/WIN32 
-I../../../include 
../../../src/libCom/timer/timerQueueActiveMgr.cpp
g++ -c              -D_MINGW      -O3   -Wall      -m32   -DEPICS_DLL_NO

   -I. -I../O.Common -I. -I../../../src/libCom/osi/os/WIN32 
-I../../../src/libCom/osi/os/posix -I../../../src/libCom/osi/os/default 
-I.. -I../../../src/libCom/bucketLib -I../../../src/libCom/ring 
-I../../../src/libCom/calc -I../../../src/libCom/cvtFast 
-I../../../src/libCom/cppStd -I../../../src/libCom/cxxTemplates 
-I../../../src/libCom/dbmf -I../../../src/libCom/ellLib 
-I../../../src/libCom/env -I../../../src/libCom/error 
-I../../../src/libCom/fdmgr -I../../../src/libCom/freeList 
-I../../../src/libCom/gpHash -I../../../src/libCom/iocsh 
-I../../../src/libCom/logClient -I../../../src/libCom/macLib 
-I../../../src/libCom/misc -I../../../src/libCom/osi 
-I../../../src/libCom/taskwd -I../../../src/libCom/timer 
-I../../../src/libCom/tsDefs -I../../../include/os/WIN32 
-I../../../include
../../../src/libCom/timer/timerQueuePassive.cpp
gcc -c              -D_MINGW      -O3   -Wall      -m32   -DEPICS_DLL_NO

   -I. -I../O.Common -I. -I../../../src/libCom/osi/os/WIN32 
-I../../../src/libCom/osi/os/posix -I../../../src/libCom/osi/os/default 
-I.. -I../../../src/libCom/bucketLib -I../../../src/libCom/ring 
-I../../../src/libCom/calc -I../../../src/libCom/cvtFast 
-I../../../src/libCom/cppStd -I../../../src/libCom/cxxTemplates 
-I../../../src/libCom/dbmf -I../../../src/libCom/ellLib 
-I../../../src/libCom/env -I../../../src/libCom/error 
-I../../../src/libCom/fdmgr -I../../../src/libCom/freeList 
-I../../../src/libCom/gpHash -I../../../src/libCom/iocsh 
-I../../../src/libCom/logClient -I../../../src/libCom/macLib 
-I../../../src/libCom/misc -I../../../src/libCom/osi 
-I../../../src/libCom/taskwd -I../../../src/libCom/timer 
-I../../../src/libCom/tsDefs -I../../../include/os/WIN32 
-I../../../include         ../../../src/libCom/tsDefs/tsDefs.c
gcc -c              -D_MINGW      -O3   -Wall      -m32   -DEPICS_DLL_NO

   -I. -I../O.Common -I. -I../../../src/libCom/osi/os/WIN32 
-I../../../src/libCom/osi/os/posix -I../../../src/libCom/osi/os/default 
-I.. -I../../../src/libCom/bucketLib -I../../../src/libCom/ring 
-I../../../src/libCom/calc -I../../../src/libCom/cvtFast 
-I../../../src/libCom/cppStd -I../../../src/libCom/cxxTemplates 
-I../../../src/libCom/dbmf -I../../../src/libCom/ellLib 
-I../../../src/libCom/env -I../../../src/libCom/error 
-I../../../src/libCom/fdmgr -I../../../src/libCom/freeList 
-I../../../src/libCom/gpHash -I../../../src/libCom/iocsh 
-I../../../src/libCom/logClient -I../../../src/libCom/macLib 
-I../../../src/libCom/misc -I../../../src/libCom/osi 
-I../../../src/libCom/taskwd -I../../../src/libCom/timer 
-I../../../src/libCom/tsDefs -I../../../include/os/WIN32 
-I../../../include
../../../src/libCom/osi/os/WIN32/epicsGetopt.c
g++ -c              -D_MINGW      -O3   -Wall      -m32   -DEPICS_DLL_NO

   -I. -I../O.Common -I. -I../../../src/libCom/osi/os/WIN32 
-I../../../src/libCom/osi/os/posix -I../../../src/libCom/osi/os/default 
-I.. -I../../../src/libCom/bucketLib -I../../../src/libCom/ring 
-I../../../src/libCom/calc -I../../../src/libCom/cvtFast 
-I../../../src/libCom/cppStd -I../../../src/libCom/cxxTemplates 
-I../../../src/libCom/dbmf -I../../../src/libCom/ellLib 
-I../../../src/libCom/env -I../../../src/libCom/error 
-I../../../src/libCom/fdmgr -I../../../src/libCom/freeList 
-I../../../src/libCom/gpHash -I../../../src/libCom/iocsh 
-I../../../src/libCom/logClient -I../../../src/libCom/macLib 
-I../../../src/libCom/misc -I../../../src/libCom/osi 
-I../../../src/libCom/taskwd -I../../../src/libCom/timer 
-I../../../src/libCom/tsDefs -I../../../include/os/WIN32 
-I../../../include 
../../../src/libCom/osi/os/WIN32/setThreadName.cpp
g++ -c              -D_MINGW      -O3   -Wall      -m32   -DEPICS_DLL_NO

   -I. -I../O.Common -I. -I../../../src/libCom/osi/os/WIN32 
-I../../../src/libCom/osi/os/posix -I../../../src/libCom/osi/os/default 
-I.. -I../../../src/libCom/bucketLib -I../../../src/libCom/ring 
-I../../../src/libCom/calc -I../../../src/libCom/cvtFast 
-I../../../src/libCom/cppStd -I../../../src/libCom/cxxTemplates 
-I../../../src/libCom/dbmf -I../../../src/libCom/ellLib 
-I../../../src/libCom/env -I../../../src/libCom/error 
-I../../../src/libCom/fdmgr -I../../../src/libCom/freeList 
-I../../../src/libCom/gpHash -I../../../src/libCom/iocsh 
-I../../../src/libCom/logClient -I../../../src/libCom/macLib 
-I../../../src/libCom/misc -I../../../src/libCom/osi 
-I../../../src/libCom/taskwd -I../../../src/libCom/timer 
-I../../../src/libCom/tsDefs -I../../../include/os/WIN32 
-I../../../include 
../../../src/libCom/osi/os/WIN32/forceBadAllocException.cpp
ar -rc   Com.lib         bucketLib.o epicsRingPointer.o epicsRingBytes.o

postfix.o calcPerform.o cvtFast.o resourceLib.o epicsOnce.o 
epicsSingletonMutex.o dbmf.o ellLib.o envSubr.o envData.o errlog.o 
errSymLib.o errSymTbl.o fdmgr.o fdManager.o freeListLib.o gpHashLib.o 
iocsh.o registry.o libComRegister.o iocLog.o logClient.o macCore.o 
macEnv.o macUtil.o aToIPAddr.o adjustment.o cantProceed.o epicsConvert.o

epicsExit.o epicsStdlib.o epicsString.o truncateFile.o 
ipAddrToAsciiAsynchronous.o epicsUnitTest.o epicsThread.o epicsMutex.o 
epicsEvent.o epicsTime.o epicsMessageQueue.o epicsGeneralTime.o 
osiClockTime.o osdSock.o osdSockAddrReuse.o osiSock.o 
systemCallIntMech.o epicsSocketConvertErrnoToString.o osdAssert.o 
osdFindSymbol.o osdInterrupt.o osdPoolStatus.o osdSignal.o osdEnv.o 
epicsReadline.o epicsTempFile.o epicsStdio.o osdStdio.o osdThread.o 
osdMutex.o osdEvent.o osdTime.o osdProcess.o osdNetIntf.o 
osdMessageQueue.o devLib.o devLibOSD.o taskwd.o epicsTimer.o timer.o 
timerQueue.o timerQueueActive.o timerQueueActiveMgr.o 
timerQueuePassive.o tsDefs.o epicsGetopt.o setThreadName.o 
forceBadAllocException.o
ranlib Com.lib
"Installing library ../../../lib/win32-x86-mingw/Com.lib"
mkdir ../../../lib/win32-x86-mingw
"Installing html ../../../html//freeList/freeList.html"
mkdir ../../../html
mkdir ../../../html/freeList
"Installing html ../../../html//gpHash/gpHash.html"
mkdir ../../../html/gpHash
make[3]: Leaving directory 
`W:/winDev/epics/R3.14.10/base-3.14.10/src/libCom/O.win32-x86-mingw'
make[2]: Leaving directory 
`W:/winDev/epics/R3.14.10/base-3.14.10/src/libCom'
make -C ./toolsComm install
make[2]: Entering directory 
`W:/winDev/epics/R3.14.10/base-3.14.10/src/toolsComm'
make -C ./antelope install
make[3]: Entering directory 
`W:/winDev/epics/R3.14.10/base-3.14.10/src/toolsComm/antelope'
C:\perl\bin\perl.exe ../../../bin/win32-x86-mingw/makeMakefile.pl 
O.win32-x86-mingw ../../../..
C:\perl\bin\perl.exe -MExtUtils::Command -e mkpath O.Common
make -C O.win32-x86-mingw -f ../Makefile TOP=../../../.. 
T_A=win32-x86-mingw install
make[4]: Entering directory 
`W:/winDev/epics/R3.14.10/base-3.14.10/src/toolsComm/antelope/O.win32-x8
6-mingw'
gcc -c              -D_MINGW      -O3   -w    -D_NO_PROTO  -m32 
-DEPICS_DLL_NO   -I. -I../O.Common -I. -I.. 
-I../../../../include/os/WIN32 -I../../../../include
../closure.c
gcc -c              -D_MINGW      -O3   -w    -D_NO_PROTO  -m32 
-DEPICS_DLL_NO   -I. -I../O.Common -I. -I.. 
-I../../../../include/os/WIN32 -I../../../../include         ../error.c
gcc -c              -D_MINGW      -O3   -w    -D_NO_PROTO  -m32 
-DEPICS_DLL_NO   -I. -I../O.Common -I. -I.. 
-I../../../../include/os/WIN32 -I../../../../include         ../lalr.c
gcc -c              -D_MINGW      -O3   -w    -D_NO_PROTO  -m32 
-DEPICS_DLL_NO   -I. -I../O.Common -I. -I.. 
-I../../../../include/os/WIN32 -I../../../../include         ../lr0.c
gcc -c              -D_MINGW      -O3   -w    -D_NO_PROTO  -m32 
-DEPICS_DLL_NO   -I. -I../O.Common -I. -I.. 
-I../../../../include/os/WIN32 -I../../../../include         ../main.c
gcc -c              -D_MINGW      -O3   -w    -D_NO_PROTO  -m32 
-DEPICS_DLL_NO   -I. -I../O.Common -I. -I.. 
-I../../../../include/os/WIN32 -I../../../../include         ../mkpar.c
gcc -c              -D_MINGW      -O3   -w    -D_NO_PROTO  -m32 
-DEPICS_DLL_NO   -I. -I../O.Common -I. -I.. 
-I../../../../include/os/WIN32 -I../../../../include         ../output.c
gcc -c              -D_MINGW      -O3   -w    -D_NO_PROTO  -m32 
-DEPICS_DLL_NO   -I. -I../O.Common -I. -I.. 
-I../../../../include/os/WIN32 -I../../../../include         ../reader.c
gcc -c              -D_MINGW      -O3   -w    -D_NO_PROTO  -m32 
-DEPICS_DLL_NO   -I. -I../O.Common -I. -I.. 
-I../../../../include/os/WIN32 -I../../../../include
../skeleton.c
gcc -c              -D_MINGW      -O3   -w    -D_NO_PROTO  -m32 
-DEPICS_DLL_NO   -I. -I../O.Common -I. -I.. 
-I../../../../include/os/WIN32 -I../../../../include         ../symtab.c
gcc -c              -D_MINGW      -O3   -w    -D_NO_PROTO  -m32 
-DEPICS_DLL_NO   -I. -I../O.Common -I. -I.. 
-I../../../../include/os/WIN32 -I../../../../include
../verbose.c
gcc -c              -D_MINGW      -O3   -w    -D_NO_PROTO  -m32 
-DEPICS_DLL_NO   -I. -I../O.Common -I. -I.. 
-I../../../../include/os/WIN32 -I../../../../include
../warshall.c
g++ -o antelope.exe -static 
-LW:\winDev\epics\R3.14.10\base-3.14.10\lib\win32-x86-mingw       -m32 
               closure.o error.o lalr.o lr0.o main.o mkpar.o output.o 
reader.o skeleton.o symtab.o verbose.o warshall.o   -lCom -lws2_32 
-lws2_32
"Installing created file ../../../../bin/win32-x86-mingw/antelope.exe"
make[4]: Leaving directory 
`W:/winDev/epics/R3.14.10/base-3.14.10/src/toolsComm/antelope/O.win32-x8
6-mingw'
make[3]: Leaving directory 
`W:/winDev/epics/R3.14.10/base-3.14.10/src/toolsComm/antelope'
make -C ./flex install
make[3]: Entering directory 
`W:/winDev/epics/R3.14.10/base-3.14.10/src/toolsComm/flex'
C:\perl\bin\perl.exe ../../../bin/win32-x86-mingw/makeMakefile.pl 
O.win32-x86-mingw ../../../..
C:\perl\bin\perl.exe -MExtUtils::Command -e mkpath O.Common
make -C O.win32-x86-mingw -f ../Makefile TOP=../../../.. 
T_A=win32-x86-mingw install
make[4]: Entering directory 
`W:/winDev/epics/R3.14.10/base-3.14.10/src/toolsComm/flex/O.win32-x86-mi
ngw'
"Installing generic include file ../../../../include/flex.skel.static"
gcc -c            -DDEFAULT_SKELETON_FILE="\"include/flex.skel.static\""

-DUSG  -D_MINGW      -O3   -w      -m32   -DEPICS_DLL_NO   -I. 
-I../O.Common -I. -I.. -I../../../../include/os/WIN32 
-I../../../../include         ../ccl.c
gcc -c            -DDEFAULT_SKELETON_FILE="\"include/flex.skel.static\""

-DUSG  -D_MINGW      -O3   -w      -m32   -DEPICS_DLL_NO   -I. 
-I../O.Common -I. -I.. -I../../../../include/os/WIN32 
-I../../../../include         ../dfa.c
gcc -c            -DDEFAULT_SKELETON_FILE="\"include/flex.skel.static\""

-DUSG  -D_MINGW      -O3   -w      -m32   -DEPICS_DLL_NO   -I. 
-I../O.Common -I. -I.. -I../../../../include/os/WIN32 
-I../../../../include         ../ecs.c
gcc -c            -DDEFAULT_SKELETON_FILE="\"include/flex.skel.static\""

-DUSG  -D_MINGW      -O3   -w      -m32   -DEPICS_DLL_NO   -I. 
-I../O.Common -I. -I.. -I../../../../include/os/WIN32 
-I../../../../include         ../gen.c
gcc -c            -DDEFAULT_SKELETON_FILE="\"include/flex.skel.static\""

-DUSG  -D_MINGW      -O3   -w      -m32   -DEPICS_DLL_NO   -I. 
-I../O.Common -I. -I.. -I../../../../include/os/WIN32 
-I../../../../include         ../misc.c
gcc -c            -DDEFAULT_SKELETON_FILE="\"include/flex.skel.static\""

-DUSG  -D_MINGW      -O3   -w      -m32   -DEPICS_DLL_NO   -I. 
-I../O.Common -I. -I.. -I../../../../include/os/WIN32 
-I../../../../include         ../nfa.c
gcc -c            -DDEFAULT_SKELETON_FILE="\"include/flex.skel.static\""

-DUSG  -D_MINGW      -O3   -w      -m32   -DEPICS_DLL_NO   -I. 
-I../O.Common -I. -I.. -I../../../../include/os/WIN32 
-I../../../../include         ../sym.c
gcc -c            -DDEFAULT_SKELETON_FILE="\"include/flex.skel.static\""

-DUSG  -D_MINGW      -O3   -w      -m32   -DEPICS_DLL_NO   -I. 
-I../O.Common -I. -I.. -I../../../../include/os/WIN32 
-I../../../../include         ../tblcmp.c
C:\perl\bin\perl.exe -MExtUtils::Command -e rm_f parse.c y.tab.c
C:\perl\bin\perl.exe -MExtUtils::Command -e rm_f parse.h y.tab.h
../../../../bin/win32-x86-mingw/antelope.exe -l -d ../parse.y
C:\perl\bin\perl.exe -MExtUtils::Command -e mv  y.tab.c parse.c
C:\perl\bin\perl.exe -MExtUtils::Command -e mv  y.tab.h parse.h
gcc -c            -DDEFAULT_SKELETON_FILE="\"include/flex.skel.static\""

-DUSG  -D_MINGW      -O3   -w      -m32   -DEPICS_DLL_NO   -I. 
-I../O.Common -I. -I.. -I../../../../include/os/WIN32 
-I../../../../include         parse.c
g++ -o e_flex.exe -static 
-LW:\winDev\epics\R3.14.10\base-3.14.10\lib\win32-x86-mingw       -m32 
               ccl.o dfa.o ecs.o gen.o misc.o nfa.o sym.o tblcmp.o 
parse.o   -lCom -lws2_32     -lws2_32
"Installing created file ../../../../bin/win32-x86-mingw/e_flex.exe"
make[4]: Leaving directory 
`W:/winDev/epics/R3.14.10/base-3.14.10/src/toolsComm/flex/O.win32-x86-mi
ngw'
make[3]: Leaving directory 
`W:/winDev/epics/R3.14.10/base-3.14.10/src/toolsComm/flex'
make[2]: Leaving directory 
`W:/winDev/epics/R3.14.10/base-3.14.10/src/toolsComm'
make -C ./ca install
make[2]: Entering directory
`W:/winDev/epics/R3.14.10/base-3.14.10/src/ca'
C:\perl\bin\perl.exe ../../bin/win32-x86-mingw/makeMakefile.pl 
O.win32-x86-mingw ../../..
C:\perl\bin\perl.exe -MExtUtils::Command -e mkpath O.Common
make -C O.win32-x86-mingw -f ../Makefile TOP=../../.. 
T_A=win32-x86-mingw install
make[3]: Entering directory 
`W:/winDev/epics/R3.14.10/base-3.14.10/src/ca/O.win32-x86-mingw'
"Installing generic include file ../../../include/cadef.h"
"Installing generic include file ../../../include/caerr.h"
"Installing generic include file ../../../include/caeventmask.h"
"Installing generic include file ../../../include/caProto.h"
"Installing generic include file ../../../include/db_access.h"
"Installing generic include file ../../../include/addrList.h"
"Installing generic include file ../../../include/cacIO.h"
"Installing generic include file ../../../include/caDiagnostics.h"
windres -I. -I../O.Common -I. -I.. -I../../../include/os/WIN32 
-I../../../include        ../ca.rc ca.coff
g++ -c              -D_MINGW      -O3   -Wall      -m32   -DEPICS_DLL_NO

   -I. -I../O.Common -I. -I.. -I../../../include/os/WIN32 
-I../../../include         ../cac.cpp
g++ -c              -D_MINGW      -O3   -Wall      -m32   -DEPICS_DLL_NO

   -I. -I../O.Common -I. -I.. -I../../../include/os/WIN32 
-I../../../include         ../cacChannel.cpp
g++ -c              -D_MINGW      -O3   -Wall      -m32   -DEPICS_DLL_NO

   -I. -I../O.Common -I. -I.. -I../../../include/os/WIN32 
-I../../../include         ../cacChannelNotify.cpp
g++ -c              -D_MINGW      -O3   -Wall      -m32   -DEPICS_DLL_NO

   -I. -I../O.Common -I. -I.. -I../../../include/os/WIN32 
-I../../../include         ../cacContextNotify.cpp
g++ -c              -D_MINGW      -O3   -Wall      -m32   -DEPICS_DLL_NO

   -I. -I../O.Common -I. -I.. -I../../../include/os/WIN32 
-I../../../include         ../cacReadNotify.cpp
g++ -c              -D_MINGW      -O3   -Wall      -m32   -DEPICS_DLL_NO

   -I. -I../O.Common -I. -I.. -I../../../include/os/WIN32 
-I../../../include         ../cacWriteNotify.cpp
g++ -c              -D_MINGW      -O3   -Wall      -m32   -DEPICS_DLL_NO

   -I. -I../O.Common -I. -I.. -I../../../include/os/WIN32 
-I../../../include         ../cacStateNotify.cpp
g++ -c              -D_MINGW      -O3   -Wall      -m32   -DEPICS_DLL_NO

   -I. -I../O.Common -I. -I.. -I../../../include/os/WIN32 
-I../../../include         ../access.cpp
g++ -c              -D_MINGW      -O3   -Wall      -m32   -DEPICS_DLL_NO

   -I. -I../O.Common -I. -I.. -I../../../include/os/WIN32 
-I../../../include         ../iocinf.cpp
g++ -c              -D_MINGW      -O3   -Wall      -m32   -DEPICS_DLL_NO

   -I. -I../O.Common -I. -I.. -I../../../include/os/WIN32 
-I../../../include         ../convert.cpp
g++ -c              -D_MINGW      -O3   -Wall      -m32   -DEPICS_DLL_NO

   -I. -I../O.Common -I. -I.. -I../../../include/os/WIN32 
-I../../../include         ../test_event.cpp
g++ -c              -D_MINGW      -O3   -Wall      -m32   -DEPICS_DLL_NO

   -I. -I../O.Common -I. -I.. -I../../../include/os/WIN32 
-I../../../include         ../repeater.cpp
g++ -c              -D_MINGW      -O3   -Wall      -m32   -DEPICS_DLL_NO

   -I. -I../O.Common -I. -I.. -I../../../include/os/WIN32 
-I../../../include         ../searchTimer.cpp
g++ -c              -D_MINGW      -O3   -Wall      -m32   -DEPICS_DLL_NO

   -I. -I../O.Common -I. -I.. -I../../../include/os/WIN32 
-I../../../include         ../disconnectGovernorTimer.cpp
g++ -c              -D_MINGW      -O3   -Wall      -m32   -DEPICS_DLL_NO

   -I. -I../O.Common -I. -I.. -I../../../include/os/WIN32 
-I../../../include         ../repeaterSubscribeTimer.cpp
g++ -c              -D_MINGW      -O3   -Wall      -m32   -DEPICS_DLL_NO

   -I. -I../O.Common -I. -I.. -I../../../include/os/WIN32 
-I../../../include         ../baseNMIU.cpp
g++ -c              -D_MINGW      -O3   -Wall      -m32   -DEPICS_DLL_NO

   -I. -I../O.Common -I. -I.. -I../../../include/os/WIN32 
-I../../../include         ../nciu.cpp
g++ -c              -D_MINGW      -O3   -Wall      -m32   -DEPICS_DLL_NO

   -I. -I../O.Common -I. -I.. -I../../../include/os/WIN32 
-I../../../include         ../netiiu.cpp
g++ -c              -D_MINGW      -O3   -Wall      -m32   -DEPICS_DLL_NO

   -I. -I../O.Common -I. -I.. -I../../../include/os/WIN32 
-I../../../include         ../udpiiu.cpp
g++ -c              -D_MINGW      -O3   -Wall      -m32   -DEPICS_DLL_NO

   -I. -I../O.Common -I. -I.. -I../../../include/os/WIN32 
-I../../../include         ../tcpiiu.cpp
g++ -c              -D_MINGW      -O3   -Wall      -m32   -DEPICS_DLL_NO

   -I. -I../O.Common -I. -I.. -I../../../include/os/WIN32 
-I../../../include         ../noopiiu.cpp
g++ -c              -D_MINGW      -O3   -Wall      -m32   -DEPICS_DLL_NO

   -I. -I../O.Common -I. -I.. -I../../../include/os/WIN32 
-I../../../include         ../netReadNotifyIO.cpp
g++ -c              -D_MINGW      -O3   -Wall      -m32   -DEPICS_DLL_NO

   -I. -I../O.Common -I. -I.. -I../../../include/os/WIN32 
-I../../../include         ../netWriteNotifyIO.cpp
g++ -c              -D_MINGW      -O3   -Wall      -m32   -DEPICS_DLL_NO

   -I. -I../O.Common -I. -I.. -I../../../include/os/WIN32 
-I../../../include         ../netSubscription.cpp
g++ -c              -D_MINGW      -O3   -Wall      -m32   -DEPICS_DLL_NO

   -I. -I../O.Common -I. -I.. -I../../../include/os/WIN32 
-I../../../include         ../tcpSendWatchdog.cpp
g++ -c              -D_MINGW      -O3   -Wall      -m32   -DEPICS_DLL_NO

   -I. -I../O.Common -I. -I.. -I../../../include/os/WIN32 
-I../../../include         ../tcpRecvWatchdog.cpp
g++ -c              -D_MINGW      -O3   -Wall      -m32   -DEPICS_DLL_NO

   -I. -I../O.Common -I. -I.. -I../../../include/os/WIN32 
-I../../../include         ../bhe.cpp
g++ -c              -D_MINGW      -O3   -Wall      -m32   -DEPICS_DLL_NO

   -I. -I../O.Common -I. -I.. -I../../../include/os/WIN32 
-I../../../include         ../ca_client_context.cpp
g++ -c              -D_MINGW      -O3   -Wall      -m32   -DEPICS_DLL_NO

   -I. -I../O.Common -I. -I.. -I../../../include/os/WIN32 
-I../../../include         ../oldChannelNotify.cpp
g++ -c              -D_MINGW      -O3   -Wall      -m32   -DEPICS_DLL_NO

   -I. -I../O.Common -I. -I.. -I../../../include/os/WIN32 
-I../../../include         ../oldSubscription.cpp
g++ -c              -D_MINGW      -O3   -Wall      -m32   -DEPICS_DLL_NO

   -I. -I../O.Common -I. -I.. -I../../../include/os/WIN32 
-I../../../include         ../getCallback.cpp
g++ -c              -D_MINGW      -O3   -Wall      -m32   -DEPICS_DLL_NO

   -I. -I../O.Common -I. -I.. -I../../../include/os/WIN32 
-I../../../include         ../getCopy.cpp
g++ -c              -D_MINGW      -O3   -Wall      -m32   -DEPICS_DLL_NO

   -I. -I../O.Common -I. -I.. -I../../../include/os/WIN32 
-I../../../include         ../putCallback.cpp
g++ -c              -D_MINGW      -O3   -Wall      -m32   -DEPICS_DLL_NO

   -I. -I../O.Common -I. -I.. -I../../../include/os/WIN32 
-I../../../include         ../syncgrp.cpp
g++ -c              -D_MINGW      -O3   -Wall      -m32   -DEPICS_DLL_NO

   -I. -I../O.Common -I. -I.. -I../../../include/os/WIN32 
-I../../../include         ../CASG.cpp
g++ -c              -D_MINGW      -O3   -Wall      -m32   -DEPICS_DLL_NO

   -I. -I../O.Common -I. -I.. -I../../../include/os/WIN32 
-I../../../include         ../syncGroupNotify.cpp
g++ -c              -D_MINGW      -O3   -Wall      -m32   -DEPICS_DLL_NO

   -I. -I../O.Common -I. -I.. -I../../../include/os/WIN32 
-I../../../include         ../syncGroupReadNotify.cpp
g++ -c              -D_MINGW      -O3   -Wall      -m32   -DEPICS_DLL_NO

   -I. -I../O.Common -I. -I.. -I../../../include/os/WIN32 
-I../../../include         ../syncGroupWriteNotify.cpp
g++ -c              -D_MINGW      -O3   -Wall      -m32   -DEPICS_DLL_NO

   -I. -I../O.Common -I. -I.. -I../../../include/os/WIN32 
-I../../../include         ../localHostName.cpp
g++ -c              -D_MINGW      -O3   -Wall      -m32   -DEPICS_DLL_NO

   -I. -I../O.Common -I. -I.. -I../../../include/os/WIN32 
-I../../../include         ../comQueRecv.cpp
g++ -c              -D_MINGW      -O3   -Wall      -m32   -DEPICS_DLL_NO

   -I. -I../O.Common -I. -I.. -I../../../include/os/WIN32 
-I../../../include         ../comQueSend.cpp
g++ -c              -D_MINGW      -O3   -Wall      -m32   -DEPICS_DLL_NO

   -I. -I../O.Common -I. -I.. -I../../../include/os/WIN32 
-I../../../include         ../comBuf.cpp
g++ -c              -D_MINGW      -O3   -Wall      -m32   -DEPICS_DLL_NO

   -I. -I../O.Common -I. -I.. -I../../../include/os/WIN32 
-I../../../include         ../hostNameCache.cpp
g++ -c              -D_MINGW      -O3   -Wall      -m32   -DEPICS_DLL_NO

   -I. -I../O.Common -I. -I.. -I../../../include/os/WIN32 
-I../../../include         ../msgForMultiplyDefinedPV.cpp
ar -rc   ca.lib         cac.o cacChannel.o cacChannelNotify.o 
cacContextNotify.o cacReadNotify.o cacWriteNotify.o cacStateNotify.o 
access.o iocinf.o convert.o test_event.o repeater.o searchTimer.o 
disconnectGovernorTimer.o repeaterSubscribeTimer.o baseNMIU.o nciu.o 
netiiu.o udpiiu.o tcpiiu.o noopiiu.o netReadNotifyIO.o 
netWriteNotifyIO.o netSubscription.o tcpSendWatchdog.o tcpRecvWatchdog.o

bhe.o ca_client_context.o oldChannelNotify.o oldSubscription.o 
getCallback.o getCopy.o putCallback.o syncgrp.o CASG.o syncGroupNotify.o

syncGroupReadNotify.o syncGroupWriteNotify.o localHostName.o 
comQueRecv.o comQueSend.o comBuf.o hostNameCache.o
msgForMultiplyDefinedPV.o
ranlib ca.lib
"Installing library ../../../lib/win32-x86-mingw/ca.lib"
g++ -c              -D_MINGW      -O3   -Wall      -m32   -DEPICS_DLL_NO

   -I. -I../O.Common -I. -I.. -I../../../include/os/WIN32 
-I../../../include         ../caRepeater.cpp
g++ -o caRepeater.exe -static 
-LW:\winDev\epics\R3.14.10\base-3.14.10\lib\win32-x86-mingw       -m32 
              caRepeater.o    -lca -lCom -lws2_32 -lws2_32 -ladvapi32 
-luser32     -lws2_32
gcc -c              -D_MINGW      -O3   -Wall      -m32   -DEPICS_DLL_NO

   -I. -I../O.Common -I. -I.. -I../../../include/os/WIN32 
-I../../../include         ../catimeMain.c
gcc -c              -D_MINGW      -O3   -Wall      -m32   -DEPICS_DLL_NO

   -I. -I../O.Common -I. -I.. -I../../../include/os/WIN32 
-I../../../include         ../catime.c
g++ -o catime.exe -static 
-LW:\winDev\epics\R3.14.10\base-3.14.10\lib\win32-x86-mingw       -m32 
              catimeMain.o catime.o    -lca -lCom -lws2_32 -lws2_32 
-ladvapi32 -luser32     -lws2_32
gcc -c              -D_MINGW      -O3   -Wall      -m32   -DEPICS_DLL_NO

   -I. -I../O.Common -I. -I.. -I../../../include/os/WIN32 
-I../../../include         ../acctstMain.c
gcc -c              -D_MINGW      -O3   -Wall      -m32   -DEPICS_DLL_NO

   -I. -I../O.Common -I. -I.. -I../../../include/os/WIN32 
-I../../../include         ../acctst.c
g++ -o acctst.exe -static 
-LW:\winDev\epics\R3.14.10\base-3.14.10\lib\win32-x86-mingw       -m32 
              acctstMain.o acctst.o    -lca -lCom -lws2_32 -lws2_32 
-ladvapi32 -luser32     -lws2_32
g++ -c              -D_MINGW      -O3   -Wall      -m32   -DEPICS_DLL_NO

   -I. -I../O.Common -I. -I.. -I../../../include/os/WIN32 
-I../../../include         ../caConnTestMain.cpp
g++ -c              -D_MINGW      -O3   -Wall      -m32   -DEPICS_DLL_NO

   -I. -I../O.Common -I. -I.. -I../../../include/os/WIN32 
-I../../../include         ../caConnTest.cpp
g++ -o caConnTest.exe -static 
-LW:\winDev\epics\R3.14.10\base-3.14.10\lib\win32-x86-mingw       -m32 
              caConnTestMain.o caConnTest.o    -lca -lCom -lws2_32 
-lws2_32 -ladvapi32 -luser32     -lws2_32
g++ -c              -D_MINGW      -O3   -Wall      -m32   -DEPICS_DLL_NO

   -I. -I../O.Common -I. -I.. -I../../../include/os/WIN32 
-I../../../include         ../casw.cpp
g++ -o casw.exe -static 
-LW:\winDev\epics\R3.14.10\base-3.14.10\lib\win32-x86-mingw       -m32 
              casw.o    -lca -lCom -lws2_32 -lws2_32 -ladvapi32 -luser32

     -lws2_32
g++ -c              -D_MINGW      -O3   -Wall      -m32   -DEPICS_DLL_NO

   -I. -I../O.Common -I. -I.. -I../../../include/os/WIN32 
-I../../../include         ../caEventRateMain.cpp
g++ -c              -D_MINGW      -O3   -Wall      -m32   -DEPICS_DLL_NO

   -I. -I../O.Common -I. -I.. -I../../../include/os/WIN32 
-I../../../include         ../caEventRate.cpp
g++ -o caEventRate.exe -static 
-LW:\winDev\epics\R3.14.10\base-3.14.10\lib\win32-x86-mingw       -m32 
              caEventRateMain.o caEventRate.o    -lca -lCom -lws2_32 
-lws2_32 -ladvapi32 -luser32     -lws2_32
"Installing created file ../../../bin/win32-x86-mingw/caRepeater.exe"
"Installing created file ../../../bin/win32-x86-mingw/catime.exe"
"Installing created file ../../../bin/win32-x86-mingw/acctst.exe"
"Installing created file ../../../bin/win32-x86-mingw/caConnTest.exe"
"Installing created file ../../../bin/win32-x86-mingw/casw.exe"
"Installing created file ../../../bin/win32-x86-mingw/caEventRate.exe"
"Installing html ../../../html//CAref.html"
make[3]: Leaving directory 
`W:/winDev/epics/R3.14.10/base-3.14.10/src/ca/O.win32-x86-mingw'
make[2]: Leaving directory
`W:/winDev/epics/R3.14.10/base-3.14.10/src/ca'
make -C ./dbStatic install
make[2]: Entering directory 
`W:/winDev/epics/R3.14.10/base-3.14.10/src/dbStatic'
C:\perl\bin\perl.exe ../../bin/win32-x86-mingw/makeMakefile.pl 
O.win32-x86-mingw ../../..
C:\perl\bin\perl.exe -MExtUtils::Command -e mkpath O.Common
make -C O.win32-x86-mingw -f ../Makefile TOP=../../.. 
T_A=win32-x86-mingw install
make[3]: Entering directory 
`W:/winDev/epics/R3.14.10/base-3.14.10/src/dbStatic/O.win32-x86-mingw'
"Installing generic include file ../../../include/alarm.h"
"Installing generic include file ../../../include/alarmString.h"
"Installing generic include file ../../../include/dbBase.h"
"Installing generic include file ../../../include/dbFldTypes.h"
"Installing generic include file ../../../include/dbStaticLib.h"
"Installing generic include file ../../../include/dbStaticPvt.h"
"Installing generic include file ../../../include/link.h"
"Installing generic include file ../../../include/special.h"
"Installing generic include file ../../../include/guigroup.h"
"Installing generic include file ../../../include/devSup.h"
"Installing generic include file ../../../include/drvSup.h"
"Installing generic include file ../../../include/recSup.h"
"Installing generic include file ../../../include/dbStaticIocRegister.h"
gcc -c              -D_MINGW      -O3   -Wall      -m32   -DEPICS_DLL_NO

   -I. -I../O.Common -I. -I.. -I../../../include/os/WIN32 
-I../../../include         ../dbStaticNoRun.c
windres -I. -I../O.Common -I. -I.. -I../../../include/os/WIN32 
-I../../../include        ../dbStaticHost.rc dbStaticHost.coff
gcc -c              -D_MINGW      -O3   -Wall      -m32   -DEPICS_DLL_NO

   -I. -I../O.Common -I. -I.. -I../../../include/os/WIN32 
-I../../../include         ../dbStaticLib.c
../../../bin/win32-x86-mingw/e_flex.exe 
-S../../../include/flex.skel.static -8 -I ../dbLex.l
C:\perl\bin\perl.exe -MExtUtils::Command -e mv  lex.yy.c dbLex.c
C:\perl\bin\perl.exe -MExtUtils::Command -e rm_f dbYacc.c y.tab.c
../../../bin/win32-x86-mingw/antelope.exe  ../dbYacc.y
C:\perl\bin\perl.exe -MExtUtils::Command -e mv  y.tab.c dbYacc.c
gcc -c              -D_MINGW      -O3   -Wall      -m32   -DEPICS_DLL_NO

   -I. -I../O.Common -I. -I.. -I../../../include/os/WIN32 
-I../../../include         dbYacc.c
gcc -c              -D_MINGW      -O3   -Wall      -m32   -DEPICS_DLL_NO

   -I. -I../O.Common -I. -I.. -I../../../include/os/WIN32 
-I../../../include         ../dbPvdLib.c
ar -rc   dbStaticHost.lib        dbStaticNoRun.o dbStaticLib.o dbYacc.o 
dbPvdLib.o
ranlib dbStaticHost.lib
gcc -c              -D_MINGW      -O3   -Wall      -m32   -DEPICS_DLL_NO

   -I. -I../O.Common -I. -I.. -I../../../include/os/WIN32 
-I../../../include         ../dbStaticRun.c
gcc -c              -D_MINGW      -O3   -Wall      -m32   -DEPICS_DLL_NO

   -I. -I../O.Common -I. -I.. -I../../../include/os/WIN32 
-I../../../include         ../dbStaticIocRegister.c
windres -I. -I../O.Common -I. -I.. -I../../../include/os/WIN32 
-I../../../include        ../dbStaticIoc.rc dbStaticIoc.coff
ar -rc   dbStaticIoc.lib        dbStaticRun.o dbStaticIocRegister.o 
dbStaticLib.o dbYacc.o dbPvdLib.o
ranlib dbStaticIoc.lib
"Installing library ../../../lib/win32-x86-mingw/dbStaticHost.lib"
"Installing library ../../../lib/win32-x86-mingw/dbStaticIoc.lib"
gcc -c              -D_MINGW      -O3   -Wall      -m32   -DEPICS_DLL_NO

   -I. -I../O.Common -I. -I.. -I../../../include/os/WIN32 
-I../../../include         ../dbReadTest.c
g++ -o dbReadTest.exe -static 
-LW:\winDev\epics\R3.14.10\base-3.14.10\lib\win32-x86-mingw       -m32 
              dbReadTest.o    -ldbStaticHost -lCom -lws2_32     -lws2_32
"Installing created file ../../../bin/win32-x86-mingw/dbReadTest.exe"
gcc -c              -D_MINGW      -O3   -Wall      -m32   -DEPICS_DLL_NO

   -I. -I../O.Common -I. -I.. -I../../../include/os/WIN32 
-I../../../include         ../dbExpand.c
g++ -o dbExpand.exe -static 
-LW:\winDev\epics\R3.14.10\base-3.14.10\lib\win32-x86-mingw       -m32 
              dbExpand.o    -ldbStaticHost -lCom -lws2_32     -lws2_32
"Installing created file ../../../bin/win32-x86-mingw/dbExpand.exe"
gcc -c              -D_MINGW      -O3   -Wall      -m32   -DEPICS_DLL_NO

   -I. -I../O.Common -I. -I.. -I../../../include/os/WIN32 
-I../../../include         ../dbToMenuH.c
g++ -o dbToMenuH.exe -static 
-LW:\winDev\epics\R3.14.10\base-3.14.10\lib\win32-x86-mingw       -m32 
              dbToMenuH.o    -ldbStaticHost -lCom -lws2_32     -lws2_32
"Installing created file ../../../bin/win32-x86-mingw/dbToMenuH.exe"
gcc -c              -D_MINGW      -O3   -Wall      -m32   -DEPICS_DLL_NO

   -I. -I../O.Common -I. -I.. -I../../../include/os/WIN32 
-I../../../include         ../dbToRecordtypeH.c
g++ -o dbToRecordtypeH.exe -static 
-LW:\winDev\epics\R3.14.10\base-3.14.10\lib\win32-x86-mingw       -m32 
              dbToRecordtypeH.o    -ldbStaticHost -lCom -lws2_32 
-lws2_32
"Installing created file
../../../bin/win32-x86-mingw/dbToRecordtypeH.exe"
make[3]: Leaving directory 
`W:/winDev/epics/R3.14.10/base-3.14.10/src/dbStatic/O.win32-x86-mingw'
make[2]: Leaving directory 
`W:/winDev/epics/R3.14.10/base-3.14.10/src/dbStatic'
make -C ./registry install
make[2]: Entering directory 
`W:/winDev/epics/R3.14.10/base-3.14.10/src/registry'
C:\perl\bin\perl.exe ../../bin/win32-x86-mingw/makeMakefile.pl 
O.win32-x86-mingw ../../..
C:\perl\bin\perl.exe -MExtUtils::Command -e mkpath O.Common
make -C O.win32-x86-mingw -f ../Makefile TOP=../../.. 
T_A=win32-x86-mingw install
make[3]: Entering directory 
`W:/winDev/epics/R3.14.10/base-3.14.10/src/registry/O.win32-x86-mingw'
"Installing generic include file ../../../include/registryRecordType.h"
"Installing generic include file
../../../include/registryDeviceSupport.h"
"Installing generic include file
../../../include/registryDriverSupport.h"
"Installing generic include file ../../../include/registryFunction.h"
"Installing generic include file ../../../include/registryCommon.h"
"Installing generic include file ../../../include/registryIocRegister.h"
windres -I. -I../O.Common -I. -I.. -I../../../include/os/WIN32 
-I../../../include        ../registryIoc.rc registryIoc.coff
gcc -c              -D_MINGW      -O3   -Wall      -m32   -DEPICS_DLL_NO

   -I. -I../O.Common -I. -I.. -I../../../include/os/WIN32 
-I../../../include         ../registryRecordType.c
gcc -c              -D_MINGW      -O3   -Wall      -m32   -DEPICS_DLL_NO

   -I. -I../O.Common -I. -I.. -I../../../include/os/WIN32 
-I../../../include         ../registryDeviceSupport.c
gcc -c              -D_MINGW      -O3   -Wall      -m32   -DEPICS_DLL_NO

   -I. -I../O.Common -I. -I.. -I../../../include/os/WIN32 
-I../../../include         ../registryDriverSupport.c
gcc -c              -D_MINGW      -O3   -Wall      -m32   -DEPICS_DLL_NO

   -I. -I../O.Common -I. -I.. -I../../../include/os/WIN32 
-I../../../include         ../registryFunction.c
gcc -c              -D_MINGW      -O3   -Wall      -m32   -DEPICS_DLL_NO

   -I. -I../O.Common -I. -I.. -I../../../include/os/WIN32 
-I../../../include         ../registryCommon.c
gcc -c              -D_MINGW      -O3   -Wall      -m32   -DEPICS_DLL_NO

   -I. -I../O.Common -I. -I.. -I../../../include/os/WIN32 
-I../../../include         ../registryIocRegister.c
ar -rc   registryIoc.lib         registryRecordType.o 
registryDeviceSupport.o registryDriverSupport.o registryFunction.o 
registryCommon.o registryIocRegister.o
ranlib registryIoc.lib
"Installing library ../../../lib/win32-x86-mingw/registryIoc.lib"
"Installing script 
../../../bin/win32-x86-mingw/registerRecordDeviceDriver.pl"
make[3]: Leaving directory 
`W:/winDev/epics/R3.14.10/base-3.14.10/src/registry/O.win32-x86-mingw'
make[2]: Leaving directory 
`W:/winDev/epics/R3.14.10/base-3.14.10/src/registry'
make -C ./bpt install
make[2]: Entering directory
`W:/winDev/epics/R3.14.10/base-3.14.10/src/bpt'
C:\perl\bin\perl.exe ../../bin/win32-x86-mingw/makeMakefile.pl 
O.win32-x86-mingw ../../..
C:\perl\bin\perl.exe -MExtUtils::Command -e mkpath O.Common
make -C O.win32-x86-mingw -f ../Makefile TOP=../../.. 
T_A=win32-x86-mingw install
make[3]: Entering directory 
`W:/winDev/epics/R3.14.10/base-3.14.10/src/bpt/O.win32-x86-mingw'
gcc -c              -D_MINGW      -O3   -Wall      -m32   -DEPICS_DLL_NO

   -I. -I../O.Common -I. -I.. -I../../../include/os/WIN32 
-I../../../include         ../makeBpt.c
g++ -o makeBpt.exe -static 
-LW:\winDev\epics\R3.14.10\base-3.14.10\lib\win32-x86-mingw       -m32 
              makeBpt.o    -lCom -lws2_32     -lws2_32
"Installing created file ../../../bin/win32-x86-mingw/makeBpt.exe"
../../../bin/win32-x86-mingw/makeBpt.exe ../bptTypeJdegC.data 
../O.Common/bptTypeJdegC.dbd
../../../bin/win32-x86-mingw/makeBpt.exe ../bptTypeJdegF.data 
../O.Common/bptTypeJdegF.dbd
../../../bin/win32-x86-mingw/makeBpt.exe ../bptTypeKdegC.data 
../O.Common/bptTypeKdegC.dbd
../../../bin/win32-x86-mingw/makeBpt.exe ../bptTypeKdegF.data 
../O.Common/bptTypeKdegF.dbd
"Installing dbd file ../../../dbd/menuConvert.dbd"
mkdir ../../../dbd
"Installing created dbd file ../../../dbd/bptTypeJdegC.dbd"
"Installing created dbd file ../../../dbd/bptTypeJdegF.dbd"
"Installing created dbd file ../../../dbd/bptTypeKdegC.dbd"
"Installing created dbd file ../../../dbd/bptTypeKdegF.dbd"
../../../bin/win32-x86-mingw/dbToMenuH.exe ../menuConvert.dbd 
../O.Common/menuConvert.h
make[3]: *** [../O.Common/menuConvert.h] Error -1073741819
make[3]: Leaving directory 
`W:/winDev/epics/R3.14.10/base-3.14.10/src/bpt/O.win32-x86-mingw'
make[2]: *** [install.win32-x86-mingw] Error 2
make[2]: Leaving directory
`W:/winDev/epics/R3.14.10/base-3.14.10/src/bpt'
make[1]: *** [bpt.install] Error 2
make[1]: Leaving directory `W:/winDev/epics/R3.14.10/base-3.14.10/src'
make: *** [src.install] Error 2



















Replies:
RE: Building ASYN on Windows John Dobbins
References:
Building ASYN on Windows John Dobbins
RE: Building ASYN on Windows Mark Rivers
RE: Building ASYN on Windows John Dobbins

Navigate by Date:
Prev: RE: CA reconnection problem Jeff Hill
Next: Re: Building ASYN on Windows Andrew Johnson
Index: 1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  2008  <20092010  2011  2012  2013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024 
Navigate by Thread:
Prev: RE: Building ASYN on Windows John Dobbins
Next: RE: Building ASYN on Windows John Dobbins
Index: 1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  2008  <20092010  2011  2012  2013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024 
ANJ, 31 Jan 2014 Valid HTML 4.01! · Home · News · About · Base · Modules · Extensions · Distributions · Download ·
· Search · EPICS V4 · IRMIS · Talk · Bugs · Documents · Links · Licensing ·