Scott Franco wrote:
If you should still need this, I found my notes to get the 64 bit GPC worki= ng online:
Little remark concerning your notes: - you can have different versions of gcc installed without a conflict, for example you may simultaneously use gcc-3.4.6 and gcc-4.9.2. Just make sure that gcc command is copy (or link) to the one you want as a default. If you install gpc outside of /usr/bin, then you will get two different gcc commands in different directories and PATH will decide which one is in use (you may delete gcc command comming from gpc to avoid confusion). In particular when you install gpc based on gcc-3.4.6 you get also a copy of gcc-3.4.6 and this copy can be used simultaneously with newer gcc. - when you want (resonably) old Linux distribution, then you may run it in chroot-ed directory on _new_ kernel. For graphic programs there is little trickery to correctly set X permissions, for command line programs like gpc this is easier.