> 6. Compile and link:
> 
>    $ for i in *.c; do gcc -I /usr/include/freetype2 -c $i; done
>    $ gcc -lXft -lXrender -lX11 -lXau -lXdmcp -lXext -lfontconfig -lexpat 
> -lfreetype -lz -o cwm *.o
> 

Most linux distributions carry a "pmake" package which provides the
a bsd.prog.mk and thus support for the Makefiles distributed with
OpenBSD source code. It can come in handy.

Reply via email to