Compiling kzephyr for OSX/fink ------------------------------ Firstly, make sure gcc is gcc 3.1 -- run gcc -v to check, and use "gcc_select 3" if it's not. fink packages needed: all the qt packages, and at least kdelibs, kdebase3, kdebase3-dev, kdelibs-dev. (Maybe more.) also arts-dev to get mcopidl. You also need boost installed. One way is just to untar kzephyr-boost.tar.gz in the kzephyr source directory. Run configure: ./configure --with-extra-libs=/sw/lib --with-extra-includes=/sw/include --with-qt-includes=/sw/include/qt --with-qt-libs=/sw/lib --prefix=/sw The --prefix is important because it's where configure looks for kde(!). You can override it later if you want to install elsewhere (which you should.) make