Hi Daniel,

On Sat, Feb 26, 2011 at 12:34, Daniel De La Torre Ugarte
<[email protected]> wrote:
> Yes there is one, but my program has multiple files to compile and
> link. The available fortran bundle does not allow for that, or can it
> be modified?

I'm not a Fortran user, so I don't have any advice specific to that, but
in general the bundles only provide facilities to build/run the current
file and let users use their own build infrastructure (of which there
are more than plenty IMHO).
For Fortran, using make should be rather simple. GNU Make has default
rules for fortran source files[1], you'd just have to set `FC` to your
compiler. Plus there is a Make bundle that adds a global ⌘B shortcut to
run `make` for you.

Cheers,
Martin

[1]: http://www.delorie.com/gnu/docs/make/make_101.html

> On Feb 26, 2011, at 3:19, Martin Kühl <[email protected]> wrote:
>
>> There is a Fortran bundle, and it lets you choose your Fortran compiler
>> by setting TM_FORTRAN.
>>
>> HTH,
>> Martin
>>
>> On Sat, Feb 26, 2011 at 03:22, Daniel De La Torre Ugarte
>> <[email protected]> wrote:
>>> I would like to use TextMate to drive my new Intel Fortran compiler. Is 
>>> there a Bundle for Intel Fortran?
>>>
>>> Thanks,
>>>
>>> Daniel
>>> _______________________________________________
>>> textmate-dev mailing list
>>> [email protected]
>>> http://lists.macromates.com/listinfo/textmate-dev
>>>
>> _______________________________________________
>> textmate-dev mailing list
>> [email protected]
>> http://lists.macromates.com/listinfo/textmate-dev
> _______________________________________________
> textmate-dev mailing list
> [email protected]
> http://lists.macromates.com/listinfo/textmate-dev
_______________________________________________
textmate-dev mailing list
[email protected]
http://lists.macromates.com/listinfo/textmate-dev

Reply via email to