Size: 918
Comment:
|
Size: 1144
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 34: | Line 34: |
Remarks: If you have compiled a program with a local utils library (with ''utils_test=true'') and later on you want to compile it with the default utils library, it is necessary to make ''distclean'' before compiling. |
Make changes in Utils Library
Check out library utils to $HOME/clams or - if it is already checked out - update all files:
cvs co utils
orcvs update utils
Make changes in $HOME/clams/utils/src
Compile library utils:
gmake theLibrary
- Compile program with modified library:
gmake distclean gmake utils_test=true progname
It is important to make distclean before compiling so that the correct module and library paths are used for compiling and linking.
- Repeat steps 2 to 4 until modification is completed.
- Commit the modified files in utils library to the repository:
cvs commit -m "..." filename
Send mail to Nicole or Verena. They can update the utils library in directory /usr/local/icg/icg1/local/utils which is used for compilations of CLaMS programs by default.
Remarks:
If you have compiled a program with a local utils library (with utils_test=true) and later on you want to compile it with the default utils library, it is necessary to make distclean before compiling.