<?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 Re: Pro*C Error in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/pro-c-error/m-p/5153089#M666830</link>
    <description>Thank you Dennis.&lt;BR /&gt;&lt;BR /&gt;Actually while modifying the make file i FTPd it to local machine and opened using notepad and moved it back to the server. Notepad has inserted some junk characters and that was causing the issue.&lt;BR /&gt;&lt;BR /&gt;Now, we get few warning when we try compiling the programs. And the program gets compiled when we use +D&lt;WARNING no=""&gt; on CFLAG. We want to fix the program rather than supressing the error.&lt;BR /&gt;&lt;BR /&gt;We get the follwing error when we tried compiling a program.&lt;BR /&gt;&lt;BR /&gt;ld: Unsatisfied symbol "sqlcx2t" in file get_plc_data.o&lt;BR /&gt;ld: Unsatisfied symbol "main" in file &lt;NO file=""&gt;&lt;BR /&gt;2 errors.&lt;BR /&gt;*** Error exit code 1 (ignored)&lt;BR /&gt;/bin/rm -f get_plc_data.o&lt;BR /&gt;&lt;BR /&gt;We guess that the fix may be as simple as adding a header file. But we donot knwo what that header file is.&lt;BR /&gt;&lt;BR /&gt;Also, we get the following,&lt;BR /&gt;&lt;BR /&gt;/home/builddir $ make build_sy_ocstobarts&lt;BR /&gt;Making Object files for sy_ocstobarts.c&lt;BR /&gt;/usr/ccs/bin/cc -c +DD64 +W2225,2009,2001,2174,2177,2117,2181,2180,4212,2549,2167,2169 -I. -I../lib -I/u01/dba/oracle/prodc&lt;BR /&gt;/usr/ccs/bin/cc -o sy_ocstobarts sy_ocstobarts.o -L/u01/dba/oracle/product/1012ias/lib -lclntsh +DD64&lt;BR /&gt;ld: Unsatisfied symbol "piut_setservernode" in file sy_ocstobarts.o&lt;BR /&gt;ld: Unsatisfied symbol "pipt_findpoint" in file sy_ocstobarts.o&lt;BR /&gt;ld: Unsatisfied symbol "piut_connect" in file sy_ocstobarts.o&lt;BR /&gt;ld: Unsatisfied symbol "pitm_systime" in file sy_ocstobarts.o&lt;BR /&gt;ld: Unsatisfied symbol "pitm_formtime" in file sy_ocstobarts.o&lt;BR /&gt;ld: Unsatisfied symbol "piut_netserverinfo" in file sy_ocstobarts.o&lt;BR /&gt;ld: Unsatisfied symbol "piar_compvalues" in file sy_ocstobarts.o&lt;BR /&gt;7 errors.&lt;BR /&gt;*** Error exit code 1&lt;BR /&gt;&lt;BR /&gt;Gess they are refering to missing PI interface components.&lt;BR /&gt;&lt;BR /&gt;Can you please help us out in this issue?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Dhivya&lt;BR /&gt;&lt;/NO&gt;&lt;/WARNING&gt;</description>
    <pubDate>Fri, 30 Jan 2009 06:19:57 GMT</pubDate>
    <dc:creator>NDhivya</dc:creator>
    <dc:date>2009-01-30T06:19:57Z</dc:date>
    <item>
      <title>Pro*C Error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pro-c-error/m-p/5153075#M666816</link>
      <description>&lt;!--!*#--&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;When we try to compile and link a pro*c file we get the below error. Can any one highlight what might be causing the error ?&lt;BR /&gt; &lt;BR /&gt;Operating System: HP-UX Itanium 11.31&lt;BR /&gt;Database: 10.2.0.4&lt;BR /&gt;Pro*C compiler version: pro*C/C++: Release 10.2.0.4.0&lt;BR /&gt;C/C++ Version: HP C/aC++ for Integrity Servers B3910B A.06.17 [Mar 4 2008]&lt;BR /&gt; &lt;BR /&gt;/home/builddir $ make build_plc_barts &lt;BR /&gt;        /opt/ansic/bin/cc  -o plc_barts assign_plc_chan.o init_plc_devices.o plc_barts.o  queue_plc4&lt;BR /&gt;ld: Mismatched ABI (not an ELF file) for -lclntsh, found /lib/hpux64/libclntsh.so&lt;BR /&gt;Fatal error.&lt;BR /&gt;*** Error exit code 1&lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt;/home/builddir $ make build_get_plc_data&lt;BR /&gt;Making Object files for get_plc_data.c&lt;BR /&gt;        /opt/ansic/bin/cc  -c +DD64  -I. -I../lib  -I/u01/dba/oracle/product/10.2.0/precomp/public c&lt;BR /&gt;        /opt/ansic/bin/cc  -o get_plc_data get_plc_data.o -L/lib/hpux64 -L/u01/dba/oracle/product/14&lt;BR /&gt;ld: Unsatisfied symbol "sqlcx2t" in file get_plc_data.o&lt;BR /&gt;ld: Unsatisfied symbol "main" in file &lt;NO file=""&gt;&lt;BR /&gt;2 errors.&lt;BR /&gt;*** Error exit code 1 (ignored)&lt;BR /&gt;        /bin/rm -f get_plc_data.o&lt;BR /&gt; &lt;BR /&gt;The make file has the following &lt;BR /&gt; &lt;BR /&gt;# C compiler flags&lt;BR /&gt;CFLAGS=         +DD64&lt;BR /&gt; &lt;BR /&gt;LFLAGS=         -L/lib/hpux64 -L/u01/dba/oracle/product/10.2.0/lib -lclntsh +DD64&lt;BR /&gt; &lt;BR /&gt;# C compiler include directories&lt;BR /&gt;IFLAGS=         -I. -I../lib $(PRECOMPPUBLIC) -I/u01/dba/oracle/product/10.2.0/precomp/public&lt;BR /&gt; &lt;BR /&gt;build_get_plc_data: get_plc_data.o&lt;BR /&gt;                -$(CC) -o get_plc_data get_plc_data.o $(LFLAGS)&lt;BR /&gt;                $(RM) get_plc_data.o&lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt;If required we can upload the complete make file.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Dhivya&lt;BR /&gt;&lt;/NO&gt;</description>
      <pubDate>Wed, 28 Jan 2009 11:40:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pro-c-error/m-p/5153075#M666816</guid>
      <dc:creator>NDhivya</dc:creator>
      <dc:date>2009-01-28T11:40:13Z</dc:date>
    </item>
    <item>
      <title>Re: Pro*C Error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pro-c-error/m-p/5153076#M666817</link>
      <description>ld: Mismatched ABI (not an ELF file) for -lclntsh, found /lib/hpux64/libclntsh.so&lt;BR /&gt;&lt;BR /&gt;What does "file /lib/hpux64/libclntsh.so" show?&lt;BR /&gt;&lt;BR /&gt;cc -o get_plc_data get_plc_data.o -L/lib/hpux64 -L/u01/dba/oracle/product/14&lt;BR /&gt;&lt;BR /&gt;&amp;gt;-L/lib/hpux64&lt;BR /&gt;&lt;BR /&gt;This path is incorrect, remove it since it is the default.  You also are missing +DD64.&lt;BR /&gt;&lt;BR /&gt;I don't see any -l options to specify the shlibs?&lt;BR /&gt;&lt;BR /&gt;LFLAGS=         -L/lib/hpux64 ...&lt;BR /&gt;&lt;BR /&gt;Remove this -L.</description>
      <pubDate>Wed, 28 Jan 2009 13:09:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pro-c-error/m-p/5153076#M666817</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2009-01-28T13:09:54Z</dc:date>
    </item>
    <item>
      <title>Re: Pro*C Error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pro-c-error/m-p/5153077#M666818</link>
      <description>&lt;!--!*#--&gt;Thanks for your response Dennis.&lt;BR /&gt;&lt;BR /&gt;file /lib/hpux64/libclntsh.so shows &lt;BR /&gt;ELF-64 shared object file - IA64&lt;BR /&gt;&lt;BR /&gt;We get the below after removing /lib/hpux64 and removing -L from the LFLAGS&lt;BR /&gt;&lt;BR /&gt;/opt/ansic/bin/cc  -c +DD64  -I. -I../lib  -I/u01/dba/oracle/product/1012ias/precomp/public plc_barts.c&lt;BR /&gt;/opt/ansic/bin/cc  -o plc_barts assign_plc_chan.o init_plc_devices.o plc_barts.o  queue_plc_read.o read_plc_ast.o translate4&lt;BR /&gt;&lt;BR /&gt;ld: Mismatched ABI for -lclntsh, found /usr/lib/hpux64/libclntsh.so&lt;BR /&gt;Fatal error.&lt;BR /&gt;*** Error exit code 1&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Dhivya</description>
      <pubDate>Thu, 29 Jan 2009 03:31:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pro-c-error/m-p/5153077#M666818</guid>
      <dc:creator>NDhivya</dc:creator>
      <dc:date>2009-01-29T03:31:07Z</dc:date>
    </item>
    <item>
      <title>Re: Pro*C Error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pro-c-error/m-p/5153078#M666819</link>
      <description>&amp;gt;file /lib/hpux64/libclntsh.so shows: ELF-64 shared object file - IA64&lt;BR /&gt;&lt;BR /&gt;So you need a 64 bit application.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;cc -c +DD64 plc_barts.c&lt;BR /&gt;&amp;gt;cc -o plc_barts assign_plc_chan.o init_plc_devices.o plc_barts.o  queue_plc_read.o read_plc_ast.o translate4&lt;BR /&gt;ld: Mismatched ABI for -lclntsh&lt;BR /&gt;&lt;BR /&gt;What does file(1) show for each object file:&lt;BR /&gt;assign_plc_chan.o init_plc_devices.o plc_barts.o  queue_plc_read.o read_plc_ast.o &lt;BR /&gt;&lt;BR /&gt;To get a list of each linker input you can use "-Wl,-t".</description>
      <pubDate>Thu, 29 Jan 2009 04:22:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pro-c-error/m-p/5153078#M666819</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2009-01-29T04:22:04Z</dc:date>
    </item>
    <item>
      <title>Re: Pro*C Error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pro-c-error/m-p/5153079#M666820</link>
      <description>assign_plc_chan.o:      ELF-32 relocatable object file - IA64&lt;BR /&gt;init_plc_devices.o:     ELF-32 relocatable object file - IA64&lt;BR /&gt;plc_barts.o:    ELF-64 relocatable object file - IA64&lt;BR /&gt;queue_plc_read.o:       ELF-32 relocatable object file - IA64&lt;BR /&gt;read_plc_ast.o: ELF-32 relocatable object file - IA64&lt;BR /&gt;&lt;BR /&gt;It seems that C files uses 32 bit compiler.&lt;BR /&gt;All the files refers to /lib. &lt;BR /&gt;&lt;BR /&gt;Please let us know what can be done.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Dhivya</description>
      <pubDate>Thu, 29 Jan 2009 05:10:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pro-c-error/m-p/5153079#M666820</guid>
      <dc:creator>NDhivya</dc:creator>
      <dc:date>2009-01-29T05:10:08Z</dc:date>
    </item>
    <item>
      <title>Re: Pro*C Error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pro-c-error/m-p/5153080#M666821</link>
      <description>&amp;gt;It seems that C files uses 32 bit compiler.  Please let us know what can be done.&lt;BR /&gt;&lt;BR /&gt;You need to find their makefiles and make sure CFLAGS has +DD64.&lt;BR /&gt;</description>
      <pubDate>Thu, 29 Jan 2009 05:32:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pro-c-error/m-p/5153080#M666821</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2009-01-29T05:32:49Z</dc:date>
    </item>
    <item>
      <title>Re: Pro*C Error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pro-c-error/m-p/5153081#M666822</link>
      <description>&lt;!--!*#--&gt;Hi Dennis,&lt;BR /&gt;&lt;BR /&gt;Appreciate your immediate response.&lt;BR /&gt;We are very new to Pro*C and your suggestions are really useful for us.&lt;BR /&gt;&lt;BR /&gt;We have deleted all the object files and created again with +DD64 in the make files.&lt;BR /&gt;Now we get C specific errors.&lt;BR /&gt;&lt;BR /&gt;We have a lot of programs. Few programs throw errors and few throuws warnings.&lt;BR /&gt;For instance, We get an error saying "Argument was incompatible with formal parameter".&lt;BR /&gt;&lt;BR /&gt;Also we got an error "Cannot load upload_trim_program.o" . We gave 777 permissions to the file and tried compiling it again. It threw an error saying "Execute Permission denied".&lt;BR /&gt;&lt;BR /&gt;Please help.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Dhivya&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 29 Jan 2009 06:28:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pro-c-error/m-p/5153081#M666822</guid>
      <dc:creator>NDhivya</dc:creator>
      <dc:date>2009-01-29T06:28:57Z</dc:date>
    </item>
    <item>
      <title>Re: Pro*C Error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pro-c-error/m-p/5153082#M666823</link>
      <description>&amp;gt;We are very new to Pro*C and your suggestions are really useful for us.&lt;BR /&gt;&lt;BR /&gt;(I know very little about Pro*c.)&lt;BR /&gt;&lt;BR /&gt;&amp;gt;Now we get C specific errors.&lt;BR /&gt;&lt;BR /&gt;Then you need to stop and use the 32 bit version of libclntsh.  Going to 64 bit requires porting work.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;We get an error saying "Argument was incompatible with formal parameter".&lt;BR /&gt;&lt;BR /&gt;This is likely an error you would have to fix if you had to port.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;we got an error "Cannot load upload_trim_program.o".  We gave 777 permissions to the file and tried compiling it again. It threw an error saying "Execute Permission denied".&lt;BR /&gt;&lt;BR /&gt;Who is giving the error?  Where are your error logs?</description>
      <pubDate>Thu, 29 Jan 2009 07:00:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pro-c-error/m-p/5153082#M666823</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2009-01-29T07:00:30Z</dc:date>
    </item>
    <item>
      <title>Re: Pro*C Error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pro-c-error/m-p/5153083#M666824</link>
      <description>&lt;!--!*#--&gt;Hi Dennis,&lt;BR /&gt;&lt;BR /&gt;I modified the CFLAGS and LFLAGS to +DD32 and tried compiling.&lt;BR /&gt; &lt;BR /&gt;Now i get an error saying ".  Stop.nnot read or get /u01/dba/oracle/product/10.2.0/precomp/lib/env_precomp.mk"&lt;BR /&gt;&lt;BR /&gt;Please suggest.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Dhivya&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 29 Jan 2009 08:36:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pro-c-error/m-p/5153083#M666824</guid>
      <dc:creator>NDhivya</dc:creator>
      <dc:date>2009-01-29T08:36:12Z</dc:date>
    </item>
    <item>
      <title>Re: Pro*C Error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pro-c-error/m-p/5153084#M666825</link>
      <description>&amp;gt;Now I get an error saying "Stop.  cannot read or get /u01/dba/oracle/product/10.2.0/precomp/lib/env_precomp.mk"&lt;BR /&gt;&lt;BR /&gt;Is this before or after the previous errors?&lt;BR /&gt;Any other errors in your make output?&lt;BR /&gt;&lt;BR /&gt;Does this env_precomp.mk file exist?</description>
      <pubDate>Thu, 29 Jan 2009 09:34:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pro-c-error/m-p/5153084#M666825</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2009-01-29T09:34:59Z</dc:date>
    </item>
    <item>
      <title>Re: Pro*C Error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pro-c-error/m-p/5153085#M666826</link>
      <description>&lt;!--!*#--&gt;&amp;gt;Is this before or after the previous errors?&lt;BR /&gt;&lt;BR /&gt;This error is occuring only after i modified the CFLAGS AND LFLAGS to +DD32 in the makefile. &lt;BR /&gt;I also tried changing it back to +DD64. &lt;BR /&gt;Still getting same error. &lt;BR /&gt;&lt;BR /&gt;&amp;gt;Any other errors in your make output?&lt;BR /&gt;&lt;BR /&gt;No i get only this error&lt;BR /&gt;&lt;BR /&gt;&amp;gt;Does this env_precomp.mk file exist? &lt;BR /&gt;Yes, it exists.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Dhivya</description>
      <pubDate>Thu, 29 Jan 2009 09:47:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pro-c-error/m-p/5153085#M666826</guid>
      <dc:creator>NDhivya</dc:creator>
      <dc:date>2009-01-29T09:47:28Z</dc:date>
    </item>
    <item>
      <title>Re: Pro*C Error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pro-c-error/m-p/5153086#M666827</link>
      <description>&amp;gt;I also tried changing it back to +DD64.  Still getting same error.&lt;BR /&gt;&amp;gt;&amp;gt;Does this env_precomp.mk file exist?&lt;BR /&gt;&amp;gt;Yes, it exists.&lt;BR /&gt;&lt;BR /&gt;Is it accessible by the user and the contents not changed?</description>
      <pubDate>Thu, 29 Jan 2009 09:53:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pro-c-error/m-p/5153086#M666827</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2009-01-29T09:53:42Z</dc:date>
    </item>
    <item>
      <title>Re: Pro*C Error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pro-c-error/m-p/5153087#M666828</link>
      <description>&lt;!--!*#--&gt;Yes, it is accessible by the user and the contents are not changed. &lt;BR /&gt;&lt;BR /&gt;Thanks, &lt;BR /&gt;Dhivya &lt;BR /&gt;</description>
      <pubDate>Thu, 29 Jan 2009 09:57:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pro-c-error/m-p/5153087#M666828</guid>
      <dc:creator>NDhivya</dc:creator>
      <dc:date>2009-01-29T09:57:11Z</dc:date>
    </item>
    <item>
      <title>Re: Pro*C Error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pro-c-error/m-p/5153088#M666829</link>
      <description>&amp;gt;it is accessible by the user and the contents are not changed.&lt;BR /&gt;&lt;BR /&gt;Then you are going to have to go looking for zebras.  :-)&lt;BR /&gt;We need to find out why make can't find that file by using tusc:&lt;BR /&gt;tusc -fp -o tusc.out your-make-command&lt;BR /&gt;</description>
      <pubDate>Thu, 29 Jan 2009 10:04:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pro-c-error/m-p/5153088#M666829</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2009-01-29T10:04:04Z</dc:date>
    </item>
    <item>
      <title>Re: Pro*C Error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pro-c-error/m-p/5153089#M666830</link>
      <description>Thank you Dennis.&lt;BR /&gt;&lt;BR /&gt;Actually while modifying the make file i FTPd it to local machine and opened using notepad and moved it back to the server. Notepad has inserted some junk characters and that was causing the issue.&lt;BR /&gt;&lt;BR /&gt;Now, we get few warning when we try compiling the programs. And the program gets compiled when we use +D&lt;WARNING no=""&gt; on CFLAG. We want to fix the program rather than supressing the error.&lt;BR /&gt;&lt;BR /&gt;We get the follwing error when we tried compiling a program.&lt;BR /&gt;&lt;BR /&gt;ld: Unsatisfied symbol "sqlcx2t" in file get_plc_data.o&lt;BR /&gt;ld: Unsatisfied symbol "main" in file &lt;NO file=""&gt;&lt;BR /&gt;2 errors.&lt;BR /&gt;*** Error exit code 1 (ignored)&lt;BR /&gt;/bin/rm -f get_plc_data.o&lt;BR /&gt;&lt;BR /&gt;We guess that the fix may be as simple as adding a header file. But we donot knwo what that header file is.&lt;BR /&gt;&lt;BR /&gt;Also, we get the following,&lt;BR /&gt;&lt;BR /&gt;/home/builddir $ make build_sy_ocstobarts&lt;BR /&gt;Making Object files for sy_ocstobarts.c&lt;BR /&gt;/usr/ccs/bin/cc -c +DD64 +W2225,2009,2001,2174,2177,2117,2181,2180,4212,2549,2167,2169 -I. -I../lib -I/u01/dba/oracle/prodc&lt;BR /&gt;/usr/ccs/bin/cc -o sy_ocstobarts sy_ocstobarts.o -L/u01/dba/oracle/product/1012ias/lib -lclntsh +DD64&lt;BR /&gt;ld: Unsatisfied symbol "piut_setservernode" in file sy_ocstobarts.o&lt;BR /&gt;ld: Unsatisfied symbol "pipt_findpoint" in file sy_ocstobarts.o&lt;BR /&gt;ld: Unsatisfied symbol "piut_connect" in file sy_ocstobarts.o&lt;BR /&gt;ld: Unsatisfied symbol "pitm_systime" in file sy_ocstobarts.o&lt;BR /&gt;ld: Unsatisfied symbol "pitm_formtime" in file sy_ocstobarts.o&lt;BR /&gt;ld: Unsatisfied symbol "piut_netserverinfo" in file sy_ocstobarts.o&lt;BR /&gt;ld: Unsatisfied symbol "piar_compvalues" in file sy_ocstobarts.o&lt;BR /&gt;7 errors.&lt;BR /&gt;*** Error exit code 1&lt;BR /&gt;&lt;BR /&gt;Gess they are refering to missing PI interface components.&lt;BR /&gt;&lt;BR /&gt;Can you please help us out in this issue?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Dhivya&lt;BR /&gt;&lt;/NO&gt;&lt;/WARNING&gt;</description>
      <pubDate>Fri, 30 Jan 2009 06:19:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pro-c-error/m-p/5153089#M666830</guid>
      <dc:creator>NDhivya</dc:creator>
      <dc:date>2009-01-30T06:19:57Z</dc:date>
    </item>
    <item>
      <title>Re: Pro*C Error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pro-c-error/m-p/5153090#M666831</link>
      <description>&amp;gt;when we use +D&lt;WARNING no=""&gt; on CFLAG. &lt;BR /&gt;&lt;BR /&gt;You mean +W&lt;NUMBER&gt;?&lt;BR /&gt;&lt;BR /&gt;ld: Unsatisfied symbol "sqlcx2t"&lt;BR /&gt;ld: Unsatisfied symbol "main"&lt;BR /&gt;&lt;BR /&gt;Is the first in some Oracle shlib?&lt;BR /&gt;Where is your main?&lt;BR /&gt;&lt;BR /&gt;&amp;gt;Guess they are referring to missing PI interface components.&lt;BR /&gt;&lt;BR /&gt;Did you forget to add a -l library?&lt;/NUMBER&gt;&lt;/WARNING&gt;</description>
      <pubDate>Fri, 30 Jan 2009 06:37:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pro-c-error/m-p/5153090#M666831</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2009-01-30T06:37:06Z</dc:date>
    </item>
    <item>
      <title>Re: Pro*C Error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pro-c-error/m-p/5153091#M666832</link>
      <description>&lt;!--!*#--&gt;Oh..yes..i meant +W&lt;NUMBER&gt;.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;Is the first in some Oracle shlib?&lt;BR /&gt;Am not sure of that.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;Did you forget to add a -l library?&lt;BR /&gt;&lt;BR /&gt;Actually, we have been using these files in 64 bit so far in HP_UX PA-RISC 11i and when moved to HP_UX Itanium 11.31 these programs are throwing this error.&lt;BR /&gt;So we are not sure what libraries to include.&lt;/NUMBER&gt;</description>
      <pubDate>Fri, 30 Jan 2009 08:56:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pro-c-error/m-p/5153091#M666832</guid>
      <dc:creator>NDhivya</dc:creator>
      <dc:date>2009-01-30T08:56:38Z</dc:date>
    </item>
    <item>
      <title>Re: Pro*C Error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pro-c-error/m-p/5153092#M666833</link>
      <description>&amp;gt;Am not sure of that.&lt;BR /&gt;&lt;BR /&gt;Are you still linking with -lclntsh?&lt;BR /&gt;&lt;BR /&gt;&amp;gt;So we are not sure what libraries to include.&lt;BR /&gt;&lt;BR /&gt;Start with the same -l but you'll need to change any -L.</description>
      <pubDate>Fri, 30 Jan 2009 09:52:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pro-c-error/m-p/5153092#M666833</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2009-01-30T09:52:56Z</dc:date>
    </item>
    <item>
      <title>Re: Pro*C Error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pro-c-error/m-p/5153093#M666834</link>
      <description>&lt;!--!*#--&gt;We have modified the LFLAGS as you suggested.&lt;BR /&gt;&lt;BR /&gt;# C compiler flags&lt;BR /&gt;CFLAGS=         +DD64 &lt;BR /&gt;&lt;BR /&gt;LFLAGS= -L$(ORACLE_HOME)/lib -lclntsh +DD64&lt;BR /&gt;&lt;BR /&gt;# C compiler include directories&lt;BR /&gt;IFLAGS=         -I. -I../lib $(PRECOMPPUBLIC) -I$(ORACLE_HOME)/precomp/public&lt;BR /&gt;&lt;BR /&gt;# Target definitions&lt;BR /&gt;build_get_plc_data: get_plc_data.o&lt;BR /&gt;        -$(CC) -o get_plc_data get_plc_data.o $(LFLAGS)&lt;BR /&gt;        $(RM) get_plc_data.o&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Dhivya  &lt;BR /&gt;</description>
      <pubDate>Fri, 30 Jan 2009 10:12:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pro-c-error/m-p/5153093#M666834</guid>
      <dc:creator>NDhivya</dc:creator>
      <dc:date>2009-01-30T10:12:45Z</dc:date>
    </item>
    <item>
      <title>Re: Pro*C Error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pro-c-error/m-p/5153094#M666835</link>
      <description>&lt;!--!*#--&gt;Hi Dennis,&lt;BR /&gt;&lt;BR /&gt;We get few warnings while compiling the files.&lt;BR /&gt;&lt;BR /&gt;"core_cards2.c", line 355: warning #2181-D: argument is incompatible with&lt;BR /&gt;          corresponding format string conversion&lt;BR /&gt;   fscanf(infile, "%s", &amp;amp;uidx);&lt;BR /&gt;                        ^&lt;BR /&gt;&lt;BR /&gt;"core_cards2.c", line 853: warning #2174-D: expression has no effect&lt;BR /&gt;   exit;&lt;BR /&gt;   ^&lt;BR /&gt;&lt;BR /&gt;Please help.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Dhivya</description>
      <pubDate>Fri, 30 Jan 2009 11:57:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pro-c-error/m-p/5153094#M666835</guid>
      <dc:creator>NDhivya</dc:creator>
      <dc:date>2009-01-30T11:57:38Z</dc:date>
    </item>
  </channel>
</rss>

