<?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 Perl on HP-UX 11.31 in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/compiling-perl-on-hp-ux-11-31/m-p/5100914#M90941</link>
    <description>&lt;A href="ftp://download.xs4all.nl/pub/mirror/CPAN/authors/id/J/JH/JHI/Time-HiRes-1.9713.tar.gz" target="_blank"&gt;ftp://download.xs4all.nl/pub/mirror/CPAN/authors/id/J/JH/JHI/Time-HiRes-1.9713.tar.gz&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;is the new version, and it tested out without problems on HP-UX 11.31 Itanium&lt;BR /&gt;&lt;BR /&gt;Enjoy, Have FUN! H.Merijn</description>
    <pubDate>Mon, 07 Apr 2008 13:36:13 GMT</pubDate>
    <dc:creator>H.Merijn Brand (procura</dc:creator>
    <dc:date>2008-04-07T13:36:13Z</dc:date>
    <item>
      <title>Compiling Perl on HP-UX 11.31</title>
      <link>https://community.hpe.com/t5/operating-system-linux/compiling-perl-on-hp-ux-11-31/m-p/5100908#M90935</link>
      <description>Hi. I'm having a heck of a hard time to get Perl to compile on HP-UX 11.31. &lt;BR /&gt;&lt;BR /&gt;Ether it be with Perl 5.8.8 or Perl 5.10.0, with either GCC 4.2.1 from HP's DSPP site or GCC 4.2.3 from the 3rd party HP-UX porting centre (&lt;A href="http://hpux.ee.ualberta.ca/)," target="_blank"&gt;http://hpux.ee.ualberta.ca/),&lt;/A&gt; I keep ending up with the same problem: seems like it's the Time::HiRes module that doesn't want to compile.&lt;BR /&gt;&lt;BR /&gt;See: &lt;A href="http://pastebin.ca/964784" target="_blank"&gt;http://pastebin.ca/964784&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Does anyone have any clue has to what's going on?? Some libs missing or something?&lt;BR /&gt;&lt;BR /&gt;Thanks a lot. Pat.</description>
      <pubDate>Tue, 01 Apr 2008 12:36:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/compiling-perl-on-hp-ux-11-31/m-p/5100908#M90935</guid>
      <dc:creator>PatRoy</dc:creator>
      <dc:date>2008-04-01T12:36:29Z</dc:date>
    </item>
    <item>
      <title>Re: Compiling Perl on HP-UX 11.31</title>
      <link>https://community.hpe.com/t5/operating-system-linux/compiling-perl-on-hp-ux-11-31/m-p/5100909#M90936</link>
      <description>Why not use the HP packaged Perl found here ?&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h20392.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=PERL" target="_blank"&gt;http://h20392.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=PERL&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 01 Apr 2008 12:43:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/compiling-perl-on-hp-ux-11-31/m-p/5100909#M90936</guid>
      <dc:creator>Tim Nelson</dc:creator>
      <dc:date>2008-04-01T12:43:35Z</dc:date>
    </item>
    <item>
      <title>Re: Compiling Perl on HP-UX 11.31</title>
      <link>https://community.hpe.com/t5/operating-system-linux/compiling-perl-on-hp-ux-11-31/m-p/5100910#M90937</link>
      <description>Well, for one thing, I don't like the fact the it installs under /opt/perl_32 and /opt/perl_64. We'll sometimes have multiple versions of perl installs, thus the reason I like to have it like /opt/perl-5.8.8.&lt;BR /&gt;&lt;BR /&gt;Secondly, I've just always had a hell of a hard time compiling some additional modules (like DBD/DBI, OpenSP, etc.) when I wasn't the one who compile perl initially. Often modules seems to depend on the way perl was compile. Sometimes, with missing flags, other times, with the wrong compiler (module might expect gcc but it was compiled with ANSI/C). This DID happen to me a while back when I had done it on 11.11.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 01 Apr 2008 12:54:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/compiling-perl-on-hp-ux-11-31/m-p/5100910#M90937</guid>
      <dc:creator>PatRoy</dc:creator>
      <dc:date>2008-04-01T12:54:17Z</dc:date>
    </item>
    <item>
      <title>Re: Compiling Perl on HP-UX 11.31</title>
      <link>https://community.hpe.com/t5/operating-system-linux/compiling-perl-on-hp-ux-11-31/m-p/5100911#M90938</link>
      <description>I have contacted the author of Time::HiRes.&lt;BR /&gt;I hope to be able to come back on this very soon.&lt;BR /&gt;&lt;BR /&gt;Enjoy, Have FUN! H.Merijn</description>
      <pubDate>Tue, 01 Apr 2008 13:01:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/compiling-perl-on-hp-ux-11-31/m-p/5100911#M90938</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2008-04-01T13:01:49Z</dc:date>
    </item>
    <item>
      <title>Re: Compiling Perl on HP-UX 11.31</title>
      <link>https://community.hpe.com/t5/operating-system-linux/compiling-perl-on-hp-ux-11-31/m-p/5100912#M90939</link>
      <description>Thank you :)</description>
      <pubDate>Tue, 01 Apr 2008 13:05:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/compiling-perl-on-hp-ux-11-31/m-p/5100912#M90939</guid>
      <dc:creator>PatRoy</dc:creator>
      <dc:date>2008-04-01T13:05:57Z</dc:date>
    </item>
    <item>
      <title>Re: Compiling Perl on HP-UX 11.31</title>
      <link>https://community.hpe.com/t5/operating-system-linux/compiling-perl-on-hp-ux-11-31/m-p/5100913#M90940</link>
      <description>&lt;!--!*#--&gt;Seems like I found the solution... &lt;BR /&gt;&lt;BR /&gt;Had to vi perl-5.10.0/ext/Time/HiRes/HiRes.xs and go to line 74 and comment out the following 3 defines:&lt;BR /&gt;&lt;BR /&gt;/* HP-UX has CLOCK_XXX values but as enums, not as defines.&lt;BR /&gt; * The only way to detect these would be to test compile for each. */&lt;BR /&gt;# ifdef __hpux&lt;BR /&gt;#  define CLOCK_REALTIME CLOCK_REALTIME&lt;BR /&gt;#  define CLOCK_VIRTUAL  CLOCK_VIRTUAL&lt;BR /&gt;#  define CLOCK_PROFILE  CLOCK_PROFILE&lt;BR /&gt;# endif /* # ifdef __hpux */&lt;BR /&gt;&lt;BR /&gt;Seems it wanted to redefine the constant or something while it wasn't supposed to, cause I'm guessing like it says, HP-UX already has them, but has enums. I ain't no C programmer here, so I can't really explain! Trial and error! ;) &lt;BR /&gt;&lt;BR /&gt;Thanks all! &lt;BR /&gt;Pat&lt;BR /&gt;</description>
      <pubDate>Tue, 01 Apr 2008 19:34:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/compiling-perl-on-hp-ux-11-31/m-p/5100913#M90940</guid>
      <dc:creator>PatRoy</dc:creator>
      <dc:date>2008-04-01T19:34:58Z</dc:date>
    </item>
    <item>
      <title>Re: Compiling Perl on HP-UX 11.31</title>
      <link>https://community.hpe.com/t5/operating-system-linux/compiling-perl-on-hp-ux-11-31/m-p/5100914#M90941</link>
      <description>&lt;A href="ftp://download.xs4all.nl/pub/mirror/CPAN/authors/id/J/JH/JHI/Time-HiRes-1.9713.tar.gz" target="_blank"&gt;ftp://download.xs4all.nl/pub/mirror/CPAN/authors/id/J/JH/JHI/Time-HiRes-1.9713.tar.gz&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;is the new version, and it tested out without problems on HP-UX 11.31 Itanium&lt;BR /&gt;&lt;BR /&gt;Enjoy, Have FUN! H.Merijn</description>
      <pubDate>Mon, 07 Apr 2008 13:36:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/compiling-perl-on-hp-ux-11-31/m-p/5100914#M90941</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2008-04-07T13:36:13Z</dc:date>
    </item>
  </channel>
</rss>

