I use Slackware 8.1 and here is exactly how I compiled and installed XCmail from the source code.
- Get XCmail source from here:
- unzip and untar it by (eg. for version 2.2):
- gunzip xc-mail-2.2.tar.gz
- tar -xvf xc-mail-2.2.tar
- gunzip xc-mail-2.2.tar.gz
- cd xc-mail-2.2
- ./configure (at this point it will probably stop on an error that says something about missing Xclasses... If it completes without errors, skip the next few steps and go to step 16).
- get the Xclasses source from:
- unzip and untar using:
- gunzip xclasses-public-1.3.1.src.tar.gz
- tar-xvf xclasses-public-1.3.1.src.tar
- gunzip xclasses-public-1.3.1.src.tar.gz
- cd xclasses
- ./build all
- Change to root using 'su'.
- ./build install
- Change back to a user from root using 'exit'.
- cp setenvxc ../xc-mail-2.2/
- cd ../xc-mail-2.2/
- sh ./setenvxc
- ./configure (it should work now without errors)
- make
- make check (If you want, this is not necessary)
- Change to root using 'su'.
- make install
- Change back to a user from root using 'exit'.
- XCmail should now be installed. Type xc-mail to start the program.