bash will probably work fine. On most Linux systems, bash is the *only*
"POSIX" shell anyway.
-- Howard Chu
Chief Architect, Symas Corp. Director, Highland Sun
http://www.symas.com http://highlandsun.com/hyc
> -Original Message-
> From: [EMAIL PROTECTED] [mailto
I just figured out the issue I was having with doing recursive gmake and
specifying the -jN option at the same time. I was using tcsh by setting
$(SHELL) variable, and it seems tcsh isn't POSIX compliant. Linking that
information with following entry within the gmake history document gave me
the
%% "Bhatt, Milan C" <[EMAIL PROTECTED]> writes:
bmc> I get the following message:
bmc> warning: jobserver unavailable: using -j1. Add `+' to parent make rule
See the GNU make manual section on parallel builds and the section
on error messages for a description of what this means.
If t
Hello,
Has anyone run into
problems when performing recursive GMAKE AND specifying the -j option?
I've noticed that there are no problems with the following:
gmake
-j
when you're doing
recursive gmake. But I run into problems when I specify an integer value
for the -j option:
gmak
Dear Sirs,
I think I found a bug in gnu make program causing segmentation fault.
First I identified it in make version 3.79.1 on Linux 2.4.2-2smp
machine,
but next I tried the same version (3.79.1) on SunOS 5.7
Generic_106541-15 sun4u sparc machine
with the same result, then I verified that th