MinGW/G++/g95 link problem - libf95 undefined reference to `MAIN_'
- by pivakaka
Hi folks,
Summing up, my problem consists on compiling g95 objects inside a C++ application.
Actually, I'm constructing an interface for an old fortran program.
For this task, I'm using the wxWidgets GUI library, and calling fortran subroutines when necessary.
At the beginning, I was developing the entire project compiling my fortran files with…