Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

gst(1) [debian man page]

SMALLTALK(1)							   User Commands						      SMALLTALK(1)

NAME
Smalltalk - the GNU Smalltalk virtual machine DESCRIPTION
GNU Smalltalk usage: gst [ flag ... ] [ file ... ] gst [ flag ... ] { -f | --file } file [ args ... ] Short flags can appear either as -xyz or as -x -y -z. If an option is mandatory for a long option, it is also mandatory for a short one. The currently defined set of flags is: -a --smalltalk-args Pass the remaining arguments to Smalltalk. -c --core-dump Dump core on fatal signal. -D --declaration-trace Trace compilation of all loaded files. -E --execution-trace Trace execution of all loaded files. -g --no-gc-message Do not print garbage collection messages. -H --help Print this message and exit. -i --rebuild-image Ignore the image file; rebuild it from scratch. --maybe-rebuild-image Rebuild the image file from scratch if any kernel file is newer. -I --image FILE Instead of `gst.im', use FILE as the image file, and ignore the kernel files' timestamps. -K --kernel-file FILE Make FILE's path relative to the image path. -q --quiet --silent Do not print execution information. -r --regression-test Run in regression test mode, i.e. make printed messages constant. -S --snapshot Save a snapshot just before exiting. -v --version Print the Smalltalk version number and exit. -V --verbose Show names of loaded files and execution stats. --emacs-mode Execute as a `process' (from within Emacs) --kernel-directory DIR Look for kernel files in directory DIR. --no-user-files Don't read user customization files. - Read input from standard input explicitly. Files are loaded one after the other. After the last one is loaded, Smalltalk will exit. If no files are specified, Smalltalk reads from the terminal, with prompts. In the second form, the file after -f is the last loaded file; any parameter after that file is passed to the Smalltalk program. AUTHOR
Written by Steve Byrne (sbb@gnu.org) and Paolo Bonzini (bonzini@gnu.org) GNU Smalltalk comes with NO WARRANTY, to the extent permitted by law. You may redistribute copies of GNU Smalltalk under the terms of the GNU General Public License. For more information, see the file named COPYING. Using default kernel path: /usr/share/gnu-smalltalk/kernel Using default image path: /usr/lib/gnu-smalltalk REPORTING BUGS
Report bugs to <help-smalltalk@gnu.org> GNU Smalltalk home page: <http://smalltalk.gnu.org/>. General help using GNU software: <http://www.gnu.org/gethelp/>. Copyright 2009 Free Software Foundation, Inc. SEE ALSO
The full documentation for Smalltalk is maintained as a Texinfo manual. If the info and Smalltalk programs are properly installed at your site, the command info gst should give you access to the complete manual. Smalltalk version 3.2.4 December 2011 SMALLTALK(1)

Check Out this Related Man Page

GST-PACKAGE(1)							   User Commands						    GST-PACKAGE(1)

NAME
gst-package - create and install GNU Smalltalk .star package files DESCRIPTION
Usage: gst-package [OPTION]... ARGS... Operation modes: --install make or install STAR packages (default) --uninstall remove the packages mentioned in the FILES --dist copy files instead of creating STAR files. --prepare create configure.ac or Makefile.am --list-files PKG just output the list of files in the package --list-packages just output the list of packages in the files --download, --update download package from smalltalk.gnu.org or from its specified URL --help display this message and exit --version print version information and exit Common suboptions: -n, --dry-run print commands without running them --srcdir DIR look for non-built files in directory DIR --distdir DIR for --dist, place files in directory DIR --destdir DIR prefix the destination directory with DIR --target-directory DIR install the files in DIR (unused for --dist) -I, --image-file=FILE load into the specified image --kernel-dir=PATH use the specified kernel directory -v, --verbose print extra information while processing --install suboptions: --test run unit tests after merging --load also load the Smalltalk files in the image --list-files suboptions: --load only list files that are filed in when loading --test with --load, also include unit test files --vpath Omit path to srcdir for files that are there --dist suboptions: --all-files Process all files, not just non-built ones --copy Do not create symbolic links All operation modes except --download (or its synonym --update) accept paths to package.xml files or .star files, including remote URLs. --download and --update accept names of packages, which will be searched in the current system or on smalltalk.gnu.org) or URLs to pack- age.xml or .star files. Except in uninstall and list files mode, gst-package requires write access to the GNU Smalltalk image directory, and merges the XML package files on the command line with that file. The default target directory is /build/buildd-gnu-smalltalk_3.2.4-2-amd64-LVoFQd/gnu-smalltalk-3.2.4 SEE ALSO
The full documentation for gst-package is maintained as a Texinfo manual. If the info and gst-package programs are properly installed at your site, the command info gst should give you access to the complete manual. gst-package version 3.2.4 December 2011 GST-PACKAGE(1)
Man Page