Koozali.org: home of the SME Server

Obsolete Releases => SME 7.x Contribs => Topic started by: the-heck on August 05, 2008, 02:58:05 PM

Title: Compiling C++ in SMESERVER
Post by: the-heck on August 05, 2008, 02:58:05 PM
Hello guys,

Is there a contrib that will install all components needed to ensure platform compatibility in compiling C++ applications?  or is this already installed?

Any info will be appreciated.
Title: Re: Compiling C++ in SMESERVER
Post by: cactus on August 05, 2008, 09:12:27 PM
Hello guys,

Is there a contrib that will install all components needed to ensure platform compatibility in compiling C++ applications?  or is this already installed?

Any info will be appreciated.
No, not installed as SME Server is designed to be a server not a development machine. However, although not adviced as it is a security risk, you can install gcc, which is the linux c compiler and also compiles c++.
Title: Re: Compiling C++ in SMESERVER
Post by: pauljclarke on August 08, 2008, 10:34:07 PM
Recommended route - ie what I have done...

Install 'VirualBox' on your PC and then generate a SME server inside that... then after running your updates, do a 'yum install gcc'.

you can then play as much as you like...

Alternatively... install Madriva inside VirtualBox and then install the C editors and gcc for a GUI experiance...

P :)
Title: Re: Compiling C++ in SMESERVER
Post by: cactus on August 08, 2008, 10:37:44 PM
Alternatively... install Madriva inside VirtualBox and then install the C editors and gcc for a GUI experiance...
Any Linux would do... if you want to compile for SME Server specifically you should install Centos 4.6 (when compiling for SME Server 7.3).