t_ii****@ot*****
t_ii****@ot*****
2004年 1月 28日 (水) 20:41:29 JST
はじめまして、飯井と申します。 HP-UX11.11へのCVSのインストールを試みたのですが、makeにてエラーが発生してしまいます。 過去ログも参照して見たのですが、似た現象はあるものの解決できませんでした。 何卒御助力をお願い致します。 実施したバイナリ(cvs-1.11.11)は以下からの物となります。 http://ccvs.cvshome.org/servlets/ProjectDownloadList 環境はバンドル版のcコンパイラのみインストールしてあり、ANSIなどの商用は入っておりません。 かつ、gcc、bison等は未導入です。 実行時の標準出力ログですが以下になります。 --------------------------------------------------- [egd01:cvs] 16> make 拡張子リストがありません。 make all-recursive 拡張子リストがありません。 Making all in lib source='argmatch.c' object='argmatch.o' libtool=no \ depfile='.deps/argmatch.Po' tmpdepfile='.deps/argmatch.TPo' \ depmode=hp /bin/sh ../depcomp \ cc -DHAVE_CONFIG_H -I. -I. -I.. -I../src -g -c `test -f 'argmatch.c ' || echo './'`argmatch.c (Bundled) cc: warning 480: The -g option is available only with the C/ANSI C pro duct; ignored. yacc `test -f 'getdate.y' || echo './'`getdate.y sh: yacc: 見つかりません。 *** エラー終了コード 127 中止 *** エラー終了コード 1 中止 *** エラー終了コード 1 中止 --------------------------------------------------- これら現象自体が、ANSI購入で解決するのか、bisonのインストールで解決するのかはたまた、 他にもエラーがでているのかが把握できておりません。 エラーの現象としては、make時に発生しておりまして、以下のconfigureとなっております。 --------------------------------------------------- ## ----------- ## ## Core tests. ## ## ----------- ## configure:1424: checking for a BSD-compatible install configure:1479: result: ./install-sh -c configure:1490: checking whether build environment is sane configure:1533: result: yes configure:1566: checking for gawk configure:1595: result: no configure:1566: checking for mawk configure:1595: result: no configure:1566: checking for nawk configure:1595: result: no configure:1566: checking for awk configure:1582: found /usr/bin/awk configure:1592: result: awk configure:1602: checking whether make sets $(MAKE) configure:1622: result: yes configure:1783: checking for cvs configure:1816: result: no configure:1850: checking whether to enable maintainer-specific portions of Makefiles configure:1859: result: no configure:1921: checking for gcc configure:1950: result: no configure:2001: checking for cc configure:2017: found /usr/bin/cc configure:2027: result: cc configure:2191: checking for C compiler version configure:2194: cc --version </dev/null >&5 (Bundled) cc: warning 422: Unknown option "-" ignored. (Bundled) cc: warning 480: The -e option is available only with the C/ANSI C product; ignored. (Bundled) cc: NLSPATH is /usr/lib/nls/msg/%L/%N.cat:/usr/lib/nls/msg/C/%N.cat: (Bundled) cc: CCOPTS is not set. (Bundled) cc: INCLUDIR is INCLUDIR=/usr/include configure:2197: $? = 0 configure:2199: cc -v </dev/null >&5 (Bundled) cc: NLSPATH is /usr/lib/nls/msg/%L/%N.cat:/usr/lib/nls/msg/C/%N.cat: (Bundled) cc: CCOPTS is not set. (Bundled) cc: INCLUDIR is INCLUDIR=/usr/include configure:2202: $? = 0 configure:2204: cc -V </dev/null >&5 configure:2207: $? = 0 configure:2230: checking for C compiler default output file name configure:2233: cc conftest.c >&5 configure:2236: $? = 0 configure:2282: result: a.out configure:2287: checking whether the C compiler works configure:2293: ./a.out configure:2296: $? = 0 configure:2313: result: yes configure:2320: checking whether we are cross compiling configure:2322: result: no configure:2325: checking for suffix of executables configure:2327: cc -o conftest conftest.c >&5 configure:2330: $? = 0 configure:2355: result: configure:2361: checking for suffix of object files configure:2382: cc -c conftest.c >&5 configure:2385: $? = 0 configure:2407: result: o configure:2411: checking whether we are using the GNU C compiler configure:2435: cc -c conftest.c >&5 (Bundled) cc: "conftest.c", line 14: error 1000: Unexpected symbol: "me". (Bundled) cc: "conftest.c", line 14: error 1588: "choke" undefined. --------------------------------------------------- 以上となりますが、どなたかお知恵を拝借できませんでしょうか? どうぞ宜しくお願い申し上げます。