<?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: Trouble creating basic executables in both Xcode and Termin in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Trouble-creating-basic-executables-in-both-Xcode-and-Terminal/m-p/748975#M6008</link>
    <description>&lt;P class="MsoNormal"&gt;&lt;SPAN&gt;Hi Mark,&lt;P&gt;&lt;/P&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal"&gt;&lt;SPAN&gt;&lt;P&gt;&lt;/P&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal"&gt;&lt;SPAN&gt;Read this &lt;A href="https://community.intel.com/isn/Community/en-US/forums/permalink/30256734/30256019/ShowThread.aspx#30256019"&gt;reply&lt;/A&gt; for information about how to address the &lt;B&gt;ppc&lt;/B&gt; build warnings under Xcode. You simply need to remove the &lt;B&gt;ppc&lt;/B&gt; from the Architectures setting in the Target info window.&lt;P&gt;&lt;/P&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal"&gt;&lt;SPAN&gt;&lt;P&gt;&lt;/P&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal"&gt;&lt;SPAN&gt;It is not obvious what might be the cause for no output in the terminal window. What was the ifort command-line you used? &lt;SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;P&gt;&lt;/P&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal"&gt;&lt;SPAN&gt;&lt;P&gt;&lt;/P&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal"&gt;&lt;SPAN&gt;Let us know if this helps.&lt;P&gt;&lt;/P&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 23 Jun 2008 12:14:36 GMT</pubDate>
    <dc:creator>Kevin_D_Intel</dc:creator>
    <dc:date>2008-06-23T12:14:36Z</dc:date>
    <item>
      <title>Trouble creating basic executables in both Xcode and Terminal?</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Trouble-creating-basic-executables-in-both-Xcode-and-Terminal/m-p/748974#M6007</link>
      <description>Background - I have a new MACBOOK PRO and I am running Xcode 3.0 and I am using an evaluation copy of Intel Fortran.
&lt;BR /&gt;
&lt;BR /&gt;I have followed the installations carefully but I am still having trouble producing working executables in either Xcode or Terminal.
&lt;BR /&gt;
&lt;BR /&gt;I am using the following test program:
&lt;BR /&gt;
&lt;BR /&gt;C   test1.for
&lt;BR /&gt;C   test
&lt;BR /&gt;C   
&lt;BR /&gt;C   Created by Mark Davidson on 22/06/2008.
&lt;BR /&gt;C   Copyright 2008 __MyCompanyName__. All rights reserved.
&lt;BR /&gt;C   
&lt;BR /&gt;
&lt;BR /&gt;	PROGRAM test1
&lt;BR /&gt;	PRINT*, 'Helo World:'
&lt;BR /&gt;	END PROGRAM test1
&lt;BR /&gt;
&lt;BR /&gt;In Xcode environment everything seems to work ok but I get the following warning (build results) on building the application:
&lt;BR /&gt;
&lt;BR /&gt;Building target test of project test with configuration Release - (1 warning)
&lt;BR /&gt;	Checking Dependencies
&lt;BR /&gt;warning: no rule to process file '$(PROJECT_DIR)/test1.for' of type sourcecode.fortran for architecture ppc
&lt;BR /&gt;		warning: no rule to process file '$(PROJECT_DIR)/test1.for' of type sourcecode.fortran for architecture ppc
&lt;BR /&gt;Build succeeded (1 warning)
&lt;BR /&gt;
&lt;BR /&gt;I have defined a rule instructing: Process Fortran source files using intel  Fortran Compiler 10.1 (Preview).
&lt;BR /&gt;
&lt;BR /&gt;In terminal there are no warnings at all and a filename.out file is produced where 'filename' is the filename that I specify as per the compile and link instructions. However, when running file nothing is returned to the terminal by way of output? I have also tried to write to a file, but no file is created? 
&lt;BR /&gt;
&lt;BR /&gt;I may be making a simple mistake as I am a new user of the intel compiler? Any comments would be much appreciated!</description>
      <pubDate>Sun, 22 Jun 2008 16:02:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Trouble-creating-basic-executables-in-both-Xcode-and-Terminal/m-p/748974#M6007</guid>
      <dc:creator>markdavidson</dc:creator>
      <dc:date>2008-06-22T16:02:55Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble creating basic executables in both Xcode and Termin</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Trouble-creating-basic-executables-in-both-Xcode-and-Terminal/m-p/748975#M6008</link>
      <description>&lt;P class="MsoNormal"&gt;&lt;SPAN&gt;Hi Mark,&lt;P&gt;&lt;/P&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal"&gt;&lt;SPAN&gt;&lt;P&gt;&lt;/P&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal"&gt;&lt;SPAN&gt;Read this &lt;A href="https://community.intel.com/isn/Community/en-US/forums/permalink/30256734/30256019/ShowThread.aspx#30256019"&gt;reply&lt;/A&gt; for information about how to address the &lt;B&gt;ppc&lt;/B&gt; build warnings under Xcode. You simply need to remove the &lt;B&gt;ppc&lt;/B&gt; from the Architectures setting in the Target info window.&lt;P&gt;&lt;/P&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal"&gt;&lt;SPAN&gt;&lt;P&gt;&lt;/P&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal"&gt;&lt;SPAN&gt;It is not obvious what might be the cause for no output in the terminal window. What was the ifort command-line you used? &lt;SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;P&gt;&lt;/P&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal"&gt;&lt;SPAN&gt;&lt;P&gt;&lt;/P&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal"&gt;&lt;SPAN&gt;Let us know if this helps.&lt;P&gt;&lt;/P&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jun 2008 12:14:36 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Trouble-creating-basic-executables-in-both-Xcode-and-Terminal/m-p/748975#M6008</guid>
      <dc:creator>Kevin_D_Intel</dc:creator>
      <dc:date>2008-06-23T12:14:36Z</dc:date>
    </item>
  </channel>
</rss>

