News:

Rule #1 - Be Patient - Rule #2 - Don't ask when, if you don't contribute - Rule #3 - You have coding skills - LinuxMCE's small brother is available: http://www.agocontrol.com

Main Menu

Use g++ with LinuxMCE710beta3

Started by imer, January 31, 2008, 02:52:00 PM

Previous topic - Next topic

imer

Hi,

How can i use (or install) g++ compiler on a core with LinuxMCE710beta3.

dcerouter_55798:~/# type gcc
gcc  (/usr/bin/gcc)
dcerouter_55798:~/# type g++
bash: type: g++: not found
dcerouter_55798:#

Regards,
Imer.

niz23

imer.
Quote from: imer on January 31, 2008, 02:52:00 PM
Hi,

How can i use (or install) g++ compiler on a core with LinuxMCE710beta3.

dcerouter_55798:~/# type gcc
gcc  (/usr/bin/gcc)
dcerouter_55798:~/# type g++
bash: type: g++: not found
dcerouter_55798:#

Regards,
Imer.


The easiest way is to do "apt-get install build-essential" it will install the tools you need.
If you need any special dev libraries you need to apt-get them too or download their source.

An easy way to find stuff to install is to use "aptitude seearch <what you want or part of name>".
Then apt-get <name you got from aptitude>".

English is not my native language so I hope you understand.

/niz23

imer