On Fri, 08 Aug 2008, Szakáts Viktor wrote: > 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.
if *inst.sh file does not have it then it was attched by sed during --extract command It should not make it. > Still no harbour .dylib though. It cannot be due to -n before name and number. > >>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. As you can see above for some reasons it does not work for you. Strange because it was working for me without any problems when I was making Darwin builds some years ago. It was also working for Phil. Maybe you have some alias for 'echo' set in your environment. I can only guess. echo is very often also embedded shell command and it may behaves differently then standalone program though each should accept -n and -e switches. best regards, Przemek _______________________________________________ Harbour mailing list [email protected] http://lists.harbour-project.org/mailman/listinfo/harbour
