1GXINT(1) General Commands Manual GXINT(1)
2
3
4
6 gxint - load and run an interactive Geant application
7
9 gxint [options] file(s)
10
12 gxint is a script to load and run a Geant application, which is usually
13 in the form of Fortran source code. The desired routines are given in
14 file(s).
15
17 -d driver
18 Specify a graphics driver. The available options on Linux are
19 X11 and Motif (which should also work with lesstif). X11 is the
20 default.
21
22 -g geant_version
23 Specify the version of Geant to use. Current default is 3.21.
24 This option only makes sense if you have installed a Geant ver‐
25 sion other than 3.21 (i.e. one not packaged by Debian).
26
27 -h host
28 Useful with the -d X11 option only. Specifies the hostname used
29 for the display; syntax is identical with that of $DISPLAY. If
30 no hostname is specified, the value of $DISPLAY is used.
31
32 -l library
33 Specify additional libraries. This option may be repeated to
34 add several libs.
35
36 -L path
37 Additional loader search path. Useful if additional libraries
38 are specified with -l option. This option may be repeated with
39 more than one pathname.
40
41 -m Do NOT use main program from cernlib area.
42
43 -o outputfile
44 Do not immediately run Geant, but instead produce an executable
45 file named outputfile. If "-o" is not given, the executable
46 file will be created in $HOME, named GEANTpid (pid being the
47 process ID of gxint), and run automatically.
48
49 -v version
50 Specify version of $CERN_LEVEL. This is meaningless unless you
51 have installed an upstream version of Cernlib (i.e. not packaged
52 by Debian); see the file /usr/share/doc/cern‐
53 lib-base/README.Debian.
54
55 -?, --help
56 Show a summary of options.
57
59 cernlib(1) - script to list required -l and -L options given a list of
60 CERN libraries
61
62 /usr/share/doc/cernlib-base/README.Debian describes how one might use
63 the -v flag with Debian's versions of the cernlib and gxint scripts if
64 one has an upstream version of Cernlib installed.
65
66 Cernlib documentation for all related libraries and programs is avail‐
67 able at the following URL: http://cern.ch/cernlib/
68
70 This manual page was written by Kevin McCarty <kmccarty@debian.org> for
71 the Debian GNU/Linux system (but may be used by others).
72
74 This manual page is (C) Copyright Kevin McCarty, 2002, 2003, 2004,
75 2005.
76
77
78
79 January 24, 2003 GXINT(1)