makefile from Linux doesn't work in OpenSolaris

Posted by Alex Farber on Stack Overflow See other posts from Stack Overflow or by Alex Farber
Published on 2010-03-27T06:51:54Z Indexed on 2010/03/27 7:03 UTC
Read the original article Hit count: 225

Filed under:
|
|
|
|

In OpenSolaris OS, when I run makefile generated by Eclipse CDT on the Linux OS, I get an error on the first -include line.

The same error was in FreeBSD, and was solved by executing gmake instead of make.
In OpenSolaris (just installed) gmake doesn't work (command not found).

What package should I install and how exactly, to build Linux-generated C++ project in OpenSolaris?

© Stack Overflow or respective owner

Related posts about opensolaris

Related posts about linux