$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2004-07-14 06:06:04
Hi Olaf,
> --- In jamboost_at_[hidden], Vladimir Prus <ghost_at_c...> wrote:
> > Is there a way to invoke CC with a special flag saying to work in C
>
> mode, not
>
> > C++ mode? Something like "-x c" used for gcc?
>
> I looked through the man pages and didn't find such an option :-(
It means I have to do dirty thing: replace the last element in path to
compiler with 'cc'. I've comitted the change. Let me know if it works.
Thanks,
Volodya