<?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: New User assistance with getting started in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/New-User-assistance-with-getting-started/m-p/752663#M8612</link>
    <description>&lt;DIV style="margin: 0px; height: auto;"&gt;&lt;/DIV&gt;
I'm not sure the architecture setting is the issue. I'm able to create new projects w/Xcode 3.1.2 and Intel 11.0 without having to tweak the Valid Architectures setting.&lt;BR /&gt;&lt;BR /&gt;I attached a .tgz file with a Hello sample. Maybe it will help get you started.</description>
    <pubDate>Thu, 29 Jan 2009 20:32:54 GMT</pubDate>
    <dc:creator>Kevin_D_Intel</dc:creator>
    <dc:date>2009-01-29T20:32:54Z</dc:date>
    <item>
      <title>New User assistance with getting started</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/New-User-assistance-with-getting-started/m-p/752659#M8608</link>
      <description>Hello,
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;I think these are two easy questions, but it is has been very difficult to find the answers to.&lt;/DIV&gt;
&lt;DIV&gt;I just downloaded and installed Xcode version 3.1.2 and Fortran Compiler version 11.&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;1. I created the simple "Hello World" program and it compiles fine:&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;
&lt;P style="margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px Monaco;"&gt;&lt;SPAN style="color: #aa0d91;"&gt;PROGRAM&lt;/SPAN&gt; HelloWorld&lt;/P&gt;
&lt;P style="margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px Monaco; color: #c41a16;"&gt;&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #aa0d91;"&gt;write&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;(*,*)&lt;/SPAN&gt;'Hello World'&lt;/P&gt;
&lt;P style="margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px Monaco; color: #aa0d91;"&gt;END&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;PROGRAM&lt;SPAN style="color: #000000;"&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;DIV&gt;&lt;SPAN style="font-size: 10px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN style="font-size: 10px;"&gt; I do not understand, though, why I am not getting an executable file. Is there some&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN style="font-size: 10px;"&gt; flag that needs to be created or is this file do simple?&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN style="font-size: 10px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN style="font-size: 10px;"&gt;2. If I create a second file and build it in the same project, I receive the error message&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN style="font-size: 10px;"&gt; "duplicate symbol in _MAIN_ " .... even though both files in the project compile&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN style="font-size: 10px;"&gt; individually.&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN style="font-size: 10px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN style="font-size: 10px;"&gt; Can someone tell me what is causing this error message.&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN style="font-size: 10px;"&gt;Thanks in advance for your help.&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN style="font-size: 10px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN style="font-size: 10px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Thu, 29 Jan 2009 18:21:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/New-User-assistance-with-getting-started/m-p/752659#M8608</guid>
      <dc:creator>seniorrojo</dc:creator>
      <dc:date>2009-01-29T18:21:59Z</dc:date>
    </item>
    <item>
      <title>Re: New User assistance with getting started</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/New-User-assistance-with-getting-started/m-p/752660#M8609</link>
      <description>The first issue probably relates to the &lt;STRONG&gt;ppc&lt;/STRONG&gt; target discussed in the earlier threads, like the one&lt;A href="http://software.intel.com/en-us/forums/showthread.php?t=61698" target="_blank"&gt;here&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;The error for the second issue suggests the second file added also contains a PROGRAM statement.</description>
      <pubDate>Thu, 29 Jan 2009 18:43:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/New-User-assistance-with-getting-started/m-p/752660#M8609</guid>
      <dc:creator>Kevin_D_Intel</dc:creator>
      <dc:date>2009-01-29T18:43:43Z</dc:date>
    </item>
    <item>
      <title>Re: New User assistance with getting started</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/New-User-assistance-with-getting-started/m-p/752661#M8610</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/335337"&gt;Kevin Davis (Intel)&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;The first issue probably relates to the &lt;STRONG&gt;ppc&lt;/STRONG&gt; target discussed in the earlier threads, like the one&lt;A href="http://software.intel.com/en-us/forums/showthread.php?t=61698" target="_blank"&gt;here&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;The error for the second issue suggests the second file added also contains a PROGRAM statement.&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;
&lt;DIV&gt;Hi Kevin,&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;Thank you for your reply.&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;
&lt;P style="margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Helvetica;"&gt;I repeated the steps in your document and had a question.&lt;/P&gt;
&lt;P style="margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Helvetica; min-height: 14.0px;"&gt;&lt;/P&gt;
&lt;P style="margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Helvetica;"&gt;Under Groups &amp;amp; Files &amp;gt; Targets, I selected the name&lt;/P&gt;
&lt;P style="margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Helvetica;"&gt;of my project and selected Get Info. I click on the Build&lt;/P&gt;
&lt;P style="margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Helvetica;"&gt;tab to show the Architecture settings (Configuration: All Configurations,&lt;/P&gt;
&lt;P style="margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Helvetica;"&gt;Show: All Settings).&lt;/P&gt;
&lt;P style="margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Helvetica; min-height: 14.0px;"&gt;&lt;/P&gt;
&lt;P style="margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Helvetica;"&gt;In the Target "my_project_2" Info window, under Architectures,&lt;/P&gt;
&lt;P style="margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Helvetica;"&gt;there are several other choices:&lt;/P&gt;
&lt;P style="margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Helvetica; min-height: 14.0px;"&gt;&lt;/P&gt;
&lt;P style="margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Helvetica;"&gt;Here they are along with my current settings:&lt;/P&gt;
&lt;P style="margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Helvetica; min-height: 14.0px;"&gt;&lt;/P&gt;
&lt;P style="margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Helvetica;"&gt;Additional SDKs which is blank&lt;/P&gt;
&lt;P style="margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Helvetica;"&gt;Architectures - Standard (32-bit Universal)&lt;/P&gt;
&lt;P style="margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Helvetica;"&gt;Bask SDK - Mac OS X 10.5&lt;/P&gt;
&lt;P style="margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Helvetica;"&gt;Build Active - Architecture Only&lt;/P&gt;
&lt;P style="margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Helvetica;"&gt;Valid Architectures - i386 ppc ppc64 ppc7400 ppc970 x86_64.&lt;/P&gt;
&lt;P style="margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Helvetica; min-height: 14.0px;"&gt;&lt;/P&gt;
&lt;P style="margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Helvetica;"&gt;In step 4 you say to change the setting either to use a check&lt;/P&gt;
&lt;P style="margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Helvetica;"&gt;box to select Intel and the value of i386 should appear.&lt;/P&gt;
&lt;P style="margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Helvetica; min-height: 14.0px;"&gt;&lt;/P&gt;
&lt;P style="margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Helvetica;"&gt;However, this doesn't seem to be an option in the&lt;/P&gt;
&lt;P style="margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Helvetica;"&gt;window that I am at.&lt;/P&gt;
&lt;P style="margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Helvetica; min-height: 14.0px;"&gt;&lt;/P&gt;
&lt;P style="margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Helvetica;"&gt;Am I in the wrong window?&lt;/P&gt;
&lt;P style="margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Helvetica; min-height: 14.0px;"&gt;&lt;/P&gt;
&lt;P style="margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Helvetica; min-height: 14.0px;"&gt;Thanks again.&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Thu, 29 Jan 2009 19:32:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/New-User-assistance-with-getting-started/m-p/752661#M8610</guid>
      <dc:creator>seniorrojo</dc:creator>
      <dc:date>2009-01-29T19:32:43Z</dc:date>
    </item>
    <item>
      <title>Re: New User assistance with getting started</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/New-User-assistance-with-getting-started/m-p/752662#M8611</link>
      <description>&lt;DIV style="margin:0px;"&gt;You are right where you need to be. The field of interest is &lt;STRONG&gt;Valid Architectures&lt;/STRONG&gt;.&lt;BR /&gt;&lt;BR /&gt;There are a couple of methods for editing the values associated with the settings. Try this:&lt;BR /&gt;&lt;BR /&gt;Double left-click on &lt;STRONG&gt;Valid Architectures&lt;/STRONG&gt;. A pop-up window should appear. Left-click once on a value like &lt;STRONG&gt;ppc&lt;/STRONG&gt;, then click the minus (-) sign at the bottom of the window. That removes the value. Try removing all values except &lt;STRONG&gt;i386&lt;/STRONG&gt; and &lt;STRONG&gt;x86_64&lt;/STRONG&gt;.&lt;/DIV&gt;</description>
      <pubDate>Thu, 29 Jan 2009 19:53:04 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/New-User-assistance-with-getting-started/m-p/752662#M8611</guid>
      <dc:creator>Kevin_D_Intel</dc:creator>
      <dc:date>2009-01-29T19:53:04Z</dc:date>
    </item>
    <item>
      <title>Re: New User assistance with getting started</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/New-User-assistance-with-getting-started/m-p/752663#M8612</link>
      <description>&lt;DIV style="margin: 0px; height: auto;"&gt;&lt;/DIV&gt;
I'm not sure the architecture setting is the issue. I'm able to create new projects w/Xcode 3.1.2 and Intel 11.0 without having to tweak the Valid Architectures setting.&lt;BR /&gt;&lt;BR /&gt;I attached a .tgz file with a Hello sample. Maybe it will help get you started.</description>
      <pubDate>Thu, 29 Jan 2009 20:32:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/New-User-assistance-with-getting-started/m-p/752663#M8612</guid>
      <dc:creator>Kevin_D_Intel</dc:creator>
      <dc:date>2009-01-29T20:32:54Z</dc:date>
    </item>
    <item>
      <title>Re: New User assistance with getting started</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/New-User-assistance-with-getting-started/m-p/752664#M8613</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/335337"&gt;Kevin Davis (Intel)&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt; I'm not sure the architecture setting is the issue. I'm able to create new projects w/Xcode 3.1.2 and Intel 11.0 without having to tweak the Valid Architectures setting.&lt;BR /&gt;&lt;BR /&gt;I attached a .tgz file with a Hello sample. Maybe it will help get you started.&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;
&lt;DIV&gt;Hi Kevin,&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;Thanks again for your help.&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;You are correct, I did not need to change the settings. I just made a mistake&lt;/DIV&gt;
&lt;DIV&gt;in compiling the program (silly oversight)&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;Thanks again for your help!&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 29 Jan 2009 21:30:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/New-User-assistance-with-getting-started/m-p/752664#M8613</guid>
      <dc:creator>seniorrojo</dc:creator>
      <dc:date>2009-01-29T21:30:30Z</dc:date>
    </item>
  </channel>
</rss>

