5 Nov
2018
5 Nov
'18
10:57 p.m.
On 27/10/2018 19:44, Andrey Semashev via Boost wrote:
On Sat, Oct 27, 2018 at 8:15 PM John Maddock via Boost
wrote: 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.
As I mentioned, I'm planning to drop GCC 3.4 support soon, so I'm fine with this. Best, Ion