<?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: compiling makefile in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/compiling-makefile/m-p/3666726#M102647</link>
    <description>Try with gmake from &lt;A href="http://hpux.connect.org.uk/hppd/hpux/Gnu/make-3.80/" target="_blank"&gt;http://hpux.connect.org.uk/hppd/hpux/Gnu/make-3.80/&lt;/A&gt; &lt;BR /&gt;HP-UX's default make sometimes doesnt understand the syntax of makefiles that meant for Gmake. &lt;BR /&gt;&lt;BR /&gt;-Arun</description>
    <pubDate>Tue, 08 Nov 2005 08:13:46 GMT</pubDate>
    <dc:creator>Arunvijai_4</dc:creator>
    <dc:date>2005-11-08T08:13:46Z</dc:date>
    <item>
      <title>compiling makefile</title>
      <link>https://community.hpe.com/t5/operating-system-linux/compiling-makefile/m-p/3666725#M102646</link>
      <description>Hi guys,&lt;BR /&gt;&lt;BR /&gt;I want to compile some files but it gives this error message, wat do you think could be wrong??&lt;BR /&gt;&lt;BR /&gt;dx158 122: make&lt;BR /&gt;Make: Don't know how to make /customer/default/sources/network/src/ne_msgs.C,v.  Stop.&lt;BR /&gt;&lt;BR /&gt;Best regards&lt;BR /&gt;Henry</description>
      <pubDate>Tue, 08 Nov 2005 08:02:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/compiling-makefile/m-p/3666725#M102646</guid>
      <dc:creator>Henry Chua</dc:creator>
      <dc:date>2005-11-08T08:02:39Z</dc:date>
    </item>
    <item>
      <title>Re: compiling makefile</title>
      <link>https://community.hpe.com/t5/operating-system-linux/compiling-makefile/m-p/3666726#M102647</link>
      <description>Try with gmake from &lt;A href="http://hpux.connect.org.uk/hppd/hpux/Gnu/make-3.80/" target="_blank"&gt;http://hpux.connect.org.uk/hppd/hpux/Gnu/make-3.80/&lt;/A&gt; &lt;BR /&gt;HP-UX's default make sometimes doesnt understand the syntax of makefiles that meant for Gmake. &lt;BR /&gt;&lt;BR /&gt;-Arun</description>
      <pubDate>Tue, 08 Nov 2005 08:13:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/compiling-makefile/m-p/3666726#M102647</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2005-11-08T08:13:46Z</dc:date>
    </item>
    <item>
      <title>Re: compiling makefile</title>
      <link>https://community.hpe.com/t5/operating-system-linux/compiling-makefile/m-p/3666727#M102648</link>
      <description>The suffix .c,v indicates to me that the file make is trying to compile is actually an RCS repository.&lt;BR /&gt;Maybe just worth the try, if you first check it out and then run the make.&lt;BR /&gt;  &lt;BR /&gt;e.g.&lt;BR /&gt;  &lt;BR /&gt;cd /customer/default/sources/network/src&lt;BR /&gt;co ne_msgs.C&lt;BR /&gt;cd -&lt;BR /&gt;make&lt;BR /&gt;  &lt;BR /&gt;  &lt;BR /&gt;But generally "Don't know how to make..."&lt;BR /&gt;indicates that you invoked the make with an unknown make target. &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 08 Nov 2005 17:46:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/compiling-makefile/m-p/3666727#M102648</guid>
      <dc:creator>Ralph Grothe</dc:creator>
      <dc:date>2005-11-08T17:46:34Z</dc:date>
    </item>
    <item>
      <title>Re: compiling makefile</title>
      <link>https://community.hpe.com/t5/operating-system-linux/compiling-makefile/m-p/3666728#M102649</link>
      <description>Surely, It is a problem with your makefile. If some source file is tried to compile with out any target then this error will come. Look at the makefile or post here.&lt;BR /&gt;&lt;BR /&gt;hth.</description>
      <pubDate>Wed, 09 Nov 2005 00:21:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/compiling-makefile/m-p/3666728#M102649</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2005-11-09T00:21:27Z</dc:date>
    </item>
    <item>
      <title>Re: compiling makefile</title>
      <link>https://community.hpe.com/t5/operating-system-linux/compiling-makefile/m-p/3666729#M102650</link>
      <description>By simply writing make its trying to run the first target.&lt;BR /&gt;&lt;BR /&gt;While doing this it comes across that file. It has no clue how to build that one.&lt;BR /&gt;&lt;BR /&gt;Check your dependencies, posting your makefile might help your cause.</description>
      <pubDate>Wed, 09 Nov 2005 02:20:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/compiling-makefile/m-p/3666729#M102650</guid>
      <dc:creator>Vibhor Kumar Agarwal</dc:creator>
      <dc:date>2005-11-09T02:20:27Z</dc:date>
    </item>
    <item>
      <title>Re: compiling makefile</title>
      <link>https://community.hpe.com/t5/operating-system-linux/compiling-makefile/m-p/3666730#M102651</link>
      <description>Be aware that the default for make is normally Makefile and not makefile.  Also running make with -P (upper case) will print the dependencies and you can verify it is doing what you want it to do.</description>
      <pubDate>Wed, 09 Nov 2005 11:42:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/compiling-makefile/m-p/3666730#M102651</guid>
      <dc:creator>Al Langen_1</dc:creator>
      <dc:date>2005-11-09T11:42:01Z</dc:date>
    </item>
  </channel>
</rss>

