User forums > Using Code::Blocks
Correct settings for using g95 Fortran compiler?
mconsidine:
Hi,
I think this is the right board for this question! In any case, I'm able to compile a three line "Hello world" program using the GNU Fortran compiler. But if I set up the g95 compiler (under Windows, MinGW) and run the same program, I'm getting a linker error associated with libf95.a. Specifically,
Linking console executable: bin\Release\test2.exe
..\..\..\MinGW\lib\gcc-lib\i686-pc-mingw32\4.0.4\libf95.a(main.o):(.text+0x32): undefined reference to `MAIN_'
Process terminated with status 1 (0 minutes, 0 seconds)
1 errors, 0 warnings
where "test2" consists of these three lines :
10 PROGRAM hello
20 PRINT*,'Hello world'
30 END PROGRAM hello
So I'm thinking I don't have some flag/define/option/etc. that's specific to g95 set.
My question is : does anyone use g95 under CodeBlocks and if so could you share your compiler settings and defaults?
Thanks in advance. And apologies if this is the wrong board for this question. (I searched for "g95" but perversely got no hits. Even though I've seen the word in the text of messages ...)
Matt
mconsidine:
Answering my own question :
I finally got the G95 compiler to work by adding this to the linker options :
-lfrtbegin
This was placed first in the list (for what it's worth), ahead of the two that came from copying
the G77 compiler settings as outlined in another thread here.
Matt
dmoore:
feel free to add some notes to this wiki entry:
http://wiki.codeblocks.org/index.php?title=Installing_Fortran_Compiler
linqyxy:
can anyone post a pic already work.
vd63:
For me, it don't works.
I have the following message
ld: crt2.o: pas de fichier tel: No such file or directory
I'll try to add manually crt2.o in the link librairies section without succeed.
Thank you for any idea ...
Navigation
[0] Message Index
[#] Next page
Go to full version