<?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 Bad character &amp;gt; (octal 76) in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/bad-character-gt-octal-76/m-p/4783619#M641027</link>
    <description>During Sun Solaris to HP Unix migraiton, when i build using Makefile (attached), I got the following error.&lt;BR /&gt;Bad character &amp;gt; (octal 76), line 48Make: .  Stop.&lt;BR /&gt;&lt;BR /&gt;Kindly suggest a solution.&lt;BR /&gt;</description>
    <pubDate>Tue, 03 May 2011 08:42:42 GMT</pubDate>
    <dc:creator>rajeshmsr</dc:creator>
    <dc:date>2011-05-03T08:42:42Z</dc:date>
    <item>
      <title>Bad character &gt; (octal 76)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bad-character-gt-octal-76/m-p/4783619#M641027</link>
      <description>During Sun Solaris to HP Unix migraiton, when i build using Makefile (attached), I got the following error.&lt;BR /&gt;Bad character &amp;gt; (octal 76), line 48Make: .  Stop.&lt;BR /&gt;&lt;BR /&gt;Kindly suggest a solution.&lt;BR /&gt;</description>
      <pubDate>Tue, 03 May 2011 08:42:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bad-character-gt-octal-76/m-p/4783619#M641027</guid>
      <dc:creator>rajeshmsr</dc:creator>
      <dc:date>2011-05-03T08:42:42Z</dc:date>
    </item>
    <item>
      <title>Re: Bad character &gt; (octal 76)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bad-character-gt-octal-76/m-p/4783620#M641028</link>
      <description>&lt;!--!*#--&gt;&amp;gt; [...] Sun Solaris [...]&lt;BR /&gt;&lt;BR /&gt;      uname -a&lt;BR /&gt;&lt;BR /&gt;&amp;gt; [...] HP Unix [...]&lt;BR /&gt;&lt;BR /&gt;      uname -a&lt;BR /&gt;&lt;BR /&gt;&amp;gt; [...] Makefile (attached) [...]&lt;BR /&gt;&lt;BR /&gt;      grep '^include' Makefile&lt;BR /&gt;&lt;BR /&gt;You didn't provide a test case which anyone&lt;BR /&gt;else could run.&lt;BR /&gt;&lt;BR /&gt;Have you tried using GNU "make"?&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.gnu.org/software/make/" target="_blank"&gt;http://www.gnu.org/software/make/&lt;/A&gt;</description>
      <pubDate>Tue, 03 May 2011 15:27:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bad-character-gt-octal-76/m-p/4783620#M641028</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2011-05-03T15:27:51Z</dc:date>
    </item>
    <item>
      <title>Re: Bad character &gt; (octal 76)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bad-character-gt-octal-76/m-p/4783621#M641029</link>
      <description>There is nothing obvious on line 48 that has a "&amp;gt;".  But it seems that "&amp;gt;" comes from line 46:&lt;BR /&gt;LIBS:sh = find . -type d ! \( -name . -o -name .. \) -print 2&amp;gt;/dev/null | grep -v "^\.$" | cut -d '/' -f 2 | grep -v "^libind$" | sort -u&lt;BR /&gt;&lt;BR /&gt;This syntax isn't recognized.&lt;BR /&gt;&lt;BR /&gt;As Steve suggests, you need to use gmake.</description>
      <pubDate>Wed, 04 May 2011 02:02:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bad-character-gt-octal-76/m-p/4783621#M641029</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2011-05-04T02:02:48Z</dc:date>
    </item>
    <item>
      <title>Re: Bad character &gt; (octal 76)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bad-character-gt-octal-76/m-p/4783622#M641030</link>
      <description>Thanks Steven/Dennis for pointing out the error.&lt;BR /&gt;&lt;BR /&gt;Unfortunately, it seems that we cant use gmake.&lt;BR /&gt;&lt;BR /&gt;Is it possible to do this without gmake?&lt;BR /&gt;&lt;BR /&gt;Note:We are using the make of the "C compilation system".&lt;BR /&gt;&lt;BR /&gt;Thanks.</description>
      <pubDate>Wed, 04 May 2011 04:06:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bad-character-gt-octal-76/m-p/4783622#M641030</guid>
      <dc:creator>rajeshmsr</dc:creator>
      <dc:date>2011-05-04T04:06:36Z</dc:date>
    </item>
    <item>
      <title>Re: Bad character &gt; (octal 76)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bad-character-gt-octal-76/m-p/4783623#M641031</link>
      <description>&lt;!--!*#--&gt;&amp;gt; Is it possible to do this without gmake?&lt;BR /&gt;&lt;BR /&gt;Sure.  Just rearrange your whole build system&lt;BR /&gt;to move those commands out of the "make" file&lt;BR /&gt;and into shell scripts.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; Unfortunately, it seems that we cant use&lt;BR /&gt;&amp;gt; gmake.&lt;BR /&gt;&lt;BR /&gt;Why not?  Too easy?  (Ask the person who made&lt;BR /&gt;that decision if _he_ would like to do the&lt;BR /&gt;work.)&lt;BR /&gt;&lt;BR /&gt;&amp;gt; Note:We are using the make of the "C&lt;BR /&gt;&amp;gt; compilation system".&lt;BR /&gt;&lt;BR /&gt;You may think that that conveys some useful&lt;BR /&gt;information, but it doesn't.</description>
      <pubDate>Wed, 04 May 2011 05:31:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bad-character-gt-octal-76/m-p/4783623#M641031</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2011-05-04T05:31:05Z</dc:date>
    </item>
    <item>
      <title>Re: Bad character &gt; (octal 76)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bad-character-gt-octal-76/m-p/4783624#M641032</link>
      <description>&amp;gt;it seems that we can't use gmake.&lt;BR /&gt;&lt;BR /&gt;Then your port just got lots harder.  :-(&lt;BR /&gt;&lt;BR /&gt;&amp;gt;We are using the make of the "C compilation system".&lt;BR /&gt;&lt;BR /&gt;Did you mean the primitive HP-UX make(1)?</description>
      <pubDate>Wed, 04 May 2011 08:08:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bad-character-gt-octal-76/m-p/4783624#M641032</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2011-05-04T08:08:02Z</dc:date>
    </item>
    <item>
      <title>Re: Bad character &gt; (octal 76)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bad-character-gt-octal-76/m-p/4783625#M641033</link>
      <description>&amp;gt;Did you mean the primitive HP-UX make(1)?&lt;BR /&gt;&lt;BR /&gt;Yes. I assume the one at /usr/ccs/bin is the primitive HP-UX make that you are referring.</description>
      <pubDate>Wed, 04 May 2011 08:11:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bad-character-gt-octal-76/m-p/4783625#M641033</guid>
      <dc:creator>rajeshmsr</dc:creator>
      <dc:date>2011-05-04T08:11:46Z</dc:date>
    </item>
    <item>
      <title>Re: Bad character &gt; (octal 76)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bad-character-gt-octal-76/m-p/4783626#M641034</link>
      <description>HI:&lt;BR /&gt;&lt;BR /&gt;Yes, as already noted, the HP-UX provided 'make' is a rudimentary one compare to the GNU 'gmake'.  Hence, either use 'gmake' or re-make [ no pun intended ] the makefile to accommodate the less robust HP-UX 'make'.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; Unfortunately, it seems that we cant use gmake.&lt;BR /&gt;&lt;BR /&gt;That would seem to be a capricious management decision.  If that's correct, ask what "they" want you to spend your time doing to get around the problem.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Wed, 04 May 2011 15:57:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bad-character-gt-octal-76/m-p/4783626#M641034</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2011-05-04T15:57:22Z</dc:date>
    </item>
    <item>
      <title>Re: Bad character &gt; (octal 76)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bad-character-gt-octal-76/m-p/4783627#M641035</link>
      <description>Thanks everyone for your suggestions.&lt;BR /&gt;&lt;BR /&gt;Replacing&lt;BR /&gt;&lt;BR /&gt;    LIBS:sh = find . -type d ! \( -name . -o -name .. \) -print 2&amp;gt;/dev/null | grep -v "^\.$" | cut -d '/' -f 2 | grep -v "^libind$" | sort -u  &lt;BR /&gt;&lt;BR /&gt;with&lt;BR /&gt;&lt;BR /&gt;    LIBS    = `find . -type d ! \( -name . -o -name .. \) -print 2&amp;gt;/dev/null | grep -v "^\.$" | cut -d '/' -f 2 | grep -v "^libind$" | sort -u`  &lt;BR /&gt;&lt;BR /&gt;solves the issue.</description>
      <pubDate>Fri, 06 May 2011 06:01:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bad-character-gt-octal-76/m-p/4783627#M641035</guid>
      <dc:creator>rajeshmsr</dc:creator>
      <dc:date>2011-05-06T06:01:25Z</dc:date>
    </item>
    <item>
      <title>Re: Bad character &gt; (octal 76)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bad-character-gt-octal-76/m-p/4783628#M641036</link>
      <description>A better solution would be to use the real shell's $() vs ``:&lt;BR /&gt;LIBS = $$(find . -type d ! \( -name . -o -name .. \) -print 2&amp;gt; /dev/null | grep -v "^\.$" | cut -d '/' -f 2 | grep -v "^libind$" | sort -u)</description>
      <pubDate>Fri, 06 May 2011 08:29:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bad-character-gt-octal-76/m-p/4783628#M641036</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2011-05-06T08:29:37Z</dc:date>
    </item>
    <item>
      <title>Re: Bad character &gt; (octal 76)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bad-character-gt-octal-76/m-p/4783629#M641037</link>
      <description>Thanks Dennis.&lt;BR /&gt;&lt;BR /&gt;Could you please let me know the advantages of using $ over ``.&lt;BR /&gt;</description>
      <pubDate>Fri, 06 May 2011 10:27:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bad-character-gt-octal-76/m-p/4783629#M641037</guid>
      <dc:creator>rajeshmsr</dc:creator>
      <dc:date>2011-05-06T10:27:20Z</dc:date>
    </item>
    <item>
      <title>Re: Bad character &gt; (octal 76)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bad-character-gt-octal-76/m-p/4783630#M641038</link>
      <description>&amp;gt;Could you please let me know the advantages of using $ over ``.&lt;BR /&gt;&lt;BR /&gt;ksh(1) &amp;amp; sh-posix(1) say: In the second (archaic) form&lt;BR /&gt;&lt;BR /&gt;Using $() allows you to nest commands.</description>
      <pubDate>Fri, 06 May 2011 11:05:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bad-character-gt-octal-76/m-p/4783630#M641038</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2011-05-06T11:05:18Z</dc:date>
    </item>
    <item>
      <title>Re: Bad character &gt; (octal 76)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bad-character-gt-octal-76/m-p/4783631#M641039</link>
      <description>Hi (again):&lt;BR /&gt;&lt;BR /&gt;&amp;gt; &amp;gt;Could you please let me know the advantages of using $ over ``.&lt;BR /&gt;&lt;BR /&gt;And the Posix $(...) form is vastly more readable than the archaic back-tick syntax.  Single quotes ("'") and back-ticks ("`") can blur a bit if you are quickly, visually scanning.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Fri, 06 May 2011 11:29:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bad-character-gt-octal-76/m-p/4783631#M641039</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2011-05-06T11:29:00Z</dc:date>
    </item>
  </channel>
</rss>

