Fortran How can I fix a Fortran compiling error?

  • Thread starter Thread starter mechb05
  • Start date Start date
  • Tags Tags
    Error Fortran
AI Thread Summary
The discussion centers around issues faced after installing GCC and SciTE for Fortran programming. The user encountered an error when attempting to run basic code, suggesting that Windows could not locate the Fortran compiler. A common solution proposed was to add the compiler's directory path to the system's environment variable. Despite the user asserting that the path variable was already set, doubts were raised about its correctness, particularly regarding the directory structure shown in a screenshot. Ultimately, the user resolved the issue by following a tutorial on YouTube, indicating that video resources can be helpful for troubleshooting installation problems.
mechb05
Messages
3
Reaction score
0
I Just finished installing gcc and SciTE .

when i try to run a basic code ..the following error is returned(refer attached file)
many thanks


PS:I have saved fortarn.properties file in the installation folder of scyntilla
 

Attachments

  • Untitled.jpg
    Untitled.jpg
    15.2 KB · Views: 494
Technology news on Phys.org
It appears to me that Windows doesn't know how to find your compiler. You need to add the directory path for the Fortran compiler to the path environment variable. Here's a link that might help if you don't know how to do this: http://www.computerhope.com/issues/ch000549.htm.
 
Mark44 said:
It appears to me that Windows doesn't know how to find your compiler. You need to add the directory path for the Fortran compiler to the path environment variable. Here's a link that might help if you don't know how to do this: http://www.computerhope.com/issues/ch000549.htm.


Hi Mark44
thanks for reply.

But the variable you are talking about is already set (refer the screenshot).

i think its something else.Can you suggest some other method of running fortran with good text editor as i am newbie...offcourse a freeone :P
 

Attachments

  • syntilla.jpg
    syntilla.jpg
    36.2 KB · Views: 523
I'm not convinced that you have the path variable set correctly. The screen shot was pretty small, so was hard to read. The 2nd item looks like C:\gcc\libexec\gcc\686pc...

Does this actually refer to a directory on your computer? The two gcc parts in the path seem odd to me.
 
Mark44 said:
I'm not convinced that you have the path variable set correctly. The screen shot was pretty small, so was hard to read. The 2nd item looks like C:\gcc\libexec\gcc\686pc...

Does this actually refer to a directory on your computer? The two gcc parts in the path seem odd to me.

Thanks MARK44

I somehow got it working by following a video on YOUTUBE
 
Thread 'Star maps using Blender'
Blender just recently dropped a new version, 4.5(with 5.0 on the horizon), and within it was a new feature for which I immediately thought of a use for. The new feature was a .csv importer for Geometry nodes. Geometry nodes are a method of modelling that uses a node tree to create 3D models which offers more flexibility than straight modeling does. The .csv importer node allows you to bring in a .csv file and use the data in it to control aspects of your model. So for example, if you...
I tried a web search "the loss of programming ", and found an article saying that all aspects of writing, developing, and testing software programs will one day all be handled through artificial intelligence. One must wonder then, who is responsible. WHO is responsible for any problems, bugs, deficiencies, or whatever malfunctions which the programs make their users endure? Things may work wrong however the "wrong" happens. AI needs to fix the problems for the users. Any way to...
Back
Top