<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Approximatrix Forums — LINUX SIMPLY FORTRAN (registration questions)]]></title>
		<link>https://forums.approximatrix.com/viewtopic.php?id=998</link>
		<atom:link href="https://forums.approximatrix.com/extern.php?action=feed&amp;tid=998&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in LINUX SIMPLY FORTRAN (registration questions).]]></description>
		<lastBuildDate>Tue, 02 Dec 2025 21:04:48 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: LINUX SIMPLY FORTRAN (registration questions)]]></title>
			<link>https://forums.approximatrix.com/viewtopic.php?pid=4521#p4521</link>
			<description><![CDATA[<p>Thanks Jeff.&nbsp; Yes working great! I&#039;ll play with directly using wmake on linux, but gnu make works fine.</p><p>I should mention that on Windows I use a batch program &quot;tmake.bat&quot;.&nbsp; This should make it easier for guys to just type tmake all, tmake clean, tmake install, etc...edit as needed.</p><p>@echo off</p><p>@COPY MAKEFILE.TRUEPOST MAKEFILE</p><p>IF /I &quot;%~n1&quot;==&quot;ALL&quot; GOTO ALL<br />IF /I &quot;%~n1&quot;==&quot;CLEAN&quot; GOTO CLEAN<br />IF /I &quot;%~n1&quot;==&quot;INSTALL&quot; GOTO INSTALL<br />GOTO END</p><p>:ALL<br />WMAKE ALL<br />GOTO END</p><p>:CLEAN<br />WMAKE CLEAN<br />DEL MAKEFILE<br />GOTO END</p><p>:INSTALL<br />ECHO NOT USING THIS RIGHT NOW<br />GOTO END</p><p>:END</p>]]></description>
			<author><![CDATA[null@example.com (TRUEPRECISIONCNC)]]></author>
			<pubDate>Tue, 02 Dec 2025 21:04:48 +0000</pubDate>
			<guid>https://forums.approximatrix.com/viewtopic.php?pid=4521#p4521</guid>
		</item>
		<item>
			<title><![CDATA[Re: LINUX SIMPLY FORTRAN (registration questions)]]></title>
			<link>https://forums.approximatrix.com/viewtopic.php?pid=4518#p4518</link>
			<description><![CDATA[<div class="quotebox"><cite>TRUEPRECISIONCNC wrote:</cite><blockquote><p>I use wmake no problem on windows and on Linux I just export the GNU makefile and use make as I can&#039;t seem to get open watcom to install correctly in linux without hacking it...not a big deal, but if someone could point me to the wmake location in linux that would be great.&nbsp; whereis wmake gives nothing.</p></blockquote></div><p>Simply Fortran packages wmake internally on all systems. We don&#039;t have any reliance on OpenWatcom at all.&nbsp; On Windows, wmake is just located in the same <em>Program Files (x86)</em> directory alongside the development environment itself.&nbsp; On Linux, it&#039;s a bit more complicated; the wmake executable is packaged inside Simply Fortran, which itself is an AppImage package.&nbsp; It is tricky to get at, but perhaps we can try to expose it in a simpler manner.</p><div class="quotebox"><cite>TRUEPRECISIONCNC wrote:</cite><blockquote><p>Also it seems that in linux simply fortran &quot;smart indent&quot; in the GUI isn&#039;t active.</p></blockquote></div><p>Interesting, I&#039;ll look into that.</p><div class="quotebox"><cite>TRUEPRECISIONCNC wrote:</cite><blockquote><p>I&#039;m using the simply fortran package manager in windows which is very convenient.&nbsp; On linux I&#039;m using conda/fpm.&nbsp; I&#039;ve had no problems keeping both machines sync&#039;d using git.&nbsp; I&#039;m even syncing the .prj file and no issues.</p></blockquote></div><p>Our project files are just text files (JSON files, actually), so they work pretty well with git.&nbsp; I think Simply Fortran might not be particularly careful about some of the ordering internally inside project files, which could lead to some spurious &quot;changes&quot; being tracked by git.&nbsp; But Simply Fortran&#039;s very own project file on my development system syncs with git too (yes, I use Simply Fortran to write Simply Fortran even though it isn&#039;t written in Fortran).</p><p>I&#039;m glad to hear things are working.</p>]]></description>
			<author><![CDATA[null@example.com (jeff)]]></author>
			<pubDate>Tue, 02 Dec 2025 19:03:38 +0000</pubDate>
			<guid>https://forums.approximatrix.com/viewtopic.php?pid=4518#p4518</guid>
		</item>
		<item>
			<title><![CDATA[Re: LINUX SIMPLY FORTRAN (registration questions)]]></title>
			<link>https://forums.approximatrix.com/viewtopic.php?pid=4516#p4516</link>
			<description><![CDATA[<p>I registered and installed linux SimplyFortran a few days ago and it&#039;s working great.</p><p>I use wmake no problem on windows and on Linux I just export the GNU makefile and use make as I can&#039;t seem to get open watcom to install correctly in linux without hacking it...not a big deal, but if someone could point me to the wmake location in linux that would be great.&nbsp; whereis wmake gives nothing.</p><p>Also it seems that in linux simply fortran &quot;smart indent&quot; in the GUI isn&#039;t active.</p><p>Not a huge deal as 99% of the time I use vim with fortran plugins so gg=G does the job, but it would be nice to have.</p><p>I&#039;m using the simply fortran package manager in windows which is very convenient.&nbsp; On linux I&#039;m using conda/fpm.&nbsp; I&#039;ve had no problems keeping both machines sync&#039;d using git.&nbsp; I&#039;m even syncing the .prj file and no issues.</p><p>It&#039;s great to have such a smooth running project manager.&nbsp; I love simply fortran and only wish I had used it many years ago...and saved myself much trouble.</p>]]></description>
			<author><![CDATA[null@example.com (TRUEPRECISIONCNC)]]></author>
			<pubDate>Tue, 02 Dec 2025 16:21:39 +0000</pubDate>
			<guid>https://forums.approximatrix.com/viewtopic.php?pid=4516#p4516</guid>
		</item>
		<item>
			<title><![CDATA[Re: LINUX SIMPLY FORTRAN (registration questions)]]></title>
			<link>https://forums.approximatrix.com/viewtopic.php?pid=4511#p4511</link>
			<description><![CDATA[<p>Thanks Jeff.&nbsp; Looks like I&#039;ll be upgrading my license then.</p>]]></description>
			<author><![CDATA[null@example.com (TRUEPRECISIONCNC)]]></author>
			<pubDate>Wed, 26 Nov 2025 21:13:57 +0000</pubDate>
			<guid>https://forums.approximatrix.com/viewtopic.php?pid=4511#p4511</guid>
		</item>
		<item>
			<title><![CDATA[Re: LINUX SIMPLY FORTRAN (registration questions)]]></title>
			<link>https://forums.approximatrix.com/viewtopic.php?pid=4510#p4510</link>
			<description><![CDATA[<p>Bryan,</p><p>You can download <em>.deb</em> packages for Debian or Ubuntu Linux at:</p><p><a href="https://simplyfortran.com/download/?platform=linux">https://simplyfortran.com/download/?platform=linux</a></p><p>that have the debugger enabled.&nbsp; The snap security model does not allow any debuggers, unfortunately, because snapd blocks the necessary kernel calls.</p>]]></description>
			<author><![CDATA[null@example.com (jeff)]]></author>
			<pubDate>Wed, 26 Nov 2025 20:09:17 +0000</pubDate>
			<guid>https://forums.approximatrix.com/viewtopic.php?pid=4510#p4510</guid>
		</item>
		<item>
			<title><![CDATA[LINUX SIMPLY FORTRAN (registration questions)]]></title>
			<link>https://forums.approximatrix.com/viewtopic.php?pid=4509#p4509</link>
			<description><![CDATA[<p>Hello,</p><p>Simply Fortran has been working great cross platform WINDOWS 11 and LINUX (UBUNTU x86).</p><p>I am using the version from the Snap Store on LINUX the majority of the time, but when I use my WINDOWS computer, it is nice to have the debugger.</p><p>Is there a version of LINUX SF with all the windows features operational which I could purchase or register?</p><p>I&#039;m interested in the debugger and package manager subscription.</p><p>Thanks,<br />Bryan</p>]]></description>
			<author><![CDATA[null@example.com (TRUEPRECISIONCNC)]]></author>
			<pubDate>Wed, 26 Nov 2025 16:47:13 +0000</pubDate>
			<guid>https://forums.approximatrix.com/viewtopic.php?pid=4509#p4509</guid>
		</item>
	</channel>
</rss>
