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.

Peter is right, unless you merged gcc with the "nocxx" USE flag.

Also, gcc will do "g++" automatically if the source files are named correctly (.cxx, .cc, or .cpp). So the CC= trick should really not be necessary. But rather than editing any files, you can try:

CC=g++ emerge abiword

If that doesn't work, I suggest posting the output of emerge --info and emerge --verbose --pretend gcc.

-Richard

--
[email protected] mailing list

Reply via email to