tce-load -i compiletc gtkmm-dev parted-dev intltool wget https://downloads.sourceforge.net/gparted/gparted-1.6.0.tar.gz cd gparted-1.6.0 CC="gcc -flto -mtune=generic -Os -pipe" CXX="g++ -flto -mtune=generic -Os -pipe" ./configure --prefix=/usr/local --disable-static --localstatedir=/var --libexecdir=/usr/local/lib/gparted --disable-doc find . -name Makefile -type f -exec sed -i 's/-g -O2//g' {} \; make [2m 32.59s] sudo make install ======================== Final configuration =========================== Installing into prefix : /usr/local Build help documentation? : no Use native libparted dmraid support? : no Explicitly grant root access to the display? : no --- Features Based On Libparted Version --- Need delete old partitions before creating a loop table workaround? : no Have old libparted file system resizing API? : no Have new libparted file system resizing LIB? : yes Enable online resize support? : yes If all settings are OK, type make and then (as root) make install ========================================================================