http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59169
Bug ID: 59169
Summary: symbol mismatch
Product: gcc
Version: 4.8.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c
Assignee: unassigned at gcc dot gnu.org
Reporter: rcs.raja at gmail dot com
Hi,
I am facing the following error on gcc 4.8.0
sslssThreadtltm_: TLS definition in
/ade/crunkana_rws_matterhorn_lin2/publish_linux_vob/publish_linux/lib/libportal.so
section .tbss mismatches non-TLS definition in
/pinmaster/newtools/oracle_11.1.0.6/Linux/lib32/libclntsh.so section .bss
I am able to compile same code without any errors with gcc 3.4.6
Is this a known issue ?