<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Approximatrix Forums — Linker Input Error]]></title>
		<link>http://forums.approximatrix.com/viewtopic.php?id=478</link>
		<atom:link href="http://forums.approximatrix.com/extern.php?action=feed&amp;tid=478&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Linker Input Error.]]></description>
		<lastBuildDate>Wed, 01 Jul 2015 16:23:50 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Linker Input Error]]></title>
			<link>http://forums.approximatrix.com/viewtopic.php?pid=2138#p2138</link>
			<description><![CDATA[<p>That did the trick. Thank you very much for your help, Jeff.</p>]]></description>
			<author><![CDATA[null@example.com (tedbrogan)]]></author>
			<pubDate>Wed, 01 Jul 2015 16:23:50 +0000</pubDate>
			<guid>http://forums.approximatrix.com/viewtopic.php?pid=2138#p2138</guid>
		</item>
		<item>
			<title><![CDATA[Re: Linker Input Error]]></title>
			<link>http://forums.approximatrix.com/viewtopic.php?pid=2135#p2135</link>
			<description><![CDATA[<p>For some reason, Simply Fortran is attempting to separately compile your include file, which is incorrect.&nbsp; It&#039;s a bug.&nbsp; For now what you can do is right-click the file &quot;control.inc&quot; (and any other include files you might have) in the Project Outline, right-click, and select &quot;Disable File...&quot; from the popup menu.&nbsp; The files will still be properly included via the Fortran INCLUDE statements, but Simply Fortran won&#039;t attempt to compile them separately.</p>]]></description>
			<author><![CDATA[null@example.com (jeff)]]></author>
			<pubDate>Tue, 30 Jun 2015 19:21:38 +0000</pubDate>
			<guid>http://forums.approximatrix.com/viewtopic.php?pid=2135#p2135</guid>
		</item>
		<item>
			<title><![CDATA[Linker Input Error]]></title>
			<link>http://forums.approximatrix.com/viewtopic.php?pid=2134#p2134</link>
			<description><![CDATA[<p>I&#039;ve seen similar problems reported, but I can&#039;t figure this one out. I am compiling an old f77 source code that works fine in Linux (I am trying to generate a Windows executable now). The compiler does not like my include files. I know I am missing a flag somewhere, but I don&#039;t know what or where.</p><p>Here is the top of the Makefile</p><p>#<br /># Automagically generated by Approximatrix Simply Fortran 2.24<br />#<br />FC=&quot;C:\Program Files (x86)\Simply Fortran 2\mingw-w64\bin\gfortran.exe&quot;<br />CC=&quot;C:\Program Files (x86)\Simply Fortran 2\mingw-w64\bin\gcc.exe&quot;<br />AR=&quot;C:\Program Files (x86)\Simply Fortran 2\mingw-w64\bin\ar.exe&quot;<br />WRC=&quot;C:\PROGRA~2\SIMPLY~1\MINGW-~1\bin\windres.exe&quot;<br />RM=rm -f</p><p>IDIR=<br /># -I error: Directory C:\Users\tbrogan\AppData\Local\\sfpm\64\include does not exist</p><p>LDIR=<br /># -L error: Directory C:\Users\tbrogan\AppData\Local\\sfpm\64\lib does not exist</p><br /><p>OPTFLAGS= -g</p><p>SPECIALFLAGS=$(IDIR)</p><p>RCFLAGS=-O coff</p><p>PRJ_FFLAGS=</p><p>PRJ_CFLAGS=</p><p>PRJ_LFLAGS=</p><p>FFLAGS=$(SPECIALFLAGS) $(OPTFLAGS) $(PRJ_FFLAGS) -Jmodules </p><p>CFLAGS=$(SPECIALFLAGS) $(OPTFLAGS) $(PRJ_CFLAGS)</p><p>&quot;build\bccut.o&quot;: &quot;.\bccut.f&quot;<br />&nbsp; &nbsp; @echo Compiling .\bccut.f<br />&nbsp; &nbsp; @$(FC) -c -o &quot;build\bccut.o&quot; $(FFLAGS) &quot;.\bccut.f&quot;</p><br /><br /><br /><p>Here is the output</p><p>==============================================================================<br />Generating Makefile... Okay<br />==============================================================================<br />Compiling .\bccut.f<br />Compiling .\bcfarf.f<br />Compiling .\bcinflo.f<br />Compiling .\bcond.f<br />Compiling .\bcoutflo.f<br />Compiling .\bcsymm.f<br />Compiling .\bcwall.f<br />Compiling .\control.inc<br />gfortran.exe: warning: .\control.inc: linker input file unused because linking not done<br />Error(F38): (build\control.o) does not exist and cannot be made from existing files<br />Error(E02): Make execution terminated</p>]]></description>
			<author><![CDATA[null@example.com (tedbrogan)]]></author>
			<pubDate>Tue, 30 Jun 2015 18:21:26 +0000</pubDate>
			<guid>http://forums.approximatrix.com/viewtopic.php?pid=2134#p2134</guid>
		</item>
	</channel>
</rss>
