27 Oct
2018
27 Oct
'18
5:44 p.m.
On Sat, Oct 27, 2018 at 8:15 PM John Maddock via Boost
igaztanaga-develop-gcc-3.4c++03 cc1plus.exe: error: unrecognized command line option "-fvisibility-inlines-hidden" cc1plus.exe: error: unrecognized command line option "-fvisibility=hidden"
These are likely caused by the recent addition of the visibility flags to the compiler and linker, and gcc 3.4 doesn't support visibility. I don't think it is worthwhile trying to support that old compiler.