Boost logo

Boost-Build :

From: Toon Knapen (toon.knapen_at_[hidden])
Date: 2004-11-09 17:14:39


Vladimir Prus wrote:
> On Monday 08 November 2004 15:06, Toon Knapen wrote:
>
>
>>In attachment are gfortran.jam and fortran.jam which should go into
>>boost/tools/build/v2/tools
>
>
> Some comments on fortran.jam. For C and C++, the 'c-compiling-generator' and
> 'compile-actions' are necessary so that we can add additional include paths
> in case source file includes a generated header.
>
> Does fortran has concept of include files or some other module mechanism? If
> not, I think this logic is not necessary for fortran.
>

fortran also has an include directive. But you are talking about
'generated headers'. Do you mean precompiled headers or ... ?

So you suggest I just use the standard generator (like in the VERBATIM
example in the manual) ?

I have currently a working toolset for the gcc fortran compiler and plan
to add one for the IBM fortran compiler tomorrow. Can I add them to the
CVS or shall I first send them to you ?

 


Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk