$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2004-06-03 02:56:03
Hi Christopher,
> Finally, I have enough understanding of the relationship between GCC
> and the Solaris linker to submit this. The attached patch will allow
> shared libraries to contain non-PIC code on Solaris, which is the
> default for GCC on Linux, and for the Sun native compiler.
>
> Ok to commit?
Ok.
BTW, do you specifically want non-PIC code in shared library, or the problem
is that V2 does not pass any -fPIC options at all?
- Volodya