Hi, usually I use Geany (OS-UBUNTU) for compiling gfortran, but now I must use Intel Fortran and I would like setting Geany also for this compiler. Is there anyone who give me an help for doing this, giving me some exemple of configuration? I think I have to change the setting in the dialog window: Build->Set Includes and Arguments
but what I have to write there?
On 06/08/11 13:32, Luca de Ruvo wrote:
Hi, usually I use Geany (OS-UBUNTU) for compiling gfortran, but now I must use Intel Fortran and I would like setting Geany also for this compiler. Is there anyone who give me an help for doing this, giving me some exemple of configuration?
There's a fair bit of documentation out there for this. Lex's tutorial[1] seems quite relevant, as well as the information in the manual[2].
Of course, consult your compiler's documentation for information on what options to pass in and such.
[1] http://wiki.geany.org/howtos/configurebuildmenu [2] http://www.geany.org/manual/current/index.html#build-menu-configuration
Cheers, Matthew Brush
Hi Luca,
On 9 June 2011 06:32, Luca de Ruvo lucaderuvo@hotmail.it wrote:
Hi, usually I use Geany (OS-UBUNTU) for compiling gfortran, but now I must use Intel Fortran and I would like setting Geany also for this compiler. Is there anyone who give me an help for doing this, giving me some exemple of configuration? I think I have to change the setting in the dialog window:
Build->Set Includes and Arguments
but what I have to write there?
You just put the same command as you use on the command line but with the source filename replaced with %f and the output filename replaced with %e.
As Matthew said, you will need to read the compiler documentation to find the command and options you use on the command line.
Cheers Lex
Geany mailing list Geany@uvena.de https://lists.uvena.de/cgi-bin/mailman/listinfo/geany
yes, I have done exactly what you have written dear Lex, but I receive an error compiling a .f file: fortcom: Nessun file o directory ifort: error #10273: Fatal error in fortcom, terminated by 0x64
On 9 June 2011 19:41, Luca de Ruvo lucaderuvo@hotmail.it wrote:
yes, I have done exactly what you have written dear Lex, but I receive an error compiling a .f file: fortcom: Nessun file o directory ifort: error #10273: Fatal error in fortcom, terminated by 0x64
Please post what you configured. What does the error mean?
Cheers Lex
Geany mailing list Geany@uvena.de https://lists.uvena.de/cgi-bin/mailman/listinfo/geany
Am 09.06.2011 11:41, schrieb Luca de Ruvo:
yes, I have done exactly what you have written dear Lex, but I receive an error compiling a .f file: fortcom: Nessun file o directory ifort: error #10273: Fatal error in fortcom, terminated by 0x64
Can you please run Geany from command line with LANG=C geany --verbose and sending the output?
Cheers, Frank