- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- _HP_mfprocld: Unsatisfied symbols
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2004 02:28 PM
02-03-2004 02:28 PM
_HP_mfprocld: Unsatisfied symbols
# cob -xvP mfproc.cbl -L/opt/cobol/cobdir/src/sql -L/embsql/lib -lcobct -lct -lcs -ltcl -lcomn -linsck -lm -L/opt/cobol/bin -L/opt/cobol/cobdir/src/sql -L/opt/cobol/cobdir/coblib
cob -C nolist -xvP mfproc.cbl -L/opt/cobol/cobdir/src/sql -L/embsql/lib -lcobct -lct -lcs -ltcl -lcomn -linsck -lm -L/opt/cobol/bin -L/opt/cobol/cobdir/src/sql -L/opt/cobol/cobdir/coblib
* Micro Focus COBOL for UNIX V4.1 revision 040 Compiler
* Copyright (C) 1984-1999 MERANT International URN O1UPR/BMB/01345T
* Accepted - verbose
* Accepted - nolist
* Accepted - list(mfproc.lst)
* Compiling mfproc.cbl
* Total Messages: 0
* Data: 12604 Code: 22204
* Micro Focus COBOL for Unix V4.1 revision 040 Code generator
* Copyright (C) 1984-1999 MERANT International URN OXUPR/BM0/00000T
* Accepted - verbose
* Accepted - hpoptimize(1)
* Generating mfproc.int
* Data: 12776 Code: 0 Literals: 7128
cob: Entry points defined in module: mfproc.o
*mfproc
MFPROC
_HP_mfprocld: Unsatisfied symbols:
comn_free (first referenced in /embsql/lib/libcobct.a(coboc.o)) (code)
comn_malloc (first referenced in /embsql/lib/libcobct.a(coboc.o)) (code)
May I know what went wrong? Is it due to syntax error or problem with HP Micro Focus COBOL?
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2004 03:33 PM
02-03-2004 03:33 PM
Re: _HP_mfprocld: Unsatisfied symbols
This looks like the 32 bit version we're using on our old D class servers, though we got it from Microfocus, not HP.
I'd start checking environment variables and the compiler license keys for corruption.
Syntax could be an issue.
What are you trying to compile? More detail would help.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2004 07:10 PM
02-03-2004 07:10 PM
Re: _HP_mfprocld: Unsatisfied symbols
--
ranga
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2004 07:14 PM
02-03-2004 07:14 PM
Re: _HP_mfprocld: Unsatisfied symbols
cob -xvP mfproc.cbl -L/opt/cobol/cobdir/src/sql -L/sybase125/OCS-12_5_new/lib -lcobct64 -lct64 -lcs64 -ltcl64 -lcomn64 -linsck -lm -L/opt/cobol/bin -L/opt/cobol/cobdir/src/sql -L/opt/cobol/cobdir/coblib
But encounter different error message:
ld: /sybase125/OCS-12_5_new/lib/libcobct64.a: Not a valid library (invalid magic number). Possibly a 64-bit PA archive library (Mismatched ABI).
Any idea?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2004 01:09 AM
02-04-2004 01:09 AM
Re: _HP_mfprocld: Unsatisfied symbols
if you want to build a 32-bit binary, you should include the correct libraries and library search paths in the link/compile line.
--
ranga