Can I ? - Develop C/C++ in Fedora 14 using GCC 4.4 and deploy in CentOS 5.2 using GCC 4.4
- by Amit Phatarphekar
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