<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to support-requests</title><link>https://sourceforge.net/p/f2j/support-requests/</link><description>Recent changes to support-requests</description><atom:link href="https://sourceforge.net/p/f2j/support-requests/feed.rss" rel="self"/><language>en</language><lastBuildDate>Wed, 17 Jul 2019 12:59:57 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/f2j/support-requests/feed.rss" rel="self" type="application/rss+xml"/><item><title>#7 Fortran 4+</title><link>https://sourceforge.net/p/f2j/support-requests/7/?limit=25#367d</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Sorry for error. Convert in JAVA.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">supmener </dc:creator><pubDate>Wed, 17 Jul 2019 12:59:57 -0000</pubDate><guid>https://sourceforge.net9b79fa3366dfa954ffc404ae55303bd9fb25934d</guid></item><item><title>Fortran 4+</title><link>https://sourceforge.net/p/f2j/support-requests/7/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hello. Please forgive for your concern. If there is a program written in Fortran 4+, then how to convert it into dfgs so that nothing breaks in the program? Due to the fact that in later versions of Fortran errors are possible when running code written in Fortran 4+?&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">supmener </dc:creator><pubDate>Wed, 17 Jul 2019 12:58:25 -0000</pubDate><guid>https://sourceforge.net793bef17f9a7b915d60b5acbc5170dc874310a96</guid></item><item><title>Parse error </title><link>https://sourceforge.net/p/f2j/support-requests/6/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;When I try to pass a source code written in &lt;br /&gt;
Fortran to f2j I get the following error: &lt;/p&gt;
&lt;p&gt;MAIN pivot_de_gauss:&lt;br /&gt;
pivot.f:33:parse error&lt;/p&gt;
&lt;p&gt;I get the same error for other souce code in Fortran &lt;/p&gt;
&lt;p&gt;Find attached a sample in Fortran it is impossible to &lt;br /&gt;
compile. &lt;/p&gt;
&lt;p&gt;Thanks.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Mon, 05 Jul 2004 08:40:49 -0000</pubDate><guid>https://sourceforge.net06667b7559fc0c52babecdc992225810c9e6c0f4</guid></item><item><title>Binaries for Win32</title><link>https://sourceforge.net/p/f2j/support-requests/5/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;It would be nice if you can provide an .EXE file (WIN32) &lt;br /&gt;
for download.&lt;/p&gt;
&lt;p&gt;Thanks.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dirk Lellinger</dc:creator><pubDate>Fri, 23 Jan 2004 08:37:04 -0000</pubDate><guid>https://sourceforge.net00a9239994816f884411d7f7a1e5cbc51f4dfa66</guid></item><item><title>Missing import statement (?)</title><link>https://sourceforge.net/p/f2j/support-requests/4/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I don't get the expected:&lt;/p&gt;
&lt;p&gt;import org.netlib.blas.*;&lt;/p&gt;
&lt;p&gt;line in the java source produced by f2java when calling a blas routine.  E.g.:&lt;/p&gt;
&lt;p&gt;PROGRAM JLPKT&lt;br /&gt;
EXTERNAL DTRSV&lt;br /&gt;
DOUBLE PRECISION A(3,3), X(3)&lt;br /&gt;
:&lt;br /&gt;
CALL DTRSV( 'U', 'N', 'N', 3, A, 3, X, 1 )&lt;br /&gt;
:&lt;br /&gt;
END&lt;/p&gt;
&lt;p&gt;Running the java then (of course) gives &amp;amp;quot;java.lang.NoClassDefFoundError: Dtrsv&amp;amp;quot;.&lt;/p&gt;
&lt;p&gt;I see code in (e.g.) codegen.c that should set &amp;amp;quot;BOOL import_blas&amp;amp;quot;, but it doesn't seem to happen.&lt;/p&gt;
&lt;p&gt;I presume that it's a dumb error of mine in the Fortran, but I'm stumped.&lt;/p&gt;
&lt;p&gt;I've tried adding the import statement by hand and then javac+javab 'ing, and that works fine (after I had &lt;br /&gt;
patched goto_trans/main.c in order to make javab read/spit binary under WinNT/mingW32).&lt;/p&gt;
&lt;p&gt;Platforms:&lt;br /&gt;
f2java 0.6 / Windows NT 4.0 / mingW32 gcc 2.8.1 / jdk 1.3.0&lt;br /&gt;
f2java 0.6 / Solaris 5.1 (SunOS 5.5.1) / gcc 2.7.2.2 / jdk 1.1.6&lt;/p&gt;
&lt;p&gt;Attached zip file contains:&lt;br /&gt;
Example 'jlpkt.f' and generated 'Jlpkt.java'.&lt;br /&gt;
Patches to javab's main.c for running under mingW32 (principally _fmode=_O_BINARY).&lt;br /&gt;
Relevant to request 602879 ?&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Keith Appleby</dc:creator><pubDate>Wed, 05 Feb 2003 13:28:13 -0000</pubDate><guid>https://sourceforge.net5e839cf0abf687d54b638eb2b36458a2bebb7b5e</guid></item><item><title>unexpected EOF - While using javab</title><link>https://sourceforge.net/p/f2j/support-requests/3/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I used the latest version compiled with MingWin32 under &lt;br /&gt;
Win NT4.&lt;/p&gt;
&lt;p&gt;I have been successfull in generating and compiling the &lt;br /&gt;
java files from my old fortran but I am not able to use &lt;br /&gt;
javab to tranform the goto statement :&lt;/p&gt;
&lt;p&gt;I always obtain the same error :&lt;br /&gt;
Dum.class:: unexpected EOF&lt;br /&gt;
Dum.class:: invalid constant pool tag (255)&lt;/p&gt;
&lt;p&gt;I have looked at the cjavab ode but it not so obvious to &lt;br /&gt;
debug...&lt;/p&gt;
&lt;p&gt;What can be the reason (file format difference between &lt;br /&gt;
Linux and WinNT ??) . I really have no idea, please give &lt;br /&gt;
me your feeling.&lt;/p&gt;
&lt;p&gt;Jérôme.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Sat, 31 Aug 2002 16:42:53 -0000</pubDate><guid>https://sourceforge.net41f33526520d303cf5828e8ff28f312404635b34</guid></item><item><title>Parse error message</title><link>https://sourceforge.net/p/f2j/support-requests/2/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;[Excuse me for my previous, incomplete, post. Sorry!]&lt;br /&gt;
Whenever I try to pass a source code written in &lt;br /&gt;
Fortran to f2j I get the following error: &lt;br /&gt;
&amp;amp;quot;Line 4: Parse error&amp;amp;quot;. &lt;br /&gt;
I get the same error for *every* souce code in Fortran &lt;br /&gt;
I try to compile in Java, regardless its purpose. &lt;br /&gt;
Please find attached a sample in Fortran it is &lt;br /&gt;
impossible to compile. &lt;br /&gt;
I use Linux Mandrake 8.2 and the last version of gcc. &lt;br /&gt;
Thanks in advance for your kind help! &lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Federico Grasso</dc:creator><pubDate>Sat, 17 Aug 2002 16:09:05 -0000</pubDate><guid>https://sourceforge.netc9baeadf46d02763313bb788cfc246ceeebffa4f</guid></item><item><title>Parse error message</title><link>https://sourceforge.net/p/f2j/support-requests/1/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Whenever I try to pass a source code written in &lt;br /&gt;
Fortran to f2j I get the following error:&lt;br /&gt;
&amp;amp;quot;Line 4: Parse error&amp;amp;quot;.&lt;br /&gt;
I get the same error for *every* souce code in Fortran &lt;br /&gt;
I try to compile in Java, regardless its purpose.&lt;br /&gt;
Please find attached a sample in Fortran it is &lt;br /&gt;
impossible to compile.&lt;br /&gt;
I use Linux Mandrake 8.2 and the last version of gcc. &lt;br /&gt;
Thanks in advance for your kind help!&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Fri, 16 Aug 2002 09:46:56 -0000</pubDate><guid>https://sourceforge.net4944592021a99e2765f2ad467810d481113bd8ff</guid></item></channel></rss>