<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Approximatrix Forums — collect2.exe]]></title>
	<link rel="self" href="https://forums.approximatrix.com/extern.php?action=feed&amp;tid=370&amp;type=atom" />
	<updated>2014-09-09T11:25:44Z</updated>
	<generator>PunBB</generator>
	<id>https://forums.approximatrix.com/viewtopic.php?id=370</id>
		<entry>
			<title type="html"><![CDATA[Re: collect2.exe]]></title>
			<link rel="alternate" href="https://forums.approximatrix.com/viewtopic.php?pid=1503#p1503" />
			<content type="html"><![CDATA[<p>The important line in your error report is not the line referring to <em>collect2.exe</em>, but rather:</p><div class="quotebox"><blockquote><p>c:/program files (x86)/simply fortran 2/mingw-w64/bin/../lib/gcc/x86_64-w64-mingw32/4.8.1/../../../../x86_64-w64-mingw32/bin/ld.exe: cannot open output file Bose.exe: Permission denied</p></blockquote></div><p>It appears that the linker is unable to open <em>Bose.exe</em>, your target exectuable, for writing.</p><p>The most common reason for this error is that the executable, <em>Bose.exe</em>, is still running in the background.&nbsp; I would suggest opening the Windows Task Manager and trying to locate the process.&nbsp; After you kill the process, you should be able to proceed with compiling your executable.</p>]]></content>
			<author>
				<name><![CDATA[jeff]]></name>
				<uri>https://forums.approximatrix.com/profile.php?id=2</uri>
			</author>
			<updated>2014-09-09T11:25:44Z</updated>
			<id>https://forums.approximatrix.com/viewtopic.php?pid=1503#p1503</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[collect2.exe]]></title>
			<link rel="alternate" href="https://forums.approximatrix.com/viewtopic.php?pid=1502#p1502" />
			<content type="html"><![CDATA[<p>I have quite suddenly began to get the following messages. Everything was fine then, after making a few program changes to fix an algorithm, this message comes on every attempt to build. </p><p>==============================================================================<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 2\mingw-w64\bin\gfortran.exe&quot; -c -o &quot;build\Wavemod.o&quot; -g -m32 -IC:/Users/johnti_adm/AppData/Local/sfpm/32/include&nbsp; -Jmodules &quot;.\Wavemod.f90&quot;<br />&nbsp; &nbsp; &quot;C:\Program Files (x86)\Simply Fortran 2\fwin\wtouch.exe&quot; -c &quot;modules\waves.mod&quot;<br />&nbsp; &nbsp; &quot;C:\Program Files (x86)\Simply Fortran 2\mingw-w64\bin\gfortran.exe&quot; -c -o &quot;build\Wavedata.o&quot; -g -m32 -IC:/Users/johnti_adm/AppData/Local/sfpm/32/include&nbsp; -Jmodules &quot;.\Wavedata.f90&quot;<br />&nbsp; &nbsp; &quot;C:\Program Files (x86)\Simply Fortran 2\mingw-w64\bin\gfortran.exe&quot; -c -o &quot;build\Wavenr.o&quot; -g -m32 -IC:/Users/johnti_adm/AppData/Local/sfpm/32/include&nbsp; -Jmodules &quot;.\Wavenr.f90&quot;<br />&nbsp; &nbsp; &quot;C:\Program Files (x86)\Simply Fortran 2\mingw-w64\bin\gfortran.exe&quot; -o &quot;Bose.exe&quot; -m32 &quot;build\Wavedata.o&quot; &quot;build\Wavemod.o&quot; &quot;build\Wavenr.o&quot; -LC:/PROGRA~2/SIMPLY~1/MINGW-~1/lib/ -LC:/Users/johnti_adm/AppData/Local/sfpm/32/lib<br />c:/program files (x86)/simply fortran 2/mingw-w64/bin/../lib/gcc/x86_64-w64-mingw32/4.8.1/../../../../x86_64-w64-mingw32/bin/ld.exe: cannot open output file Bose.exe: Permission denied<br />collect2.exe: error: ld returned 1 exit status<br />Error(E42): Last command making (Bose.exe) returned a bad status<br />Error(F43): Deleting (Bose.exe): Permission denied<br />Error(E02): Make execution terminated</p>]]></content>
			<author>
				<name><![CDATA[JohnT]]></name>
				<uri>https://forums.approximatrix.com/profile.php?id=3408</uri>
			</author>
			<updated>2014-09-09T07:01:55Z</updated>
			<id>https://forums.approximatrix.com/viewtopic.php?pid=1502#p1502</id>
		</entry>
</feed>
