<?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: Unable to compile perl in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/unable-to-compile-perl/m-p/3796189#M99724</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;ready-to-use perl versions 5.8.7 and 5.8.8 are available on &lt;A href="http://software.hp.com" target="_blank"&gt;http://software.hp.com&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=PERL" target="_blank"&gt;http://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=PERL&lt;/A&gt;</description>
    <pubDate>Mon, 29 May 2006 07:11:06 GMT</pubDate>
    <dc:creator>Torsten.</dc:creator>
    <dc:date>2006-05-29T07:11:06Z</dc:date>
    <item>
      <title>Unable to compile perl</title>
      <link>https://community.hpe.com/t5/operating-system-linux/unable-to-compile-perl/m-p/3796187#M99722</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I am trying to build perl 5.6.1 on HP-UX B.11.11 U 9000/899 with ANSI C version B.11.11.12 for hp-ux. I have configured the policy file. When I run make I get the following message.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;        Making B (dynamic)&lt;BR /&gt;        rm -f ../../lib/auto/B/B.sl&lt;BR /&gt;        LD_RUN_PATH="" ld  -L/usr/local/lib B.o  -o ../../lib/auto/B/B.sl&lt;BR /&gt;ld: Unsatisfied symbols:&lt;BR /&gt;   Perl_gv_stashpvn (first referenced in B.o) (code)&lt;BR /&gt;   PL_sv_yes (first referenced in B.o) (data)&lt;BR /&gt;   Perl_sv_newmortal (first referenced in B.o) (code)&lt;BR /&gt;   PL_curpad (first referenced in B.o) (data)&lt;BR /&gt;   Perl_newSViv (first referenced in B.o) (code)&lt;BR /&gt;   PL_sv_no (first referenced in B.o) (data)&lt;BR /&gt;   perl_get_av (first referenced in B.o) (code)&lt;BR /&gt;   PL_beginav_save (first referenced in B.o) (data)&lt;BR /&gt;   Perl_sv_catpv (first referenced in B.o) (code)&lt;BR /&gt;   perl_call_method (first referenced in B.o) (code)&lt;BR /&gt;   Perl_sv_2mortal (first referenced in B.o) (code)&lt;BR /&gt;   Perl_gv_fetchfile (first referenced in B.o) (code)&lt;BR /&gt;   Perl_sv_catpvn (first referenced in B.o) (code)&lt;BR /&gt;   PL_markstack_max (first referenced in B.o) (data)&lt;BR /&gt;   PL_opargs (first referenced in B.o) (data)&lt;BR /&gt;   PL_main_start (first referenced in B.o) (data)&lt;BR /&gt;   Perl_sv_setnv (first referenced in B.o) (code)&lt;BR /&gt;   Perl_markstack_grow (first referenced in B.o) (code)&lt;BR /&gt;   Perl_newRV (first referenced in B.o) (code)&lt;BR /&gt;   Perl_hv_iternextsv (first referenced in B.o) (code)&lt;BR /&gt;   Perl_form (first referenced in B.o) (code)&lt;BR /&gt;   PL_stack_base (first referenced in B.o) (data)&lt;BR /&gt;   PL_op_desc (first referenced in B.o) (data)&lt;BR /&gt;   perl_get_sv (first referenced in B.o) (code)&lt;BR /&gt;   Perl_sv_setiv (first referenced in B.o) (code)&lt;BR /&gt;   Perl_newSVpvn (first referenced in B.o) (code)&lt;BR /&gt;   Perl_sv_setuv (first referenced in B.o) (code)&lt;BR /&gt;   PL_maxo (first referenced in B.o) (data)&lt;BR /&gt;   Perl_sv_setsv (first referenced in B.o) (code)&lt;BR /&gt;   Perl_newXS (first referenced in B.o) (code)&lt;BR /&gt;   PL_sv_undef (first referenced in B.o) (data)&lt;BR /&gt;   strncmp (first referenced in B.o) (code)&lt;BR /&gt;   Perl_sv_2iv (first referenced in B.o) (code)&lt;BR /&gt;   PL_main_cv (first referenced in B.o) (data)&lt;BR /&gt;   Perl_sv_setpv (first referenced in B.o) (code)&lt;BR /&gt;   PL_main_root (first referenced in B.o) (data)&lt;BR /&gt;   Perl_sv_2nv (first referenced in B.o) (code)&lt;BR /&gt;   PL_markstack_ptr (first referenced in B.o) (data)&lt;BR /&gt;   Perl_av_push (first referenced in B.o) (code)&lt;BR /&gt;   PL_stack_max (first referenced in B.o) (data)&lt;BR /&gt;   Perl_newSVpv (first referenced in B.o) (code)&lt;BR /&gt;   Perl_sv_2bool (first referenced in B.o) (code)&lt;BR /&gt;   PL_amagic_generation (first referenced in B.o) (data)&lt;BR /&gt;   Perl_newSVrv (first referenced in B.o) (code)&lt;BR /&gt;   Perl_sv_mortalcopy (first referenced in B.o) (code)&lt;BR /&gt;   Perl_stack_grow (first referenced in B.o) (code)&lt;BR /&gt;   Perl_warn (first referenced in B.o) (code)&lt;BR /&gt;   PL_endav (first referenced in B.o) (data)&lt;BR /&gt;   Perl_newCONSTSUB (first referenced in B.o) (code)&lt;BR /&gt;   Perl_hv_iterinit (first referenced in B.o) (code)&lt;BR /&gt;   PL_op_name (first referenced in B.o) (data)&lt;BR /&gt;   strcmp (first referenced in B.o) (code)&lt;BR /&gt;   PL_op (first referenced in B.o) (data)&lt;BR /&gt;   PL_na (first referenced in B.o) (data)&lt;BR /&gt;   PL_Xpv (first referenced in B.o) (data)&lt;BR /&gt;   Perl_sv_setpvn (first referenced in B.o) (code)&lt;BR /&gt;   Perl_mg_size (first referenced in B.o) (code)&lt;BR /&gt;   PL_initav (first referenced in B.o) (data)&lt;BR /&gt;   Perl_mg_set (first referenced in B.o) (code)&lt;BR /&gt;   sprintf (first referenced in B.o) (code)&lt;BR /&gt;   Perl_sv_2pv (first referenced in B.o) (code)&lt;BR /&gt;   PL_compcv (first referenced in B.o) (data)&lt;BR /&gt;   PL_minus_c (first referenced in B.o) (data)&lt;BR /&gt;   PL_stack_sp (first referenced in B.o) (data)&lt;BR /&gt;   Perl_croak (first referenced in B.o) (code)&lt;BR /&gt;ld: No $UNWIND_END$ subspace has been defined (probably missing /usr/ccs/lib/crt&lt;BR /&gt;0.o)&lt;BR /&gt;*** Error exit code 1&lt;BR /&gt;&lt;BR /&gt;Stop.&lt;BR /&gt;*** Error exit code 1&lt;BR /&gt;&lt;BR /&gt;Please help.&lt;BR /&gt;</description>
      <pubDate>Mon, 29 May 2006 06:58:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/unable-to-compile-perl/m-p/3796187#M99722</guid>
      <dc:creator>Devaraj R</dc:creator>
      <dc:date>2006-05-29T06:58:13Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to compile perl</title>
      <link>https://community.hpe.com/t5/operating-system-linux/unable-to-compile-perl/m-p/3796188#M99723</link>
      <description>Why 5.6.1? Why not 5.6.2? Why not 5.8.8?&lt;BR /&gt;What is in your Policy.sh?&lt;BR /&gt;How did you call Configure?&lt;BR /&gt;&lt;BR /&gt;Enjoy, Have FUN! H.Merijn</description>
      <pubDate>Mon, 29 May 2006 07:01:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/unable-to-compile-perl/m-p/3796188#M99723</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2006-05-29T07:01:35Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to compile perl</title>
      <link>https://community.hpe.com/t5/operating-system-linux/unable-to-compile-perl/m-p/3796189#M99724</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;ready-to-use perl versions 5.8.7 and 5.8.8 are available on &lt;A href="http://software.hp.com" target="_blank"&gt;http://software.hp.com&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=PERL" target="_blank"&gt;http://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=PERL&lt;/A&gt;</description>
      <pubDate>Mon, 29 May 2006 07:11:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/unable-to-compile-perl/m-p/3796189#M99724</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2006-05-29T07:11:06Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to compile perl</title>
      <link>https://community.hpe.com/t5/operating-system-linux/unable-to-compile-perl/m-p/3796190#M99725</link>
      <description>Torsten, I bet he knows, but&lt;BR /&gt;&lt;BR /&gt;5.6.x is not available for 11.11&lt;BR /&gt;All available builds are GNU gcc builds, so I  bet he probably has a good reason to recompile from scratch with HP C-ANSI-C&lt;BR /&gt;&lt;BR /&gt;Enjoy, Have FUN! H.Merijn</description>
      <pubDate>Mon, 29 May 2006 07:13:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/unable-to-compile-perl/m-p/3796190#M99725</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2006-05-29T07:13:17Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to compile perl</title>
      <link>https://community.hpe.com/t5/operating-system-linux/unable-to-compile-perl/m-p/3796191#M99726</link>
      <description>Oh, I see: almost all builds are here:&lt;BR /&gt;&lt;A href="http://mirrors.develooper.com/hpux/" target="_blank"&gt;http://mirrors.develooper.com/hpux/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;You are the pharao ... ;-)&lt;BR /&gt;&lt;BR /&gt;Builds on software.hp.com are gcc builds too?&lt;BR /&gt;&lt;BR /&gt;Perhaps we will experience his need for an ansi c build.</description>
      <pubDate>Mon, 29 May 2006 07:31:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/unable-to-compile-perl/m-p/3796191#M99726</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2006-05-29T07:31:11Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to compile perl</title>
      <link>https://community.hpe.com/t5/operating-system-linux/unable-to-compile-perl/m-p/3796192#M99727</link>
      <description>ANSI-C builds are faster, but you will need the same compiler when you want to add XS modules&lt;BR /&gt;&lt;BR /&gt;OK, it *can* be done with a different ANSI C compiler (GNU gcc for example), but that is like diving head-first into an empty concrete swimming pool filled with snakes.&lt;BR /&gt;&lt;BR /&gt;Enjoy, Have FUN! H.Merijn</description>
      <pubDate>Mon, 29 May 2006 07:37:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/unable-to-compile-perl/m-p/3796192#M99727</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2006-05-29T07:37:56Z</dc:date>
    </item>
  </channel>
</rss>

