开发者

gcc and g++ not provided by the webhosing machine

All,

In a webserver if gcc and g++ are not provided by the hosting service to the user.Can we download it a开发者_StackOverflownd compile through it in RHEL5 OS.

If so please provide the suitable link to download it.

Thanks......


A web hosting provider is unlikely to give you compilers on the hosting box for your use. They will expect you to do your development on your own box and copy the executables to theirs.

That's if they even allow arbitrary code running on their machines at all - they may if you get your own VM but, if you're sharing resources with any of their other customers, I'll guarantee you'll be restricted in what you're allowed to put on their machine (and, unless you're in your own little VM, it's rightly still their machine - all you do is pay for the ability to use their server infrastructure).


If you have terminal access

su -
yum groupinstall "Development Tools"


You cannot download RHEL; it is not gratis. You can however download and use CentOS free of charge.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜