FAQ Answerpage
QUESTION:
Difference between the compile command (found in the Beta tutorial): bsub -q bldrecoq -o gmake.log gmake lib and gmake lib BetaUser.bin.
ANSWER:
Some of all of the following detailed response and/or links will likely be included in the upcoming User Workbook. At that time,the details here will be omitted and replaced with a pointer to the User Workbook.
The command
bsub -q bldrecoq -o gmake.log gmake lib
is explained in the Beta tutorial.
lib is the parameter to the command gmake and lib tells gmake to create only the libraries (ie: to compile only).
And the other command
gmake lib BetaUser.bin
runs interactively. That is, this command compiles and links.
Usages of gmake <option> can be found in the BUG in the section Useful Tips, Tricks and Gotcha's.
Also, see the Workbook for Babar Offline Users.
(Last updated 7/31/98)
[ SLAC Homepage] [Search] [FAQ Homepage]
If you have a FAQ (with or WITHOUT an answer), use our prototype submission form.
If you have comments or suggestions, email me at sison@slac.stanford.edu
|