<?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: Removing -ansi flag in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/removing-ansi-flag/m-p/3007236#M910880</link>
    <description>Here (attached) is my Makefile I don't see any ansi flag.&lt;BR /&gt;Any other suggestion ?&lt;BR /&gt;&lt;BR /&gt;Miro</description>
    <pubDate>Wed, 25 Jun 2003 14:26:49 GMT</pubDate>
    <dc:creator>mvr</dc:creator>
    <dc:date>2003-06-25T14:26:49Z</dc:date>
    <item>
      <title>Removing -ansi flag</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/removing-ansi-flag/m-p/3007234#M910878</link>
      <description>I'm trying to compile BIND on the HP-UX 11-11&lt;BR /&gt;In the INSTALL file it said:&lt;BR /&gt;&lt;BR /&gt;HPUX&lt;BR /&gt;If you are using gcc you may have to remove the '-ansi'flag.  This is gcc version dependent.&lt;BR /&gt;&lt;BR /&gt;I tried to compaile with th flag, but I recived error.&lt;BR /&gt;&lt;BR /&gt;How do I remove -ansi flag ?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Miro&lt;BR /&gt;</description>
      <pubDate>Wed, 25 Jun 2003 14:04:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/removing-ansi-flag/m-p/3007234#M910878</guid>
      <dc:creator>mvr</dc:creator>
      <dc:date>2003-06-25T14:04:41Z</dc:date>
    </item>
    <item>
      <title>Re: Removing -ansi flag</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/removing-ansi-flag/m-p/3007235#M910879</link>
      <description>Hi Miro,&lt;BR /&gt;&lt;BR /&gt;Look at the Makefile and search for "CFLAGS". If that variable says "ansi", then you will need to remove it.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Wed, 25 Jun 2003 14:14:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/removing-ansi-flag/m-p/3007235#M910879</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2003-06-25T14:14:06Z</dc:date>
    </item>
    <item>
      <title>Re: Removing -ansi flag</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/removing-ansi-flag/m-p/3007236#M910880</link>
      <description>Here (attached) is my Makefile I don't see any ansi flag.&lt;BR /&gt;Any other suggestion ?&lt;BR /&gt;&lt;BR /&gt;Miro</description>
      <pubDate>Wed, 25 Jun 2003 14:26:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/removing-ansi-flag/m-p/3007236#M910880</guid>
      <dc:creator>mvr</dc:creator>
      <dc:date>2003-06-25T14:26:49Z</dc:date>
    </item>
    <item>
      <title>Re: Removing -ansi flag</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/removing-ansi-flag/m-p/3007237#M910881</link>
      <description>The BIND configure script creates more than one Makefile - you'll need to check them all:&lt;BR /&gt;&lt;BR /&gt;$ cd &lt;BIND src="https://community.hpe.com/" dir=""&gt;&lt;BR /&gt;$ find . -name Makefile | xargs grep ansi&lt;BR /&gt;&lt;BR /&gt;...and remove the references from wherever it appears.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Steve&lt;/BIND&gt;</description>
      <pubDate>Wed, 25 Jun 2003 14:32:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/removing-ansi-flag/m-p/3007237#M910881</guid>
      <dc:creator>Steven Gillard_2</dc:creator>
      <dc:date>2003-06-25T14:32:18Z</dc:date>
    </item>
    <item>
      <title>Re: Removing -ansi flag</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/removing-ansi-flag/m-p/3007238#M910882</link>
      <description>Hi Miro,&lt;BR /&gt;&lt;BR /&gt;I don't have the code for BIND.&lt;BR /&gt;&lt;BR /&gt;Do you see a file called &lt;BR /&gt;&lt;BR /&gt;Makefile.get.gcc anywhere?&lt;BR /&gt;&lt;BR /&gt;Do a find. You may find this under each platform's directory. Select the one for the corresponding HP version. &lt;BR /&gt;&lt;BR /&gt;Search for "ansi" in the above file.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Wed, 25 Jun 2003 14:35:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/removing-ansi-flag/m-p/3007238#M910882</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2003-06-25T14:35:53Z</dc:date>
    </item>
    <item>
      <title>Re: Removing -ansi flag</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/removing-ansi-flag/m-p/3007239#M910883</link>
      <description>Well, I tried all this but still a problem.&lt;BR /&gt;Could you tell me what version of BIND (even better depot) shuld I use with the HP-UX 11.11 ?&lt;BR /&gt;&lt;BR /&gt;Miro</description>
      <pubDate>Wed, 25 Jun 2003 17:23:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/removing-ansi-flag/m-p/3007239#M910883</guid>
      <dc:creator>mvr</dc:creator>
      <dc:date>2003-06-25T17:23:30Z</dc:date>
    </item>
    <item>
      <title>Re: Removing -ansi flag</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/removing-ansi-flag/m-p/3007240#M910884</link>
      <description>Hi Miro:&lt;BR /&gt;&lt;BR /&gt;BIND 9.2.0 can be found here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.software.hp.com/ISS_products_list.html" target="_blank"&gt;http://www.software.hp.com/ISS_products_list.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Wed, 25 Jun 2003 17:27:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/removing-ansi-flag/m-p/3007240#M910884</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2003-06-25T17:27:02Z</dc:date>
    </item>
  </channel>
</rss>

