On Fri, 08 Aug 2008, Szakáts Viktor wrote:

Hi Viktor,

> Just wait for my test results, because we might not
> need bash at all, if we can get away without echo -n.

We are using many extensions in our scripts which may not
be present in standard /bin/sh shell. I do not know what
is your default shell (BTW what is it?) but for sure I know
many shells which will not work.

> 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.

I'm afraid I cannot help you here.
Please make some test with gcc and -o<file> option with and without
space before <file>. If additional space resolves the problem then
try to add space after = in config/darwin/gcc.cf[16]:
   CC_OUT = -o

best regards,
Przemek
_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to