<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Unsatisfied Symbols in Pro C compile (sqlcxt()) in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/unsatisfied-symbols-in-pro-c-compile-sqlcxt/m-p/2424769#M728858</link>
    <description>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.&lt;BR /&gt;Does any one know what library(s) they are in???&lt;BR /&gt;Any ideas at all???&lt;BR /&gt;Thanks,&lt;BR /&gt;-Gregg W. Casey</description>
    <pubDate>Sun, 04 Jun 2000 02:16:02 GMT</pubDate>
    <dc:creator>Gregg Casey</dc:creator>
    <dc:date>2000-06-04T02:16:02Z</dc:date>
    <item>
      <title>Unsatisfied Symbols in Pro C compile (sqlcxt())</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unsatisfied-symbols-in-pro-c-compile-sqlcxt/m-p/2424769#M728858</link>
      <description>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.&lt;BR /&gt;Does any one know what library(s) they are in???&lt;BR /&gt;Any ideas at all???&lt;BR /&gt;Thanks,&lt;BR /&gt;-Gregg W. Casey</description>
      <pubDate>Sun, 04 Jun 2000 02:16:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unsatisfied-symbols-in-pro-c-compile-sqlcxt/m-p/2424769#M728858</guid>
      <dc:creator>Gregg Casey</dc:creator>
      <dc:date>2000-06-04T02:16:02Z</dc:date>
    </item>
    <item>
      <title>Re: Unsatisfied Symbols in Pro C compile (sqlcxt())</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unsatisfied-symbols-in-pro-c-compile-sqlcxt/m-p/2424770#M728859</link>
      <description>I believe the sqlcxt sybmbol should be in Oracle's library "libclntsh".&lt;BR /&gt;It is definitely not an HP symbol.  &lt;BR /&gt;You may want to check with Oracle as to why this symbol was not linked in.&lt;BR /&gt;Hope this helps.</description>
      <pubDate>Thu, 15 Jun 2000 08:10:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unsatisfied-symbols-in-pro-c-compile-sqlcxt/m-p/2424770#M728859</guid>
      <dc:creator>Handy Arry</dc:creator>
      <dc:date>2000-06-15T08:10:43Z</dc:date>
    </item>
    <item>
      <title>Re: Unsatisfied Symbols in Pro C compile (sqlcxt())</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unsatisfied-symbols-in-pro-c-compile-sqlcxt/m-p/2424771#M728860</link>
      <description>Search for makefiles samples on $ORACLE_HOME/precomp/demo/proc/*.mk&lt;BR /&gt;&lt;BR /&gt;and $ORACLE_HOME/precomp/doc/read.me&lt;BR /&gt;&lt;BR /&gt;HTH</description>
      <pubDate>Thu, 15 Jun 2000 09:17:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unsatisfied-symbols-in-pro-c-compile-sqlcxt/m-p/2424771#M728860</guid>
      <dc:creator>Carlos Fernandez Riera</dc:creator>
      <dc:date>2000-06-15T09:17:05Z</dc:date>
    </item>
    <item>
      <title>Re: Unsatisfied Symbols in Pro C compile (sqlcxt())</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unsatisfied-symbols-in-pro-c-compile-sqlcxt/m-p/2424772#M728861</link>
      <description>Here is our solution:&lt;BR /&gt;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.&lt;BR /&gt;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".&lt;BR /&gt;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.&lt;BR /&gt;&lt;BR /&gt;Thanks for all your respones!</description>
      <pubDate>Fri, 16 Jun 2000 16:11:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unsatisfied-symbols-in-pro-c-compile-sqlcxt/m-p/2424772#M728861</guid>
      <dc:creator>Gregg Casey</dc:creator>
      <dc:date>2000-06-16T16:11:20Z</dc:date>
    </item>
  </channel>
</rss>

