Having written your USER code, you can build your own dipso binary.
You must first set the environment variable SYSTEM appropriately for your system: alpha_OSF1 for AXP OSF/1, or sun4_Solaris for Sparc Solaris 2.x.
Then, you can compile and link a new binary by typing:
% dipsosetup % my_dipso
If you wish to link in subroutines contained in object modules sub1.o, sub2.o etc, you should define an environment variable MY_OBJECTS specifying these object files:
% setenv MY_OBJECTS "sub1.o sub2.o sub3.o" % dipsosetup % my_dipso
This leaves you with a personal copy of dipso in the directory you're working in. You should then set up an alias to run this version in preference to the system version:
% alias dipso <where ever>/dipso
DIPSO --- A friendly spectrum analysis program