To build this Newport MM4000/5, "asyn" example on a Unix OS; - in /Makefile: the following two lines must be uncommented; #DIRS := $(DIRS) $(filter-out $(DIRS), motorExApp) #DIRS := $(DIRS) $(filter-out $(DIRS), iocBoot) - in /configure/RELEASE: EPICS_BASE, TEMPLATE_TOP, MSI and ASYN must all be defined. - in /motorApp/Makefile: #DIRS += NewportSrc must be uncommented. - in /motorExApp/Makefile: #DIRS += WithMPF must be uncommented. Finally, cd ; gnumake clean uninstall; gnumake To run this Newport MM4000/5, "asyn" example on a Unix OS; - Set the EPICS_HOST_ARCH environment variable correctly. - Edit the st.cmd.unix file for either sun or linux. - Start the ioc from this directory by executing the following command. ../../bin/${EPICS_HOST_ARCH}/WithMPF st.cmd.unix