> > These files are generated in their temp dirs inside >> the source tree, so before you can use Harbour, >> you have to 'install'. This worked the same (but >> less cleanly) in the "non-GNU" make systems >> also. >> > > Can I omit install option and make the installation myself?
You can, but I'd recommend installing inside your source tree then, and copy what you need from there. My impression is that you confuse 'install' with regular Windows install thing (sorry if not), GNU make install is the exact same as "non-GNU" install was, just the source dirs are slightly different (now libs are in /lib/<arch>/<comp> instead of /lib/b32|vc|gcc, binaries are scattered around the tree, instead of /bin/b32|vc|gcc). You can further fine-tune bin/lib/include destinations using envvars below, if that helps: set HB_BIN_INSTALL= set HB_LIB_INSTALL= set HB_INC_INSTALL= Brgds, Viktor
_______________________________________________ Harbour mailing list [email protected] http://lists.harbour-project.org/mailman/listinfo/harbour
