<?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 hellostrings.c:4:20: iostream: No such file or directory in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/hellostrings-c-4-20-iostream-no-such-file-or-directory/m-p/3500860#M216641</link>
    <description>Hi,&lt;BR /&gt;Evidently the gcc binary at &lt;BR /&gt;/usr/local/bin is not able to locate the &lt;BR /&gt;iostream.h and string.h&lt;BR /&gt;at &lt;BR /&gt;/usr/local/lib/gcc-lib/hppa2.0n-hp-hpux11.00/3.3.2/include&lt;BR /&gt;&lt;BR /&gt;Would someone please let me know how to link the gcc compiler binary to be able to find the&lt;BR /&gt;above files?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Ramakrishnan&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Wed, 09 Mar 2005 07:16:02 GMT</pubDate>
    <dc:creator>Ramakrishnan K P</dc:creator>
    <dc:date>2005-03-09T07:16:02Z</dc:date>
    <item>
      <title>hellostrings.c:4:20: iostream: No such file or directory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hellostrings-c-4-20-iostream-no-such-file-or-directory/m-p/3500860#M216641</link>
      <description>Hi,&lt;BR /&gt;Evidently the gcc binary at &lt;BR /&gt;/usr/local/bin is not able to locate the &lt;BR /&gt;iostream.h and string.h&lt;BR /&gt;at &lt;BR /&gt;/usr/local/lib/gcc-lib/hppa2.0n-hp-hpux11.00/3.3.2/include&lt;BR /&gt;&lt;BR /&gt;Would someone please let me know how to link the gcc compiler binary to be able to find the&lt;BR /&gt;above files?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Ramakrishnan&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 09 Mar 2005 07:16:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hellostrings-c-4-20-iostream-no-such-file-or-directory/m-p/3500860#M216641</guid>
      <dc:creator>Ramakrishnan K P</dc:creator>
      <dc:date>2005-03-09T07:16:02Z</dc:date>
    </item>
    <item>
      <title>Re: hellostrings.c:4:20: iostream: No such file or directory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hellostrings-c-4-20-iostream-no-such-file-or-directory/m-p/3500861#M216642</link>
      <description>The include files you want are C++ files, yet the source file you reference is C.  But besides that, you could try setting the CPATH environment variable to the directory or pass in the directory on the command line with the -I switch&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;Steven</description>
      <pubDate>Wed, 09 Mar 2005 15:06:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hellostrings-c-4-20-iostream-no-such-file-or-directory/m-p/3500861#M216642</guid>
      <dc:creator>Procnus</dc:creator>
      <dc:date>2005-03-09T15:06:42Z</dc:date>
    </item>
    <item>
      <title>Re: hellostrings.c:4:20: iostream: No such file or directory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hellostrings-c-4-20-iostream-no-such-file-or-directory/m-p/3500862#M216643</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I guess it is not able to locate the iostream.h or the string.h files&lt;BR /&gt;&lt;BR /&gt;I  set the ld_library_path to point to the include folder.&lt;BR /&gt;But the gcc compiler still is not able to look up these files.&lt;BR /&gt;&lt;BR /&gt;May have to link the gcc binary to the include folder.&lt;BR /&gt;Could you send me the syntax for the linking?&lt;BR /&gt;&lt;BR /&gt;I am a novice with C++ , UNIX so it'd be great to have the exact syntax for this&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Ramakrishnan&lt;BR /&gt;</description>
      <pubDate>Thu, 10 Mar 2005 00:46:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hellostrings-c-4-20-iostream-no-such-file-or-directory/m-p/3500862#M216643</guid>
      <dc:creator>Ramakrishnan K P</dc:creator>
      <dc:date>2005-03-10T00:46:01Z</dc:date>
    </item>
    <item>
      <title>Re: hellostrings.c:4:20: iostream: No such file or directory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hellostrings-c-4-20-iostream-no-such-file-or-directory/m-p/3500863#M216644</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;This worked, LD_LIBRARY_PATH was adequately changed.&lt;BR /&gt;&lt;BR /&gt;by giving /usr/local/pa20_64/lib&lt;BR /&gt;&lt;BR /&gt;Please close this request.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Ramki&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 15 Mar 2005 08:37:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hellostrings-c-4-20-iostream-no-such-file-or-directory/m-p/3500863#M216644</guid>
      <dc:creator>Ramakrishnan K P</dc:creator>
      <dc:date>2005-03-15T08:37:31Z</dc:date>
    </item>
  </channel>
</rss>

