<?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: Problems compiling Pro*C in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-compiling-pro-c/m-p/3224969#M714983</link>
    <description>Could you please specify what was missing from makefile.&lt;BR /&gt;I am doing same and getting linking eroors too.&lt;BR /&gt;::: Linking...&lt;BR /&gt;/usr/ccs/bin/ld: cdw420g0.o: Not a valid object file (invalid system id)&lt;BR /&gt;*** Error exit code 1&lt;BR /&gt;                                   &lt;BR /&gt;&lt;BR /&gt;Your experience might be helpful for me to debug the problem.&lt;BR /&gt;&lt;BR /&gt;thanks</description>
    <pubDate>Wed, 28 Apr 2004 13:46:50 GMT</pubDate>
    <dc:creator>Seema Ahuja</dc:creator>
    <dc:date>2004-04-28T13:46:50Z</dc:date>
    <item>
      <title>Problems compiling Pro*C</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-compiling-pro-c/m-p/3224963#M714977</link>
      <description>I have a strange problem in compiling pro*C programs under HP unix. &lt;BR /&gt;&lt;BR /&gt;Actually we are trying to migrate pro*C programs from Digital UNIX V4.0D to Hp-Unix. &lt;BR /&gt;&lt;BR /&gt;I am using the pro*C compiler for HP-Unix. When I tried to compile the proc program, it gives me the following error,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;        /usr/ccs/bin/make -f demo_proc.mk OBJS=updon.o EXE=updon build LIBHOME="/prod/applc/oracle817/lib/" PRODLIBHOME="/prod/applc&lt;BR /&gt;/oracle817/precomp/lib/" CFLAGS="     -I. -I/prod/applc/oracle817/precomp/public -I/prod/applc/oracle817/rdbms/public -I/prod/applc/&lt;BR /&gt;oracle817/rdbms/demo -I/prod/applc/oracle817/plsql/public -I/prod/applc/oracle817/network/public     " LFLAGS=&lt;BR /&gt;        proc  iname=updon&lt;BR /&gt;&lt;BR /&gt;Pro*C/C++: Release 8.1.7.2.0 - Production on Mon Mar 22 11:06:02 2004&lt;BR /&gt;&lt;BR /&gt;(c) Copyright 2000 Oracle Corporation.  All rights reserved.&lt;BR /&gt;&lt;BR /&gt;System default option values taken from: /prod/applc/oracle817/precomp/admin/pcscfg.cfg&lt;BR /&gt;&lt;BR /&gt;        cc -Aa +DD64 -I. -I/prod/applc/oracle817/precomp/public -I/prod/applc/oracle817/rdbms/public -I/prod/applc/oracle817/rdbms/d&lt;BR /&gt;emo -I/prod/applc/oracle817/plsql/public -I/prod/applc/oracle817/network/public       -c updon.c&lt;BR /&gt;        cc -Aa +DD64   -o updon  updon.o fwslib.o -L/prod/applc/oracle817/lib/ -lclntsh   `cat /prod/applc/oracle817/lib/sysliblist`&lt;BR /&gt;  -lm  -lpthread -lpthread -call_shared -lsnatprm -lc_r&lt;BR /&gt;cc: warning 422: Unknown option "a" ignored.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I am getting this problem while linking. Am not sure whether it is a problem with the proc compiler or do i need to change something..?&lt;BR /&gt;&lt;BR /&gt;I have been fighting with this problem for quite some time and itz really driving me nuts...&lt;BR /&gt;</description>
      <pubDate>Sun, 21 Mar 2004 22:55:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-compiling-pro-c/m-p/3224963#M714977</guid>
      <dc:creator>Kams_1</dc:creator>
      <dc:date>2004-03-21T22:55:26Z</dc:date>
    </item>
    <item>
      <title>Re: Problems compiling Pro*C</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-compiling-pro-c/m-p/3224964#M714978</link>
      <description>A few recommendations:&lt;BR /&gt;&lt;BR /&gt;1) Make sure HP-UX is fully patches, especially cc and such. It would appear your compiler is feeding cc a bad option. Patching may help.&lt;BR /&gt;&lt;BR /&gt;2) Carefully consider applying oracle patches, this could be a bug in their products.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 22 Mar 2004 01:33:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-compiling-pro-c/m-p/3224964#M714978</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-03-22T01:33:42Z</dc:date>
    </item>
    <item>
      <title>Re: Problems compiling Pro*C</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-compiling-pro-c/m-p/3224965#M714979</link>
      <description>Thankx...&lt;BR /&gt;&lt;BR /&gt;But, would there be any specific reasons behind that..? I got the answer from the unix admin, that all the patches were applied to the anci-c. And there were some other applications that run fine in the same server.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 22 Mar 2004 01:41:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-compiling-pro-c/m-p/3224965#M714979</guid>
      <dc:creator>Kams_1</dc:creator>
      <dc:date>2004-03-22T01:41:29Z</dc:date>
    </item>
    <item>
      <title>Re: Problems compiling Pro*C</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-compiling-pro-c/m-p/3224966#M714980</link>
      <description>Try compiling installed samples in: $ORACLE_HOME/precomp/demo/proc   make -f demo_proc.mk sample1If this works, then the problem is in your make file, or compiler !!! Also, note that in 817 I believe defaults to 32 bit... with 64 bit libs installed. And linking will require you to attach and link using SHLIB_PATH=$ORACLE_HOME/lib64... You'll probably need to run chatr +s to enable the binary to search the SHLIB_PATH...My $ORACLE_HOME/precomp/admin/pcscfg.cfg contains the following:sys_include=(/usr/include,/usr/local/include)include=($ORACLE_HOME/precomp/public)include=($ORACLE_HOME/precomp/public)include=$ORACLE_HOME/rdbms/publicinclude=$ORACLE_HOME/rdbms/demoinclude=$ORACLE_HOME/network/publicinclude=$ORACLE_HOME/plsql/publicltype=short</description>
      <pubDate>Mon, 22 Mar 2004 16:39:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-compiling-pro-c/m-p/3224966#M714980</guid>
      <dc:creator>Ken_109</dc:creator>
      <dc:date>2004-03-22T16:39:02Z</dc:date>
    </item>
    <item>
      <title>Re: Problems compiling Pro*C</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-compiling-pro-c/m-p/3224967#M714981</link>
      <description>Have you checked to make sure that you have the purchased compiler C/Ansi C?&lt;BR /&gt;If you do "ll /usr/bin/cc" does that point to /opt/ansic/bin/cc?</description>
      <pubDate>Tue, 23 Mar 2004 13:02:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-compiling-pro-c/m-p/3224967#M714981</guid>
      <dc:creator>susan gregory_1</dc:creator>
      <dc:date>2004-03-23T13:02:56Z</dc:date>
    </item>
    <item>
      <title>Re: Problems compiling Pro*C</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-compiling-pro-c/m-p/3224968#M714982</link>
      <description>Thanks for all your effort! I got the problem solved for the time being. There were some problems (some sections were missing in the make file). Now, I could compile my pro*c files using my compiler.</description>
      <pubDate>Tue, 23 Mar 2004 19:48:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-compiling-pro-c/m-p/3224968#M714982</guid>
      <dc:creator>Kams_1</dc:creator>
      <dc:date>2004-03-23T19:48:12Z</dc:date>
    </item>
    <item>
      <title>Re: Problems compiling Pro*C</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-compiling-pro-c/m-p/3224969#M714983</link>
      <description>Could you please specify what was missing from makefile.&lt;BR /&gt;I am doing same and getting linking eroors too.&lt;BR /&gt;::: Linking...&lt;BR /&gt;/usr/ccs/bin/ld: cdw420g0.o: Not a valid object file (invalid system id)&lt;BR /&gt;*** Error exit code 1&lt;BR /&gt;                                   &lt;BR /&gt;&lt;BR /&gt;Your experience might be helpful for me to debug the problem.&lt;BR /&gt;&lt;BR /&gt;thanks</description>
      <pubDate>Wed, 28 Apr 2004 13:46:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-compiling-pro-c/m-p/3224969#M714983</guid>
      <dc:creator>Seema Ahuja</dc:creator>
      <dc:date>2004-04-28T13:46:50Z</dc:date>
    </item>
    <item>
      <title>Re: Problems compiling Pro*C</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-compiling-pro-c/m-p/3224970#M714984</link>
      <description>seema,&lt;BR /&gt;&lt;BR /&gt;can you run 'file cdw420g0.o' and post the output ?&lt;BR /&gt;&lt;BR /&gt;if you have a question it is better to post it separately, it may not get attention if it is posted as a reply to someone else's question.&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;ranga</description>
      <pubDate>Thu, 29 Apr 2004 00:13:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-compiling-pro-c/m-p/3224970#M714984</guid>
      <dc:creator>ranganath ramachandra</dc:creator>
      <dc:date>2004-04-29T00:13:34Z</dc:date>
    </item>
  </channel>
</rss>

