<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Approximatrix Forums — Linker Input Error]]></title>
	<link rel="self" href="http://forums.approximatrix.com/extern.php?action=feed&amp;tid=478&amp;type=atom" />
	<updated>2015-07-01T16:23:50Z</updated>
	<generator>PunBB</generator>
	<id>http://forums.approximatrix.com/viewtopic.php?id=478</id>
		<entry>
			<title type="html"><![CDATA[Re: Linker Input Error]]></title>
			<link rel="alternate" href="http://forums.approximatrix.com/viewtopic.php?pid=2138#p2138" />
			<content type="html"><![CDATA[<p>That did the trick. Thank you very much for your help, Jeff.</p>]]></content>
			<author>
				<name><![CDATA[tedbrogan]]></name>
				<uri>http://forums.approximatrix.com/profile.php?id=3625</uri>
			</author>
			<updated>2015-07-01T16:23:50Z</updated>
			<id>http://forums.approximatrix.com/viewtopic.php?pid=2138#p2138</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Linker Input Error]]></title>
			<link rel="alternate" href="http://forums.approximatrix.com/viewtopic.php?pid=2135#p2135" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[jeff]]></name>
				<uri>http://forums.approximatrix.com/profile.php?id=2</uri>
			</author>
			<updated>2015-06-30T19:21:38Z</updated>
			<id>http://forums.approximatrix.com/viewtopic.php?pid=2135#p2135</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Linker Input Error]]></title>
			<link rel="alternate" href="http://forums.approximatrix.com/viewtopic.php?pid=2134#p2134" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[tedbrogan]]></name>
				<uri>http://forums.approximatrix.com/profile.php?id=3625</uri>
			</author>
			<updated>2015-06-30T18:21:26Z</updated>
			<id>http://forums.approximatrix.com/viewtopic.php?pid=2134#p2134</id>
		</entry>
</feed>
