Hi,
I got xHarbour sources (xharbour-0.72.2.src.zip) and I'm
trying to compile it on my Linux Box running on a iMac
(PPC architecture).
If I try to run the make_gnu.sh script, it returns me the
follow:
sh ./make_gnu.sh
: command not found
: command not found
'/make_gnu.sh: line 28: syntax error near unexpected
token '/make_gnu.sh: line 28:
if [ -z "$HB_BIN_INSTALL" ];
then export HB_BIN_INSTALL=bin/; fi
Well, I looked the script and I didn't find nothing wrong
with it, so what I did was:
export HB_ARCHITECTURE=linux
export HB_COMPILER=gcc
export HB_GPM_MOUSE=no
export HB_GT_LIB=gtstd
export HB_BIN_INSTALL=bin/
export HB_LIB_INSTALL=lib/
export HB_INC_INSTALL=include/
make
and it returns me the follow:
Makefile:14: config/dir.cf: No such file or directory
make: *** No rule to make target `config/dir.cf'. Stop.
Checking the source tree, the make is right, because
there isn't a config/ directory !! :-/
Can anyone help me ?
FYO:
System: Linux Mandrake 8.2 PPC
Kernel: 2.4.18-6.1mdk
Architecture: ppc
gcc: 2.95.3 20010315
flex: 2.5.4
bison: 1.35
make: 3.79.1
xharbour: 0.72.2 (from sourceforge)
Thanks,
Renato
renato@net.uniararas.br
Logged In: YES
user_id=86146
Try now, it should be already fixed.