$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Noel Belcourt (kbelco_at_[hidden])
Date: 2006-04-14 14:47:25
Hi,
We've had success building our C/C++ applications with Bjam so we want
to build some of our legacy Fortran applications as well. These legacy
codes have Fortran mains, not C mains. The only problem we're having
is that, apparently, the exe main target always links by invoking the
C++ compiler. Does anyone know how to change the exe main target to
conditionally link with a Fortran compiler instead?
Thanks.
-- Noel