On Mon, May 5, 2008 at 2:31 PM, Szakáts Viktor <[EMAIL PROTECTED]> wrote:
> Here is the list of envvars that control this > problem for non-GNU build systems: > > set APOLLO_DIR=C:\devl\Apollo > more obvious, like: > ... > HBAPOLLO_PKG_DIR= Many thanks, it's an idea. Here is for example a "standard" way to achieve this in the "gnu way" ( this is the build of php/apache ): % ./configure \ % --prefix=/apache2/php \ % --with-zlib \ % --with-xml \ % --with-ldap=/usr \ % --enable-cli \ % --with-zlib-dir=/usr \ % --enable-exif \ % --enable-ftp \ % --enable-mbstring \ % --enable-mbregex \ % --enable-dbx \ % --enable-sockets \ % --with-iodbc=/usr \ % --with-curl=/usr \ % --with-mysql=/usr/local/mysql \ (optional, required MySQL) % --with-gd \ (optional, requires jpeg + png) % --with-jpeg-dir=/usr/local \ (optional) % --with-png-dir=/usr/local \ (optional) % --with-apxs2=/apache2/bin/apxs % sudo make % sudo make install I'm waiting to ear sth from Przemyslaw. best regards, Lorenzo _______________________________________________ Harbour mailing list [email protected] http://lists.harbour-project.org/mailman/listinfo/harbour
