Koozali.org: home of the SME Server

gcc on SME 7

asante

gcc on SME 7
« on: September 26, 2005, 04:46:06 PM »
Hi,
Is there a reason why gcc was remove from SME,and how do i install it,because i need it to compile some educational programms like manhattan and greenstone digital library.these programs needs C compiler on the machine.thanks

Offline Boris

  • *
  • 783
  • +0/-0
gcc on SME 7
« Reply #1 on: September 26, 2005, 10:13:56 PM »
The designers reason not to include GCC (and other development tools/headers) from the production servers is mainly security. The target users of this all-inclusive distro are regular home and small business users without Linux experience. For more advanced users/developers, development tools package (GCC, kernel headers, some libraries and tools) generally available as an addon devtools per version of SME, or you could use the ones that included in the "mother-distro". For SME 7.0 b4 that is CentOS 4.1
...

duncan

gcc on SME 7
« Reply #2 on: September 27, 2005, 12:59:06 AM »
yum install gcc

Offline CharlieBrady

  • *
  • 6,918
  • +3/-0
gcc on SME 7
« Reply #3 on: September 27, 2005, 03:26:35 AM »
Quote from: "Boris"
The designers reason not to include GCC (and other development tools/headers) from the production servers is mainly security.


No, it's completely security. :-)

asante

gcc on SME 7
« Reply #4 on: September 27, 2005, 11:42:32 AM »
Thanks for the quick responds.i will consider installing centOS for the job.