PDA

View Full Version : [ubuntu] cc1objplus question



geckogenome
September 15th, 2010, 10:16 PM
Hello,
I am trying to compile a program originally made for Mac, but there are instructions for compiling in Linux, which is the use make. However, I get this error:

g++: error trying to exec 'cc1objplus': execvp: No such file or directory

I have installed g++ (sudo apt-get install g++) and build-essential, but to no avail.

Does anybody have an advice?

Thank you!

spjackson
September 16th, 2010, 09:08 PM
I think you need the gobjc package, the GNU Objective-C compiler.