HP-UX General
1823998 メンバー
3806 オンライン
109667 解決策
新規ポスト

コンパイルでエラー

 
わたわた
新しいメンバー

コンパイルでエラー

すぐにエラーとなってしまうのですが、

どうしたら良いでしょうか・・・

# sh configure --with-tclinclude=../tcl8.4.13/generic

configuring Expect 5.43.0

checking for autoconf... no

checking configure up to date... yes

checking host system type... Invalid configuration `hppa2.0w-hp-hpux11.11': machine `hppa2.0w-hp' not recognized

checking target system type... Invalid configuration `hppa2.0w-hp-hpux11.11': machine `hppa2.0w-hp' not recognized

checking build system type... Invalid configuration `hppa2.0w-hp-hpux11.11': machine `hppa2.0w-hp' not recognized

checking shell to use within Make...

checking for gcc... no

checking for cc... cc

checking whether the C compiler (cc ) works... yes

checking whether the C compiler (cc ) is a cross-compiler... no

checking whether we are using GNU C... no

checking whether cc accepts -g... no

checking for building with threads... no (default)

checking for Tcl configuration... configure: warning: Can't find Tcl configuration definitions

configure: #: not found.

#
2件の返信2
nt
貴重なコントリビューター

コンパイルでエラー

> checking whether cc accepts -g... no

ANSI C は入っていますか?

nt
貴重なコントリビューター

コンパイルでエラー

> checking for Tcl configuration... configure: warning: Can't find Tcl configuration definitions

tclConfig.sh が見つからない。

> configure: #: not found.

tclConfig.sh が見つからないため

TCLCONFIG="# no tcl config was found"

. TCLCONFIG

を実行して

#: not found

となっています。