<?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: Installing gcc. in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/installing-gcc/m-p/3824216#M781341</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Where can I found gmake ?&lt;BR /&gt;&lt;BR /&gt;thx in advance,&lt;BR /&gt;&lt;BR /&gt;Sofiane.</description>
    <pubDate>Sat, 15 Jul 2006 13:49:35 GMT</pubDate>
    <dc:creator>Sofiane LARDJANE</dc:creator>
    <dc:date>2006-07-15T13:49:35Z</dc:date>
    <item>
      <title>Installing gcc.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/installing-gcc/m-p/3824214#M781339</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I have to use adrelink.sh to relink oracle applications executables which use cc. I have  B9007AAEVAL                           C.11.23.12.VAL HP C/aC++ Developer's Bundle &lt;BR /&gt;installed. I have encountred some errors like : /usr/ccs/bin/ld: Unsatisfied symbols: and I want to try gcc instead. I installed gcc (/opt/hp-gcc64-4.0.3) but I don't know how to redirect adrelink to use gcc instead of cc.&lt;BR /&gt;&lt;BR /&gt;thx in advance,&lt;BR /&gt;&lt;BR /&gt;sofiane.</description>
      <pubDate>Sat, 15 Jul 2006 11:19:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/installing-gcc/m-p/3824214#M781339</guid>
      <dc:creator>Sofiane LARDJANE</dc:creator>
      <dc:date>2006-07-15T11:19:18Z</dc:date>
    </item>
    <item>
      <title>Re: Installing gcc.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/installing-gcc/m-p/3824215#M781340</link>
      <description>Shalom Sofiane,&lt;BR /&gt;&lt;BR /&gt;A few things might help.&lt;BR /&gt;&lt;BR /&gt;1) Change your PATH variable so gcc is on the path befored cc.&lt;BR /&gt;&lt;BR /&gt;2) Change your SHLIB_PATH to reflect the same.&lt;BR /&gt;&lt;BR /&gt;3) Instead of make use gmake. Where the compile instructions say something like make use gmake instead. &lt;BR /&gt;&lt;BR /&gt;If the code is gcc compatible that should just about do it.&lt;BR /&gt;&lt;BR /&gt;SEP&lt;BR /&gt;Don't worry, where I live isn't be shelled!</description>
      <pubDate>Sat, 15 Jul 2006 13:33:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/installing-gcc/m-p/3824215#M781340</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-07-15T13:33:24Z</dc:date>
    </item>
    <item>
      <title>Re: Installing gcc.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/installing-gcc/m-p/3824216#M781341</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Where can I found gmake ?&lt;BR /&gt;&lt;BR /&gt;thx in advance,&lt;BR /&gt;&lt;BR /&gt;Sofiane.</description>
      <pubDate>Sat, 15 Jul 2006 13:49:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/installing-gcc/m-p/3824216#M781341</guid>
      <dc:creator>Sofiane LARDJANE</dc:creator>
      <dc:date>2006-07-15T13:49:35Z</dc:date>
    </item>
    <item>
      <title>Re: Installing gcc.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/installing-gcc/m-p/3824217#M781342</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You can download gmake from &lt;A href="http://hpux.connect.org.uk/hppd/hpux/Gnu/make-3.80/." target="_blank"&gt;http://hpux.connect.org.uk/hppd/hpux/Gnu/make-3.80/.&lt;/A&gt; &lt;BR /&gt;&lt;BR /&gt;Also, do this before start compilation, &lt;BR /&gt;#export CC=/opt/hp-gcc64-4.0.3/bin/gcc&lt;BR /&gt;&lt;BR /&gt;-Arun</description>
      <pubDate>Sun, 16 Jul 2006 09:48:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/installing-gcc/m-p/3824217#M781342</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2006-07-16T09:48:37Z</dc:date>
    </item>
    <item>
      <title>Re: Installing gcc.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/installing-gcc/m-p/3824218#M781343</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;gmake should have been installed by the gcc package. If not, make sure you pick a version from Arun's link that is version compatible with your installed gcc.&lt;BR /&gt;&lt;BR /&gt;whence gmake&lt;BR /&gt;&lt;BR /&gt;Will show you versions of gmake that are on the path.&lt;BR /&gt;&lt;BR /&gt;Good luck,&lt;BR /&gt;&lt;BR /&gt;SEP&lt;BR /&gt;Still Safe.&lt;BR /&gt;Really!</description>
      <pubDate>Sun, 16 Jul 2006 09:58:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/installing-gcc/m-p/3824218#M781343</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-07-16T09:58:02Z</dc:date>
    </item>
  </channel>
</rss>

