tce-load -i compiletc libcddb-dev ncursesw-dev cd libcdio-2.0.0 edit configure [iconv failure] if ${am_cv_func_iconv_works+:} true; then : edit configure replace ncurses/ncurses.h with ncursesw/ncurses.h LIBS="-lncurses $LIBS" with LIBS="-lncursesw $LIBS" edit src/cdda-player.c include edit src/Makefile CDDB_LIBS = -L/usr/local/lib -lcddb -L/usr/local/lib -lncursesw LIBS = -L/usr/local/lib -lncursesw -lm CC="gcc -flto -fuse-linker-plugin -march=i486 -mtune=i686 -Os -pipe" CXX="g++ -flto -fuse-linker-plugin -march=i486 -mtune=i686 -Os -pipe" ./configure --prefix=/usr/local --localstatedir=/var --disable-static [-fno-exceptions fails] find . -name Makefile -type f -exec sed -i 's/-g -O2//g' {} \; find . -name config.status -type f -exec sed -i 's/-g -O2//g' {} \; make sudo make install Using CD-ROM drivers : cdrdao, BIN/CUE, NRG, GNU/Linux Building cd-info : yes Building cd-read : yes Building cdda-player : yes Building iso-info : yes Building iso-read : yes Building C++ programs: yes