Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 55125 - galeon-1.2.15-r1 and epiphany-1.2.6 fail to compile due to compiler flag
Summary: galeon-1.2.15-r1 and epiphany-1.2.6 fail to compile due to compiler flag
Status: RESOLVED DUPLICATE of bug 55124
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 All
: High minor (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2004-06-25 01:10 UTC by Stelian Ionescu
Modified: 2005-07-17 13:06 UTC (History)
0 users

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 Stelian Ionescu 2004-06-25 01:10:25 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

*** This bug has been marked as a duplicate of 55124 ***