AFAIR MSys in windows had only /bin/sh as bash without /bin/bash
and it was one of the reason I stop using #!/bin/bash directly.
Can some check if current MSys versions have /bin/bash by default?
This is still true.
I would revert all the bash and echo -n changes.
I agree with bash, but since echo -n isn't supported
in OS X 10.5.x, I cannot see how this could be a good
move. Especially since dropping echo -n didn't create
any side effects, but having it was creating an obviously
wrongly formatted .dylib name.
Also the -o<space> is needed when generating binaries but not when
generating objects.
-o<space> is definitely needed when generating objects,
otherwise thousands of warning messages were generated,
as shown in several recent e-mails of mine.
Also:
--- 'gcc --help'
-o <file> Place the output into <file>
---
Generating binaries seems okay though without a space though.
Brgds,
Viktor
_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour