On Fri, 08 Aug 2008, Szakáts Viktor wrote: Hi Viktor,
> 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. > 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. best regards, Przemek _______________________________________________ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour