$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: ANDREW MARLOW, BLOOMBERG/ LONDON OF (amarlow1_at_[hidden])
Date: 2005-07-01 08:00:34
----- Original Message -----
From: Usovalx <jamboost_at_[hidden]>
At: 7/ 1 13:58
Hi!
I just started using boost-build, so maybe my questions are a bit
lame -- sorry for that ;) I have a project which should produce few
binaries: pure c++ code, pure fortran and a c++ code & fortran
library.
To link it cleanly here (FreeBSD with intel fortran & g++) I have
to use ifort as a linker for anything having fortran code in it
(othervise it becomes really messy, believe me).
AM> I believe you. But I promise you, it will be even more
messy of you have C++ in the mix and do not use the C++ linker.