Ubuntu 安装 Java[转]
回回都要手工装,烦躁。。。。
回回都要手工装,烦躁。。。。
I contacted Pali, who was kind enough to provide a better solution (https://bugs.launchpad.net/ubuntu/+source/gcc-mingw32/+bug/568028): Download the newer packages from the mingw-packages ppa repository (these are not only for karmic, they work on maverick, too): wget http://ppa.launchpad.net/mingw-packages/ppa/ubuntu/pool/main/w/w64-toolchain/i686-w64-mingw32-toolchain_1.0b+201011211643-0w2273g93970b22426p16~karmic1_amd64.deb wget http://ppa.launchpad.net/mingw-packages/ppa/ubuntu/pool/main/w/w64-toolchain/x86-64-w64-mingw32-toolchain_1.0b+201011211643-0w2273g93970b22426p16~karmic1_amd64.deb Make sure you choose the correct architecture for your system (amd64/i386)! Install some dependencies: sudo apt-get install libcloog-ppl0 [...]