Author Topic: Use g++ with LinuxMCE710beta3  (Read 2909 times)

imer

  • Newbie
  • *
  • Posts: 11
    • View Profile
Use g++ with LinuxMCE710beta3
« 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.

niz23

  • Guru
  • ****
  • Posts: 361
    • View Profile
Re: Use g++ with LinuxMCE710beta3
« Reply #1 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

imer

  • Newbie
  • *
  • Posts: 11
    • View Profile
Re: Use g++ with LinuxMCE710beta3
« Reply #2 on: January 31, 2008, 04:50:42 pm »
It's OK. Best regards.

Imer.