$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:17:40
----- Original Message -----
From: Usovalx <jamboost_at_[hidden]>
> 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.
To deal with that is relatively simple -- you just add to the list
of your libraries something like that:
AM> you need to be sure that you can handle static constructors
and throwing exceptions across language boundaries.