
12 May
2004
12 May
'04
10:02 a.m.
I have attached the updated acc-tools.jam file located in boost_1_31_0/tools/build/v1.
+z - to make the compiler generate PIC (position independent code) -- required for shared libraries.
That should be conditional on us actually building a shared library - we build static ones as well, not to mention executables.
-w - suppresses warning messages
What all of them?
And to the link line:
-b - to tell the linker to generate a shared library instead of an executable. I'm assuming that aCC-Link-action is only used for generating shared library?
Again we need to make this conditional on us actually building a shared lib, Rene, Dave, how does one do that? Thanks, for persisting with this, John.