From: Janet Anderson [jba_at_aps.anl.gov] Sent: Friday, February 13, 2004 2:08 PM Subject: Re: snc-seq/seq-2.0.8 install location Users should be able to build a support application and install to a user specified location by adding a definition like: INSTALL_LOCATION_APP = /usr/local/seq-2.0.8 to the top of the application's configure/RELEASE file. But this does not work for seq because of incorrect definitions for SNC in the 3 seq Makefiles: test/demo/Makefile test/simple/Makefile test/validate/Makefile The fix is to change: SNC = $(TOP)/bin/$(EPICS_HOST_ARCH)/snc to SNC = $(INSTALL_HOST_BIN)/snc [updated 16-Feb-2004]