Can I ? - Develop C/C++ in Fedora 14 using GCC 4.4 and deploy in CentOS 5.2 using GCC 4.4
Posted
by
Amit Phatarphekar
on Server Fault
See other posts from Server Fault
or by Amit Phatarphekar
Published on 2010-12-22T01:33:52Z
Indexed on
2010/12/22
1:56 UTC
Read the original article
Hit count: 440
Hello - My production env runs CentOS 5.2 and 5.5 versions. I have to develop a new tool using C/C++ and deploy it on this production env.
I was planning to use Fedora 14 on my desktop with GCC 4.4 to do the development with Eclipse IDE. And then later I want to deploy the executables to CentOS 5.2 or 5.5 The production env will have GCC 4.4 as well.
Since both Fedora and CentOS are RHEL based, I thought this is possible.
So can I do this?
Or do I need to have CentOS 5.2/5.5 on my development desktop as well?
Thanks Amit
© Server Fault or respective owner