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
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
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
I'll check it out. Thanks
___
Bug-make mailing list
Bug-make@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-make
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
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
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
--
-
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
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
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
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
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
%% 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..
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
%% "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,
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
_
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
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
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
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
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
%% 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
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
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
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
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
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
%% 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.
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
29 matches
Mail list logo