Hello Rene, > I was trying to download the binary for Ubuntu Linux for G++ compiler > via the OpenPKG link but the server could not connect to the ftp site. > Is there an alternate location for me to download the g++ compiler for > Ubuntu? I think, the easiest solution in order to get binary releases will be to use the package manager of your distribution, e.g. on Ubuntu sudo aptitude install g++ should be sufficient, if aptitude is correctly configured (= has access to an Ubuntu mirror or a DVD). HTH, Axel