LinuxMCE Forums

General => Developers => Topic started by: imer on January 31, 2008, 02:52:00 pm

Title: Use g++ with LinuxMCE710beta3
Post by: 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.
Title: Re: Use g++ with LinuxMCE710beta3
Post by: niz23 on January 31, 2008, 03:08:03 pm
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.


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
Title: Re: Use g++ with LinuxMCE710beta3
Post by: imer on January 31, 2008, 04:50:42 pm
It's OK. Best regards.

Imer.