Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

cam-mktop2(1) [debian man page]

CAM-MKTOP2(1)							  [FIXME: manual]						     CAM-MKTOP2(1)

NAME
cam-mktop2 - Building custom toplevel systems base on topcameleon. SYNOPSIS
cam-mktop2 [ocamlmktop option...] DESCRIPTION
This manual page documents briefly the cam-mktop2 command. This manual page was written for the Debian GNU/Linux distribution because the original program does not have a manual page. The cam-mktop2 command builds topcameleon toplevels that contain user code preloaded at start-up. The cam-mktop2 command takes as argument a set of x.cmo and x.cma files, and links them with the object files that implement the Objective Caml toplevel. If the -custom flag is given, C object files and libraries (.o and .a files) can also be given on the command line and are linked in the resulting toplevel. See ocamlmktop manpages for a complete list of options. LICENSE
This manual page was written by Sylvain Le Gall gildor@debian.org for the Debian GNU/Linux system (but may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Lesser General Public License, Version 2.1 or any later version published by the Free Software Foundation; considering as source code all the file that enable the production of this manpage. SEE ALSO
ocamlmktop (1) AUTHOR
Sylvain Le Gall <gildor@debian.org> Author. COPYRIGHT
Copyright (C) 2005, 2006 Sylvain Le Gall [FIXME: source] Nov 12, 2006 CAM-MKTOP2(1)

Check Out this Related Man Page

MAKE_MY_CHAMO(1)						  [FIXME: manual]						  MAKE_MY_CHAMO(1)

NAME
make_my_chamo - Building custom chamo executable. SYNOPSIS
make_my_chamo [ocamlopt option...] DESCRIPTION
This manual page documents briefly the make_my_chamo command. This manual page was written for the Debian GNU/Linux distribution because the original program does not have a manual page. The native version of Chamo can not interpret OCaml code to modify its behaviour. However, it is possible to create your own native version of Chamo including personal modifications. This is the purpose of the tool make_my_chamo. This script allows to compile a Chamo including additional modules to extend and customize Chamo's behaviour while keeping the advantages of the native code. The script launches a compilation command using the OCaml compiler generating native code (ocamlopt). All options of this compiler can be used in the parameters of make_my_chamo. See ocamlopt manpages for a complete list of options. EXAMPLE
For example, the following command creates a native code executable ~/bin/mychamo.x which includes the default configuration module ~/.cameleon2/chamo.init.ml: make_my_chamo -o ~/mychamo.x ~/.cameleon2/chamo.init.ml LICENSE
This manual page was written by Sylvain Le Gall gildor@debian.org for the Debian GNU/Linux system (but may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Lesser General Public License, Version 2.1 or any later version published by the Free Software Foundation; considering as source code all the file that enable the production of this manpage. SEE ALSO
ocamlopt (1) AUTHOR
Sylvain Le Gall <gildor@debian.org> Author. COPYRIGHT
Copyright (C) 2005, 2006 Sylvain Le Gall [FIXME: source] Nov 12, 2006 MAKE_MY_CHAMO(1)
Man Page

4 More Discussions You Might Find Interesting

1. UNIX Desktop Questions & Answers

mini digi-cam

hey guys! I am on a fedora core2 i686 with gui and I have a miniture cool-cam which is digital.. it connects through regular usb.. the system recognizes it and the when I go into the desktop peripheral and go to camera it gives name and tells test was successful.. it also says that the camera has... (0 Replies)
Discussion started by: moxxx68
0 Replies

2. UNIX for Dummies Questions & Answers

could a change the ls command for a user only

Hi When I do the ls command I do ls -al so could I put someting in the .profile or somewhere else to juste write ls and the command will do ls -al ??? juste for 1 user ??? thanks Sylvain (5 Replies)
Discussion started by: slevesque
5 Replies

3. Solaris

Building OpenSolaris from sources

Everyone knows the project LFS (Linux from scratch), it is a book-assembly instructions GNU / Linux from source code. I managed to gather, then my knowledge of GNU / Linux grew, learned many new commands, edit config-files, base packages, kernel, etc. .. Now I would like also to explore... (0 Replies)
Discussion started by: Geekon
0 Replies

4. Programming

UNIX commad in COBOL

Hi guys, i used the call "sytem" using ... in a cobol program. At the moment i stoped at an empasse, how cam I retrive the execution's result of unix command? Explenation, I made an 'pwd' command, and I must to have the directory inside the program. How can have this result? (2 Replies)
Discussion started by: Prosy60
2 Replies