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