Fortran Front-End

Martin v. Loewis martin@loewis.home.cs.tu-berlin.de
Thu Jun 1 03:32:00 GMT 2000


> I'm a university student.  I have been assigned a project next year 
> to develop a GUI for a fortran program, and also refine the fortran 
> programme.  The requirements are: it must be portable to windows, but 
> it is okay for me to develop it on Linux.
> 
> Is there a tool for building GUI's on Linux for a fortran source 
> programme, which will also port to windows?

If you develop with gcc, you can easily combine C and Fortran
code. Furthermore, if you use Tk as the user interface, the user
interface will run on Linux and Windows; Tk also allows the
integration of C code.

Regards,
Martin


More information about the Gcc-help mailing list