Hi Przemek,
I can find no *.dylib either. Also, and maybe this is
related, I cannot 'gzip -d' the extracted tar.gz file,
because it says
'gzip: harbour-1.0.0-darwin_9.4.0.bin.tar.gz: unexpected end of file'
(both on OSX, using native gzip 1.3.10 and Windows gzip 1.3.5)
This is so since in all OSX releases I've ever tested.
Probably it was not extracted correctly.
You can easy make it yourself. Just look at this file end remove
beginning lines up to HB_INST_EOF.
The problem seems to be a prepended 0x0A byte at the end
of the extracted .tar.gz file. Without this byte, both
gzip can extract the file w/o problem.
Still no harbour .dylib though.
So I cannot directly check the .tar file, but I did a lookup
on my OSX drive, and couldn't find any harbour .dylibs either.
All .dylib reference I can see is in stdout, in this line:
'Making lib-n harbour.-n 1.0.0.dylib...'
Your echo command does not recognize -n extension and adds it
to output.
Please replace in bin/hb-func.sh all:
echo -n "..."
with:
echo "..."
and repeat build test.
I will do, but my OSX 'man echo' says that -n is supported
and it even works when I try it in the shell.
Brgds,
Viktor
_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour