<?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: make command on HPUX 11.11 in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/make-command-on-hpux-11-11/m-p/3823001#M100327</link>
    <description>Yes, I have a suggestion. Supply a real makefile rather than C source code. Your sh.mk is a C source file, (if not a very good one). A makefile consists of a number of dependency rules and then the instructions to act on these dependencies.&lt;BR /&gt;&lt;BR /&gt;In your case, you should rename your sh.mk to sh.c and then:&lt;BR /&gt;cc -c sh.c &lt;BR /&gt;which should produce a sh.o object file.&lt;BR /&gt;</description>
    <pubDate>Thu, 13 Jul 2006 08:51:45 GMT</pubDate>
    <dc:creator>A. Clay Stephenson</dc:creator>
    <dc:date>2006-07-13T08:51:45Z</dc:date>
    <item>
      <title>make command on HPUX 11.11</title>
      <link>https://community.hpe.com/t5/operating-system-linux/make-command-on-hpux-11-11/m-p/3823000#M100326</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I am using make command on HPUX 11.11;i run it&lt;BR /&gt;with these argument:&lt;BR /&gt;&lt;BR /&gt;make -f /home/oracle/sh.mk extproc_nocallback SHARED_LIBNAME=$ORACLE_HOME/lib/shell.so OBJS=shell.o&lt;BR /&gt;&lt;BR /&gt;but i got this error:&lt;BR /&gt;&lt;BR /&gt;Make: Must be a separator on rules line 4.Stop&lt;BR /&gt;&lt;BR /&gt;This is my makefile:&lt;BR /&gt;&lt;BR /&gt;$ cat sh.mk&lt;BR /&gt;#include        &lt;STDIO.H&gt;&lt;BR /&gt;#include        &lt;STDLIB.H&gt;&lt;BR /&gt;#include        &lt;STRING.H&gt;&lt;BR /&gt;void sh(char *);&lt;BR /&gt;void sh(char *cmd)&lt;BR /&gt;{&lt;BR /&gt;        int num;&lt;BR /&gt;        num = system(cmd);&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;I already tried with tab space at the beginning of each command line and "\" at the end of each command line, but the error persist.&lt;BR /&gt;&lt;BR /&gt;Do you have any suggestion?&lt;BR /&gt;&lt;BR /&gt;Thanks a Lot,&lt;BR /&gt;Fabrizio&lt;/STRING.H&gt;&lt;/STDLIB.H&gt;&lt;/STDIO.H&gt;</description>
      <pubDate>Thu, 13 Jul 2006 08:18:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/make-command-on-hpux-11-11/m-p/3823000#M100326</guid>
      <dc:creator>Fabrizio Maggioni_2</dc:creator>
      <dc:date>2006-07-13T08:18:55Z</dc:date>
    </item>
    <item>
      <title>Re: make command on HPUX 11.11</title>
      <link>https://community.hpe.com/t5/operating-system-linux/make-command-on-hpux-11-11/m-p/3823001#M100327</link>
      <description>Yes, I have a suggestion. Supply a real makefile rather than C source code. Your sh.mk is a C source file, (if not a very good one). A makefile consists of a number of dependency rules and then the instructions to act on these dependencies.&lt;BR /&gt;&lt;BR /&gt;In your case, you should rename your sh.mk to sh.c and then:&lt;BR /&gt;cc -c sh.c &lt;BR /&gt;which should produce a sh.o object file.&lt;BR /&gt;</description>
      <pubDate>Thu, 13 Jul 2006 08:51:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/make-command-on-hpux-11-11/m-p/3823001#M100327</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2006-07-13T08:51:45Z</dc:date>
    </item>
    <item>
      <title>Re: make command on HPUX 11.11</title>
      <link>https://community.hpe.com/t5/operating-system-linux/make-command-on-hpux-11-11/m-p/3823002#M100328</link>
      <description>Hi Fabrizio, &lt;BR /&gt;&lt;BR /&gt;"make" files are totally different from what a norml C Code looks like. It has its own literature and syntax. Check this for more information: &lt;A href="http://www.mtsu.edu/~csdept/FacilitiesAndResources/make.htm" target="_blank"&gt;http://www.mtsu.edu/~csdept/FacilitiesAndResources/make.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;-Arun</description>
      <pubDate>Thu, 13 Jul 2006 09:09:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/make-command-on-hpux-11-11/m-p/3823002#M100328</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2006-07-13T09:09:55Z</dc:date>
    </item>
  </channel>
</rss>

