Re: Strange GNU make behavior with -include ?

2002-12-03 Thread Paul D. Smith
is the correct behavior in this case, but make has always behaved as it does now. -- --- Paul D. Smith [EMAIL PROTECTED] Find some GNU make tips at: http://www.gnu.org http://make.paulandlesley.org

Re: Strange GNU make behavior with -include ?

2002-12-04 Thread Paul D. Smith
to fail. Anyway, I can't think of any good reason why it should :). But, I suspect that fixing this will be kind of messy :-/. -- --- Paul D. Smith [EMAIL PROTECTED] Find some GNU make tips at: http

Re: installing gnu 3.80 on win2000

2002-12-11 Thread Paul D. Smith
Please see the patch attached to the resolved bug 1687: https://savannah.gnu.org/bugs/?func=detailbugbug_id=1687group_id=71 -- --- Paul D. Smith [EMAIL PROTECTED] Find some GNU make tips at: http

Re: variable.h missing from po/POTFILES.in

2002-12-15 Thread Paul D. Smith
Yep, I've fixed this in CVS already. Thanks for the report! -- --- Paul D. Smith [EMAIL PROTECTED] Find some GNU make tips at: http://www.gnu.org http://make.paulandlesley.org Please

Re: GNU make bug concerning directory creation and prerequesites

2002-12-16 Thread Paul D. Smith
This looks like an instance of bug #775: https://savannah.gnu.org/bugs/?func=detailbugbug_id=775group_id=71 -- --- Paul D. Smith [EMAIL PROTECTED] Find some GNU make tips at: http://www.gnu.org

Re: Problem with shell commands on Digital UNIX V4.0F.

2002-12-18 Thread Paul D. Smith
I can't imagine what the problem might be... certainly bash works fine for me with GNU make on Linux and Solaris... -- --- Paul D. Smith [EMAIL PROTECTED] Find some GNU make tips at: http://www.gnu.org

Re: Using make under XP

2002-12-24 Thread Paul D. Smith
using command.com or something else as the shell. See the README.W32 file in the GNU make distribution. You might also contact the [EMAIL PROTECTED] list: they know more about using make on Windows. -- --- Paul D. Smith

Re: always echoing commands (patch)

2002-12-25 Thread Paul D. Smith
If you look at but #111 in Savannah, you will find that someone already reported this as a bug and supplied a patch to implement a new flag for it. FYI. -- --- Paul D. Smith [EMAIL PROTECTED] Find some GNU

Re: anonymous pipe read deadlock

2003-01-02 Thread Paul D. Smith
-- --- Paul D. Smith [EMAIL PROTECTED] Find some GNU make tips at: http://www.gnu.org http://make.paulandlesley.org Please remain calm...I may be mad, but I am a professional. --Mad Scientist ___ Bug-make

Re: Variable assignments

2003-01-04 Thread Paul D. Smith
%% Jeff Bailey [EMAIL PROTECTED] writes: jb Is there a way to watch variable assignments as they happen? No. -- --- Paul D. Smith [EMAIL PROTECTED] Find some GNU make tips at: http://www.gnu.org

Re: reg: the error while doing make

2003-01-07 Thread Paul D. Smith
ports of GNU make on the [EMAIL PROTECTED] mailing list. -- --- Paul D. Smith [EMAIL PROTECTED] Find some GNU make tips at: http://www.gnu.org http://make.paulandlesley.org Please remain

Re: MAKEFLAGS not updated when it already exists?

2003-01-14 Thread Paul D. Smith
as far as GNU make 3.75 and this has always been the case. I'll look into it. Please submit a bug against GNU make in Savannah on this, thanks! https://savannah.gnu.org/projects/make/ -- --- Paul D. Smith [EMAIL

Re: Work around bugs in pre-3.0 UWIN ksh makes bash-2.02.2 panic

2003-01-19 Thread Paul D. Smith
that GNU make can do about this, since it just uses autoconf to generate the configure file. HTH! -- --- Paul D. Smith [EMAIL PROTECTED] Find some GNU make tips at: http://www.gnu.org http

Re: $(wildcard) not expanding generated files

2003-01-21 Thread Paul D. Smith
to avoid filesystem lookups), or (b) introduce some syntax to disable it for those who would rather have the above behavior than the speed increase. -- --- Paul D. Smith [EMAIL PROTECTED] Find some GNU make tips

Re: EINTR causing useless recompilation?

2003-01-23 Thread Paul D. Smith
way to provide for this feature without doing prohibitive amounts of work. Thanks for the note! -- --- Paul D. Smith [EMAIL PROTECTED] Find some GNU make tips at: http://www.gnu.org http

Re: GNU make 3.80 build failure on FreeBSD 5

2003-01-28 Thread Paul D. Smith
just __FreeBSD__, which I assume is defined for 4.x, etc. versions as well, so I want to make sure that this section won't cause breakage on older versions. Thanks! -- --- Paul D. Smith [EMAIL PROTECTED] Find

Re: GNU make 3.80 build failure on FreeBSD 5

2003-01-29 Thread Paul D. Smith
OK, thanks. -- --- Paul D. Smith [EMAIL PROTECTED] Find some GNU make tips at: http://www.gnu.org http://make.paulandlesley.org Please remain calm...I may be mad, but I am a professional

Re: Possible GNU Make bug

2003-01-29 Thread Paul D. Smith
are Remade, in particular the second paragraph. Because you have a match-anything rule, that is forced, your makefile will try to be remade every time. -- --- Paul D. Smith [EMAIL PROTECTED] Find some GNU make

Re: GNU Make 3.80 under Windows - compile problem

2003-01-30 Thread Paul D. Smith
This was reported as bug #1687 and fixed in the source. The fix will be in the next version of GNU make. Thanks! -- --- Paul D. Smith [EMAIL PROTECTED] Find some GNU make tips at: http://www.gnu.org

Re: problem with silent include and special target .DEFAULT

2003-02-03 Thread Paul D. Smith
.DEFAULT. .DEFAULT can make any file, so it will apply to _ANY_ file that make wants to build and which doesn't yet exist. This is a very powerful, and at the some time somewhat uncontrolled, capability. -- --- Paul D

Re: make doesn't always reread included makefiles

2003-02-11 Thread Paul D. Smith
, or you switched the include lines around so that Make.a was included after Make.b instead of before, or you removed the dependency of Make.b on Make.a, then it would work. -- --- Paul D. Smith [EMAIL PROTECTED

Re: GCC and related packages

2003-02-12 Thread Paul D. Smith
don't like it you're free to change it to /opt or /fooblitsky or whatever else strikes your fancy: it's completely trivial to do this. See the INSTALL and README files in the source distribution. -- --- Paul D. Smith

Re: PVCS to GNU

2003-02-25 Thread Paul D. Smith
for this). -- --- Paul D. Smith [EMAIL PROTECTED] Find some GNU make tips at: http://www.gnu.org http://make.paulandlesley.org Please remain calm...I may be mad, but I am a professional. --Mad

Re: problem computed variables

2003-03-01 Thread Paul D. Smith
),$($(V))) You can make a function out of it and use $(call ...) if that makes it clearer in your makefile. -- --- Paul D. Smith [EMAIL PROTECTED] Find some GNU make tips at: http://www.gnu.org

Re: timestamps vs. checksums

2003-03-05 Thread Paul D. Smith
. -- --- Paul D. Smith [EMAIL PROTECTED] Find some GNU make tips at: http://www.gnu.org http://make.paulandlesley.org Please remain calm...I may be mad, but I am a professional. --Mad Scientist

Re: 64-bit version?

2003-03-07 Thread Paul D. Smith
using the latest version (3.80) and if that doesn't work please contact this list and the [EMAIL PROTECTED] list (the detection and configuration of this setting is actually done by autoconf). -- --- Paul D. Smith [EMAIL

Re: 64-bit version?

2003-03-07 Thread Paul D. Smith
information on files which are 2G. That support should be enabled in GNU make by default if configure detects that your system supports large files. -- --- Paul D. Smith [EMAIL PROTECTED] Find some GNU make tips at: http

Re: make problem ?

2003-03-08 Thread Paul D. Smith
! -- --- Paul D. Smith [EMAIL PROTECTED] Find some GNU make tips at: http://www.gnu.org http://make.paulandlesley.org Please remain calm...I may be mad, but I am a professional. --Mad Scientist ___ Bug-make mailing list [EMAIL

Re: Inconsistent VPATH behavior ..

2003-03-09 Thread Paul D. Smith
or not. -- --- Paul D. Smith [EMAIL PROTECTED] Find some GNU make tips at: http://www.gnu.org http://make.paulandlesley.org Please remain calm...I may be mad, but I am a professional. --Mad Scientist ___ Bug

Re: Inconsistent VPATH behavior ..

2003-03-09 Thread Paul D. Smith
in the makefile. If that doesn't exist, _then_ it appends the pathname that is given in the makefile onto each entry in VPATH, in order, and looks for that. -- --- Paul D. Smith [EMAIL PROTECTED] Find some GNU make

Re: long prerequisite inside eval(call()) = vm exhausted

2003-03-10 Thread Paul D. Smith
-- --- Paul D. Smith [EMAIL PROTECTED] Find some GNU make tips at: http://www.gnu.org http://make.paulandlesley.org Please remain calm...I may be mad, but I am a professional. --Mad Scientist ___ Bug

Re: Inconsistent VPATH behavior ..

2003-03-10 Thread Paul D. Smith
. -- --- Paul D. Smith [EMAIL PROTECTED] Find some GNU make tips at: http://www.gnu.org http://make.paulandlesley.org Please remain calm...I may be mad, but I am a professional. --Mad Scientist

Re: makefile include dependency bug/feature

2003-03-12 Thread Paul D. Smith
. at However, if we change the BAR definition to hold the absolute at path, we do get the correct behavior. That's interesting, because it failed both ways for me. -- --- Paul D. Smith [EMAIL PROTECTED] Find

Re: attempting to make gnu make fails on FreeBSD 5.0 installation

2003-03-17 Thread Paul D. Smith
See this thread on the bug-make mailing list archives: http://www.mail-archive.com/bug-make%40gnu.org/msg02495.html -- --- Paul D. Smith [EMAIL PROTECTED] Find some GNU make tips at: http://www.gnu.org

Re: GNU make - dependencies

2003-03-25 Thread Paul D. Smith
not the same VPATH semantics that GNU make does (SysV VPATH behavior is quite broken). -- --- Paul D. Smith [EMAIL PROTECTED] Find some GNU make tips at: http://www.gnu.org http

Re: make 3.80's ./build.sh won't work on NetBSD

2003-03-31 Thread Paul D. Smith
This has already been reported as bug #1536. (See the GNU make project on http://savannah.gnu.org) It will be fixed in the next release. -- --- Paul D. Smith [EMAIL PROTECTED] Find some GNU make tips

Re: make query

2003-06-05 Thread Paul D. Smith
it on. The above message is printed when make detects a NUL byte (ASCII 0) in your makefile, in this case in line 1 of the file Makefile. -- --- Paul D. Smith [EMAIL PROTECTED] Find some GNU make tips at: http

Re: $(eval within conditional causes missing `endif' error

2003-06-06 Thread Paul D. Smith
. -- --- Paul D. Smith [EMAIL PROTECTED] Find some GNU make tips at: http://www.gnu.org http://make.paulandlesley.org Please remain calm...I may be mad, but I am a professional. --Mad Scientist ___ Bug-make mailing list [EMAIL

Re: make error with pro*c redhat 7.2

2003-06-06 Thread Paul D. Smith
that make printed directly from the shell and you'll probably find it does the same thing. This is not a make issue; please contact your compiler vendor. -- --- Paul D. Smith [EMAIL PROTECTED] Find some GNU

Re: make problems

2003-06-04 Thread Paul D. Smith
to me like you are trying to run make in a directory where there's no Linux kernel makefile. -- --- Paul D. Smith [EMAIL PROTECTED] Find some GNU make tips at: http://www.gnu.org http

Re: problems with directory in make

2003-06-11 Thread Paul D. Smith
totally confused if you think any of these could possibly work. Please either get a book on make, or read the very good GNU make user's manual that comes with GNU make. You're missing the basic concepts. -- --- Paul D

Re: make 3.80 bug and testcase

2003-06-17 Thread Paul D. Smith
This is a known bug that has been fixed in the source for a while. A patch is available attached to the bug report in Savannah (http://savannah.gnu.org/projects/make) -- --- Paul D. Smith [EMAIL PROTECTED

Re: Make 3.79 can no longer quoted strings into a file using the shell

2003-06-17 Thread Paul D. Smith
issues with 3.79 on Windows. Please try 3.79.1 instead. In general if you have Windows-specific questions the best place to ask them is the [EMAIL PROTECTED] mailing list. Good luck! -- --- Paul D. Smith [EMAIL PROTECTED

Re: incompatibility with unix make

2003-06-19 Thread Paul D. Smith
, and the exact output you got, as well as what you expected to get. -- --- Paul D. Smith [EMAIL PROTECTED] Find some GNU make tips at: http://www.gnu.org http://make.paulandlesley.org Please remain

Re: Canned command sequences

2003-06-20 Thread Paul D. Smith
. -- --- Paul D. Smith [EMAIL PROTECTED] Find some GNU make tips at: http://www.gnu.org http://make.paulandlesley.org Please remain calm...I may be mad, but I am a professional. --Mad Scientist

Re: make: *** virtual memory exhausted. Stop.

2003-06-23 Thread Paul D. Smith
the patch, but I also read it doesn't fa work as it should)? It has already been fixed in the source tree, and the fix will be included in the next version of GNU make. That version has not been released yet. -- --- Paul D

Re: make: *** virtual memory exhausted. Stop.

2003-06-23 Thread Paul D. Smith
%% Fabio Alemagna [EMAIL PROTECTED] writes: fa On Mon, 23 Jun 2003, Paul D. Smith wrote: It has already been fixed in the source tree, and the fix will be included in the next version of GNU make. That version has not been released yet. fa Yeah, I discovered that by downloading

Re: make: *** virtual memory exhausted. Stop.

2003-06-23 Thread Paul D. Smith
in a significant slowdown. As far as I'm aware, for example, there are no lookups or anything that are O(n) or worse. -- --- Paul D. Smith [EMAIL PROTECTED] Find some GNU make tips at: http://www.gnu.org

Re: make: *** virtual memory exhausted. Stop.

2003-06-23 Thread Paul D. Smith
. -- --- Paul D. Smith [EMAIL PROTECTED] Find some GNU make tips at: http://www.gnu.org http://make.paulandlesley.org Please remain calm...I may be mad, but I am a professional. --Mad Scientist

Re: make: *** virtual memory exhausted. Stop.

2003-06-23 Thread Paul D. Smith
ar is used by hand in that makefile, I haven't checked. If so, it's an automake issue (I assume you're talking about the makefile in glob?)--there is no direct reference to ar in the glob/Makefile.am. -- --- Paul D. Smith

Re: error on making

2003-06-24 Thread Paul D. Smith
. -- --- Paul D. Smith [EMAIL PROTECTED] Find some GNU make tips at: http://www.gnu.org http://make.paulandlesley.org Please remain calm...I may be mad, but I am a professional. --Mad Scientist

Re: build.sh.in use of @REMOTE@ in make 3.80.0

2003-06-27 Thread Paul D. Smith
in the source and the fix will be available in the next release (see bug #1536 at the Savannah site). -- --- Paul D. Smith [EMAIL PROTECTED] Find some GNU make tips at: http://www.gnu.org http

Re: problems with $(eval include...)

2003-06-27 Thread Paul D. Smith
, then pick the Fixed in Release report, then choose CVS as the release. This will show you all the bugs that have been fixed in CVS but not released yet. There are a few about $(eval ...). -- --- Paul D. Smith [EMAIL

Re: problems with $(eval include...)

2003-06-27 Thread Paul D. Smith
as well) and it would be done using that; you could override the default up-to-date? query by supplying some kind of Guile script or something. -- --- Paul D. Smith [EMAIL PROTECTED] Find some GNU make tips at: http

Re: problems with $(eval include...)

2003-06-27 Thread Paul D. Smith
%% Fabio Alemagna [EMAIL PROTECTED] writes: fa On Fri, 27 Jun 2003, Paul D. Smith wrote: As pointed out before, if you do the dependency generation the way automake does it (as described on my web site) you won't have any of these problems. fa automake uses recursive makefiles

Re: problems with $(eval include...)

2003-06-28 Thread Paul D. Smith
please clarify whether or not this core dump still exists in the CVS code and, if so, give details and/or file a bug report? Thanks! -- --- Paul D. Smith [EMAIL PROTECTED] Find some GNU make tips at: http

Re: problems with $(eval include...)

2003-06-28 Thread Paul D. Smith
%% Fabio Alemagna [EMAIL PROTECTED] writes: fa On Fri, 27 Jun 2003, Paul D. Smith wrote: fa automake uses recursive makefiles, which is something I want to fa avoid. I wasn't suggesting automake in total, I was suggesting their dependency generation style only... this is basically

Re: Bug report solution: make-3.80: Win32 linking error.

2003-06-29 Thread Paul D. Smith
make. Patches are available attached to the bug reports at http://savannah.gnu.org/projects/make -- --- Paul D. Smith [EMAIL PROTECTED] Find some GNU make tips at: http://www.gnu.org http

Re: problems with $(eval include...)

2003-06-30 Thread Paul D. Smith
on the part of the user? If I decide that this behavior is not valid then I'll add some code to GNU make disallowing it with an error, so that we won't get core dumps in GNU make any longer. -- --- Paul D. Smith [EMAIL

Re: Bad example

2003-07-02 Thread Paul D. Smith
(3.80). -- --- Paul D. Smith [EMAIL PROTECTED] Find some GNU make tips at: http://www.gnu.org http://make.paulandlesley.org Please remain calm...I may be mad, but I am a professional. --Mad

Re: Path to binary in --help or --version

2003-07-07 Thread Paul D. Smith
environment variable and find the first matching binary. -- --- Paul D. Smith [EMAIL PROTECTED] Find some GNU make tips at: http://www.gnu.org http://make.paulandlesley.org Please remain calm...I

Re: probable bug-make

2003-07-11 Thread Paul D. Smith
in make? If you mean because of the last line, make is simply telling you that the program it invoked (g++) failed with an error code of 1. There's nothing wrong with that. -- --- Paul D. Smith [EMAIL PROTECTED

Re: include directive misbehaviour?

2003-07-14 Thread Paul D. Smith
(and clean) for make to sg suppress the error messages? This has been reported as bug #102 in Savannah. -- --- Paul D. Smith [EMAIL PROTECTED] Find some GNU make tips at: http://www.gnu.org http

Re: bug with avview

2003-07-15 Thread Paul D. Smith
! -- --- Paul D. Smith [EMAIL PROTECTED] Find some GNU make tips at: http://www.gnu.org http://make.paulandlesley.org Please remain calm...I may be mad, but I am a professional. --Mad Scientist

Re: CURDIR not working properly on solaris

2003-07-18 Thread Paul D. Smith
. -- --- Paul D. Smith [EMAIL PROTECTED] Find some GNU make tips at: http://www.gnu.org http://make.paulandlesley.org Please remain calm...I may be mad, but I am a professional. --Mad Scientist

Re: help needed

2003-07-28 Thread Paul D. Smith
on your Path variable. When you talk to the Cygwin people about this please include the exact command you typed and the exact error message you received. Good luck! -- --- Paul D. Smith [EMAIL PROTECTED] Find some

Re: Make / Win 98 question

2003-08-18 Thread Paul D. Smith
! -- --- Paul D. Smith [EMAIL PROTECTED] Find some GNU make tips at: http://www.gnu.org http://make.paulandlesley.org Please remain calm...I may be mad, but I am a professional. --Mad Scientist

Re: bug: expand.c:489:allocated_variable_append: Assertion'current_variable_set_list-next != 0' failed

2003-08-25 Thread Paul D. Smith
I believe this has been fixed in version 3.80. -- --- Paul D. Smith [EMAIL PROTECTED] Find some GNU make tips at: http://www.gnu.org http://make.paulandlesley.org Please remain calm...I

Re: gmake-3.80 bug?

2003-08-25 Thread Paul D. Smith
This is a know problem. See bug # 1516 on Savannah. There's a patch there too. -- --- Paul D. Smith [EMAIL PROTECTED] Find some GNU make tips at: http://www.gnu.org http

Re: Feature request: output idea

2003-08-27 Thread Paul D. Smith
. It doesn't walk the entire graph first, so it has no idea how much work is needed until it's done. -- --- Paul D. Smith [EMAIL PROTECTED] Find some GNU make tips at: http://www.gnu.org http

Re: makefile --- dependencies with blanks in the path

2003-08-28 Thread Paul D. Smith
of luck. -- --- Paul D. Smith [EMAIL PROTECTED] Find some GNU make tips at: http://www.gnu.org http://make.paulandlesley.org Please remain calm...I may be mad, but I am a professional. --Mad

Re: Hash.obj missing in NMakefile and build_w32.bat

2003-09-05 Thread Paul D. Smith
a while ago and fixed in the source. Thanks for the report! -- --- Paul D. Smith [EMAIL PROTECTED] Find some GNU make tips at: http://www.gnu.org http://make.paulandlesley.org Please remain

Re: PLEASE HELP ME

2003-09-12 Thread Paul D. Smith
? Check out http://www.gnu.org -- --- Paul D. Smith [EMAIL PROTECTED] Find some GNU make tips at: http://www.gnu.org http://make.paulandlesley.org "Please r

Re: two bugs in construct_command_argv_internal() (job.c, latest CVS)

2003-09-12 Thread Paul D. Smith
. -- --- Paul D. Smith [EMAIL PROTECTED] Find some GNU make tips at: http://www.gnu.org http://make.paulandlesley.org Please remain calm...I may be mad, but I am a professional. --Mad Scientist ___ Bug-make mailing

Re: Bugs in build.sh script

2003-09-12 Thread Paul D. Smith
I saw it in the config.status file!) wp - this substitution was transferred to build.sh, and ... voila, wp the bug appears. Hmm, I'll have to look at this one more carefully. -- --- Paul D. Smith [EMAIL

Re: Asking Help

2003-09-15 Thread Paul D. Smith
information you can provide about the makefile you're using and exactly what error you're getting. -- --- Paul D. Smith [EMAIL PROTECTED] Find some GNU make tips at: http://www.gnu.org http

Re: building make on solaris 2.8

2003-09-16 Thread Paul D. Smith
. -- --- Paul D. Smith [EMAIL PROTECTED] Find some GNU make tips at: http://www.gnu.org http://make.paulandlesley.org Please remain calm...I may be mad, but I am a professional. --Mad

RE: --no-silent --no-quiet style option

2003-09-23 Thread Paul D. Smith
in the makefile. -- --- Paul D. Smith [EMAIL PROTECTED] Find some GNU make tips at: http://www.gnu.org http://make.paulandlesley.org Please remain calm...I may be mad, but I am

Re: /usr/local/ etc...

2003-10-02 Thread Paul D. Smith
the documentation that comes with the software you're trying to build to see how to convince it to write its files somewhere other than /usr/local. Good luck! -- --- Paul D. Smith [EMAIL PROTECTED] Find some GNU make tips

Re: GNU make integration through an IDE

2003-10-02 Thread Paul D. Smith
edit makefiles but I don't think that an IDE can build a good makefile _for_ you, so IDE features like putting down templates, etc. I just don't think are that useful. -- --- Paul D. Smith [EMAIL PROTECTED] Find

Re: GNU make integration through an IDE

2003-10-03 Thread Paul D. Smith
it. -- --- Paul D. Smith [EMAIL PROTECTED] Find some GNU make tips at: http://www.gnu.org http://make.paulandlesley.org Please remain calm...I may be mad, but I am a professional. --Mad Scientist

Re: Static pattern usage

2003-10-03 Thread Paul D. Smith
expansion happens in various constructs. -- --- Paul D. Smith [EMAIL PROTECTED] Find some GNU make tips at: http://www.gnu.org http://make.paulandlesley.org Please remain calm...I may be mad

Re: Static pattern usage

2003-10-06 Thread Paul D. Smith
this (endless loop?) my build pak system would be perfect =) Apply the patch attached to bug #1517 at http://savannah.gnu.org/projects/make -- --- Paul D. Smith [EMAIL PROTECTED] Find some GNU make tips

Re: Unable to build win32 GNU make-3.80

2003-10-06 Thread Paul D. Smith
) -- --- Paul D. Smith [EMAIL PROTECTED] Find some GNU make tips at: http://www.gnu.org http://make.paulandlesley.org Please remain calm...I may be mad, but I am a professional. --Mad Scientist ___ Bug

Re: a bug in file NMakefile

2003-10-08 Thread Paul D. Smith
%% Tian Yu [EMAIL PROTECTED] writes: ty Perhaps it has been reported that hash.c should be refered ty in NMakefile. Yes; this has been fixed in the source. Thanks for the report! -- --- Paul D. Smith [EMAIL

Re: Possible bug with make: make + ccppc + STDERR

2003-10-14 Thread Paul D. Smith
this with vanilla GNU make, but maybe someone at [EMAIL PROTECTED], where the Windows users mostly hang out, has. -- --- Paul D. Smith [EMAIL PROTECTED] Find some GNU make tips at: http://www.gnu.org

Re: Missing feature gnumake?

2003-10-16 Thread Paul D. Smith
make, as well. -- --- Paul D. Smith [EMAIL PROTECTED] Find some GNU make tips at: http://www.gnu.org http://make.paulandlesley.org Please remain calm...I may be mad, but I am a professional

Re: hp-ux 11.23 IPF

2003-10-23 Thread Paul D. Smith
source, including source for the manual, along with complete instructions on how you can build the program yourself (all you need is a C compiler). This is what open source is all about... Good luck! -- --- Paul D

Re: make signal text descriptions

2003-10-29 Thread Paul D. Smith
. -- --- Paul D. Smith [EMAIL PROTECTED] Find some GNU make tips at: http://www.gnu.org http://make.paulandlesley.org Please remain calm...I may be mad, but I am a professional. --Mad Scientist

Re: GNU tasklist item - is it still relevant?

2003-11-09 Thread Paul D. Smith
probably no tc longer needed but if I hear otherwise I'll be glad to keep it on the tc list. This is still a valid task someone could work on. -- --- Paul D. Smith [EMAIL PROTECTED] Find some GNU make tips

Re: Lucent nmake feature support

2003-11-09 Thread Paul D. Smith
). -- --- Paul D. Smith [EMAIL PROTECTED] Find some GNU make tips at: http://www.gnu.org http://make.paulandlesley.org Please remain calm...I may be mad, but I am a professional. --Mad Scientist

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

2003-11-14 Thread Paul D. Smith
. -- --- Paul D. Smith [EMAIL PROTECTED] Find some GNU make tips at: http://www.gnu.org http://make.paulandlesley.org Please remain calm...I may be mad, but I am a professional. --Mad Scientist

Re: Error to installed

2003-11-14 Thread Paul D. Smith
to do with GNU make. -- --- Paul D. Smith [EMAIL PROTECTED] Find some GNU make tips at: http://www.gnu.org http://make.paulandlesley.org Please remain calm...I may be mad, but I am

Re: calling $(SHELL) with make-3.80 on cygwin

2003-11-15 Thread Paul D. Smith
list. -- --- Paul D. Smith [EMAIL PROTECTED] Find some GNU make tips at: http://www.gnu.org http://make.paulandlesley.org Please remain calm...I may be mad, but I am a professional. --Mad

Re: make error

2003-11-17 Thread Paul D. Smith
Please check the GNU make manual for information on make syntax. In particular, every shell command line in a make rule must begin with a TAB character (not spaces, but a TAB). -- --- Paul D. Smith [EMAIL PROTECTED

Re: ifneq gnumake bug

2003-11-20 Thread Paul D. Smith
, because it is not a bug. -- --- Paul D. Smith [EMAIL PROTECTED] Find some GNU make tips at: http://www.gnu.org http://make.paulandlesley.org Please remain calm...I may be mad, but I am

Re: [patch] README.W32.template

2003-11-22 Thread Paul D. Smith
will add some text along the lines of what you've suggested to that README. Thanks! -- --- Paul D. Smith [EMAIL PROTECTED] Find some GNU make tips at: http://www.gnu.org http

Re: [patch] README.W32.template

2003-11-22 Thread Paul D. Smith
install properly on Windows. -- --- Paul D. Smith [EMAIL PROTECTED] Find some GNU make tips at: http://www.gnu.org http://make.paulandlesley.org Please remain calm...I may be mad, but I am

Re: BUG in 3.80 (virtual memory exhausted, xrealloc, variable_buffer_output)

2003-11-26 Thread Paul D. Smith
-- --- Paul D. Smith [EMAIL PROTECTED] Find some GNU make tips at: http://www.gnu.org http://make.paulandlesley.org Please remain calm...I may be mad, but I am a professional. --Mad Scientist

Re: trouble with a trivial makefile

2003-12-02 Thread Paul D. Smith
. -- --- Paul D. Smith [EMAIL PROTECTED] Find some GNU make tips at: http://www.gnu.org http://make.paulandlesley.org Please remain calm...I may be mad, but I am a professional. --Mad Scientist ___ Bug

<    1   2   3   4   5   6   7   8   9   10   >