While configure script says my gcc 4.0.1 has visibility support, actually not. So, there're many warnings below, thunarx-config.c:44: warning: visibility attribute not supported in this configuration; ignored thunarx-config.c:62: warning: visibility attribute not supported in this configuration; ignored thunarx-config.c:80: warning: visibility attribute not supported in this configuration; ignored thunarx-config.c: In function 'IA__thunarx_check_version': thunarx-config.c:126: warning: visibility attribute not supported in this configuration; ignored Reproducible: Always Steps to Reproduce: 1. ./autogen.sh 2. make
Created attachment 354 Suggested fix This patch should make the detection fail.
Fixed, thanks.
Committed with revision 18984 (libexo+thunar).