configure: error: library 'xslt' is required for XSLT support 解决方法: yum install libxslt libxslt-devel 【问题10】: configure: error: Tcl shell not found 解决方法: yum install tcl tcl-devel 【问题11】: checking for ldap.h... no configure: error: header file is required for LDAP 解决方...
我没去理会它,继续下一步:./configure 结果出现了configure:error:jimtcl not found... jimtcl目录下是空的。 解决 在readme文档中,我看到了: You can download the current GIT version with a GIT client of yourchoice from the main repository: git://git.code.sf.net/p/openocd/code You may prefe...
configure: using shared libraries checking for tclConfig.sh... not found configure: WARNING: Could not find Tcl which is needed for some tests checking whether ln -s works... yes checking for ranlib... ranlib checking for a BSD-compatible install... install checking for ar... ar checking ...
@@ -687,8 +685,8 @@ proc sqlite-check-tcl {} { # in main.mk (search it for T.tcl.env.sh) so that # static/hand-written makefiles which import main.mk do not have # to define that before importing main.mk. Even so, we export # TCLLIBDIR from here, which will cause the ...
I've created a PR for the problems with GCC-12 that I found. It is a draft for now for two reasons: I'm not entirely happy with some code duplication in the _ctypes changes There's no news entry yet UPDATE: Said PR is now ready for review. ...
*install-sh*) MKDIR_P='\${SHELL} \${top_srcdir}/config/install-sh -c -d';; esac PGAC_PATH_BISON PGAC_PATH_FLEX PGAC_PATH_PERL if test "$with_perl" = yes; then if test -z "$PERL"; then AC_MSG_ERROR([Perl not found]) fi ...
The result was a number of error messages from cc1, which is part of the gcc compiler suite. Those error messages seem to say that cc1 does not understand the options gcc is giving it. This should not happen: gcc and cc1 should both be parts of the same compiler packag...
*install-sh*) MKDIR_P='\${SHELL} \${top_srcdir}/config/install-sh -c -d';; esac PGAC_PATH_BISON PGAC_PATH_FLEX PGAC_PATH_PERL if test "$with_perl" = yes; then if test -z "$PERL"; then AC_MSG_ERROR([Perl not found]) fi ...
configure:2633: checking for a sed that does not truncate output configure:2697: result: /usr/bin/sed configure:2706: checking for gawk configure:2722: found /usr/bin/gawk configure:2733: result: gawk configure:3227: checking for libatomic support ...
AC_MSG_ERROR([LTO support is not enabled for this target.]) fi ;; esac fi # Among non-ELF, only Windows platforms support the lto-plugin so far. # Build it unless LTO was explicitly disabled. case $target in *-cygwin* | *-mingw*) build_lto_plugin=$enable_lto ;; ...