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++' to your /etc/make.conf file when
doing this. Actually, it may be a better idea to this with the ebuld only,
as you probably don't want to use g++ as your C compiler. In that case you
could add 'CC=g++' to the econf call in the src_compile function in the
.ebuild file.

Hope that gelps!
-- 
gentoo-user@gentoo.org mailing list

Reply via email to