Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 133235 - wxGTK-2.6.2 fails with CXXFLAGS="-fvisibility-inlines-hidden"
Summary: wxGTK-2.6.2 fails with CXXFLAGS="-fvisibility-inlines-hidden"
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
: 203253 (view as bug list)
Depends on:
Blocks:
 
Reported: 2006-05-13 14:00 UTC by Stefan Sydow
Modified: 2009-09-23 13:20 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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...