Author Topic: Compiling Fortran Programs  (Read 4392 times)

ckagrawal

  • New Community Member
  • Posts: 1
  • Hero Points: 0
Compiling Fortran Programs
« on: September 05, 2006, 11:33:01 AM »
Is SlickEdit has capability for fortran programs? I a not able to comple and build Fortran programs. Can someone help me in this regard? Thanks

Dennis

  • Senior Community Member
  • Posts: 3954
  • Hero Points: 515
Re: Compiling Fortran Programs
« Reply #1 on: September 08, 2006, 02:55:08 PM »
We do not ship a Fortran compiler -- if that is what you are asking.  However, you can configure your project properties (Project > Project Properties, "Tools" tab) to run your Fortran compiler, such as g77 for your "Compile" command.  You could also create a makefile and configure "Build" to run 'make'.