Re: Problem with GNU Make (3.81, probably newer) with stacking --include-dir=...

2014-06-11 Thread Paul Smith
On Wed, 2014-06-11 at 13:45 -0400, Paul Smith wrote: > Unfortunately in older versions of make the option and argument > are left as two separate words: > > $ echo 'a:;: $(MAKEFLAGS)' | make-3.81 -f- -I/usr/include -I/bin > : I /usr/include -I /bin > > which makes it much more difficult to re

Re: Problem with GNU Make (3.81, probably newer) with stacking --include-dir=...

2014-06-11 Thread Paul Smith
On Tue, 2014-06-10 at 16:01 -0700, Corey Brenner wrote: > I've run into a situation where I want to control the include dirs in > a recursive make. I am adding include paths to recursive invocations > via --include-dir=, when I find one which matches my criteria. > > However, GNU Make seems to b

Problem with GNU Make (3.81, probably newer) with stacking --include-dir=...

2014-06-11 Thread Corey Brenner
Hi, I've run into a situation where I want to control the include dirs in a recursive make.  I am adding include paths to recursive invocations via --include-dir=, when I find one which matches my criteria. However, GNU Make seems to be holding on to these directories from high level invocatio

RE: problem with GNU make configure

2007-08-05 Thread Dave Korn
On 04 August 2007 00:08, Christopher Faylor wrote: > On Sat, Aug 04, 2007 at 01:08:54AM +0300, Eli Zaretskii wrote: >>> Date: Fri, 3 Aug 2007 14:55:15 -0700 (PDT) >>> From: [EMAIL PROTECTED] >>> >>> oops, here is the attached console capture >> >> It's much better to send this as plain text (you

Re: problem with GNU make configure

2007-08-03 Thread Christopher Faylor
On Sat, Aug 04, 2007 at 01:08:54AM +0300, Eli Zaretskii wrote: >> Date: Fri, 3 Aug 2007 14:55:15 -0700 (PDT) >> From: [EMAIL PROTECTED] >> >> oops, here is the attached console capture > >It's much better to send this as plain text (you can capture it with >`tee' or even by copying and pasting the

Re: problem with GNU make configure

2007-08-03 Thread Eli Zaretskii
> Date: Fri, 3 Aug 2007 14:55:15 -0700 (PDT) > From: [EMAIL PROTECTED] > > oops, here is the attached console capture It's much better to send this as plain text (you can capture it with `tee' or even by copying and pasting the contents into your mailer). My crystal ball says that somehow the co

Re: problem with GNU make configure

2007-08-03 Thread Eli Zaretskii
> Date: Fri, 3 Aug 2007 14:52:53 -0700 (PDT) > From: [EMAIL PROTECTED] > > I am trying to configure GNU make from cygwin and ./configure doesn't run. > I have attached the cygwin console capture with the error. I see no attachments. ___ Bug-make maili

problem with GNU make configure

2007-08-03 Thread faroughi
Hi, I am trying to configure GNU make from cygwin and ./configure doesn't run. I have attached the cygwin console capture with the error. I have installed this two years ago without any problems. Any comments will be appreciated. Thanks Nik Faroughi [EMAIL PROTECTED] ___

Re: problem with GNU make

2007-02-09 Thread Jon Grant
Hi, [EMAIL PROTECTED] elucidated on 08/02/07 21:53: i have some old (circa 1997) makefiles which run fine on current UNIX systems with their versions of make. if i run gnu make as make -n then GNU make shows the commands that will be executed just fine however, when i actually issue the make c

problem with GNU make

2007-02-09 Thread warsi
i have some old (circa 1997) makefiles which run fine on current UNIX systems with their versions of make. if i run gnu make as make -n then GNU make shows the commands that will be executed just fine however, when i actually issue the make command then none of the commands as reported via make

Re: Incident 65183 Is there any problem with GNU Make with v7.5r2

2003-11-14 Thread Paul D. Smith
%% "Agrawal.Manisha" <[EMAIL PROTECTED]> writes: am> I am working as a Software Engineer in Delphi Automotive Sysytems. am> I was using the Make utility (version 3.79.1) for a build process am> in a project. I faced some problems in invoking the Tasking am> compiler with certain flags. T

Incident 65183 Is there any problem with GNU Make with v7.5r2

2003-11-14 Thread Agrawal.Manisha
CTED]> To: Agrawal Manisha/in2/[EMAIL PROTECTED] cc: N Harikrishnarajan/in2/[EMAIL PROTECTED] Subject: Incident 65183 Is there any problem with GNU Make with v7.5r2 Dear Mr. Agrawal Manisha, Many thanks for reporting your problem to the TASKING support team. We have investigated the iss

Problem with GNU make v3.77 and later

2003-01-15 Thread Forissier, Jerome
Hi, We are using GNU make here at HP to build many of our products on several platforms (Tru64 UNIX, HP-UX, Linux). We have experienced a problem with make v3.77 and later (including the latest version, 3.80). Version 3.76 works fine. Attached is a test-case to reproduce the problem (the tgz co

Re: Problem with GNU make Version 3.77

2000-06-07 Thread Paul D. Smith
%% [EMAIL PROTECTED] writes: d> I downloaded the GNU make 3.77 from sourceware.cygnus.com/cygwin. d> I use the following makefile: Wait, I lied :(. I think this bug is because your makefile has DOS/Windows style CRLF newlines, instead of UNIX style LF newlines. GNU make prior to 3.78 didn'

Re: Problem with GNU make Version 3.77

2000-06-07 Thread Paul D. Smith
%% [EMAIL PROTECTED] writes: d> I downloaded the GNU make 3.77 from sourceware.cygnus.com/cygwin. d> I use the following makefile: d> I get the following error message: d> ', needed by `hello'. Stop.e target `hello3.c This is a memory corruption bug, that has been fixed in later versio

Problem with GNU make Version 3.77

2000-06-07 Thread Dwaynephil
:-) PLEASE ACKNOWLEDGE RECEIPT OF THIS E-MAIL :-) To: Bug Report for GNU Make [EMAIL PROTECTED] From: Dwayne Phillips 7 June 2000 Re: Problem with GNU make Version 3.77 Ladies and Gentlemen, I downloaded the GNU make 3.77 from sourceware.cygnus.com/cygwin. I use the following makefile