Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 133235

Summary: wxGTK-2.6.2 fails with CXXFLAGS="-fvisibility-inlines-hidden"
Product: Gentoo Linux Reporter: Stefan Sydow <st.sy>
Component: [OLD] LibraryAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED INVALID    
Severity: normal CC: gentoo
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Stefan Sydow 2006-05-13 14:00:50 UTC
The compilation of wxGTK works with CXXFLAGS="-fvisibility-inlines-hidden" ,
but linking doesn't work. -> "undefined reference" 

more information:
http://forums.gentoo.org/viewtopic-t-461299-highlight-wxgtk.html
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-05-13 14:04:35 UTC
Completely unsupported flag, feel free to remove it yourself.
Comment 2 Stefan Sydow 2006-05-18 07:49:21 UTC
(In reply to comment #1)
> Completely unsupported flag, feel free to remove it yourself.
> 
I thougt it is surpported, because it's in the CFLAGS-Matrix on the Wiki.

But a simple

src_compile() {
filter-flags -fvisibility-inlines-hidden 
...
}

in all wxGTK-2.6.*.ebuild's could prevent others from touble.
Comment 3 Jakub Moc (RETIRED) gentoo-dev 2006-05-18 07:52:15 UTC
No, it's not supported, and FWIW gentoo-wiki.com is not maintained by Gentoo nor checked for correctness by Gentoo developers. We have nothing in common w/ Gentoo Wiki.
Comment 4 Stefan Sydow 2006-05-21 11:09:00 UTC
OK I wrode it on the Wiki
Comment 5 Jakub Moc (RETIRED) gentoo-dev 2007-12-24 18:39:32 UTC
*** Bug 203253 has been marked as a duplicate of this bug. ***
Comment 6 James M Leddy 2009-09-23 13:20:33 UTC
(In reply to comment #4)
> OK I wrode it on the Wiki
> 
Somehow I just ran into this...