<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Approximatrix Forums — Problems with MUESLI]]></title>
	<link rel="self" href="https://forums.approximatrix.com/extern.php?action=feed&amp;tid=165&amp;type=atom" />
	<updated>2013-03-15T13:11:24Z</updated>
	<generator>PunBB</generator>
	<id>https://forums.approximatrix.com/viewtopic.php?id=165</id>
		<entry>
			<title type="html"><![CDATA[Re: Problems with MUESLI]]></title>
			<link rel="alternate" href="https://forums.approximatrix.com/viewtopic.php?pid=634#p634" />
			<content type="html"><![CDATA[<p>Thank you again! The clean solution works nicely.</p>]]></content>
			<author>
				<name><![CDATA[akemppin]]></name>
				<uri>https://forums.approximatrix.com/profile.php?id=3418</uri>
			</author>
			<updated>2013-03-15T13:11:24Z</updated>
			<id>https://forums.approximatrix.com/viewtopic.php?pid=634#p634</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Problems with MUESLI]]></title>
			<link rel="alternate" href="https://forums.approximatrix.com/viewtopic.php?pid=624#p624" />
			<content type="html"><![CDATA[<p>Your second solution was correct; you&#039;ll need to instruct the compiler somehow that it has to link those additional libraries.&nbsp; The second error you&#039;re receiving, specifically missing &quot;libgcc_s_sjlj-1.dll,&quot; is due to MUESLI being unable to locate some GCC runtime libraries.&nbsp; Normally this isn&#039;t an issue with Simply Fortran because it statically links this library into your project.&nbsp; The file is, however, on your system. </p><p>There are two solutions:</p><p>Cleanest - Add &quot;C:\Program Files (x86)\Simply Fortran\mingw-w64\x86_64-w64-mingw32\lib32&quot; to your path</p><p>Simplest - Copy all dll&#039;s in &quot;C:\Program Files (x86)\Simply Fortran\mingw-w64\x86_64-w64-mingw32\lib32&quot; to your project folder</p>]]></content>
			<author>
				<name><![CDATA[jeff]]></name>
				<uri>https://forums.approximatrix.com/profile.php?id=2</uri>
			</author>
			<updated>2013-03-13T12:54:36Z</updated>
			<id>https://forums.approximatrix.com/viewtopic.php?pid=624#p624</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Problems with MUESLI]]></title>
			<link rel="alternate" href="https://forums.approximatrix.com/viewtopic.php?pid=623#p623" />
			<content type="html"><![CDATA[<p>I am trying to use MUESLI-2.6.6 (Optimized, DLL)&nbsp; from Simply Fortran 1.41. I have 64-bit Windows 7, but since MUESLI is at least until now 32 bit, I have selected 32 bit architecture from Project Options Dialog, and added &quot;-m32&quot; to the Project Flags of both Fortran and C Compilers in the same Dialog. I have also added the MUESLI dll folder to the Windows &quot;PATH&quot;.</p><p>I have added the MUESLI dll folder to the Search Directories =&gt; Library Directories dialog. When I try to build by simple test program &quot;mueslitest.f95&quot; (below) I get the errors below.</p><p>program mueslitest<br />use fml<br />implicit none<br />type(mfArray) :: A<br />A=mfRand(2,3)<br />call msDisplay( A, &quot;A&quot; )<br />end program mueslitest</p><br /><p>Generating Makefile... Okay<br />==============================================================================<br />Open Watcom Make Version 1.9 (Built on Feb&nbsp; 4 2013)<br />Portions Copyright (c) 1988-2002 Sybase, Inc. All Rights Reserved.<br />Source code is available under the Sybase Open Watcom Public License.<br />See <a href="http://www.openwatcom.org/">http://www.openwatcom.org/</a> for details.<br />&nbsp; &nbsp; &quot;C:\Program Files (x86)\Simply Fortran\mingw-w64\bin\gfortran.exe&quot; -o &quot;mueslitest.exe&quot; -static -m32 &quot;build\mueslitest.o&quot; -LC:/PROGRA~2/SIMPLY~1/MINGW-~1/lib/ -LC:/Users/...(exact path removed).../muesli-2.6.6_zlib_opt_dll<br />build\mueslitest.o: In function `mueslitest&#039;:<br />C:\Users\...(exact path removed).../mueslitest.f95:5: undefined reference to `__mod_elmat_MOD_mfrand_two_arg&#039;<br />C:\Users\...(exact path removed).../mueslitest.f95:5: undefined reference to `__mod_core_MOD_msassign_mfarray_copy&#039;<br />C:\Users\...(exact path removed).../mueslitest.f95:6: undefined reference to `__mod_core_MOD_msdisplay_mfarray&#039;<br />collect2.exe: error: ld returned 1 exit status<br />Error(E42): Last command making (mueslitest.exe) returned a bad status<br />Error(E02): Make execution terminated</p><p>* Complete *</p><br /><p>I also tried adding all the dll files + fml.mof + libz.a that came with MUESLI to the mueslitest project (not a very beautiful solution). Then &quot;Build Now!&quot; works without error messages, but &quot;Launch!&quot; gives the error message that the file &quot;libgcc_s_sjlj-1.dll&quot; is missing from the computer. My computer does have plenty of files with that name (most of them under the C:\Program Files (x86)\Simply Fortran\mingw-w64 folder).</p><p>What to do?</p>]]></content>
			<author>
				<name><![CDATA[akemppin]]></name>
				<uri>https://forums.approximatrix.com/profile.php?id=3418</uri>
			</author>
			<updated>2013-03-13T12:46:48Z</updated>
			<id>https://forums.approximatrix.com/viewtopic.php?pid=623#p623</id>
		</entry>
</feed>
