Operating System - HP-UX
1753444 Members
4642 Online
108794 Solutions
New Discussion

Re: Trouble Linking HP Micro Focus Object COBOL

 
Andre Franklin
Advisor

Trouble Linking HP Micro Focus Object COBOL

I am attempting to link HP Micro Focus COBOL to an old sequential access method called T-ISAM and am getting the following load error:

ld: (Warning) At least one PA 2.0 object file (/var/tmp/cobBAAa14374/verlibhpcobol.o) was detected. The linked output may not run on a PA 1.x system.
ld: unsatisfied symbols:
mFt_ddmap (code)
mFt_chklock (code)
mFt_closewithlock (code)
mFt_check_file_open (code)
mFt_set_stat (code)
mFt_getname (code)
mFt_setiderr (code)
mFt_mferr (code)

I am speculating that I am having some version incompatibility here, but I am not sure. Can anyone confirm and assist me in solving this problem or if not further assist me in troubleshooting?

Thanks in advance
1 REPLY 1
Dennis Handly
Acclaimed Contributor

Re: Trouble Linking HP Micro Focus Object COBOL

>Can anyone confirm and assist me in solving this problem?

You'll probably need to talk to Micro Focus directly. HP no longer supports this.

Have you searched all of MF's libs?
nm -pxAN /path-to-libs/lib* | grep -e mFt_ddmap -e mFt_chklock