<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Approximatrix Forums — problem constructing 32 bits library]]></title>
		<link>https://forums.approximatrix.com/viewtopic.php?id=236</link>
		<atom:link href="https://forums.approximatrix.com/extern.php?action=feed&amp;tid=236&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in problem constructing 32 bits library.]]></description>
		<lastBuildDate>Wed, 07 Aug 2013 22:13:08 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: problem constructing 32 bits library]]></title>
			<link>https://forums.approximatrix.com/viewtopic.php?pid=924#p924</link>
			<description><![CDATA[<p>First, in Project Options, make sure to add the following flag to the Linker flags to your DLL project:</p><div class="codebox"><pre><code>-static</code></pre></div><p>This flag ensures the DLL will contain the necessary GNU Fortran runtime routines, notably the ones you&#039;ve mentioned.</p><p>Second, which version of Simply Fortran are you currently using?&nbsp; Does this error occur when compiling your DLL?&nbsp; Did you do a complete Clean (in the Build menu) before building?</p>]]></description>
			<author><![CDATA[null@example.com (jeff)]]></author>
			<pubDate>Wed, 07 Aug 2013 22:13:08 +0000</pubDate>
			<guid>https://forums.approximatrix.com/viewtopic.php?pid=924#p924</guid>
		</item>
		<item>
			<title><![CDATA[problem constructing 32 bits library]]></title>
			<link>https://forums.approximatrix.com/viewtopic.php?pid=922#p922</link>
			<description><![CDATA[<p>I have written a simple subroutine using exp and log functions, when trying to create a dll of this code choosing 32 bits and shared library in the Project Options I get the following error message :</p><p>c:/simply fortran/mingw-w64/bin/../lib/gcc/x86_64-w64-mingw32/4.8.1/../../../../x86_64-w64-mingw32/bin/ld.exe: i386:x86-64 architecture of input file `build\Duration.o&#039; is incompatible with i386 output</p><p>and some :</p><p>undefined reference to `log&#039;<br />undefined reference to `exp&#039;<br />undefined reference to `malloc&#039;<br />undefined reference to `free&#039;</p><p>Could anyone help me please ?</p>]]></description>
			<author><![CDATA[null@example.com (olmallet81)]]></author>
			<pubDate>Wed, 07 Aug 2013 21:42:44 +0000</pubDate>
			<guid>https://forums.approximatrix.com/viewtopic.php?pid=922#p922</guid>
		</item>
	</channel>
</rss>
