Re: Informations about G95



Some years ago, I worked with the Microsoft Powerstation Fortran during my Degree.
Since I've been recently requested to make a new job based on that old one, I've started to work again with this compiler but,
unfortunaletly, I found a compile bugs (I've been told that it's quite frequent).

Because of this compiler is not supported anymore by Microsoft, I've to change it. I thought to use G95, but I'm not experienced
and I don't Know if it is suitable for windows applications (In particular to create .dll).

Take a look at Open Watcom's F77 www.openwatcom.org if all you
need is a F77 fortran compiler with several F90 extensions. It is a free
and open source compiler. We use it to create an 9 MB Win32 DLL
with about 550,000 lines of source code.

Intel Visual Fortran is a better compiler but costs $$$ and is pickier (not
a bad thing) about code.

Lynn


.



Relevant Pages

  • Re: GPL vs non-GPL device drivers
    ... shipped the source code of the modified POP server. ... given you the compiler he compiled it with, ... Actually, if memory serves, when you license a work under the GPL, part of the ... a derivative work" the claim is invalid - because, as it has been shown, a ...
    (Linux-Kernel)
  • Re: more compiler switches
    ... Also print the version number of the compiler ... driver program and of the preprocessor and the compiler proper. ... C source code which should not be preprocessed. ... Like -v except the commands are not executed and all command arguments are ...
    (comp.lang.fortran)
  • portable makefiles with f90 modules
    ... What is the current status of designing portable makefiles (on ... unix-like OSs and beyond) in large programming projects with f90 ... I'm assuming in a large project that source code is spread across ... files (or whatever they happen to be called by that compiler). ...
    (comp.lang.fortran)
  • Re: ideas for a BASIC compiler
    ... handle register access. ... the value 42 is saved to register foo. ... makes the compiler more complex. ... share source code between the systems, e.g. a general program for a sigma ...
    (comp.arch.embedded)
  • Re: Inlining functions using *CONTAINS* statement
    ... > the function call with its source code since the function is a HIGH ... is most of the run time of the program, that doesn't mean that inlining ... Your description of the function as HIGH maintenance makes it sound ... independent of the compiler. ...
    (comp.lang.fortran)