Gentoo Archives: gentoo-user

From: Hans-Werner Hilse <hilse@×××.de>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] using g++ instead of gcc to build abiword
Date: Mon, 24 Oct 2005 10:29:31
Message-Id: 20051023113934.3541d11e.hilse@web.de
In Reply to: Re: [gentoo-user] using g++ instead of gcc to build abiword by Robert Persson
1 Hi,
2
3 On Sat, 22 Oct 2005 18:08:47 -0700
4 Robert Persson <ireneshusband@××××××××.uk> wrote:
5
6 > On October 22, 2005 04:38 pm Dave Nebinger was like:
7 > > I think at this point you'll have to post some of the output generated when
8 > > the ebuild fails before we'll be able to help you any further...
9 >
10 > Well here goes...
11 > [...]
12
13 What you cited then looks like the final linking step. My first guess
14 is that the ebuild doesn't list all dependencies of abiword that it
15 actually has and in your case you're missing one. Check the -lxxxxx
16 lines (libraries) if something is obviously not yet installed. I don't
17 really know which library is supposed to provide those missing
18 functions, and searching for them doesn't make lot of sense - I guess
19 "new" and "delete" aren't very typical for one certain library...
20
21 Have you got some old .h header files lying around
22 in /usr/local/include? This might totally mess up things, as well as
23 duplicate libraries (of different versions) in /usr/lib
24 and /usr/local/lib.
25
26 -hwh
27 --
28 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] using g++ instead of gcc to build abiword Robert Persson <ireneshusband@××××××××.uk>