Re: [gentoo-user] using g++ instead of gcc to build abiword

2005-10-24 Thread Robert Persson
On October 22, 2005 11:53 pm Richard Fish was like: > I think the libstdc++ library in this directory contains the > gxx_personality_v0 symbol, but the stdc++ in /usr/lib does not. If gcc > was somehow linking against /usr/lib first, it would pull in the > libstdc++ from there, and you would end u

Re: [gentoo-user] using g++ instead of gcc to build abiword

2005-10-24 Thread Robert Persson
On October 23, 2005 02:39 am Hans-Werner Hilse was like: > What you cited then looks like the final linking step. My first guess > is that the ebuild doesn't list all dependencies of abiword that it > actually has and in your case you're missing one. Check the -lx > lines (libraries) if someth

Re: [gentoo-user] using g++ instead of gcc to build abiword

2005-10-24 Thread Robert Persson
On October 22, 2005 11:53 pm Richard Fish was like: > Could you post the output of "gcc -print-search-dirs"? > > Particularly, I am looking to see something like: > > libraries: =/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/... > > I think the libstdc++ library in this directory contains the > gxx_persona

Re: [gentoo-user] using g++ instead of gcc to build abiword

2005-10-24 Thread Richard Fish
Robert Persson wrote: On October 22, 2005 04:38 pm Dave Nebinger was like: I think at this point you'll have to post some of the output generated when the ebuild fails before we'll be able to help you any further... Well here goes... ... UnixMain.o ../../../../src/wp/ap/libAp.a ../..

Re: [gentoo-user] using g++ instead of gcc to build abiword

2005-10-24 Thread Hans-Werner Hilse
Hi, On Sat, 22 Oct 2005 18:08:47 -0700 Robert Persson <[EMAIL PROTECTED]> wrote: > On October 22, 2005 04:38 pm Dave Nebinger was like: > > I think at this point you'll have to post some of the output generated when > > the ebuild fails before we'll be able to help you any further... > > Well he

Re: [gentoo-user] using g++ instead of gcc to build abiword

2005-10-22 Thread Robert Persson
On October 22, 2005 04:38 pm Dave Nebinger was like: > I think at this point you'll have to post some of the output generated when > the ebuild fails before we'll be able to help you any further... Well here goes... ... UnixMain.o ../../../../src/wp/ap/libAp.a ../../../../src/wp/impexp/libImpExp.

Re: [gentoo-user] using g++ instead of gcc to build abiword

2005-10-22 Thread Dave Nebinger
On Saturday 22 October 2005 07:29 pm, Robert Persson wrote: > The strange thing is that abiword-2.2.10 (the version I currently have > installed) was only released last month sometime. So between then and now > something has changed on my system to prevent it compiling properly. If > gcc hasn't c

Re: [gentoo-user] using g++ instead of gcc to build abiword

2005-10-22 Thread Robert Persson
Thanks Richard I'm glad you pointed out that gcc version thing to me. But it doesn't change anything about compiling abiword unfortunately, with or without using g++. The strange thing is that abiword-2.2.10 (the version I currently have installed) was only released last month sometime. So be

Re: [gentoo-user] using g++ instead of gcc to build abiword

2005-10-22 Thread Richard Fish
Robert Persson wrote: I just did CC=g++ and I now get a different error, both with 1.2.11 and 1.4.1, namely: cdump.c: In function `int main(int, char**)': cdump.c:99: error: invalid conversion from `void*' to `unsigned char*' Hmm, yes, I guess this is to be expected. C++

Re: [gentoo-user] using g++ instead of gcc to build abiword - more weirdness

2005-10-22 Thread Robert Persson
I just tried to re-emerge abiword-2.2.10, the ebuild of which obviously worked successfully last time I emerged it, but this time it fails for the same reason that 2.2.11 and my hand-rolled 2.4.1 keep failing, namely: undefined reference to `__gxx_personality_v0' when I "emerge =abiword

Re: [gentoo-user] using g++ instead of gcc to build abiword

2005-10-22 Thread Robert Persson
Oops. I meant to refer to releases 2.2.11 and 2.4.1. On October 21, 2005 08:14 pm Robert Persson was like: > I just did CC=g++ and I now get a different error, both with 1.2.11 and > 1.4.1, namely: -- Robert Persson "Don't use nuclear weapons to troubleshoot faults." (US Air Force Instruction

Re: [gentoo-user] using g++ instead of gcc to build abiword

2005-10-21 Thread Robert Persson
I just did CC=g++ and I now get a different error, both with 1.2.11 and 1.4.1, namely: cdump.c: In function `int main(int, char**)': cdump.c:99: error: invalid conversion from `void*' to `unsigned char*' for 1.2.11 and something similar for 1.4.1. zebedee ~ # emerge --info Porta

Re: [gentoo-user] using g++ instead of gcc to build abiword

2005-10-21 Thread Robert Persson
No worries. I ned all the hlep I can get ;-) On October 21, 2005 05:12 pm Peter Gordon was like: > Peter Gordon said: > > Hope that gelps! > > That should be "helps". Sorry about that. Please excuse my apparent > lack of caffeine. :o > > --Peter -- Robert Persson "Don't use nuclear weapons to

Re: [gentoo-user] using g++ instead of gcc to build abiword

2005-10-21 Thread Richard Fish
Peter Gordon wrote: Robert Persson said: suggests that these would be cured if I were to build abiword using g++ instead of gcc. How can I do this in portage? Do I need to emerge anything to be able to use g++? Nope. You should have it by default, since it's part of GCC. Pete

Re: [gentoo-user] using g++ instead of gcc to build abiword

2005-10-21 Thread Peter Gordon
Peter Gordon said: > Hope that gelps! That should be "helps". Sorry about that. Please excuse my apparent lack of caffeine. :o --Peter -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] using g++ instead of gcc to build abiword

2005-10-21 Thread Peter Gordon
Robert Persson said: > suggests that these would be cured if I were to build abiword using g++ > instead of gcc. How can I do this in portage? Do I need to emerge > anything to be able to use g++? Nope. You should have it by default, since it's part of GCC. I'm not certain, but try adding 'CC=g

[gentoo-user] using g++ instead of gcc to build abiword

2005-10-21 Thread Robert Persson
I have been getting various error messages when I try to build abiword (e.g. "undefined reference to `operator delete(void*)'"). I get this problem both with abiword-2.2.11 and with a home-rolled ebuild for 2.4.1. A google search suggests that these would be cured if I were to build abiword us