>>> export HB_COMPILER=gcc >>> export PATH=$PATH:/home/baz/SVN/harbour/bin/linux/gcc >>> export PATH=$PATH:/home/baz/SVN/harbour/lib/linux/gcc >>> export PATH=$PATH:/home/baz/SVN/harbour/include >>> export PATH=$PATH:/usr/bin/gcc:/usr/lib/gcc
BTW, all of the above is not necessary for hbmk2. (given that gcc is already in the PATH, which it is on most systems) So I'd suggest not to confuse matters with these unnecessary lines. In fact it's outright dangerous. For hbmk2, it's enough to put in the PATH, or refer to it with an absolute name (f.e. /home/me/harbour/bin/hbmk2) and it will find everything automatically. Even HB_COMPILER=gcc is totally unnecessary. Brgds, Viktor _______________________________________________ Harbour mailing list (attachment size limit: 40KB) Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour