I've been writing gambas for a while now... continuosly developing 2 applications. I'd like to distribute my software in a way that the end user can compile in a way similar to how the gambas tarball compiles. ./configure && make && make install instead of distributing binaries. Does anyone have a clue how this is done?