<?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: compiling problem in Perl module in HP UNIX 11i in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/compiling-problem-in-perl-module-in-hp-unix-11i/m-p/4107920#M92728</link>
    <description>&amp;gt;Any inputs please. &lt;BR /&gt;&lt;BR /&gt;If you attach your HelloWorld.i I can take a look at it.</description>
    <pubDate>Sun, 02 Dec 2007 01:44:40 GMT</pubDate>
    <dc:creator>Dennis Handly</dc:creator>
    <dc:date>2007-12-02T01:44:40Z</dc:date>
    <item>
      <title>compiling problem in Perl module in HP UNIX 11i</title>
      <link>https://community.hpe.com/t5/operating-system-linux/compiling-problem-in-perl-module-in-hp-unix-11i/m-p/4107906#M92714</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;  We have installed avtive perl 5.8.8 in HP UNIX 11i machine. &lt;BR /&gt;&lt;BR /&gt;   This is the thread which was closed explicitly by HP i didnt understood why it was closed.&lt;BR /&gt;&lt;BR /&gt;  Any how i am posting it with different subject line.&lt;BR /&gt;&lt;BR /&gt;   I want to call a perl subroutine from my C/C++ code.&lt;BR /&gt;&lt;BR /&gt;For this i tried perldoc perlembed,&lt;BR /&gt;&lt;BR /&gt;   There is a good man page available there.&lt;BR /&gt;i am using the cc command given in that &lt;BR /&gt;&lt;BR /&gt;but if i try to compile the code it gives lot of errors i think some libraries which ae specific to HP UNIX are missing can some one tell me where i can get the libraried related to this topic.&lt;BR /&gt;&lt;BR /&gt;thanks and regars&lt;BR /&gt;Vikram</description>
      <pubDate>Tue, 27 Nov 2007 04:31:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/compiling-problem-in-perl-module-in-hp-unix-11i/m-p/4107906#M92714</guid>
      <dc:creator>CA1490051</dc:creator>
      <dc:date>2007-11-27T04:31:59Z</dc:date>
    </item>
    <item>
      <title>Re: compiling problem in Perl module in HP UNIX 11i</title>
      <link>https://community.hpe.com/t5/operating-system-linux/compiling-problem-in-perl-module-in-hp-unix-11i/m-p/4107907#M92715</link>
      <description>&amp;gt;This is the thread which was closed explicitly by HP, I didn't understood why it was closed.&lt;BR /&gt;&lt;BR /&gt;Which?  This is still there:&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1180226" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1180226&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;gt;but if i try to compile the code it gives lot of errors. i think some libraries which are specific to HP UNIX are missing&lt;BR /&gt;&lt;BR /&gt;What are your errors?</description>
      <pubDate>Tue, 27 Nov 2007 04:49:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/compiling-problem-in-perl-module-in-hp-unix-11i/m-p/4107907#M92715</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2007-11-27T04:49:24Z</dc:date>
    </item>
    <item>
      <title>Re: compiling problem in Perl module in HP UNIX 11i</title>
      <link>https://community.hpe.com/t5/operating-system-linux/compiling-problem-in-perl-module-in-hp-unix-11i/m-p/4107908#M92716</link>
      <description>&lt;BR /&gt;Hi Dennis,&lt;BR /&gt;&lt;BR /&gt;    Below are some errors i am getting if i try to compile the insert program given in the perldoc perlembed man pages.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;/opt/perl_32/lib/5.8.8/IA64.ARCHREV_0-thread-multi/CORE/perlvars.h", line 69: error #2757: &lt;BR /&gt;          variable "EXT" is not a type name&lt;BR /&gt;  PERLVARI(Gcsighandlerp,       Sighandler_t, Perl_csighandler) /* Pointer to C-level sighandler */&lt;BR /&gt;  ^&lt;BR /&gt;&lt;BR /&gt;"/opt/perl_32/lib/5.8.8/IA64.ARCHREV_0-thread-multi/CORE/perlvars.h", line 69: error #2065: &lt;BR /&gt;          expected a ";"&lt;BR /&gt;  PERLVARI(Gcsighandlerp,       Sighandler_t, Perl_csighandler) /* Pointer to C-level sighandler */&lt;BR /&gt;  ^&lt;BR /&gt;&lt;BR /&gt;"/opt/perl_32/lib/5.8.8/IA64.ARCHREV_0-thread-multi/CORE/perlvars.h", line 73: error #2077-D: &lt;BR /&gt;          this declaration has no storage class or type specifier&lt;BR /&gt;  PERLVARI(Guse_safe_putenv, int, 1)&lt;BR /&gt;  ^&lt;BR /&gt;&lt;BR /&gt;"/opt/perl_32/lib/5.8.8/IA64.ARCHREV_0-thread-multi/CORE/perlvars.h", line 73: error #2065: &lt;BR /&gt;          expected a ";"&lt;BR /&gt;  PERLVARI(Guse_safe_putenv, int, 1)&lt;BR /&gt;  ^&lt;BR /&gt;&lt;BR /&gt;"/opt/perl_32/lib/5.8.8/IA64.ARCHREV_0-thread-multi/CORE/reentr.inc", line 234: error #2757: &lt;BR /&gt;          variable "PerlInterpreter" is not a type name&lt;BR /&gt;                      dTHX;&lt;BR /&gt;                      ^&lt;BR /&gt;&lt;BR /&gt;"/opt/perl_32/lib/5.8.8/IA64.ARCHREV_0-thread-multi/CORE/reentr.inc", line 234: error #2029: &lt;BR /&gt;          expected an expression&lt;BR /&gt;                      dTHX;&lt;BR /&gt;                      ^&lt;BR /&gt;&lt;BR /&gt;"/opt/perl_32/lib/5.8.8/IA64.ARCHREV_0-thread-multi/CORE/reentr.inc", line 234: error #2018: &lt;BR /&gt;          expected a ")"&lt;BR /&gt;                      dTHX;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;    I dont know ehat all libraries i should include or i shoud reinstall the PERL ????&lt;BR /&gt;&lt;BR /&gt;   Please let me know your feedback&lt;BR /&gt;thnaks and regards&lt;BR /&gt;Vikram&lt;BR /&gt;</description>
      <pubDate>Tue, 27 Nov 2007 06:00:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/compiling-problem-in-perl-module-in-hp-unix-11i/m-p/4107908#M92716</guid>
      <dc:creator>CA1490051</dc:creator>
      <dc:date>2007-11-27T06:00:57Z</dc:date>
    </item>
    <item>
      <title>Re: compiling problem in Perl module in HP UNIX 11i</title>
      <link>https://community.hpe.com/t5/operating-system-linux/compiling-problem-in-perl-module-in-hp-unix-11i/m-p/4107909#M92717</link>
      <description>&amp;gt;Below are some errors i am getting if i try to compile the insert program given in the perldoc perlembed man pages.&lt;BR /&gt;".../perlvars.h", line 69: error #2757: variable "EXT" is not a type name&lt;BR /&gt;PERLVARI(Gcsighandlerp, Sighandler_t, Perl_csighandler)&lt;BR /&gt;&lt;BR /&gt;These look like macro errors.&lt;BR /&gt;You need to compile with -E -.i to see if you see anything obvious.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;I don't know what all libraries i should include or i should reinstall the PERL????&lt;BR /&gt;&lt;BR /&gt;You haven't gotten to the link stage so it has nothing to do with libs yet.</description>
      <pubDate>Tue, 27 Nov 2007 11:31:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/compiling-problem-in-perl-module-in-hp-unix-11i/m-p/4107909#M92717</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2007-11-27T11:31:55Z</dc:date>
    </item>
    <item>
      <title>Re: compiling problem in Perl module in HP UNIX 11i</title>
      <link>https://community.hpe.com/t5/operating-system-linux/compiling-problem-in-perl-module-in-hp-unix-11i/m-p/4107910#M92718</link>
      <description>Hi Dennis,&lt;BR /&gt;&lt;BR /&gt;  I compiled the code with -E option, i am using following Makefile to compile the code&lt;BR /&gt;&lt;BR /&gt;  I didnt got any error or warning messages what exactily do you man by something is obvious.&lt;BR /&gt;&lt;BR /&gt;   Please let me know your views.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;INC = -I/opt/perl/lib/5.8.8/PA-RISC1.1-thread-multi/CORE/ \&lt;BR /&gt;      -I/opt/perl/lib/5.8.8 \&lt;BR /&gt;      -I/opt/perl/lib/5.8.8/PA-RISC1.1-thread-multi \&lt;BR /&gt;      -I/usr/local/xibin&lt;BR /&gt;LIB = -L/usr/lib/hpux32/ \&lt;BR /&gt;      -L/opt/perl/lib/5.8.8/PA-RISC1.1-thread-multi/CORE/ \&lt;BR /&gt;      -L/opt/perl/lib/5.8.8&lt;BR /&gt;&lt;BR /&gt;#LFLAGS = -E &lt;BR /&gt;&lt;BR /&gt;src=HelloWorld.c&lt;BR /&gt;&lt;BR /&gt;all : $(SRC)&lt;BR /&gt; cc $(LFLAGS) $(INC) -D_POSIX_C_SOURCE=199506L -D_REENTRANT -Ae -D_HPUX_SOURCE -Wl,+vnocompatwarnings +Z -DUSE_SITECUSTOMIZE -DNO_HASH_SEED -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 $(LIB) $(SRC) -lperl -lm&lt;BR /&gt; #cc $(INC) $(LFLAGS) -D_POSIX_C_SOURCE=199506L -D_REENTRANT -Ae -D_HPUX_SOURCE -Wl,+vnocompatwarnings +Z -DUSE_SITECUSTOMIZE -DNO_HASH_SEED -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 $(LIB) -o Hello $(SRC) -lperl -lm&lt;BR /&gt;&lt;BR /&gt;   My perl Installation resides in /opt/perl/&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;thanks and regards&lt;BR /&gt;Vikram&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 28 Nov 2007 00:46:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/compiling-problem-in-perl-module-in-hp-unix-11i/m-p/4107910#M92718</guid>
      <dc:creator>CA1490051</dc:creator>
      <dc:date>2007-11-28T00:46:52Z</dc:date>
    </item>
    <item>
      <title>Re: compiling problem in Perl module in HP UNIX 11i</title>
      <link>https://community.hpe.com/t5/operating-system-linux/compiling-problem-in-perl-module-in-hp-unix-11i/m-p/4107911#M92719</link>
      <description>&amp;gt;I compiled the code with -E option, i am using following Makefile to compile the code&lt;BR /&gt;&lt;BR /&gt;I don't see any compiles with "-E -.i"?&lt;BR /&gt;&lt;BR /&gt;This will create a HelloWorld.i for each HelloWorld.c.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;I didn't got any error or warning messages what exactly do you mean by something is obvious.&lt;BR /&gt;&lt;BR /&gt;Compiling with -E bypasses the compile stage but lets you look at the macro expansion.&lt;BR /&gt;You would then have to look at the corresponding line to "perlvars.h", line 69".&lt;BR /&gt;&lt;BR /&gt;You could try bypassing this step by not adding "-E -.i" and instead use "+legacy_cpp" and then the error messages may point right at the macro expansion.</description>
      <pubDate>Wed, 28 Nov 2007 02:05:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/compiling-problem-in-perl-module-in-hp-unix-11i/m-p/4107911#M92719</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2007-11-28T02:05:57Z</dc:date>
    </item>
    <item>
      <title>Re: compiling problem in Perl module in HP UNIX 11i</title>
      <link>https://community.hpe.com/t5/operating-system-linux/compiling-problem-in-perl-module-in-hp-unix-11i/m-p/4107912#M92720</link>
      <description>Hi Dennis,&lt;BR /&gt;&lt;BR /&gt;  I am referring to the man pages and deifining all the flags needed as indicated in the perl -V command output.&lt;BR /&gt;&lt;BR /&gt;   I tried with +legacy_cpp but cc is not recognising this flag.&lt;BR /&gt;&lt;BR /&gt;   I think i am missing some path settings and switches that should be defined .&lt;BR /&gt;&lt;BR /&gt;   Because in the error i am also getting this kind of errors &lt;BR /&gt;cc: "/opt/perl/lib/5.8.8/PA-RISC1.1-thread-multi/CORE/perl.h", line 3464: error 1000: Unexpected symbol: "char".&lt;BR /&gt;&lt;BR /&gt;  I am not understanding how to go with these kinf of errors .&lt;BR /&gt;&lt;BR /&gt;   Please let me know your inputs this .&lt;BR /&gt;&lt;BR /&gt;thanks and regards&lt;BR /&gt;Vikram&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 28 Nov 2007 07:16:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/compiling-problem-in-perl-module-in-hp-unix-11i/m-p/4107912#M92720</guid>
      <dc:creator>CA1490051</dc:creator>
      <dc:date>2007-11-28T07:16:31Z</dc:date>
    </item>
    <item>
      <title>Re: compiling problem in Perl module in HP UNIX 11i</title>
      <link>https://community.hpe.com/t5/operating-system-linux/compiling-problem-in-perl-module-in-hp-unix-11i/m-p/4107913#M92721</link>
      <description>What is your cc pointing at? Do you use the ANSI C-compiler or the bundled braindead compiler?&lt;BR /&gt;&lt;BR /&gt;In the latter case, you could as well stop immediately, as perl needs a full-ANSI C compiler.&lt;BR /&gt;&lt;BR /&gt;Enjoy, Have FUN! H.Merijn</description>
      <pubDate>Wed, 28 Nov 2007 07:21:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/compiling-problem-in-perl-module-in-hp-unix-11i/m-p/4107913#M92721</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2007-11-28T07:21:33Z</dc:date>
    </item>
    <item>
      <title>Re: compiling problem in Perl module in HP UNIX 11i</title>
      <link>https://community.hpe.com/t5/operating-system-linux/compiling-problem-in-perl-module-in-hp-unix-11i/m-p/4107914#M92722</link>
      <description>Hi Merijn,&lt;BR /&gt;&lt;BR /&gt;    If I give man cc&lt;BR /&gt;     It displays &lt;BR /&gt;&lt;BR /&gt;   Requires Optional ansi C compiler &lt;BR /&gt;&lt;BR /&gt;   Do you mean the compiler i am using is not ANSI C from this.&lt;BR /&gt;&lt;BR /&gt;    If yes after installing the ANSI C compiler i should reinstall PERL as it should be compiled with ANSI C Compiler?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;thanks and regards&lt;BR /&gt;Vikram</description>
      <pubDate>Wed, 28 Nov 2007 08:03:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/compiling-problem-in-perl-module-in-hp-unix-11i/m-p/4107914#M92722</guid>
      <dc:creator>CA1490051</dc:creator>
      <dc:date>2007-11-28T08:03:29Z</dc:date>
    </item>
    <item>
      <title>Re: compiling problem in Perl module in HP UNIX 11i</title>
      <link>https://community.hpe.com/t5/operating-system-linux/compiling-problem-in-perl-module-in-hp-unix-11i/m-p/4107915#M92723</link>
      <description>&amp;gt;I tried with +legacy_cpp but cc is not recognising this flag.&lt;BR /&gt;&lt;BR /&gt;I can't see how it wouldn't.  From your error message format above, it seems you are using aCC6 on IPF.  What version?(  Or cadvise?)  &lt;BR /&gt;&lt;BR /&gt;&amp;gt;I think i am missing some path settings and switches that should be defined.&lt;BR /&gt;&lt;BR /&gt;Possible.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;Because in the error i am also getting this kind of errors&lt;BR /&gt;cc: ".../perl.h", line 3464: error 1000: Unexpected symbol: "char".&lt;BR /&gt;&lt;BR /&gt;This error style is the PA C compiler, no longer IPF.  What's changing??&lt;BR /&gt;&lt;BR /&gt;&amp;gt;I am not understanding how to go with these kind of errors.&lt;BR /&gt;&lt;BR /&gt;Compile with -E and redirect stdout to a file foo.i.  Then use vi to look at that file around line 3464 for perl.h.  You'll have to look at the #number entries for perl.h and interpolate where 3464 is.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;H.Merijn: Do you use the ANSI C-compiler&lt;BR /&gt;&lt;BR /&gt;It seems like it.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;If I give man cc&lt;BR /&gt;Requires Optional ansi C compiler&lt;BR /&gt;&lt;BR /&gt;It looks like you have it.</description>
      <pubDate>Wed, 28 Nov 2007 12:05:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/compiling-problem-in-perl-module-in-hp-unix-11i/m-p/4107915#M92723</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2007-11-28T12:05:31Z</dc:date>
    </item>
    <item>
      <title>Re: compiling problem in Perl module in HP UNIX 11i</title>
      <link>https://community.hpe.com/t5/operating-system-linux/compiling-problem-in-perl-module-in-hp-unix-11i/m-p/4107916#M92724</link>
      <description>if I look at cc on my 11.23/IPF, I get:&lt;BR /&gt;&lt;BR /&gt;/u/usr/merijn 101 &amp;gt; cc --version&lt;BR /&gt;cc: HP C/aC++ B3910B A.06.15 [May 16 2007]&lt;BR /&gt;/u/usr/merijn 102 &amp;gt; ls -l /usr/bin/cc&lt;BR /&gt;lr-xr-xr-t 1 root sys 15 Nov 28 13:30 /usr/bin/cc -&amp;gt; /opt/aCC/bin/cc&lt;BR /&gt;&lt;BR /&gt;The bundled compiler is like&lt;BR /&gt;&lt;BR /&gt;/u/usr/merijn 103 &amp;gt; ls -l /usr/ccs/bin/cc&lt;BR /&gt;lrwxr-xr-x 1 iwww 191 12 Jan  4  2006 /usr/ccs/bin/cc -&amp;gt; ./cc_bundled&lt;BR /&gt;&lt;BR /&gt;That one is useless.&lt;BR /&gt;&lt;BR /&gt;On a totally different path, why do you use the ActivePerl builds? And do you really want a 32bit perl?&lt;BR /&gt;&lt;BR /&gt;Enjoy, Have FUN! H.Merijn&lt;BR /&gt;</description>
      <pubDate>Wed, 28 Nov 2007 12:14:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/compiling-problem-in-perl-module-in-hp-unix-11i/m-p/4107916#M92724</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2007-11-28T12:14:00Z</dc:date>
    </item>
    <item>
      <title>Re: compiling problem in Perl module in HP UNIX 11i</title>
      <link>https://community.hpe.com/t5/operating-system-linux/compiling-problem-in-perl-module-in-hp-unix-11i/m-p/4107917#M92725</link>
      <description>Hi Vikram:&lt;BR /&gt;&lt;BR /&gt;&amp;gt; This is the thread which was closed explicitly by HP i didnt understood why it was closed. Any how i am posting it with different subject line.&lt;BR /&gt;&lt;BR /&gt;You posted the same thread twice, no doubt when the forum was slow or thowing posting errors.  Thus, I asked that the modeerators remove the duplicate thread before there were any replies posted to both copies.&lt;BR /&gt;&lt;BR /&gt;I responded, as did others, to your initial query here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1180226" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1180226&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;For continuity and completeness of this entire dialog, it would have been better to have had this thread a part of the aforementioned first one.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 28 Nov 2007 12:20:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/compiling-problem-in-perl-module-in-hp-unix-11i/m-p/4107917#M92725</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2007-11-28T12:20:50Z</dc:date>
    </item>
    <item>
      <title>Re: compiling problem in Perl module in HP UNIX 11i</title>
      <link>https://community.hpe.com/t5/operating-system-linux/compiling-problem-in-perl-module-in-hp-unix-11i/m-p/4107918#M92726</link>
      <description>&amp;gt;H.Merijn: The bundled compiler is like ...&lt;BR /&gt;&amp;gt;That one is useless.&lt;BR /&gt;&lt;BR /&gt;Quite the contrary.  On IPF the bundled C compiler can't do K&amp;amp;R, so what's left?  :-)&lt;BR /&gt;</description>
      <pubDate>Wed, 28 Nov 2007 12:37:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/compiling-problem-in-perl-module-in-hp-unix-11i/m-p/4107918#M92726</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2007-11-28T12:37:26Z</dc:date>
    </item>
    <item>
      <title>Re: compiling problem in Perl module in HP UNIX 11i</title>
      <link>https://community.hpe.com/t5/operating-system-linux/compiling-problem-in-perl-module-in-hp-unix-11i/m-p/4107919#M92727</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;  Not necessary i have to use perl_32 i have installed the Active Perl newly in /opt/perl/.... with this perl version also i am getting the same errors .&lt;BR /&gt;&lt;BR /&gt;  I also tried the same thing in Linux - 9i also there also the same errors are coming.&lt;BR /&gt;&lt;BR /&gt;  Any inputs please.&lt;BR /&gt;&lt;BR /&gt;  One thing from my side is i will install the ANSI C compiler and install perl newly on that and try and i will update the results.&lt;BR /&gt;&lt;BR /&gt;  thanks and regards&lt;BR /&gt;   Vikram</description>
      <pubDate>Thu, 29 Nov 2007 03:18:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/compiling-problem-in-perl-module-in-hp-unix-11i/m-p/4107919#M92727</guid>
      <dc:creator>CA1490051</dc:creator>
      <dc:date>2007-11-29T03:18:20Z</dc:date>
    </item>
    <item>
      <title>Re: compiling problem in Perl module in HP UNIX 11i</title>
      <link>https://community.hpe.com/t5/operating-system-linux/compiling-problem-in-perl-module-in-hp-unix-11i/m-p/4107920#M92728</link>
      <description>&amp;gt;Any inputs please. &lt;BR /&gt;&lt;BR /&gt;If you attach your HelloWorld.i I can take a look at it.</description>
      <pubDate>Sun, 02 Dec 2007 01:44:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/compiling-problem-in-perl-module-in-hp-unix-11i/m-p/4107920#M92728</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2007-12-02T01:44:40Z</dc:date>
    </item>
    <item>
      <title>Re: compiling problem in Perl module in HP UNIX 11i</title>
      <link>https://community.hpe.com/t5/operating-system-linux/compiling-problem-in-perl-module-in-hp-unix-11i/m-p/4107921#M92729</link>
      <description>Hi Dennis,&lt;BR /&gt;&lt;BR /&gt;   I tried with ANSI C compiler,&lt;BR /&gt;&lt;BR /&gt;        Still i get same errors.&lt;BR /&gt;&lt;BR /&gt;   I  tried with gcc on Linux on my PC there also same errors are coming.&lt;BR /&gt;&lt;BR /&gt;   I am attaching my HelloWorld.c and also here is my Makefile &lt;BR /&gt;&lt;BR /&gt;     Please change the L Path and I Paths if you are using the Makefile.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;  &lt;BR /&gt;INC = -I/opt/perl/lib/5.8.8/PA-RISC1.1-thread-multi/CORE/EXTERN.h \&lt;BR /&gt;      -I/opt/perl/lib/5.8.8/PA-RISC1.1-thread-multi/CORE/INTERN.h \&lt;BR /&gt;      -I/opt/perl/lib/5.8.8/PA-RISC1.1-thread-multi/CORE/perl.h \&lt;BR /&gt;      -I/opt/perl/lib/5.8.8 \&lt;BR /&gt;      -I/opt/perl/lib/5.8.8/PA-RISC1.1-thread-multi \&lt;BR /&gt;      -I/usr/local/xibin&lt;BR /&gt;INCPATH = -I/opt/perl/lib/5.8.8/PA-RISC1.1-thread-multi/CORE/ &lt;BR /&gt;LIBPATH = -L/opt/perl/lib/5.8.8/PA-RISC1.1-thread-multi/CORE/ &lt;BR /&gt;LIB = -L/usr/lib/hpux32/ \&lt;BR /&gt;      -L/opt/perl/lib/5.8.8/PA-RISC1.1-thread-multi/CORE/ \&lt;BR /&gt;      -L/opt/perl/lib/5.8.8&lt;BR /&gt;&lt;BR /&gt;LFLAGS = -O2 -Olimit 2900&lt;BR /&gt;&lt;BR /&gt;src=HelloWorld.c&lt;BR /&gt;&lt;BR /&gt;all : $(SRC)&lt;BR /&gt; cc $(LFLAGS) $(INCPATH) -D_POSIX_C_SOURCE=199506L -D_REENTRANT -Ae -D_HPUX_SOURCE -Wl,+vnocompatwarnings +Z -DUSE_SITECUSTOMIZE -DNO_HASH_SEED -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 $(LIBPATH) -o Hello $(SRC) -lperl -lm&lt;BR /&gt; #cc $(INC) $(LFLAGS) -D_POSIX_C_SOURCE=199506L -D_REENTRANT -Ae -D_HPUX_SOURCE -Wl,+vnocompatwarnings +Z -DUSE_SITECUSTOMIZE -DNO_HASH_SEED -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 $(LIB) -o Hello $(SRC) 'perl -MExtUtils::Embed -e ccopts -e ldopts'&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;thanks and regards&lt;BR /&gt;Vikram</description>
      <pubDate>Sun, 02 Dec 2007 08:10:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/compiling-problem-in-perl-module-in-hp-unix-11i/m-p/4107921#M92729</guid>
      <dc:creator>CA1490051</dc:creator>
      <dc:date>2007-12-02T08:10:07Z</dc:date>
    </item>
    <item>
      <title>Re: compiling problem in Perl module in HP UNIX 11i</title>
      <link>https://community.hpe.com/t5/operating-system-linux/compiling-problem-in-perl-module-in-hp-unix-11i/m-p/4107922#M92730</link>
      <description>&amp;gt;I am attaching my HelloWorld.c and also here is my Makefile&lt;BR /&gt;&lt;BR /&gt;Can you please attach the HelloWorld.i created by -E.&lt;BR /&gt;&lt;BR /&gt;-I/opt/perl/lib/5.8.8/PA-RISC1.1-thread-multi/CORE/EXTERN.h &lt;BR /&gt;-I/opt/perl/lib/5.8.8/PA-RISC1.1-thread-multi/CORE/INTERN.h &lt;BR /&gt;-I/opt/perl/lib/5.8.8/PA-RISC1.1-thread-multi/CORE/perl.h &lt;BR /&gt;&lt;BR /&gt;-I are directory paths, not file paths, remove these three.  (But this is only used in the commented out command.)&lt;BR /&gt;&lt;BR /&gt;&amp;gt;LFLAGS = -O2 -Olimit 2900&lt;BR /&gt;&lt;BR /&gt;2900 isn't valid for HP's compiler.</description>
      <pubDate>Sun, 02 Dec 2007 20:21:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/compiling-problem-in-perl-module-in-hp-unix-11i/m-p/4107922#M92730</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2007-12-02T20:21:24Z</dc:date>
    </item>
    <item>
      <title>Re: compiling problem in Perl module in HP UNIX 11i</title>
      <link>https://community.hpe.com/t5/operating-system-linux/compiling-problem-in-perl-module-in-hp-unix-11i/m-p/4107923#M92731</link>
      <description>Hi Dennis,&lt;BR /&gt;&lt;BR /&gt;    Sorry for the late reply.&lt;BR /&gt;&lt;BR /&gt;     Please find the Preprocessor output file attached.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;thanks and regards&lt;BR /&gt;Vikram&lt;BR /&gt;</description>
      <pubDate>Mon, 03 Dec 2007 14:38:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/compiling-problem-in-perl-module-in-hp-unix-11i/m-p/4107923#M92731</guid>
      <dc:creator>CA1490051</dc:creator>
      <dc:date>2007-12-03T14:38:16Z</dc:date>
    </item>
    <item>
      <title>Re: compiling problem in Perl module in HP UNIX 11i</title>
      <link>https://community.hpe.com/t5/operating-system-linux/compiling-problem-in-perl-module-in-hp-unix-11i/m-p/4107924#M92732</link>
      <description>It appears some EXT macro is broken?&lt;BR /&gt;&lt;BR /&gt;Can you redo that -E compile but add -Wp,-C,-G and attach that .i file.&lt;BR /&gt;Also /opt/perl/lib/5.8.8/PA-RISC1.1-thread-multi/CORE/EXTERN.h.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 03 Dec 2007 19:40:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/compiling-problem-in-perl-module-in-hp-unix-11i/m-p/4107924#M92732</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2007-12-03T19:40:02Z</dc:date>
    </item>
    <item>
      <title>Re: compiling problem in Perl module in HP UNIX 11i</title>
      <link>https://community.hpe.com/t5/operating-system-linux/compiling-problem-in-perl-module-in-hp-unix-11i/m-p/4107925#M92733</link>
      <description>&amp;gt;It appears some EXT macro is broken?&lt;BR /&gt;&amp;gt;Can you redo that -E compile but add -Wp,-C,-G and attach that .i file.&lt;BR /&gt;&lt;BR /&gt;Ok, I did this.  Your problem is that you have a lemon HelloWorld.c, where did you get this?&lt;BR /&gt;&lt;BR /&gt;Looking at my perldoc perlembed for "5.8.0" clearly shows this order:          &lt;BR /&gt;#include &lt;EXTERN.H&gt; &lt;BR /&gt;#include &lt;PERL.H&gt;&lt;BR /&gt;&lt;BR /&gt;I didn't see any mention of &lt;INTERN.H&gt;, so you should remove that too.&lt;/INTERN.H&gt;&lt;/PERL.H&gt;&lt;/EXTERN.H&gt;</description>
      <pubDate>Tue, 04 Dec 2007 00:40:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/compiling-problem-in-perl-module-in-hp-unix-11i/m-p/4107925#M92733</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2007-12-04T00:40:30Z</dc:date>
    </item>
  </channel>
</rss>

