[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: GNUstep make Solaris 2.8 glitch
From: |
Marcus Müller |
Subject: |
Re: GNUstep make Solaris 2.8 glitch |
Date: |
Tue, 25 Jun 2002 12:28:33 +0200 |
On Tuesday, June 25, 2002, at 12:05 PM, Nicola Pero wrote:
No reason not to use it ... but would it fix the problem ?
I think his problem was that he needed /bin/test to be executed instead
of
the built-in test.
Exactly.
Would using test rather [...] solve the problem, or would the built-in
test still be used ?
It would. You definitely need to use /bin/sh on Solaris 8.
znek@lestat:(~)$ uname -a
SunOS lestat 5.8 Generic_108528-14 sun4u sparc SUNW,UltraSPARC-IIi-Engine
I would assume - if it's a reasonable shell - the built-in test would
still be used :-)
Correct. That's what it does.
I was thinking about something in config.make like
TEST=test
for all architectures except Solaris and
TEST=/bin/test
for Solaris. It conflicts with Nicola's otherwise well-thought argument
to not use absolute paths, though. I don't know of any architectures
except Solaris where it does make sense to use absolute paths, but
Solaris still ships with many broken tools (awk to name one) that it
almost seems necessary to provide at least some reasonable defaults for
basic Solaris installations (the machine above happens to be almost
clean, which gave me certain pains in the ass, I almost forgot how
bug-ridden the default userland on that OS is).
Cheers,
Marcus
--
Marcus Mueller . . . crack-admin/coder ;-)
Mulle kybernetiK . http://www.mulle-kybernetik.com
Current projects: finger znek@mulle-kybernetik.com
- Re: GNUstep make Solaris 2.8 glitch, Nicola Pero, 2002/06/22
- Re: GNUstep make Solaris 2.8 glitch, Adam Fedor, 2002/06/24
- Re: GNUstep make Solaris 2.8 glitch, Richard Frith-Macdonald, 2002/06/25
- Re: GNUstep make Solaris 2.8 glitch, Nicola Pero, 2002/06/25
- Re: GNUstep make Solaris 2.8 glitch, Markus Hitter, 2002/06/25
- Re: GNUstep make Solaris 2.8 glitch, Nicola Pero, 2002/06/27
- Re: GNUstep make Solaris 2.8 glitch, Chris B . Vetter, 2002/06/27
- Re: GNUstep make Solaris 2.8 glitch, Marcus Müller, 2002/06/27
- Re: GNUstep make Solaris 2.8 glitch, Chris B . Vetter, 2002/06/27
- Re: GNUstep make Solaris 2.8 glitch, Pascal Bourguignon, 2002/06/27