Re: A Severe Problem with Make

2017-07-20 Thread Martin Dorey
I'm pretty confident that "the package" in question really is make. https://launchpad.net/ubuntu/+source/make-dfsg suggests that Ubuntu don't offer a prebuilt package of 4.2.1, the version the OP claims to have wanted, making a build from source plausible. That said, the directory name in the

Re: A Severe Problem with Make

2017-07-20 Thread Edward Welbourne
Iman Moosaie (19 July 2017 19:19) > I use Ubuntu Linux on my system. I have downloaded and tried to > install the make-4.2.1 package but when I execute the 'make' command > (after the package is configured) I encounter a problem and I don't > know how to resolve. can you help me? > > I have put the

A Severe Problem with Make

2017-07-19 Thread Iman Moosaie
Hello I use Ubuntu Linux on my system. I have downloaded and tried to install the make-4.2.1 package but when I execute the 'make' command (after the package is configured) I encounter a problem and I don't know how to resolve. can you help me? I have put the error results in a text file which I ha

Re: executing perl problem with make 3.81 versus 3.80

2009-09-03 Thread Warren Dodge
I'll check it out. Thanks ___ Bug-make mailing list Bug-make@gnu.org http://lists.gnu.org/mailman/listinfo/bug-make

RE: executing perl problem with make 3.81 versus 3.80

2009-09-03 Thread Martin Dorey
ssage- From: bug-make-bounces+mdorey=bluearc@gnu.org [mailto:bug-make-bounces+mdorey=bluearc@gnu.org] On Behalf Of Warren Dodge Sent: Thursday, September 03, 2009 17:15 To: bug-make@gnu.org Cc: warr...@tektronix.com Subject: executing perl problem with make 3.81 versus 3.80 I have t

executing perl problem with make 3.81 versus 3.80

2009-09-03 Thread Warren Dodge
I have this "Makefile.bug" and an empty file "yyy" which makes no logical sense as I stripped my original problem down to this. - touch yyy - M

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 -- -

Problem with make HP-UX

2008-04-21 Thread vasanthan
Hi... make --version in parent server ( server in france) gives me the below information GNU Make version 3.78.1, by Richard Stallman and Roland McGrath. Built for hppa2.0n-hp-hpux11.00 Copyright (C) 1988, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99 Free Software Foundation, Inc. This is free soft

RE: Problem with make...

2007-08-06 Thread Martin Dorey
es your problem. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of sreerajgel Sent: Sunday, August 05, 2007 23:55 To: Bug-make@gnu.org Subject: Problem with make... hai all, am really lost with this...plz help...i have a C, HDR and DEP folder under the root folder...as

Problem with make...

2007-08-06 Thread sreerajgel
changes I make in HDR are not getting affected in the Build...i hope u understand and plz tell me where i should have gone wrong Thanks for the support -- View this message in context: http://www.nabble.com/Problem-with-make...-tf4222546.html#a12011825 Sent from the Gnu - Make - Bugs mailing list

Problem with make-3.81rc1 building linux kernel

2006-03-04 Thread Art Haas
Hi. I'm running an up-to-date Debian unstable system, so I've got the -rc1 make installed. When I build a kernel for the machine, make seems to believe that everything is always out of date, so the build would be performed as if I'd done a 'make mrproper' and removed all the object files. Even if

Re: Installation problem with make 3.80

2006-01-11 Thread J. Grant
Hi, On 11/01/06 00:30, Steve Buberl wrote: Hello, I just installed ubuntu to discover that there was no make program. I am running latest ubuntu which includes the "make" package (version 3.80-9). You can install it with: $ sudo apt-get install make Kind regards JG

Re: Installation problem with make 3.80

2006-01-11 Thread Paul D. Smith
%% Steve Buberl <[EMAIL PROTECTED]> writes: sb> I just installed ubuntu to discover that there was no make program. I sb> downloaded your make 3.80 and it configured correctly, but when I ran sb> "sh ./build.sh", it reached a certain line and failed: sb> compiling [EMAIL PROTECTED]@.c..

Installation problem with make 3.80

2006-01-11 Thread Steve Buberl
Hello, I just installed ubuntu to discover that there was no make program. I downloaded your make 3.80 and it configured correctly, but when I ran "sh ./build.sh", it reached a certain line and failed: compiling [EMAIL PROTECTED]@.c... gcc: ./[EMAIL PROTECTED]@.c: No such file or directory gc

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

problem with 'make' program -C option

2005-11-10 Thread vivek
Hi, When 'make' program is invoked with -C option, then it decends into that directory but the 'PWD' variable still refers to the path from where the 'make' was invoked rather than the path of the directory it decends into. With regards Vivek Gupta _

Problem with make on IBM-AIX5.2 compiler

2004-11-08 Thread Barbara Berardy
We are compiling on an IBM-AIX5.2 host using the GNU 3.3.2 compiler. The problem we are seeing is that when there is an erroneous directory name (typo) in one of the top level makefiles, the compile spawns many make -w install processes and just keeps on going. We end up out of processes for the

Problem with make on IBM-AIX5.2 compiler

2004-11-07 Thread Barbara Berardy
We are compiling on an IBM-AIX5.2 host using the GNU 3.3.2 compiler. The problem we are seeing is that when there is an erroneous directory name (typo) in one of the top level makefiles, the compile spawns many make -w install processes and just keeps on going. We end up out of processes for the

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

Problem with make -j option

2004-04-17 Thread Nandkumar Sambhaji Gophane
Hi ... I am learning about the make code. But i have problem of make -j code. Can u give details about it. Plz give details as early as possible. ___ Bug-make mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-mak

the problem with make file

2004-02-22 Thread Yulia Rashti
Hello,   I have a list of *WLE.cnt files and I have a rule for all WLE.cnt files. I would like to write the another rule that will be different for 2 *WLE.cnt files and for all the other it will be the same   I write the following in the make file, but it doesn't perform that.     WLE_FILES

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) b

problem with make

2003-02-11 Thread Dusan Turk
Dear developers, I am running into strange kind of a problem with "make" on $ make -v GNU Make version 3.79.1, by Richard Stallman and Roland McGrath. Built for i386-redhat-linux-gnu Copyright (C) 1988, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 2000  Free Software Foundation, Inc. Th

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

problem with make 3.80-rc2 and linux kernel

2002-09-18 Thread Art Haas
Hi. In trying to build the 2.4.20-pre7-ac1 kernel, I stumbled upon a make problem. 'make mrproper' doesn't execute completely with the latest make, but does with 3.79.1. $ /opt/gnu/bin/make mrproper make[1]: Entering directory `/usr/src/linux-2.4.20-pre7-ac1/arch/i386/boot' rm -f tools/build rm

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

problem with make & perl

2001-10-18 Thread Shahriar Mokhtarzad
Hi, I am using gcc on WINDOWS 2000 PROFESIONAL. I have included the versions of the tools involved & the output of the ''make''. I also have included the actual "Makefile.PL" and the resulting "Makefile". Can you please help <> <> --- gcc -v

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.

Problem with make-3.79 on *BSD

2000-05-11 Thread Volker Borchert
Hi, I am experiencing test failures on both NetBSD-1.4.2/sun3x and OpenBSD-2.3/sparc. The symptom is that the output (STDOUT/STDERR) log files contain lots and lots of rubbish, mostly nulls. I do not know how to tell whether this is a problem with my perl installations or with make. IIRC I have