<?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 Perl woes on HP-UX PA 11.31 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/perl-woes-on-hp-ux-pa-11-31/m-p/4477828#M362162</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I am standing up a new server and using 11.31 instead of 11.23.  All gone well so far until I started on the Perl modules and end up with :-&lt;BR /&gt;&lt;BR /&gt;(Bundled) cc: warning 480: The -A option is available only with the C/ANSI C pro&lt;BR /&gt;duct; ignored.&lt;BR /&gt;&lt;BR /&gt;I have GCC installed so wondered why it was picking up cc instead.  Low and behold in /opt/perl/lib/5.8.8/PA-RISC1.1-thread-multi/Config.pm the default for CC has now been set :( Even if I try and overide the compiler with perl Makefile.PL CC=gcc it fails due to other options set in Config.pm.&lt;BR /&gt;&lt;BR /&gt;Details of Perl and GCC :-&lt;BR /&gt;&lt;BR /&gt;perl           E.5.8.8.D&lt;BR /&gt;GNU_C_C++      4.4.0&lt;BR /&gt;&lt;BR /&gt;Any ideas on how I can overcome this ?</description>
    <pubDate>Wed, 12 Aug 2009 07:20:18 GMT</pubDate>
    <dc:creator>UxBoD</dc:creator>
    <dc:date>2009-08-12T07:20:18Z</dc:date>
    <item>
      <title>Perl woes on HP-UX PA 11.31</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/perl-woes-on-hp-ux-pa-11-31/m-p/4477828#M362162</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I am standing up a new server and using 11.31 instead of 11.23.  All gone well so far until I started on the Perl modules and end up with :-&lt;BR /&gt;&lt;BR /&gt;(Bundled) cc: warning 480: The -A option is available only with the C/ANSI C pro&lt;BR /&gt;duct; ignored.&lt;BR /&gt;&lt;BR /&gt;I have GCC installed so wondered why it was picking up cc instead.  Low and behold in /opt/perl/lib/5.8.8/PA-RISC1.1-thread-multi/Config.pm the default for CC has now been set :( Even if I try and overide the compiler with perl Makefile.PL CC=gcc it fails due to other options set in Config.pm.&lt;BR /&gt;&lt;BR /&gt;Details of Perl and GCC :-&lt;BR /&gt;&lt;BR /&gt;perl           E.5.8.8.D&lt;BR /&gt;GNU_C_C++      4.4.0&lt;BR /&gt;&lt;BR /&gt;Any ideas on how I can overcome this ?</description>
      <pubDate>Wed, 12 Aug 2009 07:20:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/perl-woes-on-hp-ux-pa-11-31/m-p/4477828#M362162</guid>
      <dc:creator>UxBoD</dc:creator>
      <dc:date>2009-08-12T07:20:18Z</dc:date>
    </item>
    <item>
      <title>Re: Perl woes on HP-UX PA 11.31</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/perl-woes-on-hp-ux-pa-11-31/m-p/4477829#M362163</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;&amp;gt; I have GCC installed so wondered why it was picking up cc instead.&lt;BR /&gt;&lt;BR /&gt;That's because Perl knows what compiler it was compiled with and looks for this compiler when you need to compile modules.&lt;BR /&gt;&lt;BR /&gt;# perl -V:cc&lt;BR /&gt;&lt;BR /&gt;...will show the compiler used.&lt;BR /&gt;&lt;BR /&gt;The "bundled" C compiler is worthless for serious development.  You could license the HP C/C++ compiler:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h20392.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=B9007AA" target="_blank"&gt;http://h20392.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=B9007AA&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;(which also has an evaluation license):&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h20392.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=B9007AAEVAL" target="_blank"&gt;http://h20392.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=B9007AAEVAL&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;...OR, you could fetch a binary built with 'gcc' from Merijn's website:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://mirrors.develooper.com/hpux/downloads.html" target="_blank"&gt;http://mirrors.develooper.com/hpux/downloads.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Wed, 12 Aug 2009 11:15:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/perl-woes-on-hp-ux-pa-11-31/m-p/4477829#M362163</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2009-08-12T11:15:43Z</dc:date>
    </item>
    <item>
      <title>Re: Perl woes on HP-UX PA 11.31</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/perl-woes-on-hp-ux-pa-11-31/m-p/4477830#M362164</link>
      <description>Thanks James ...&lt;BR /&gt;&lt;BR /&gt;Unfortunately Merlin does not have a build for 11.31 PA 64 :( So I am trying to build it from source now.  Once I got past the HiRes issue by pulling the latest version into the Perl 5.10 source it would complete to the end of make.  But when I run a "make test" it is hanging on ext/IO/t/io_udp :(</description>
      <pubDate>Wed, 12 Aug 2009 11:21:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/perl-woes-on-hp-ux-pa-11-31/m-p/4477830#M362164</guid>
      <dc:creator>UxBoD</dc:creator>
      <dc:date>2009-08-12T11:21:24Z</dc:date>
    </item>
    <item>
      <title>Re: Perl woes on HP-UX PA 11.31</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/perl-woes-on-hp-ux-pa-11-31/m-p/4477831#M362165</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;So compile it yourself.&lt;BR /&gt;&lt;BR /&gt;How about gcc as a compiler, it can produce serious code.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hpux.connect.org.uk/hppd/hpux/Gnu/gcc-4.2.3/" target="_blank"&gt;http://hpux.connect.org.uk/hppd/hpux/Gnu/gcc-4.2.3/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hpux.connect.org.uk/hppd/hpux/Gnu/libgcc-4.2.3/" target="_blank"&gt;http://hpux.connect.org.uk/hppd/hpux/Gnu/libgcc-4.2.3/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Install all dependencies of any kind. Install dependencies of dependencies.&lt;BR /&gt;&lt;BR /&gt;Then you can compile some serious code without spending money on a license.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 12 Aug 2009 11:47:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/perl-woes-on-hp-ux-pa-11-31/m-p/4477831#M362165</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2009-08-12T11:47:23Z</dc:date>
    </item>
    <item>
      <title>Re: Perl woes on HP-UX PA 11.31</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/perl-woes-on-hp-ux-pa-11-31/m-p/4477832#M362166</link>
      <description>That is not a sarcastic tone in your voice is it Steven ? ;)&lt;BR /&gt;&lt;BR /&gt;Hey, if we knew we would have to buy a C/aC++ license then we would have included it in the project cost; but seeing as it was all fine in 11.23 that did not happen.&lt;BR /&gt;&lt;BR /&gt;16 CPU LTU is gonna be pretty pricey :( I have asked for a quote though.&lt;BR /&gt;&lt;BR /&gt;As HP do provide a version of GCC from the software site perhaps they could also supply a Perl GCC compiled version :D</description>
      <pubDate>Wed, 12 Aug 2009 11:52:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/perl-woes-on-hp-ux-pa-11-31/m-p/4477832#M362166</guid>
      <dc:creator>UxBoD</dc:creator>
      <dc:date>2009-08-12T11:52:03Z</dc:date>
    </item>
    <item>
      <title>Re: Perl woes on HP-UX PA 11.31</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/perl-woes-on-hp-ux-pa-11-31/m-p/4477833#M362167</link>
      <description>I now have 11.31/IPF, so when 5.10.1 is released (RC1 is out already), I will build and upload that too.&lt;BR /&gt;&lt;BR /&gt;Currently I have no spare time to create any other builds. If only ...&lt;BR /&gt;&lt;BR /&gt;Enjoy, Have FUN! H.Merijn</description>
      <pubDate>Wed, 12 Aug 2009 12:05:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/perl-woes-on-hp-ux-pa-11-31/m-p/4477833#M362167</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2009-08-12T12:05:51Z</dc:date>
    </item>
  </channel>
</rss>

