Koozali.org: home of the SME Server

Obsolete Releases => SME Server 7.x => Topic started by: marko83 on July 23, 2006, 12:36:12 AM

Title: gcc & apt
Post by: marko83 on July 23, 2006, 12:36:12 AM
Hello  ;-)

Could someone please explain how can I install "gcc"? I have tried "yum install gcc" -> No Match for argument: gcc

... and is there a way to set up apt-get?
Title: gcc & apt
Post by: shirka on July 23, 2006, 01:39:44 AM
Hi,

Test this:
Code: [Select]
]# yum --enablerepo base install gcc
Bye.
Title: gcc & apt
Post by: marko83 on July 23, 2006, 09:39:12 AM
shirka; thanks... this worked fine  8-)

So is there a way to make apt work?
Title: gcc & apt
Post by: byte on July 23, 2006, 01:58:19 PM
Without knowing why you need gcc on the machine normally we would suggest download centos 4.3 and do your builds/compiling on there.
Title: gcc & apt
Post by: dsemuk on July 23, 2006, 03:45:47 PM
http://forums.contribs.org/index.php?topic=29158.0

Dave
Title: gcc & apt
Post by: marko83 on July 23, 2006, 05:15:49 PM
byte: I needed gcc for psybnc setup...

dsemuk: tnx, no-go then  :-?