$ tar xvfz ocamltk416.tar.gz $ cd camltk416 $ ./configure --with-config=site.config (snip) checking Tcl and Tk includes and libraries... checking for tcl.h... yes checking for tk.h... yes checking for Tcl_GetObjResult in -ltcl80... no checking for Tcl_GetObjResult in -ltcl8.0... no checking for Tcl_GetFile in -ltcl76... no checking for Tcl_GetFile in -ltcl7.6... no checking for Tcl_GetFile in -ltcl75... no checking for Tcl_GetFile in -ltcl7.5... no checking for Tcl_GetFile in -ltcl... no configure: error: Can't find a tcl library. Check config.log to see what happened |
## If you're building the japanised version of MMM, you must use the ## japanised versions of Tcl and Tk. The libraries are usually installed ## as libtclXXjp.a and libtkXXjp.a. Uncomment the following line if you ## want "configure" to find the correct libraries LIBEXT=jp <--- 先頭の '# ' を削除する |
$ ./configure --with-config=site.config $ make all $ cd examples; make; ./helloworld |
$ cd .. $ su # make install # exit |