<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Approximatrix Forums — Getting Started - Build Errors]]></title>
	<link rel="self" href="https://forums.approximatrix.com/extern.php?action=feed&amp;tid=297&amp;type=atom" />
	<updated>2014-01-04T15:33:09Z</updated>
	<generator>PunBB</generator>
	<id>https://forums.approximatrix.com/viewtopic.php?id=297</id>
		<entry>
			<title type="html"><![CDATA[Re: Getting Started - Build Errors]]></title>
			<link rel="alternate" href="https://forums.approximatrix.com/viewtopic.php?pid=1204#p1204" />
			<content type="html"><![CDATA[<p>Matt,</p><p>The uppercase extensions instruct Simply Fortran&#039;s compiler to pass the Fortran files through the C preprocessor prior to compiling.&nbsp; It leads to some odd errors if the behavior is not intended.&nbsp; </p><p>Whenever you have a question, feel free to post it.</p>]]></content>
			<author>
				<name><![CDATA[jeff]]></name>
				<uri>https://forums.approximatrix.com/profile.php?id=2</uri>
			</author>
			<updated>2014-01-04T15:33:09Z</updated>
			<id>https://forums.approximatrix.com/viewtopic.php?pid=1204#p1204</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Getting Started - Build Errors]]></title>
			<link rel="alternate" href="https://forums.approximatrix.com/viewtopic.php?pid=1203#p1203" />
			<content type="html"><![CDATA[<p>Ok I have managed to get around this warning by changing the .f77 extension to .for and now get basically a clean compile (no warnings for this section anyway) so that&#039;s some progress. </p><p>I do have other issues but will look further at these and if all else fails then I&#039;ll be back. Thankyou.</p>]]></content>
			<author>
				<name><![CDATA[Matt]]></name>
				<uri>https://forums.approximatrix.com/profile.php?id=3508</uri>
			</author>
			<updated>2014-01-04T12:05:55Z</updated>
			<id>https://forums.approximatrix.com/viewtopic.php?pid=1203#p1203</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Getting Started - Build Errors]]></title>
			<link rel="alternate" href="https://forums.approximatrix.com/viewtopic.php?pid=1202#p1202" />
			<content type="html"><![CDATA[<p>This warning usually occurs when you use option &quot;-c&quot; in the link step by mistake.</p><p>That is, if you do something like.</p><p>gfortran -c main.f90<br />gfortran -c procs.f90<br />gfortran -c -o main main.o procs.o</p><p>Adding the -c to the link step means the object files are not passed to the linker (ld) and the warning is generated. </p><p>Look at your makefile and what&#039;s in variable PRJ_LFLAGS. Have you added &quot;-c&quot; to your link options somehow (perhaps in Options&gt;Project)?</p>]]></content>
			<author>
				<name><![CDATA[davidb]]></name>
				<uri>https://forums.approximatrix.com/profile.php?id=3463</uri>
			</author>
			<updated>2014-01-04T10:17:42Z</updated>
			<id>https://forums.approximatrix.com/viewtopic.php?pid=1202#p1202</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Getting Started - Build Errors]]></title>
			<link rel="alternate" href="https://forums.approximatrix.com/viewtopic.php?pid=1201#p1201" />
			<content type="html"><![CDATA[<p>Ok need a little help with getting started over the hump. Come from the ancient F77 world of compiling via batch file and linking via batch files etc, the code is ok, appeared to be have created static lib.o ok (well I think so anyway?) and now simply trying to build a simple (ancient) test routine that I know works but getting some sort of linker input error which I&#039;m not all that sure about?</p><p>Error (F38) &amp; (02) I understand as obviously no object file has been compiled due to the link error.</p><p>What is the &quot;gfortran.exe: warning: ....&quot; line trying to tell me?</p><p>==============================================================================<br />Generating Makefile... Okay<br />==============================================================================<br />Compiling TCHAR.F77<br />gfortran.exe: warning: TCHAR.F77: linker input file unused because linking not done<br />Error(F38): (build\TCHAR.o) does not exist and cannot be made from existing files<br />Error(E02): Make execution terminated</p><p>* Failed *</p>]]></content>
			<author>
				<name><![CDATA[Matt]]></name>
				<uri>https://forums.approximatrix.com/profile.php?id=3508</uri>
			</author>
			<updated>2014-01-04T04:14:36Z</updated>
			<id>https://forums.approximatrix.com/viewtopic.php?pid=1201#p1201</id>
		</entry>
</feed>
