Cygwin なんでも掲示板

一覧最新記事過去一覧 | 検索FAQアンテナHOME
(新規投稿・発言はできません)

No.2931  tinycobolでコンパイルエラー
発言者: cobol初心者
発言日: 2005 06/09 18:35
 
OSがWindows2000のパソコンにCOBOLの環境を構築しています。
そこで下記をインストールしました。
 @Cygwin
 Adb-1.86-1.cygwin.tar.gz
 Btinycobol-0.61-1.cygwin.tar.gz
 Cgcc3.3.3(cygwin setup.exeより取得 c,c++のみ)
 ※ABはCygwinのカレントディレクトリでtarコマンドにて解凍

早速'HELLO WORLD!'を表示するだけのプログラムをコンパイル&リンクしてみたら、以下メッセージが出力され、失敗しました。


$ htcobol -vx hello.cob
/usr/local/share/htcobol/htcobolpp -v -t 8 -x hello.cob -o hello.i
/usr/bin/as.exe -o hello.o hello.s
/usr/bin/gcc.exe -o hello hello.o -L/usr/lib -L/usr/local/lib -lhtcobol -lcygwin
/usr/local/lib/libhtcobol.a(fileio.o):fileio.c:(.text+0x723): undefined reference to `dbopen'
/usr/local/lib/libhtcobol.a(fileio.o):fileio.c:(.text+0x818): undefined reference to `dbopen'
/usr/local/lib/libhtcobol.a(fileio.o):fileio.c:(.text+0x45b9): undefined reference to `_dbopen'
Info: resolving __impure_ptr by linking to __imp___impure_ptr (auto-import)
collect2: ld returned 1 exit status


対応策をご存知の方、ご教授願います。


▼関連発言

2931:tinycobolでコンパイルエラー [cobol初] 06/09
 └2937:Re:tinycobolでコンパイルエラー [Peg] 06/12
  ├2941:Re[2]:tinycobolでコンパイルエラー [cobol初] 06/13
  └2942:Re[2]:tinycobolでコンパイルエラー [nil] 06/13
   └2946:Re[3]:tinycobolでコンパイルエラー [cobol初] 06/14
    └2947:Re[4]:tinycobolでコンパイルエラー [nil] 06/14
     └2957:OpenCOBOL 周りの話 [Peg] 06/19
      └2960:Re:OpenCOBOL 周りの話 [nil] 06/20
       └2966:Re[2]:OpenCOBOL 周りの話 [Peg] 06/25 <

Pass 保存

早田のホームページへ
CGIROOM