I need to develop C ++ programs that should run on Scientific Linux 5 or 6. I would like to develop with QtCreator on Ubuntu, which has much more recent libraries than the one found on SCL6.
Is there a python virtualenv equivalent for C / C ++ programs?
Using chroot with all the necessary libraries and dependencies can do the job. Does it exist? See http://rcrowley.org/articles/dependencies.html about using chroot.
c ++ c virtualenv
chmike
source share