Executing make all and make opt results in the following files:% ./configure % make % make opt % make install
ocmysql.o | External primitives written in C |
mysql.mli | Interface |
mysql.cmi | |
mysql.cmo | Module for mysql access |
mysql.cmx | |
mysql.o | |
mysqltop | ocaml-interpreter with mysql support |
demo.cmo | Simple demo. Use in mysqltop |
CPU | OS | ocaml | mysql | |
x86 | Linux 2.2 | 3.04 | 3.23.38 |
Do not forget to create a new configure script by invoking autoconf. Please send a patch back to the author.AC_CHECKING(for MySQL header files) dnl dirs="/usr/local/include /usr/local/mysql/include /usr/include /usr/include/mysql"
Copyright © 2001, 2002 Shawn Wagner shawnw@speakeasy.org. Copyright © 1998, 1999 Christian Lindig lindig@gaertner.de. . All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:This software is provided ``as is'' and any express or implied warranties, including, but not limited to, the implied warranties of merchantability and fitness for a particular purpose are disclaimed. In no event shall the author and copyright holder be liable for any direct, indirect, incidental, special, exemplary, or consequential damages (including, but not limited to, procurement of substitute goods or services; loss of use, data, or profits; or business interruption) however caused and on any theory of liability, whether in contract, strict liability, or tort (including negligence or otherwise) arising in any way out of the use of this software, even if advised of the possibility of such damage.
- Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
- Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
This document was translated from LATEX by HEVEA.