Hi folks,
Just wait for my test results, because we might not
need bash at all, if we can get away without echo -n.
It'll probably be ready next morning, as I'm doing
a combined i386 / PPC / x86_64 / PPC64 build.
In the meantime, if anyone has any idea why I'm
getting thousands of these lines in stderr, please speak up:
--
/usr/bin/../libexec/gcc/darwin/i386/as: Flag option -o has already
been seen!
/usr/bin/../libexec/gcc/darwin/ppc/as: Flag option -o has already been
seen!
/usr/bin/../libexec/gcc/darwin/ppc64/as: Flag option -o has already
been seen!
/usr/bin/../libexec/gcc/darwin/x86_64/as: Flag option -o has already
been seen!
--
There is one such line for each -arch flag and for each file compiled.
Brgds,
Viktor
On 2008.08.08., at 3:11, Przemyslaw Czerpak wrote:
On Thu, 07 Aug 2008, Phil Barnett wrote:
Hi Phil,
It's a workaround for different BASH locations in some systems.
Not nice but in some *nixes BASH and other GNU tools are not
installed in default system directories.
Would it be unrealistic to require people in this case to install a
symlink?
I think it would be simple to detect and requist.
If you have write access to system directories then it's not a
problem.
Unfortunately it's not everywhere possible. If you think then we can
ignore such situations then we can replace all:
#!/bin/sh
[ "$BASH" ] || exec bash `which $0` ${1+"$@"}
with simple:
#!/bin/bash
best regards,
Przemek
_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour
_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour