<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Approximatrix Forums — Using SF with Numerical Recipes F90 Code]]></title>
	<link rel="self" href="http://forums.approximatrix.com/extern.php?action=feed&amp;tid=835&amp;type=atom" />
	<updated>2022-01-21T16:31:36Z</updated>
	<generator>PunBB</generator>
	<id>http://forums.approximatrix.com/viewtopic.php?id=835</id>
		<entry>
			<title type="html"><![CDATA[Re: Using SF with Numerical Recipes F90 Code]]></title>
			<link rel="alternate" href="http://forums.approximatrix.com/viewtopic.php?pid=3850#p3850" />
			<content type="html"><![CDATA[<p>Thank you, Jeff. I will pursue your suggestions.</p>]]></content>
			<author>
				<name><![CDATA[jwgaskill]]></name>
				<uri>http://forums.approximatrix.com/profile.php?id=4067</uri>
			</author>
			<updated>2022-01-21T16:31:36Z</updated>
			<id>http://forums.approximatrix.com/viewtopic.php?pid=3850#p3850</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Using SF with Numerical Recipes F90 Code]]></title>
			<link rel="alternate" href="http://forums.approximatrix.com/viewtopic.php?pid=3848#p3848" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[jeff]]></name>
				<uri>http://forums.approximatrix.com/profile.php?id=2</uri>
			</author>
			<updated>2022-01-21T01:17:20Z</updated>
			<id>http://forums.approximatrix.com/viewtopic.php?pid=3848#p3848</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Using SF with Numerical Recipes F90 Code]]></title>
			<link rel="alternate" href="http://forums.approximatrix.com/viewtopic.php?pid=3847#p3847" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[jwgaskill]]></name>
				<uri>http://forums.approximatrix.com/profile.php?id=4067</uri>
			</author>
			<updated>2022-01-20T22:25:18Z</updated>
			<id>http://forums.approximatrix.com/viewtopic.php?pid=3847#p3847</id>
		</entry>
</feed>
