<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Approximatrix Forums — Using SF with Numerical Recipes F90 Code]]></title>
		<link>http://forums.approximatrix.com/viewtopic.php?id=835</link>
		<atom:link href="http://forums.approximatrix.com/extern.php?action=feed&amp;tid=835&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Using SF with Numerical Recipes F90 Code.]]></description>
		<lastBuildDate>Fri, 21 Jan 2022 16:31:36 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Using SF with Numerical Recipes F90 Code]]></title>
			<link>http://forums.approximatrix.com/viewtopic.php?pid=3850#p3850</link>
			<description><![CDATA[<p>Thank you, Jeff. I will pursue your suggestions.</p>]]></description>
			<author><![CDATA[null@example.com (jwgaskill)]]></author>
			<pubDate>Fri, 21 Jan 2022 16:31:36 +0000</pubDate>
			<guid>http://forums.approximatrix.com/viewtopic.php?pid=3850#p3850</guid>
		</item>
		<item>
			<title><![CDATA[Re: Using SF with Numerical Recipes F90 Code]]></title>
			<link>http://forums.approximatrix.com/viewtopic.php?pid=3848#p3848</link>
			<description><![CDATA[<p>The error occurring is at the linking stage, and the linker can&#039;t find a library or object file that contains that routine.&nbsp; Module files only contain the <em>definitions</em> of routines, variables, etc.&nbsp; They do not include the <em>actual</em> routines, variables, etc.</p><p>When you say you compiled these modules, what were the steps you took?&nbsp; You probably want to create a separate project that generates a static library from the source files for <em>nr</em>, <em>nrtype</em>, and <em>nrutil</em>.&nbsp; In your main project, you&#039;ll want to add that static library either via compiler flags or by referencing it directly through inclusion in the project.</p>]]></description>
			<author><![CDATA[null@example.com (jeff)]]></author>
			<pubDate>Fri, 21 Jan 2022 01:17:20 +0000</pubDate>
			<guid>http://forums.approximatrix.com/viewtopic.php?pid=3848#p3848</guid>
		</item>
		<item>
			<title><![CDATA[Using SF with Numerical Recipes F90 Code]]></title>
			<link>http://forums.approximatrix.com/viewtopic.php?pid=3847#p3847</link>
			<description><![CDATA[<p>After compiling modules nr, nrtype, and nrutil in SF and creating a test project where a call is made to nrerror (which is defined in nrutil), when I Build the project I get an error message: undefined reference to __nrutil_MOD_nrerror .</p><p>I have put the modules in a folder and use the Project Options for File Reference to point to that folder.</p><p>Any help would be appreciated.</p>]]></description>
			<author><![CDATA[null@example.com (jwgaskill)]]></author>
			<pubDate>Thu, 20 Jan 2022 22:25:18 +0000</pubDate>
			<guid>http://forums.approximatrix.com/viewtopic.php?pid=3847#p3847</guid>
		</item>
	</channel>
</rss>
