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

Bug 55124

Summary: galeon-1.2.15-r1 and epiphany-1.2.6 fail to compile due to compiler flag
Product: Gentoo Linux Reporter: Stelian Ionescu <bugs>
Component: New packagesAssignee: Gentoo Linux Gnome Desktop Team <gnome>
Status: RESOLVED WONTFIX    
Severity: minor    
Priority: High    
Version: 2004.1   
Hardware: x86   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---

Description Stelian Ionescu 2004-06-25 01:04:55 UTC
If $CXXFLAGS contains -fno-default-inline both galeon-1.3-15-r1 and epiphany-1.2.6 compile well but fail to link. The errors I get are stuff like
../mozilla/.libs/libmozillaembed.a(EventContext.o)(.gnu.linkonce.t._ZNK6nsRect8ContainsERK7nsPoint+0x2b): In function `nsRect::Contains(nsPoint const&) const':
: undefined reference to `nsRect::Contains(int, int) const'
../mozilla/.libs/libmozillaembed.a(MozRegisterComponents.o)(.gnu.linkonce.t._ZN17nsAboutRedirectorC2Ev+0x18): In function
`nsAboutRedirector::nsAboutRedirector[not-in-charge]()':
: undefined reference to `vtable for nsAboutRedirector'
Once I removed -fno-default-inline the builds went well
Comment 1 Mr. Bones. (RETIRED) gentoo-dev 2004-06-25 01:34:53 UTC
*** Bug 55125 has been marked as a duplicate of this bug. ***
Comment 2 foser (RETIRED) gentoo-dev 2004-07-05 11:07:14 UTC
i personally consider -fno-default-inline out of the scope of supported CFLAGS.

Thanks for the notification though...