Everyone please subscribe to clc-crux64@lists.berlios.de at https://lists.berlios.de/mailman/listinfo/clc-crux64 as it seems that we haven't been added automatically. Someone might want to announce the new list in one of CRUX' mailing lists. I've run Per's Makefile for CRUX on SuSE 9.1 but it didn't compile all packages... missing from base are bin86 binutils db gcc glibc lilo net-tools perl slocate sysklogd tcsh traceroute util-linux If someone has time to find out what's wrong with them on AMD64 please fix it and let us know (with a modified Pkgfile, patch, whatever...). See attached my notes on what I did. Markus. wget http://www.fukt.bth.se/~per/pkgutils/pkgutils-5.18.tar.gz tar -xzf pkgutils-5.18.tar.gz cd pkgutils-5.18 vim Makefile # edit BINDIR, MANDIR if you like make install vim /etc/pkgmk.conf # change CFLAGS, CXXFLAGS export CFLAGS="-O2 -pipe" export CXXFLAGS="-O2 -pipe" wget http://jw.tks6.net/files/crux/httpup-0.3.1.tar.gz tar -xzf httpup-0.3.1.tar.gz cd httpup-0.3.1 make cp httpup /usr/local/bin wget -O Makefile 'http://www.fukt.bth.se/~per/crux/cvs.cgi/*checkout*/crux/Makefile' sed -i 's/i386/x86_64/g' Makefile mkdir -p kernel ports wget -O kernel/linux-2.6.6.config 'http://www.fukt.bth.se/~per/crux/cvs.cgi/*checkout*/crux/kernel/linux-2.6.6....' make kernel (enter the following in 'make oldconfig') 3 y y n y y (end oldconfig) httpup sync http://crux.fh-regensburg.de/portdb/repo/base $PWD/ports/base httpup sync http://crux.fh-regensburg.de/portdb/repo/opt $PWD/ports/opt make base make opt