📄 faq.so
字号:
m4_comment([$Id: faq.so,v 11.10 2004/10/05 16:44:35 bostic Exp $])m4_ref_title(Tcl API, Tcl FAQ, [Tcl @FAQ, Tcl FAQ], tcl/error, ext/mod)m4_nlistbeginm4_nlist([dnlm4_bold([I have several versions of Tcl installed. How do I configurem4_db to use a particular version?])m4_p([dnlTo compile the Tcl interface with a particular version of Tcl, use the--with-tcl option to specify the Tcl installation directory thatcontains the tclConfig.sh file. Seem4_link(M4RELDIR/ref/build_unix/flags, [Changing compile or loadoptions]) for more information.])])m4_hlm4_nlist([dnlm4_bold([m4_db was configured using --enable-tcl or --with-tcl and failsto build.])m4_p([dnlThe m4_db Tcl interface requires Tcl version 8.4 or greater.])])m4_hlm4_nlist([dnlm4_bold([m4_db was configured using --enable-tcl or --with-tcl and failsto build.])m4_p([dnlIf the Tcl installation was moved after it was configured and installed,try reconfiguring and reinstalling Tcl.])m4_p([dnlAlso, some systems do not search for shared libraries by default, or donot search for shared libraries named the way the Tcl installation namesthem, or are searching for a different kind of library than those inyour Tcl installation. For example, Linux systems often require linking"libtcl.a" to "libtcl#.#.a", whereas AIX systems often require adding the"-brtl" flag to the linker. A simpler solution that almost always workson all systems is to create a link from "libtcl.#.#.a" or "libtcl.so"(or whatever you happen to have) to "libtcl.a" and reconfigure.])])m4_hlm4_nlist([dnlm4_bold([Loading the m4_db library into Tcl on AIX causes a core dump.])m4_p([dnlIn some versions of Tcl, the "tclConfig.sh" autoconfiguration scriptcreated by the Tcl installation does not work properly under AIX, andyou may have to modify values in the tclConfig.sh file to in order toload the m4_db library into Tcl. Specifically, the TCL_LIB_SPECvariable should contain sufficient linker flags to find and link againstthe installed libtcl library. In some circumstances, the tclConfig.shfile built by Tcl does not.])])m4_nlistendm4_page_footer
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -