<?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: How to compile with gcc for pa1.1 32bits in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/how-to-compile-with-gcc-for-pa1-1-32bits/m-p/3645236#M102316</link>
    <description>&lt;BR /&gt;Not compiler related, BUT I do have a "sudo-1.6.7p5" depot for 11.0 laying around.  This was from the Software Porting and Archiving Center.&lt;BR /&gt;&lt;BR /&gt;In fact, over the past 3-4 years, I have archived all of the software from that site for 11.0.  I have 1.7GB of older and newer versions of software for 11.0.  Now that they are desupporting 11.0, this stuff is gold.  Let me know if you want me to send you the sudo package.&lt;BR /&gt;&lt;BR /&gt;Also, anyone else on the forum, if you see something disappear from the Porting site for 11.0, and need it, let me know.  I bet I still have it laying around.  I burned a backup on CD and have it at home, so I'll pretty much have this older 11.0 stuff forever.&lt;BR /&gt;&lt;BR /&gt;-- Tom</description>
    <pubDate>Mon, 10 Oct 2005 10:54:49 GMT</pubDate>
    <dc:creator>Tom Schroll</dc:creator>
    <dc:date>2005-10-10T10:54:49Z</dc:date>
    <item>
      <title>How to compile with gcc for pa1.1 32bits</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-compile-with-gcc-for-pa1-1-32bits/m-p/3645228#M102308</link>
      <description>I installed gcc on 64bits hpuxmachine (11.11)&lt;BR /&gt;I would like compile sudo for pa1.1 machine.&lt;BR /&gt;&lt;BR /&gt;I tried to run with CFLAGS =-mpa-risc-1-1 but it doesn't work , I always have PA2.0 *.o and pa2.0 program :&lt;BR /&gt;&lt;BR /&gt;/usr/ccs/bin/ld: (Warning) At least one PA 2.0 object file (check.o) was detected. The linked output may not run on a PA 1.x system.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I use gcc  3.4.4. and for configure : --build=hppa1.1-hp-hpux11.0&lt;BR /&gt;&lt;BR /&gt;Thanks for your help.&lt;BR /&gt;Jgg.</description>
      <pubDate>Mon, 10 Oct 2005 04:19:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-compile-with-gcc-for-pa1-1-32bits/m-p/3645228#M102308</guid>
      <dc:creator>Jean-Guy GROSSE</dc:creator>
      <dc:date>2005-10-10T04:19:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to compile with gcc for pa1.1 32bits</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-compile-with-gcc-for-pa1-1-32bits/m-p/3645229#M102309</link>
      <description>You have to export CFLAGS and CPPFLAGS before configuring Sudo. Just do the following, &lt;BR /&gt;&lt;BR /&gt;# export CFLAGS="-mpa-risc-1-1" &lt;BR /&gt;# export CPPFLAGS="-mpa-risc-1-1" &lt;BR /&gt;# gmake clean&lt;BR /&gt;# gmake distclean &lt;BR /&gt;# ./configure --&lt;OPTIONS&gt; &lt;BR /&gt;&lt;BR /&gt;Or you can download Internet Express Sudo, it has got PA-RISC 1.1 binaries.. &lt;BR /&gt;&lt;A href="http://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=HPUXIEXP1111" target="_blank"&gt;http://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=HPUXIEXP1111&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;-Arun&lt;/OPTIONS&gt;</description>
      <pubDate>Mon, 10 Oct 2005 04:27:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-compile-with-gcc-for-pa1-1-32bits/m-p/3645229#M102309</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2005-10-10T04:27:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to compile with gcc for pa1.1 32bits</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-compile-with-gcc-for-pa1-1-32bits/m-p/3645230#M102310</link>
      <description>hi Jean-Guy,&lt;BR /&gt;i don't know much about this&lt;BR /&gt;argument...but try also adding &lt;BR /&gt;+DAportable&lt;BR /&gt;to CFLAGS.&lt;BR /&gt;&lt;BR /&gt;Regards</description>
      <pubDate>Mon, 10 Oct 2005 04:30:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-compile-with-gcc-for-pa1-1-32bits/m-p/3645230#M102310</guid>
      <dc:creator>Piergiacomo Perini</dc:creator>
      <dc:date>2005-10-10T04:30:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to compile with gcc for pa1.1 32bits</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-compile-with-gcc-for-pa1-1-32bits/m-p/3645231#M102311</link>
      <description>+DAportable is a HP C-ANSI-C option, and will not be recognized by GNU gcc&lt;BR /&gt;&lt;BR /&gt;-mpa-risc-1-1 is not a wise idea for a 64bit compiler, since it can only produce 64bit objects on pa-risc, and that won't run on pa-risc-1.1 anyway&lt;BR /&gt;&lt;BR /&gt;If you still want to compile for 1.1 on 11.11, you either use/install GNU gcc/32 and use -mpa-risc-1-1, or use HP C-ANSI-C with +DAportable&lt;BR /&gt;&lt;BR /&gt;Easier probably is to&lt;BR /&gt;- get a precompiled 1.1 port of the desired target from the internet or one of the kind members of this forum&lt;BR /&gt;- install gcc on the target and compile it there&lt;BR /&gt;&lt;BR /&gt;Proof of concept:&lt;BR /&gt;r3:/tmp 102 &amp;gt; ux&lt;BR /&gt;r3  HP-UX 11.11/64 U  9000/800/rp3410/64 PA8800/800(2) pa-2.0  4094 Mb&lt;BR /&gt;r3:/tmp 103 &amp;gt; cat xx.c&lt;BR /&gt;int main(){return(0);}&lt;BR /&gt;r3:/tmp 104 &amp;gt; gcc -o xx xx.c&lt;BR /&gt;r3:/tmp 105 &amp;gt; file xx&lt;BR /&gt;xx:             PA-RISC1.1 shared executable dynamically linked -not stripped&lt;BR /&gt;r3:/tmp 106 &amp;gt; gcc64 -o xx xx.c&lt;BR /&gt;r3:/tmp 107 &amp;gt; file xx&lt;BR /&gt;xx:             ELF-64 executable object file - PA-RISC 2.0 (LP64)&lt;BR /&gt;r3:/tmp 108 &amp;gt; gcc -mpa-risc-2-0 -o xx xx.c&lt;BR /&gt;r3:/tmp 109 &amp;gt; file xx&lt;BR /&gt;xx:             PA-RISC2.0 shared executable dynamically linked -not stripped&lt;BR /&gt;r3:/tmp 110 &amp;gt; gcc64 -mpa-risc-1-1 -o xx xx.c&lt;BR /&gt;r3:/tmp 111 &amp;gt; file xx&lt;BR /&gt;xx:             ELF-64 executable object file - PA-RISC 2.0 (LP64)&lt;BR /&gt;r3:/tmp 112 &amp;gt; gcc --version&lt;BR /&gt;gcc (GCC) 3.4.4&lt;BR /&gt;Copyright (C) 2004 Free Software Foundation, Inc.&lt;BR /&gt;This is free software; see the source for copying conditions.  There is NO&lt;BR /&gt;warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.&lt;BR /&gt;&lt;BR /&gt;r3:/tmp 113 &amp;gt;&lt;BR /&gt;--&amp;gt;8---&lt;BR /&gt;Enjoy, Have FUN! H.Merijn</description>
      <pubDate>Mon, 10 Oct 2005 05:19:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-compile-with-gcc-for-pa1-1-32bits/m-p/3645231#M102311</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2005-10-10T05:19:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to compile with gcc for pa1.1 32bits</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-compile-with-gcc-for-pa1-1-32bits/m-p/3645232#M102312</link>
      <description>thanx Procura !!in effect we use it&lt;BR /&gt;for "aCC".&lt;BR /&gt;&lt;BR /&gt;forgive me !!!&lt;BR /&gt;&lt;BR /&gt;bye&lt;BR /&gt;</description>
      <pubDate>Mon, 10 Oct 2005 05:26:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-compile-with-gcc-for-pa1-1-32bits/m-p/3645232#M102312</guid>
      <dc:creator>Piergiacomo Perini</dc:creator>
      <dc:date>2005-10-10T05:26:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to compile with gcc for pa1.1 32bits</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-compile-with-gcc-for-pa1-1-32bits/m-p/3645233#M102313</link>
      <description>You can download GCC 32 bit from &lt;BR /&gt;&lt;A href="http://h21007.www2.hp.com/dspp/tech/tech_TechSoftwareDetailPage_IDX/1,1703,547,00.html" target="_blank"&gt;http://h21007.www2.hp.com/dspp/tech/tech_TechSoftwareDetailPage_IDX/1,1703,547,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;or GCC 4.0.2 from&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hpux.connect.org.uk/hppd/hpux/Gnu/gcc-4.0.2/" target="_blank"&gt;http://hpux.connect.org.uk/hppd/hpux/Gnu/gcc-4.0.2/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;-Arun</description>
      <pubDate>Mon, 10 Oct 2005 07:08:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-compile-with-gcc-for-pa1-1-32bits/m-p/3645233#M102313</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2005-10-10T07:08:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to compile with gcc for pa1.1 32bits</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-compile-with-gcc-for-pa1-1-32bits/m-p/3645234#M102314</link>
      <description>... or from my site of course :)&lt;BR /&gt;&lt;BR /&gt;I'd advice strongly *against* 4.0.x if you are going to use the 64bit version. I still run into trouble (real hard to trace) when building perl.&lt;BR /&gt;&lt;BR /&gt;GNU gcc-3.4.4 is very stable&lt;BR /&gt;&lt;BR /&gt;My HP ITRC site pages can be found at (please use LA as primary choice):&lt;BR /&gt;&lt;BR /&gt;USA Los Angeles &lt;A href="http://mirrors.develooper.com/hpux/" target="_blank"&gt;http://mirrors.develooper.com/hpux/&lt;/A&gt;&lt;BR /&gt;SGP Singapore   &lt;A href="https://www.beepz.com/personal/merijn/" target="_blank"&gt;https://www.beepz.com/personal/merijn/&lt;/A&gt;&lt;BR /&gt;USA Chicago     &lt;A href="http://ww.hpux.ws/merijn/" target="_blank"&gt;http://ww.hpux.ws/merijn/&lt;/A&gt;&lt;BR /&gt;NL  Hoofddorp   &lt;A href="http://www.cmve.net/~merijn/" target="_blank"&gt;http://www.cmve.net/~merijn/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Enjoy, have FUN! H.Merijn</description>
      <pubDate>Mon, 10 Oct 2005 07:55:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-compile-with-gcc-for-pa1-1-32bits/m-p/3645234#M102314</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2005-10-10T07:55:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to compile with gcc for pa1.1 32bits</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-compile-with-gcc-for-pa1-1-32bits/m-p/3645235#M102315</link>
      <description>Thanks a lot for your anwser, &lt;BR /&gt;&lt;BR /&gt;I tested the HP version of gcc with 2 compilers ( 32 and 64 ) but they didn't work.&lt;BR /&gt;&lt;BR /&gt;So finaly I installed a 3.4.4 on pa.1.1 machine, and it's ok. &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 10 Oct 2005 08:59:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-compile-with-gcc-for-pa1-1-32bits/m-p/3645235#M102315</guid>
      <dc:creator>Jean-Guy GROSSE</dc:creator>
      <dc:date>2005-10-10T08:59:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to compile with gcc for pa1.1 32bits</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-compile-with-gcc-for-pa1-1-32bits/m-p/3645236#M102316</link>
      <description>&lt;BR /&gt;Not compiler related, BUT I do have a "sudo-1.6.7p5" depot for 11.0 laying around.  This was from the Software Porting and Archiving Center.&lt;BR /&gt;&lt;BR /&gt;In fact, over the past 3-4 years, I have archived all of the software from that site for 11.0.  I have 1.7GB of older and newer versions of software for 11.0.  Now that they are desupporting 11.0, this stuff is gold.  Let me know if you want me to send you the sudo package.&lt;BR /&gt;&lt;BR /&gt;Also, anyone else on the forum, if you see something disappear from the Porting site for 11.0, and need it, let me know.  I bet I still have it laying around.  I burned a backup on CD and have it at home, so I'll pretty much have this older 11.0 stuff forever.&lt;BR /&gt;&lt;BR /&gt;-- Tom</description>
      <pubDate>Mon, 10 Oct 2005 10:54:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-compile-with-gcc-for-pa1-1-32bits/m-p/3645236#M102316</guid>
      <dc:creator>Tom Schroll</dc:creator>
      <dc:date>2005-10-10T10:54:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to compile with gcc for pa1.1 32bits</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-compile-with-gcc-for-pa1-1-32bits/m-p/3645237#M102317</link>
      <description>Can you tell me anything about what problems you had using GCC 4.0.*?  I do some work on GCC and would be interested in looking at any GCC errors you found.  Feel free to reply here or send me email directly (sje &lt;AT&gt; cup.hp.com)&lt;/AT&gt;</description>
      <pubDate>Tue, 11 Oct 2005 10:31:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-compile-with-gcc-for-pa1-1-32bits/m-p/3645237#M102317</guid>
      <dc:creator>Steve Ellcey</dc:creator>
      <dc:date>2005-10-11T10:31:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to compile with gcc for pa1.1 32bits</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-compile-with-gcc-for-pa1-1-32bits/m-p/3645238#M102318</link>
      <description>OK, I will.&lt;BR /&gt;&lt;BR /&gt;Problems only on development branch of perl in 64bitall&lt;BR /&gt;&lt;BR /&gt;Must run now. will be soon!&lt;BR /&gt;&lt;BR /&gt;Enjoy, Have FUN! H.Merijn</description>
      <pubDate>Tue, 11 Oct 2005 10:57:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-compile-with-gcc-for-pa1-1-32bits/m-p/3645238#M102318</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2005-10-11T10:57:44Z</dc:date>
    </item>
  </channel>
</rss>

