This is what I'm trying to do; -------- * compile source snapshot or cvs 1. create dclib make -f Makefile.dist ./configure make make install 2. create dcgui make -f Makefile.dist ./configure --with-qt-dir=[e.g. /usr/lib/qt3] --with-libdc=/usr/local make make install ---------- When I try to hit "make" in the first step (create dclib) it says; (*ALOT OF OUTPUT*) /usr/bin/ld: cannot find -lbz2 collect2: ld returned 1 exit status make[2]: *** [libdc.la] Error 1 make[2]: Leaving directory `/home/Tobias/dclib/dclib' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/Tobias/dclib' make: *** [all] Error 2 [Tobias@Pulp dclib]$ cd '/home/Tobias/dclib/' What shall I do about this? Regards Tobias