[Libreoffice-bugs] [Bug 142583] 7.1.3.2: configiure fails on gcc visibility options checks

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Tue Jun 1 08:03:25 UTC 2021


https://bugs.documentfoundation.org/show_bug.cgi?id=142583

--- Comment #2 from Stephan Bergmann <sbergman at redhat.com> ---
(In reply to Tomasz Kłoczko from comment #0)
[...]
> configure:21008: checking if g++ has a visibility bug with class-level
> attributes (GCC bug 26905)
> configure:21041: result: yes
> configure:21044: error: Your gcc is not -fvisibility=hidden safe. This is no
> longer supported.

That configure check needs assembler output (-S), thus doesn't use
AC_COMPILE_IFELSE, thus unfortunately doesn't write to config.log (1) the
failing program (though that's easily visible in configure.ac), (2) the
compiler invocation command line, nor (3) the compiler's diagnostic output.  To
find out more, you would need to reconstruct 1--3 manually and provide all of
them here.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20210601/7d13ea53/attachment.htm>


More information about the Libreoffice-bugs mailing list