Now it's time to compile sources. If you configured everything properly you should be able to successfully compile Virtual Qmail.
To compile program use make. You can use both flavors: BSD or GNU. Depending on the shell you use you can, for sh, write:
make 2>&1 > out
If you use tcsh you can use:
make >& out
When make finishes check out to see output generated during compilation.
If you can't compile v-q please send out to Paweł Niewiadomski.
Running make generates only base system without any database based modules or WWW interface. Makefile includes following useful targets:
pgsql - PostgreSQL based modules
clean - removes all objects created during compilation