$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2004-09-24 01:46:51
Andre Hentz wrote:
> > Ah, and in that case it will even work if you write
> >
> > <linkflags>"-Wl,-Bstatic -lsupc++".
> >
> > - Volodya
>
> Thanks. It did work when I moved OPTIONS to the end of the line.
> All my projects compiled but I'm not sure that modification is a good
> idea for everyone.
It might be good idea indeed. For example, for compile action the OPTIONS are
after all hardcoded -Wall, which allows the user to override hardcoded
default. The same argument can be made for linker: at the end of command
line, the user can do more things.
Thanks,
Volodya