Boost logo

Boost-Build :

From: ANDREW MARLOW, BLOOMBERG/ LONDON OF (amarlow1_at_[hidden])
Date: 2006-04-26 05:01:28


----- Original Message -----
From: Vladimir Prus <boost-build_at_[hidden]>
On Friday 14 April 2006 22:47, Noel Belcourt wrote:
> We've had success building our C/C++ applications with Bjam so we want
> to build some of our legacy Fortran applications as well.
Hi Noel,
I know next to nothing about fortran application, so can you tell me more?

Is it just necessary to use a different linker? Then you can define new
'fortran-exe' target and define generator for that type so that it invokes
any linker you like. If this is too little information, just ask.

No. (b)jam has insufficient support for FORTRAN,
at least last time I looked. It needs to be able
to calculate build dependencies by processing
include stmts, similar to what it does for #include
with C and C++ source. And of course, as in C/C++,
a FORTRAN header may include one or more other FORTRAN headers.

Regards,

Andrew Marlow


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