|
From: <ga...@rc...> - 2005-06-28 14:17:31
|
Thanks Mr. Essex for your answer!
Here are my adventures with Tinycobol.
When I installed tinycobol-0.62.-1.i386.rpm on my RH9 machine , the
installation
did not make symbolic link /usr/lib/libhtcobol.so.0 --->
libhtcobol.so.0.62.0 ,
so I made it by hand.
When I tried to install db1-1.85.4-8.i386.rpm it claims on conflict on
two files:
libdb1.so.2 and
db1_dump185.
So I renamed those two files of gnome-libs-1.4.1.2.90-32 and installed
db1 rpm.
After that I installed db1-devel-1.85.4-8.i386.rpm and
byacc-1.93-21bw.i386.rpm.
Checked all packages trough webmin and made failing symbolic links.
(now certainly webmin claims on moved gnome-libs files,
failed file size check for db1_dump185 and libdb1.so.2 )
Now I tried to compile a simply cobol program:
*
IDENTIFICATION DIVISION.
PROGRAM-ID. zvonko.
PROCEDURE DIVISION.
DISPLAY "Sretan start buduce saradnje".
STOP RUN.
typing #htcobol zvonko.cob
The result was:
/usr/lib/gcc-lib/i386-redhat-linux/3.2.2/../../../libhtcobol.a(fileio.o)(.text+0x63a):
In function `tcob_open':
: undefined reference to `__db185_open'
/usr/lib/gcc-lib/i386-redhat-linux/3.2.2/../../../libhtcobol.a(fileio.o)(.text+0x706):
In function `tcob_open':
: undefined reference to `__db185_open'
/usr/lib/gcc-lib/i386-redhat-linux/3.2.2/../../../libhtcobol.a(fileio.o)(.text+0x3c82):
In function `tcob_sort_open':
: undefined reference to `__db185_open'
collect2: ld returned 1 exit status
Can you give me an advice what to do?
Thanks again!
Gabor
|