Hi All I'm building (Open+closed)JDK on Ubuntu 12.04 64 bit (in fact, a linuxmint 13). It seems I have to add some extra arguments to make it work: sh ../autoconf/configure --with-boot-jdk=/j7 --with-extra-cflags="-I/usr/include/freetype2" make FREETYPE2_LIB_PATH=/usr/lib/x86_64-linux-gnu/ They look ugly. Is there any better way? Thanks Max