Re: Problem with make HP-UX

2008-04-21 Thread Paul Smith
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 -- -

RE: Problem with make...

2007-08-06 Thread Martin Dorey
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

Re: problem with 'make' program -C option

2005-11-10 Thread Paul D. Smith
%% "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

Re: Problem with make -j option

2004-04-17 Thread J. Grant
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

Re: problem with make

2003-02-12 Thread Paul D. Smith
%% 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

Re: problem with make 3.80-rc2 and linux kernel

2002-09-18 Thread Paul D. Smith
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

Re: problem with make & perl

2001-10-18 Thread Paul D. Smith
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

Re: Problem with make-3.79 on *BSD

2000-05-11 Thread Paul D. Smith
%% 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.