<?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: Problem with GCC 3.4.3 in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/problem-with-gcc-3-4-3/m-p/3642812#M102276</link>
    <description>Hi, &lt;BR /&gt;&lt;BR /&gt;What are you trying to compile ? Any products? &lt;BR /&gt;Can you update to gcc 4.0.1 ? You can download from &lt;A href="http://h21007.www2.hp.com/dspp/tech/tech_TechSoftwareDetailPage_IDX/1,1703,547,00.html" target="_blank"&gt;http://h21007.www2.hp.com/dspp/tech/tech_TechSoftwareDetailPage_IDX/1,1703,547,00.html&lt;/A&gt;&lt;BR /&gt;Also, what version of "gmake" you are using ? &lt;BR /&gt;-Arun</description>
    <pubDate>Wed, 05 Oct 2005 22:34:54 GMT</pubDate>
    <dc:creator>Arunvijai_4</dc:creator>
    <dc:date>2005-10-05T22:34:54Z</dc:date>
    <item>
      <title>Problem with GCC 3.4.3</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problem-with-gcc-3-4-3/m-p/3642811#M102275</link>
      <description>I am having problems with the GCC, here is what I am getting when I run my makefile:&lt;BR /&gt;&lt;BR /&gt;Help...&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 05 Oct 2005 19:40:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problem-with-gcc-3-4-3/m-p/3642811#M102275</guid>
      <dc:creator>cilene Peterson</dc:creator>
      <dc:date>2005-10-05T19:40:10Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with GCC 3.4.3</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problem-with-gcc-3-4-3/m-p/3642812#M102276</link>
      <description>Hi, &lt;BR /&gt;&lt;BR /&gt;What are you trying to compile ? Any products? &lt;BR /&gt;Can you update to gcc 4.0.1 ? You can download from &lt;A href="http://h21007.www2.hp.com/dspp/tech/tech_TechSoftwareDetailPage_IDX/1,1703,547,00.html" target="_blank"&gt;http://h21007.www2.hp.com/dspp/tech/tech_TechSoftwareDetailPage_IDX/1,1703,547,00.html&lt;/A&gt;&lt;BR /&gt;Also, what version of "gmake" you are using ? &lt;BR /&gt;-Arun</description>
      <pubDate>Wed, 05 Oct 2005 22:34:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problem-with-gcc-3-4-3/m-p/3642812#M102276</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2005-10-05T22:34:54Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with GCC 3.4.3</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problem-with-gcc-3-4-3/m-p/3642813#M102277</link>
      <description>0. Please attach a screen dump in .txt format. First .doc sucks, and needs oowriter or antiword to show it, but worse: I cannot copy paste text from your report to show you where things go wrong, and making us retype the complete lines is not improving qualitee&lt;BR /&gt;&lt;BR /&gt;1. Please don't mail me about this privately off-forum. All answers should be given here :)&lt;BR /&gt;&lt;BR /&gt;2. gcc is completely right, your problem is to be found in the makefile, because in the last line that creates the binary, the object that defines the missing symbol 'main' is not included.&lt;BR /&gt;&lt;BR /&gt;add 'mnm_receiver.o' to the gcc line where the -o is used. That should solve your problem.&lt;BR /&gt;&lt;BR /&gt;This is NOT a gcc problem.&lt;BR /&gt;&lt;BR /&gt;Enjoy, Have FUN! H.Merijn</description>
      <pubDate>Thu, 06 Oct 2005 02:07:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problem-with-gcc-3-4-3/m-p/3642813#M102277</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2005-10-06T02:07:06Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with GCC 3.4.3</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problem-with-gcc-3-4-3/m-p/3642814#M102278</link>
      <description>Great. Sending screenshots ;) . Plz send your makefile information as text file. GCC is working propely for building first level objects so that problem with makefile.&lt;BR /&gt;&lt;BR /&gt;hth.</description>
      <pubDate>Thu, 06 Oct 2005 02:11:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problem-with-gcc-3-4-3/m-p/3642814#M102278</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2005-10-06T02:11:33Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with GCC 3.4.3</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problem-with-gcc-3-4-3/m-p/3642815#M102279</link>
      <description>Thank you for your responses!&lt;BR /&gt;The problem was with the make program.  I was using the HP native make and instead of gmake.  My makefile was correct, just using the wrong version of make.&lt;BR /&gt;Merijn's, my apologies for emailing directly, I went to your web site and you had a link to send you email, so I followed it.  &lt;BR /&gt;&lt;BR /&gt;Thank you again.</description>
      <pubDate>Thu, 06 Oct 2005 13:21:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problem-with-gcc-3-4-3/m-p/3642815#M102279</guid>
      <dc:creator>cilene Peterson</dc:creator>
      <dc:date>2005-10-06T13:21:56Z</dc:date>
    </item>
  </channel>
</rss>

