<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Approximatrix Forums — problem installation on vista]]></title>
	<link rel="self" href="https://forums.approximatrix.com/extern.php?action=feed&amp;tid=288&amp;type=atom" />
	<updated>2013-12-14T19:50:22Z</updated>
	<generator>PunBB</generator>
	<id>https://forums.approximatrix.com/viewtopic.php?id=288</id>
		<entry>
			<title type="html"><![CDATA[Re: problem installation on vista]]></title>
			<link rel="alternate" href="https://forums.approximatrix.com/viewtopic.php?pid=1183#p1183" />
			<content type="html"><![CDATA[<p>Yes I have insert the new path but the problem continue.<br />I try to install again.</p>]]></content>
			<author>
				<name><![CDATA[f_macheda]]></name>
				<uri>https://forums.approximatrix.com/profile.php?id=3504</uri>
			</author>
			<updated>2013-12-14T19:50:22Z</updated>
			<id>https://forums.approximatrix.com/viewtopic.php?pid=1183#p1183</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: problem installation on vista]]></title>
			<link rel="alternate" href="https://forums.approximatrix.com/viewtopic.php?pid=1182#p1182" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>f_macheda wrote:</cite><blockquote><p>on the path I have add that suggested and now for Simply fortran I have the folowing path</p><p>C:\Program Files\Simply Fortran 2\mingw-w64\bin<br />C:\Program Files\Simply Fortran 2\mingw-w64\x86_64-w64-mingw32\lib32<br />C:\Program Files\Simply Fortran 2\mingw-w64\x86_64-w64-mingw32\lib64<br />C:\Program Files\Simply Fortran 2\mingw-w64\x86_64-w64-mingw32\4.8.2</p><p>I don&#039;t have GCC_EXEC_PREFIX variable.</p><p>in the variable I don&#039;t have see any other reference to Simply fortran it&#039;s ok ?</p></blockquote></div><p>So you did add the following to your path as well:</p><p><em>C:\Program Files\Simply Fortran 2\mingw-w64\libexec\gcc\x86_64-w64-mingw32\4.8.2</em></p><p>Does the problem still continue to exist?</p>]]></content>
			<author>
				<name><![CDATA[jeff]]></name>
				<uri>https://forums.approximatrix.com/profile.php?id=2</uri>
			</author>
			<updated>2013-12-12T16:35:53Z</updated>
			<id>https://forums.approximatrix.com/viewtopic.php?pid=1182#p1182</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: problem installation on vista]]></title>
			<link rel="alternate" href="https://forums.approximatrix.com/viewtopic.php?pid=1181#p1181" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>davidb wrote:</cite><blockquote><p>The problem seems (to me) to be the compiler options that are being used:</p><p>RCFLAGS=-O coff -F pe-i386</p><p>(See the Makefile posted above)</p><p>If the OP deletes these options from the Compiler Flags under (Options, Compiler ...) it should work,</p></blockquote></div><p>David, these options are provided to the resource compiler, <em>windres.exe</em>, when it is needed.&nbsp; Normally in Simply Fortran it is used solely for adding an icon.&nbsp; The flags instruct the resource compiler to output a <a href="http://en.wikipedia.org/wiki/COFF">COFF</a> object compatible with the <a href="http://en.wikipedia.org/wiki/Portable_Executable">PE 32-bit</a> format.&nbsp; You&#039;ll notice that, because the resource compiler is never used in the <em>makefile</em>, these flags are also never used or mentioned, only declared.&nbsp; Simply Fortran always outputs these flags; they are not entered by the user.</p><p>I&#039;m a little confused as to why you&#039;re suggesting deleting the flags will correct the problem on Vista.&nbsp; Could you provide any more information?</p>]]></content>
			<author>
				<name><![CDATA[jeff]]></name>
				<uri>https://forums.approximatrix.com/profile.php?id=2</uri>
			</author>
			<updated>2013-12-12T16:33:57Z</updated>
			<id>https://forums.approximatrix.com/viewtopic.php?pid=1181#p1181</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: problem installation on vista]]></title>
			<link rel="alternate" href="https://forums.approximatrix.com/viewtopic.php?pid=1180#p1180" />
			<content type="html"><![CDATA[<p>Jeff,</p><p>The problem seems (to me) to be the compiler options that are being used:</p><p>RCFLAGS=-O coff -F pe-i386</p><p>(See the Makefile posted above)</p><p>If the OP deletes these options from the Compiler Flags under (Options, Compiler ...) it should work,</p><p>Certainly, when I use these options, I get a similar error as the OP (I&#039;m using VISTA 32 bit too.)</p><p>I am not sure what these options are supposed to do. Right now I don&#039;t have time to check.</p><p>Regards<br />David.</p>]]></content>
			<author>
				<name><![CDATA[davidb]]></name>
				<uri>https://forums.approximatrix.com/profile.php?id=3463</uri>
			</author>
			<updated>2013-12-12T07:52:54Z</updated>
			<id>https://forums.approximatrix.com/viewtopic.php?pid=1180#p1180</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: problem installation on vista]]></title>
			<link rel="alternate" href="https://forums.approximatrix.com/viewtopic.php?pid=1179#p1179" />
			<content type="html"><![CDATA[<p>on the path I have add that suggested and now for Simply fortran I have the folowing path</p><p>C:\Program Files\Simply Fortran 2\mingw-w64\bin<br />C:\Program Files\Simply Fortran 2\mingw-w64\x86_64-w64-mingw32\lib32<br />C:\Program Files\Simply Fortran 2\mingw-w64\x86_64-w64-mingw32\lib64<br />C:\Program Files\Simply Fortran 2\mingw-w64\x86_64-w64-mingw32\4.8.2</p><p>I don&#039;t have GCC_EXEC_PREFIX variable.</p><p>in the variable I don&#039;t have see any other reference to Simply fortran it&#039;s ok ?</p><p>hanks</p>]]></content>
			<author>
				<name><![CDATA[f_macheda]]></name>
				<uri>https://forums.approximatrix.com/profile.php?id=3504</uri>
			</author>
			<updated>2013-12-12T07:06:14Z</updated>
			<id>https://forums.approximatrix.com/viewtopic.php?pid=1179#p1179</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: problem installation on vista]]></title>
			<link rel="alternate" href="https://forums.approximatrix.com/viewtopic.php?pid=1178#p1178" />
			<content type="html"><![CDATA[<p>Upon further consideration, I suspect you might have an environment variable set that is causing the issue.&nbsp; Specifically, check to see if <strong>GCC_EXEC_PREFIX</strong> is set.&nbsp; If so, it will instruct the Fortran compiler to look in that directory for its support executables.&nbsp; Simply Fortran does not set this during installation, but having it set will cause the problem you&#039;ve reported.</p>]]></content>
			<author>
				<name><![CDATA[jeff]]></name>
				<uri>https://forums.approximatrix.com/profile.php?id=2</uri>
			</author>
			<updated>2013-12-12T02:20:56Z</updated>
			<id>https://forums.approximatrix.com/viewtopic.php?pid=1178#p1178</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: problem installation on vista]]></title>
			<link rel="alternate" href="https://forums.approximatrix.com/viewtopic.php?pid=1175#p1175" />
			<content type="html"><![CDATA[<p>One thing you can first try is adding the following to the path:</p><p><em>C:\Program Files\Simply Fortran 2\mingw-w64\libexec\gcc\x86_64-w64-mingw32\4.8.2</em></p><p>The issue you&#039;re seeing is that <em>gfortran.exe</em> can&#039;t find one of its child programs it needs.&nbsp; I had first hoped that something may have gone wrong during installation. Similar issues can also occur if you have other versions of GNU Fortran installed.</p><p>Try adding the above to your path, and let us know if you have better luck.</p>]]></content>
			<author>
				<name><![CDATA[jeff]]></name>
				<uri>https://forums.approximatrix.com/profile.php?id=2</uri>
			</author>
			<updated>2013-12-10T22:42:31Z</updated>
			<id>https://forums.approximatrix.com/viewtopic.php?pid=1175#p1175</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: problem installation on vista]]></title>
			<link rel="alternate" href="https://forums.approximatrix.com/viewtopic.php?pid=1174#p1174" />
			<content type="html"><![CDATA[<p>I have check the directory all the files are presents there is also a subdirectory install-tools<br />I have installed AVG no issue when I have installed Simply Fortran</p><p>There are same setup Simply Fortran must do on windows ( path or other ) ? I can check?</p>]]></content>
			<author>
				<name><![CDATA[f_macheda]]></name>
				<uri>https://forums.approximatrix.com/profile.php?id=3504</uri>
			</author>
			<updated>2013-12-10T21:17:29Z</updated>
			<id>https://forums.approximatrix.com/viewtopic.php?pid=1174#p1174</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: problem installation on vista]]></title>
			<link rel="alternate" href="https://forums.approximatrix.com/viewtopic.php?pid=1172#p1172" />
			<content type="html"><![CDATA[<p>I suspect one part of the compiler was not installed.&nbsp; Can you open the following directory:</p><p><em>C:\Program Files\Simply Fortran 2\mingw-w64\libexec\gcc\x86_64-w64-mingw32\4.8.2</em></p><p>You should see a number of files:</p><ul><li><p>cc1.exe</p></li><li><p>cc1plus.exe</p></li><li><p>collect2.exe</p></li><li><p>f951.exe</p></li><li><p>liblto_plugin.a</p></li><li><p>liblto_plugin.la</p></li><li><p>lto1.exe</p></li><li><p>lto-wrapper.exe</p></li></ul><p>I suspect one of these files is missing, which would cause the error you&#039;re seeing.&nbsp; Do you have a virus scanner installed?&nbsp; Did it report anything while installing Simply Fortran?</p>]]></content>
			<author>
				<name><![CDATA[jeff]]></name>
				<uri>https://forums.approximatrix.com/profile.php?id=2</uri>
			</author>
			<updated>2013-12-10T12:54:33Z</updated>
			<id>https://forums.approximatrix.com/viewtopic.php?pid=1172#p1172</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: problem installation on vista]]></title>
			<link rel="alternate" href="https://forums.approximatrix.com/viewtopic.php?pid=1168#p1168" />
			<content type="html"><![CDATA[<p>I have reinstall all but the error is the same.</p>]]></content>
			<author>
				<name><![CDATA[f_macheda]]></name>
				<uri>https://forums.approximatrix.com/profile.php?id=3504</uri>
			</author>
			<updated>2013-12-09T21:02:10Z</updated>
			<id>https://forums.approximatrix.com/viewtopic.php?pid=1168#p1168</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: problem installation on vista]]></title>
			<link rel="alternate" href="https://forums.approximatrix.com/viewtopic.php?pid=1167#p1167" />
			<content type="html"><![CDATA[<p>I try to reinstall all.<br />at the moment All the directory exist.</p><p>the copy of makefiles is:</p><p>#<br /># Automagically generated by Approximatrix Simply Fortran 2.7<br />#<br />FC=&quot;C:\Program Files\Simply Fortran 2\mingw-w64\bin\gfortran.exe&quot;<br />CC=&quot;C:\Program Files\Simply Fortran 2\mingw-w64\bin\gcc.exe&quot;<br />AR=&quot;C:\Program Files\Simply Fortran 2\mingw-w64\bin\ar.exe&quot;<br />TOUCH=&quot;C:\Program Files\Simply Fortran 2\fwin\wtouch.exe&quot;<br />WRC=&quot;C:\PROGRA~1\SIMPLY~1\MINGW-~1\bin\windres.exe&quot;<br />RM=rm -f</p><p>IDIR=<br /># -I error: Directory C:\Program Files\Simply Fortran 2\mingw-w64\include\ does not exist<br /># -I error: Directory C:\Users\francesco\AppData\Local\\sfpm\32\include does not exist</p><p>LDIR=-L&quot;C:/Program Files/Simply Fortran 2/mingw-w64/lib/&quot; <br /># -L error: Directory C:\Users\francesco\AppData\Local\\sfpm\32\lib does not exist</p><br /><p>SPECIALFLAGS=-g -m32 $(IDIR)</p><p>RCFLAGS=-O coff -F pe-i386</p><p>PRJ_FFLAGS=<br />PRJ_CFLAGS=<br />PRJ_LFLAGS=</p><p>FFLAGS=$(SPECIALFLAGS)&nbsp; $(PRJ_FFLAGS) -Jmodules </p><p>CFLAGS=-g -m32&nbsp; $(IDIR) $(PRJ_CFLAGS)</p><p>&quot;build\hello.o&quot;: &quot;.\hello.f90&quot;<br />&nbsp; &nbsp; @echo Compiling .\hello.f90<br />&nbsp; &nbsp; @$(FC) -c -o &quot;build\hello.o&quot; $(FFLAGS) &quot;.\hello.f90&quot;</p><p>clean: .SYMBOLIC<br />&nbsp; &nbsp; @echo Deleting build\hello.o and related files<br />&nbsp; &nbsp; @$(RM) &quot;build\hello.o&quot;<br />&nbsp; &nbsp; @echo Deleting hello.exe<br />&nbsp; &nbsp; @$(RM) &quot;hello.exe&quot;</p><p>&quot;hello.exe&quot;:&nbsp; &quot;build\hello.o&quot;<br />&nbsp; &nbsp; @echo Generating hello.exe<br />&nbsp; &nbsp; @$(FC) -o &quot;hello.exe&quot; -m32 &quot;build\hello.o&quot; $(LDIR) $(PRJ_LFLAGS)</p><p>all: &quot;hello.exe&quot; .SYMBOLIC</p>]]></content>
			<author>
				<name><![CDATA[f_macheda]]></name>
				<uri>https://forums.approximatrix.com/profile.php?id=3504</uri>
			</author>
			<updated>2013-12-09T20:44:25Z</updated>
			<id>https://forums.approximatrix.com/viewtopic.php?pid=1167#p1167</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: problem installation on vista]]></title>
			<link rel="alternate" href="https://forums.approximatrix.com/viewtopic.php?pid=1163#p1163" />
			<content type="html"><![CDATA[<p>Sounds like an odd problem you&#039;re seeing.&nbsp; The directory that it will start searching in will be your project directory just due to how Windows tends to behave; it isn&#039;t a problem.&nbsp; </p><p>If you navigate to <em>C:\Program Files\Simply Fortran 2\mingw-w64\</em> with Windows Explorer, you should see a number of directories. Two of them should be <em>mingw</em> and <em>x86_64-w64-mingw32</em>.&nbsp; Do both exist?&nbsp; If you enter either directory, do they also exist?</p><p>One thing you could provide is a Makefile so I can check if anything odd is occurring.&nbsp; Could you post the contents here?&nbsp; You can view it by selecting &quot;View Makefile&quot; from the Project menu.</p><p>Sorry for all this trouble.&nbsp; I&#039;m not sure why you&#039;re seeing the issue.&nbsp; You might consider a simple reinstallation to see if that fixes the issue.</p>]]></content>
			<author>
				<name><![CDATA[jeff]]></name>
				<uri>https://forums.approximatrix.com/profile.php?id=2</uri>
			</author>
			<updated>2013-12-08T22:45:11Z</updated>
			<id>https://forums.approximatrix.com/viewtopic.php?pid=1163#p1163</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: problem installation on vista]]></title>
			<link rel="alternate" href="https://forums.approximatrix.com/viewtopic.php?pid=1158#p1158" />
			<content type="html"><![CDATA[<p>Thank you for the help.</p><p>My system is vista 32bit.<br />the compiler is in the directory you mention but the error is always the same.<br />I don&#039;t if the follow note is related but<br />When I browse to search the compiler the browse start from where I save the project</p>]]></content>
			<author>
				<name><![CDATA[f_macheda]]></name>
				<uri>https://forums.approximatrix.com/profile.php?id=3504</uri>
			</author>
			<updated>2013-12-08T19:49:33Z</updated>
			<id>https://forums.approximatrix.com/viewtopic.php?pid=1158#p1158</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: problem installation on vista]]></title>
			<link rel="alternate" href="https://forums.approximatrix.com/viewtopic.php?pid=1156#p1156" />
			<content type="html"><![CDATA[<p>Ok, it appears that Simply Fortran is having difficulty locating the Fortran compiler.&nbsp; Could you select &quot;Compiler&quot; from the Options menu?&nbsp; What paths are listed for the Fortran and C compilers?&nbsp; Depending on your operating system, the Fortran compiler path should be the following on 32-bit systems:</p><p>C:\Program Files\Simply Fortran 2\mingw-w64\bin\gfortran.exe</p><p>and on 64-bit systems:</p><p>C:\Program Files (x86)\Simply Fortran 2\mingw-w64\bin\gfortran.exe</p><p>If that seems correct, go ahead and click &quot;Browse&quot; next to the Fortran compiler path and navigate to that directory.&nbsp; Does the compiler exist at that location?</p><p>I&#039;m guessing there may have been an issue during installation.&nbsp; If the compilers aren&#039;t present, I would suggest reinstalling Simply Fortran.&nbsp; If they are present, let me know as there may have been another issue during installation.</p>]]></content>
			<author>
				<name><![CDATA[jeff]]></name>
				<uri>https://forums.approximatrix.com/profile.php?id=2</uri>
			</author>
			<updated>2013-12-08T15:40:47Z</updated>
			<id>https://forums.approximatrix.com/viewtopic.php?pid=1156#p1156</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: problem installation on vista]]></title>
			<link rel="alternate" href="https://forums.approximatrix.com/viewtopic.php?pid=1155#p1155" />
			<content type="html"><![CDATA[<p>I have create a directory ( fortran ) under document directory</p><p>the complete feedback is:<br />==============================================================================<br />Generating Makefile... Okay<br />==============================================================================<br />Compiling .\hello.f90<br />gfortran.exe: error: CreateProcess: No such file or directory<br />Error(E42): Last command making (build\hello.o) returned a bad status<br />Error(E02): Make execution terminated</p><p>* Failed *</p>]]></content>
			<author>
				<name><![CDATA[f_macheda]]></name>
				<uri>https://forums.approximatrix.com/profile.php?id=3504</uri>
			</author>
			<updated>2013-12-08T14:35:08Z</updated>
			<id>https://forums.approximatrix.com/viewtopic.php?pid=1155#p1155</id>
		</entry>
</feed>
