- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Unsatisfied Symbols in Pro C compile (sqlcxt())
Operating System - HP-UX
1821643
Members
2913
Online
109633
Solutions
Forums
Categories
Company
Local Language
юдл
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
юдл
back
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
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
тАО06-03-2000 07:16 PM
тАО06-03-2000 07:16 PM
Unsatisfied Symbols in Pro C compile (sqlcxt())
When compiling a C program (with Oracle Pro C) originally written for cfront then re-written and recompiled with the aCC compiler, I keep getting "Unsatisfied symbols" for sqlcxt() and sqlbuft() functions.
Does any one know what library(s) they are in???
Any ideas at all???
Thanks,
-Gregg W. Casey
Does any one know what library(s) they are in???
Any ideas at all???
Thanks,
-Gregg W. Casey
Carpe Diem!
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-15-2000 01:10 AM
тАО06-15-2000 01:10 AM
Re: Unsatisfied Symbols in Pro C compile (sqlcxt())
I believe the sqlcxt sybmbol should be in Oracle's library "libclntsh".
It is definitely not an HP symbol.
You may want to check with Oracle as to why this symbol was not linked in.
Hope this helps.
It is definitely not an HP symbol.
You may want to check with Oracle as to why this symbol was not linked in.
Hope this helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-15-2000 02:17 AM
тАО06-15-2000 02:17 AM
Re: Unsatisfied Symbols in Pro C compile (sqlcxt())
Search for makefiles samples on $ORACLE_HOME/precomp/demo/proc/*.mk
and $ORACLE_HOME/precomp/doc/read.me
HTH
and $ORACLE_HOME/precomp/doc/read.me
HTH
unsupported
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-16-2000 09:11 AM
тАО06-16-2000 09:11 AM
Re: Unsatisfied Symbols in Pro C compile (sqlcxt())
Here is our solution:
The problem was that we wanted to use the C++ compiler (aCC) to compile ALL code incuding Pro C code. The idea was that we would only have to obtain and support one compiler.
However, due to scoping issues in C++, you can't do it. C++ can't find structs defined outside of the "EXEC SQL begin declare section;" and the "EXEC SQL end declare section".
So, we decided to go back to the Ansi C (cc) compiler for the Pro C code and just use aCC for the C++ code.
Thanks for all your respones!
The problem was that we wanted to use the C++ compiler (aCC) to compile ALL code incuding Pro C code. The idea was that we would only have to obtain and support one compiler.
However, due to scoping issues in C++, you can't do it. C++ can't find structs defined outside of the "EXEC SQL begin declare section;" and the "EXEC SQL end declare section".
So, we decided to go back to the Ansi C (cc) compiler for the Pro C code and just use aCC for the C++ code.
Thanks for all your respones!
Carpe Diem!
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Learn About
News and Events
Support
© Copyright 2025 Hewlett Packard Enterprise Development LP