<?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: gcc install problem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/gcc-install-problem/m-p/2861994#M820891</link>
    <description>Why did you use -x allow_incompatible=false when you installed it ? do you have multiple versions of gcc installed ? &lt;BR /&gt;&lt;BR /&gt;what does; swlist -l fileset | grep gcc&lt;BR /&gt;show ? &amp;gt; 1 version ? &lt;BR /&gt;I think you have multiple versions installed and to be clean remove all versions of gcc and only install the one you want or else compiles can get confused.&lt;BR /&gt;</description>
    <pubDate>Wed, 11 Dec 2002 11:38:36 GMT</pubDate>
    <dc:creator>Stefan Farrelly</dc:creator>
    <dc:date>2002-12-11T11:38:36Z</dc:date>
    <item>
      <title>gcc install problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gcc-install-problem/m-p/2861992#M820889</link>
      <description>#swinstall -x allow_incompatible=true -s /data1/kmms_src/k4m/gcc-3.2-sd-11.00.depot gcc&lt;BR /&gt;&lt;BR /&gt;sample test.cpp&lt;BR /&gt;#include &lt;IOSTREAM.H&gt;&lt;BR /&gt;&lt;BR /&gt;int main()&lt;BR /&gt;{&lt;BR /&gt;    cout &amp;lt;&amp;lt; "Hello\n";&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;#g++ -o test test.cpp&lt;BR /&gt;&lt;BR /&gt;/usr/local/include/c++/3.2/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header. Please consider using one of the 32 headers found in section 17.4.1.2 of the C++ standard. Examples include substituting the &lt;X&gt; header for the &lt;X.H&gt; header for C++ includes, or &lt;SSTREAM&gt; instead of the deprecated header &lt;STRSTREAM.H&gt;. To disable this warning use -Wno-deprecated.&lt;BR /&gt;&lt;BR /&gt;What's Problem?&lt;BR /&gt;&lt;/STRSTREAM.H&gt;&lt;/SSTREAM&gt;&lt;/X.H&gt;&lt;/X&gt;&lt;/IOSTREAM.H&gt;</description>
      <pubDate>Wed, 11 Dec 2002 11:22:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gcc-install-problem/m-p/2861992#M820889</guid>
      <dc:creator>Tony I.S Suh</dc:creator>
      <dc:date>2002-12-11T11:22:54Z</dc:date>
    </item>
    <item>
      <title>Re: gcc install problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gcc-install-problem/m-p/2861993#M820890</link>
      <description>Would you be able to rebuild gcc from it's source (&lt;A href="ftp://ftp.nluug.nl/mirror/languages/gcc/snapshots/gcc-3.2.1-20021111.tar.bz2" target="_blank"&gt;ftp://ftp.nluug.nl/mirror/languages/gcc/snapshots/gcc-3.2.1-20021111.tar.bz2&lt;/A&gt; )using the installed gcc?&lt;BR /&gt;&lt;BR /&gt;Gcc adapts to the system by altering the system include files to it's own path while building. Please note that in order to successfully build gcc on HP-UX, you need recent binutils. More guidance can be found on my ITRC page at &lt;A href="https://www.beepz.com/personal/merijn" target="_blank"&gt;https://www.beepz.com/personal/merijn&lt;/A&gt; where you can also find my ports of gcc/binutils on HP-UX 10.20 and 11.00</description>
      <pubDate>Wed, 11 Dec 2002 11:36:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gcc-install-problem/m-p/2861993#M820890</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2002-12-11T11:36:43Z</dc:date>
    </item>
    <item>
      <title>Re: gcc install problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gcc-install-problem/m-p/2861994#M820891</link>
      <description>Why did you use -x allow_incompatible=false when you installed it ? do you have multiple versions of gcc installed ? &lt;BR /&gt;&lt;BR /&gt;what does; swlist -l fileset | grep gcc&lt;BR /&gt;show ? &amp;gt; 1 version ? &lt;BR /&gt;I think you have multiple versions installed and to be clean remove all versions of gcc and only install the one you want or else compiles can get confused.&lt;BR /&gt;</description>
      <pubDate>Wed, 11 Dec 2002 11:38:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gcc-install-problem/m-p/2861994#M820891</guid>
      <dc:creator>Stefan Farrelly</dc:creator>
      <dc:date>2002-12-11T11:38:36Z</dc:date>
    </item>
    <item>
      <title>Re: gcc install problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gcc-install-problem/m-p/2861995#M820892</link>
      <description>There is nothing wrong with the gcc installation.  It is simply complaining about &lt;IOSTREAM.H&gt;, as that is depracated and replaced with &lt;IOSTREAM&gt;&lt;BR /&gt;&lt;BR /&gt;If you read the warning it emits, it becomes obvious.&lt;BR /&gt;&lt;/IOSTREAM&gt;&lt;/IOSTREAM.H&gt;</description>
      <pubDate>Thu, 12 Dec 2002 08:45:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gcc-install-problem/m-p/2861995#M820892</guid>
      <dc:creator>Harri Pasanen_1</dc:creator>
      <dc:date>2002-12-12T08:45:59Z</dc:date>
    </item>
  </channel>
</rss>

