RE: Recursive GMAKE with -j option

2001-06-29 Thread Howard Chu
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

RE: Recursive GMAKE with -j option

2001-06-29 Thread Bhatt, Milan C
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

Re: Recursive GMAKE with -j option

2001-06-29 Thread Paul D. Smith
%% "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

Recursive GMAKE with -j option

2001-06-29 Thread Bhatt, Milan C
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

make segmentation fault

2001-06-29 Thread Andrzej Wozniak
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