<?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 Compilation Using aCC in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/compilation-using-acc/m-p/2522988#M878290</link>
    <description>We have newly created an environment for aCC and are using nmake ,a compilation tool. When we are compiling the program through nmake it is giving a message &lt;BR /&gt;make: don't know how to make &lt;FILENAME&gt;&lt;BR /&gt;Can you all suggest some points&lt;BR /&gt;Thanks&lt;BR /&gt;Prashun&lt;/FILENAME&gt;</description>
    <pubDate>Mon, 30 Apr 2001 14:53:02 GMT</pubDate>
    <dc:creator>Prashun Gupta</dc:creator>
    <dc:date>2001-04-30T14:53:02Z</dc:date>
    <item>
      <title>Compilation Using aCC</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/compilation-using-acc/m-p/2522988#M878290</link>
      <description>We have newly created an environment for aCC and are using nmake ,a compilation tool. When we are compiling the program through nmake it is giving a message &lt;BR /&gt;make: don't know how to make &lt;FILENAME&gt;&lt;BR /&gt;Can you all suggest some points&lt;BR /&gt;Thanks&lt;BR /&gt;Prashun&lt;/FILENAME&gt;</description>
      <pubDate>Mon, 30 Apr 2001 14:53:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/compilation-using-acc/m-p/2522988#M878290</guid>
      <dc:creator>Prashun Gupta</dc:creator>
      <dc:date>2001-04-30T14:53:02Z</dc:date>
    </item>
    <item>
      <title>Re: Compilation Using aCC</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/compilation-using-acc/m-p/2522989#M878291</link>
      <description>I'm guessing that you makefile doesn't know how to process a suffix like .cpp or .C++.&lt;BR /&gt;If you attach your makefile and the error we can probably help.&lt;BR /&gt;</description>
      <pubDate>Mon, 30 Apr 2001 14:59:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/compilation-using-acc/m-p/2522989#M878291</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2001-04-30T14:59:08Z</dc:date>
    </item>
    <item>
      <title>Re: Compilation Using aCC</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/compilation-using-acc/m-p/2522990#M878292</link>
      <description>Hello&lt;BR /&gt;This is my makefile&lt;BR /&gt;&lt;BR /&gt;include $(VROOT)/ancm/cilcpprules.mk &lt;BR /&gt;&lt;BR /&gt;/* in HPUX10.20 C++ compiler, if a compiling processor is PA-RISC 2.0&lt;BR /&gt;we must use +DAportable to insure a compatibility, otherwise,&lt;BR /&gt;we can't run the binary on PA-RISC 1.1 like WS or other I series */&lt;BR /&gt;&lt;BR /&gt;if "$(HPPA)" != "2.0"&lt;BR /&gt;CCFLAGS = -gdem -g&lt;BR /&gt;else&lt;BR /&gt;CCFLAGS += -D$(CUST)&lt;BR /&gt;end&lt;BR /&gt;&lt;BR /&gt;COMMON_src=sched.C schedDBObj.C setConfigReqLite_v.C&lt;BR /&gt;&lt;BR /&gt;.SOURCE.h : include $(ALLINCLS_NOACO)&lt;BR /&gt;&lt;BR /&gt;.SOURCE.C : src&lt;BR /&gt;&lt;BR /&gt;sched :: $(COMMON_SRC) ../lib/libipclink.a          ../lib/libmsgifc.a $(ALLLIBS_NOACO)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 30 Apr 2001 15:05:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/compilation-using-acc/m-p/2522990#M878292</guid>
      <dc:creator>Prashun Gupta</dc:creator>
      <dc:date>2001-04-30T15:05:25Z</dc:date>
    </item>
    <item>
      <title>Re: Compilation Using aCC</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/compilation-using-acc/m-p/2522991#M878293</link>
      <description>Okay, next step is to do a make -p and carefully examine all the suffix's and rules&lt;BR /&gt;to see if they are correct. If you have changed the makefile, make absolutely certain that the action lines beneath a target (possibly in your include file as well) always start with a single &lt;TAB&gt;&lt;BR /&gt;e.g.&lt;BR /&gt;$(PROG) : $(OBJECTS) $(LIBES1)&lt;BR /&gt;&lt;TAB&gt;$(CC) $(LDFLAGS) $(OBJECTS) -L$(LDIR) -o $(PROG)&lt;BR /&gt;&lt;TAB&gt;strip $(PROG).&lt;BR /&gt;&lt;BR /&gt;I seen one space in the action line kill an otherwise perfectly good make file.&lt;BR /&gt;&lt;BR /&gt;Hope some of this helps...&lt;/TAB&gt;&lt;/TAB&gt;&lt;/TAB&gt;</description>
      <pubDate>Mon, 30 Apr 2001 15:32:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/compilation-using-acc/m-p/2522991#M878293</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2001-04-30T15:32:27Z</dc:date>
    </item>
  </channel>
</rss>

