On Mon, 2008-04-21 at 15:17 +0530, vasanthan wrote:
> where could i found the same version of GNU make
> can any1 send me the link
Source code for GNU make can be found here:
ftp://ftp.gnu.org/gnu/make
--
-
That sounds unlikely to be a bug with make, so the help-make list would
be more appropriate. The make maintainer has a paper on dependencies
which you can find here:
http://web.archive.org/web/20061205233409/http://make.paulandlesley.org/
autodep.html
That focuses on automatic generation of the
%% "vivek" <[EMAIL PROTECTED]> writes:
v> When 'make' program is invoked with -C option, then it decends into
v> that directory but the 'PWD' variable still refers to the path from
v> where the 'make' was invoked rather than the path of the directory
v> it decends into.
PWD is not a varia
Hi,
May I suggest you read the manual section "5.3 Parallel Execution":
http://www.gnu.org/software/make/manual/make.html
If you still have problems provide all the details and I will try to help.
Regards
JG
on the 17/04/04 11:43, Nandkumar Sambhaji Gophane wrote:
Hi ...
I am learn
%% Dusan Turk <[EMAIL PROTECTED]> writes:
dt> I am running into strange kind of a problem with "make" on
dt> $ make -v
dt> GNU Make version 3.79.1, by Richard Stallman and Roland McGrath.
dt> Argument #6 of `reflect_set_calc' is one type at (2) but is some other
dt> type at (1) [inf
Whoops; I see it.
Fixed. 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 calm
Sorry, but you'll need to check with the Perl folks about this. It
seems like the makefile that Perl is generating from Makefile.PL isn't
correctly formatted.
The only suggestion I can give, from a make standpoint, is to try a
newer version of GNU make. 3.77 is pretty old; the latest version is
%% Volker Borchert <[EMAIL PROTECTED]> writes:
vb> I am experiencing test failures on both NetBSD-1.4.2/sun3x and
vb> OpenBSD-2.3/sparc. The symptom is that the output (STDOUT/STDERR)
vb> log files contain lots and lots of rubbish, mostly nulls.
Yuck! I haven't had any reports like that.