ptitSeb
Serial Porter
Sure, I'll continue to add some, if I found more to add
I've just noticed a very weird occurrence with code auto-complete when the cursor is not at the end of a line. Rather than insert the selected auto-complete in the text where the cursor is, it just appends the complete string to the end of the current line, still leaving behind the partially typed text where the cursor was.
I thought it might be an issue with the RC, but it seems to be working properly on Windows.
...and will probably includes the full GCC suite, with Fortran...
If you have simple "helloword" for me to test the compiler, in case I succeed compiling all this, that would be great !...and will probably includes the full GCC suite, with Fortran...
Looking forward to this, thanks in advance!
Ok. It's not as simple as a Hello World but it compiles fine under pandebian. In the attachment there is some files that are not actually used, but it was easy for me to package everything. Also penelope.f should be downloaded separately. I'm quite sure I have not included it .
To compile, in the source folder type: gfortran penEasy.f -o penEasy.x -O
I can test the executable if you wish.