<?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: error when do make on lzib in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/error-when-do-make-on-lzib/m-p/3234508#M714533</link>
    <description>Your $(CC) within the makefile (or one of its includes) is somehow defined to be the bundled c compiler rather than the ansi C compiler. The bundled C compiler is /usr/ccs/bin/cc whereas the ansi c compiler is /opt/ansi/bin/cc. It make be that the path to the bundled version appears earlier in the PATH setting or you make have an incorrect symbolic link in /usr/bin. /usr/bin/cc should be a soft link to /opt/ansi/bin/cc.&lt;BR /&gt;&lt;BR /&gt;Although you don't appear to have syntax problems in the makefile, be aware when you make changes that make is one of the very few UNIX utilities that cares about &lt;TABS&gt; rather than spaces. Make sure that your commands within a rules set each start on a line with a leading &lt;TAB&gt;.&lt;BR /&gt;&lt;BR /&gt;&lt;/TAB&gt;&lt;/TABS&gt;</description>
    <pubDate>Tue, 30 Mar 2004 21:30:26 GMT</pubDate>
    <dc:creator>A. Clay Stephenson</dc:creator>
    <dc:date>2004-03-30T21:30:26Z</dc:date>
    <item>
      <title>error when do make on lzib</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-when-do-make-on-lzib/m-p/3234505#M714530</link>
      <description># make&lt;BR /&gt;        cc -O -DNO_snprintf -DHAS_sprintf_void -DNO_ERRNO_H -c adler32.c&lt;BR /&gt;        (Bundled) cc: warning 480: The -O option is available only with the C/AN&lt;BR /&gt;SI C product; ignored.&lt;BR /&gt;        (Bundled) cc: "adler32.c", line 70: error 1701: Unsigned suffix is an  A&lt;BR /&gt;NSI feature.&lt;BR /&gt;        (Bundled) cc: "adler32.c", line 71: error 1701: Unsigned suffix is an  A&lt;BR /&gt;NSI feature.&lt;BR /&gt;        *** Error exit code 1&lt;BR /&gt;&lt;BR /&gt;        Stop.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Any idea what causes the problem, and how to solved. ANSI/C installed on this hp 11.0 server.&lt;BR /&gt;</description>
      <pubDate>Tue, 30 Mar 2004 19:07:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-when-do-make-on-lzib/m-p/3234505#M714530</guid>
      <dc:creator>Hanry Zhou</dc:creator>
      <dc:date>2004-03-30T19:07:45Z</dc:date>
    </item>
    <item>
      <title>Re: error when do make on lzib</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-when-do-make-on-lzib/m-p/3234506#M714531</link>
      <description>ALthough ANSI/C may in fact be installed, from the message &lt;BR /&gt;"The -O option is available only with the C/ANSI C product; ignored."&lt;BR /&gt;indicates that perhaps an incorrect compiler is being used. &lt;BR /&gt;&lt;BR /&gt;$ which cc&lt;BR /&gt;</description>
      <pubDate>Tue, 30 Mar 2004 19:25:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-when-do-make-on-lzib/m-p/3234506#M714531</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2004-03-30T19:25:26Z</dc:date>
    </item>
    <item>
      <title>Re: error when do make on lzib</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-when-do-make-on-lzib/m-p/3234507#M714532</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;  I have never compiled lzib. So I am taking a wild guess here :-)&lt;BR /&gt; &lt;BR /&gt;  Did you run "configure" before "make" ?&lt;BR /&gt;&lt;BR /&gt;  Configure usually creates the Makefile based on the platform and the C compiler installed.&lt;BR /&gt;&lt;BR /&gt;   If needed, you can try editing the Makefile and ensure it uses the ANSI/C compiler.&lt;BR /&gt;&lt;BR /&gt;Sundar&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 30 Mar 2004 19:28:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-when-do-make-on-lzib/m-p/3234507#M714532</guid>
      <dc:creator>Sundar_7</dc:creator>
      <dc:date>2004-03-30T19:28:33Z</dc:date>
    </item>
    <item>
      <title>Re: error when do make on lzib</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-when-do-make-on-lzib/m-p/3234508#M714533</link>
      <description>Your $(CC) within the makefile (or one of its includes) is somehow defined to be the bundled c compiler rather than the ansi C compiler. The bundled C compiler is /usr/ccs/bin/cc whereas the ansi c compiler is /opt/ansi/bin/cc. It make be that the path to the bundled version appears earlier in the PATH setting or you make have an incorrect symbolic link in /usr/bin. /usr/bin/cc should be a soft link to /opt/ansi/bin/cc.&lt;BR /&gt;&lt;BR /&gt;Although you don't appear to have syntax problems in the makefile, be aware when you make changes that make is one of the very few UNIX utilities that cares about &lt;TABS&gt; rather than spaces. Make sure that your commands within a rules set each start on a line with a leading &lt;TAB&gt;.&lt;BR /&gt;&lt;BR /&gt;&lt;/TAB&gt;&lt;/TABS&gt;</description>
      <pubDate>Tue, 30 Mar 2004 21:30:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-when-do-make-on-lzib/m-p/3234508#M714533</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2004-03-30T21:30:26Z</dc:date>
    </item>
  </channel>
</rss>

