I'm afraid that that help wanted list is severely defunct.
This makes me smile. A GNU Make help wanted ad from 2003:
http://savannah.nongnu.org/people/index.php?categories[]=1
Sorry src/getopt.c was the major eye strain that I fixed there.
Dennis
___
Bug-make mailing list
Bug-make@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-make
I tried reading through lib/glob.c as it lays there today and it was a
bit messy. So I ran a chunk through the cb ( C Code Beautifier ) on ye
Solaris 10 system with Oracle Studio 12.6 and then went line by line to
make it more obvious. I tried to keep lines to 71 chars long.
*** ./lib/glob.c.o
Hello Sambhav,
you've picked the wrong mailing list. The bug-make@gnu.org is a mailing
list only for discussing bugs and issues with make program itself.
For help regarding the use of make and how to write Makefiles please do
use help-m...@gnu.org. You can subscribe to this mailing list
Greetings,
I am completely new to Makefile and I must run linux/unix commands and not
C,CPP at all. I am confused how to start writing a Makefile, like a shell
script. Can you tell me how I can write the below shell file in Makefile
format
==
e.com wrote:
jason reynolds writes:
>Can you help me? I am trying to setup my wifi adapter and I keep
>getting an error.
This mailing list is for discussions about Gnu Make.
You are asking a specific question about how to build firmware for
your router. You will need to f
jason reynolds writes:
>Can you help me? I am trying to setup my wifi adapter and I keep
>getting an error.
This mailing list is for discussions about Gnu Make.
You are asking a specific question about how to build firmware for
your router. You will need to find a forum wher
Can you help me? I am trying to setup my wifi adapter and I keep getting an
error.
root@kali:~# cd Desktop
root@kali:~/Desktop# ls
mount-shared-folders.sh run_upgrader.sh t2uh-master
vmware-tools-upgrader-64
root@kali:~/Desktop# cd t2uh-master
root@kali:~/Desktop/t2uh-master# ls
config.mk
of msys) and build by
> the same name but missing it, in short, I was wondering why there's been
> no 64 bit make.exe program. Maybe you could provide me one or help me to
> be able to get one by giving me a nice guide.., thanks so much in advance
This is a wrong place to ask thos
y there's been
no 64 bit make.exe program. Maybe you could provide me one or help me to
be able to get one by giving me a nice guide.., thanks so much in advance
___
Bug-make mailing list
Bug-make@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-make
enses/gpl.html>
> This is free software: you are free to change and redistribute it.
> There is NO WARRANTY, to the extent permitted by law.
>
>
> But I got two build error caused by Make seems doesn't support some
> feature such as '-=' or the define feature, could y
ome feature
such as '-=' or the define feature, could you help check it and tell me how
make can support these function? Thanks a lot for your help.
Scenario 1:
Makefile:
116 ifeq ($(LLVM_VER_31), 1)
117 LLVM_LLC_SOURCES -= \
118 $(LLVM_OXILIASMPRINTER_SRCS)
119 endif
Err
On Sunday, October 12, 2014 7:05 AM, Ray Eckert wrote:
>ray@asrock:~$ cd /usr/local/src/makemkv-bin-1.8.13
>ray@asrock:/usr/local/src/makemkv-bin-1.8.13$ ls
>bin Makefile src
Note here that the only makefile you have in this directory
is named "Makefile"
>ray@asrock:/usr/local/src/makemk
ray@asrock:~$ cd /usr/local/src/makemkv-bin-1.8.13
ray@asrock:/usr/local/src/makemkv-bin-1.8.13$ ls
bin Makefile src
ray@asrock:/usr/local/src/makemkv-bin-1.8.13$ sudo make -f
Makefile.linux[sudo] password for ray:
make: Makefile.linux: No such file or directory
make: *** No rule to make targe
On Tue, 2014-08-12 at 14:48 +0800, clo...@gmail.com wrote:
> [root@localhost ~]# make --help
> -C DIRECTORY, --directory=DIRECTORY
> “在执行钱先切换到 DIRECTORY 目录。 ”
>
> should be
>
> “在执行前先切换到 DIRECTORY 目录。 ”
Hi;
Translations for GNU projects, including GNU make, are handl
[root@localhost ~]# make --help
用法:make [选项] [目标] ...
选项:
-b, -m 忽略兼容性。
-B, --always-make 无条件 make 所有目标。
-C DIRECTORY, --directory=DIRECTORY
在执行钱先切换到 DIRECTORY 目录。
-d 打印大量调试信息。
--debug[=FLAGS] 打印各种调试信息。
-C DIRECTORY, --directory=DIRECTORY
“在执行钱先切换到 DIRECTORY 目录。 ”
should be
“在执行前先切换到
On Wed, 2014-04-30 at 18:19 +0200, Guillem Jover wrote:
> build-stamp:
> echo $@
>
> build-arch: build-stamp
> $ make --version | head -n1
> GNU Make 4.0
> $ make -f detect.mk -qn build-arch; echo $?
> 2
This is definitely a bug in GNU make 4.0 in handling -q (note the -n is
not relevant
Hi!
On Wed, 2014-04-30 at 16:22:37 +0200, Guillem Jover wrote:
> I think we should first understand why the detection is failing with
> the newer make. I'm taking a look now. Once that's done we might just
> be able to fix (or workaround) one of:
>
> * make
> * dpkg-buildpackage
> * affecte
I was able to get one type of archive rules working for VMS, but have
not been able to figure how to translate code from the makefiles into
the internal default pattern rules for a more general case.
The rule below works for object libraries suffixes ".a" and ".olb" only.
For VMS I have to us
I can not configure the parallel computing in my computer (exploit the Intel
Xeon E5504 CPU). help me please. To tell you I'm using Espresso-5.0.2 in my
calculations
Y. Chibane
Maitre de Conférence.
Université d'Oran, Faculté de Médecine d
> Date: Sat, 15 Dec 2012 19:08:06 +0400
> From: "Dmitry V. Levin"
>
> gnulib has a nproc module that can "detect the number of processors":
> http://git.savannah.gnu.org/cgit/gnulib.git/tree/modules/nproc
> Judging from the number of #if's in its implementation it must be quite
> portable. :)
Bu
> From: Paul Smith
> Cc: warner.w...@hp.com, Bug-make@gnu.org
> Date: Sat, 15 Dec 2012 09:35:18 -0500
>
> On Fri, 2012-12-14 at 17:07 +0200, Eli Zaretskii wrote:
> > Does it even make sense to use -j with no arguments? Should we
> > perhaps remove that possibility, or have some internal sane lim
On Sat, Dec 15, 2012 at 09:35:18AM -0500, Paul Smith wrote:
> On Fri, 2012-12-14 at 17:07 +0200, Eli Zaretskii wrote:
> > Does it even make sense to use -j with no arguments? Should we
> > perhaps remove that possibility, or have some internal sane limit,
> > like twice the number of cores, say?
>
On Fri, 2012-12-14 at 17:07 +0200, Eli Zaretskii wrote:
> Does it even make sense to use -j with no arguments? Should we
> perhaps remove that possibility, or have some internal sane limit,
> like twice the number of cores, say?
In general I'd say no, the current behavior is not ideal. However I
> Date: Fri, 14 Dec 2012 20:37:54 +0400
> From: "Dmitry V. Levin"
>
> > > make: More parallel jobs (-jN) than this platform can handle
> > > requested.
> > > make: Resetting to single job (-j1) mode.
> >
> > I see no message like this in the current Make sources. Maybe I'm
> > missing
On Fri, Dec 14, 2012 at 05:50:17PM +0200, Eli Zaretskii wrote:
> > From: "Wang, Warner"
> > CC: "Bug-make@gnu.org"
> > Date: Fri, 14 Dec 2012 15:42:04 +
> >
> > btw there is an internal limit, which is 4096 jobs, either on my mainframe
> > or PC. If I use "-j 4097" it will complain:
> >
> From: "Wang, Warner"
> CC: "Bug-make@gnu.org"
> Date: Fri, 14 Dec 2012 15:42:04 +
>
> btw there is an internal limit, which is 4096 jobs, either on my mainframe or
> PC. If I use "-j 4097" it will complain:
> [root@lion linux-3.3.0-0.20.el7]# make -j 4097
> make: More parallel jo
ssage-
From: Eli Zaretskii [mailto:e...@gnu.org]
Sent: 2012年12月14日 PM 11:07
To: psm...@gnu.org
Cc: Wang, Warner; Bug-make@gnu.org
Subject: Re: need help on "make -j" parameter, it will let the system hung
easily.
> From: Paul Smith
> Date: Fri, 14 Dec 2012 09:59:31 -0500
> From: Paul Smith
> Date: Fri, 14 Dec 2012 09:59:31 -0500
> Cc: "Bug-make@gnu.org"
>
> This basically says that if you use "-j" with no arguments, make will
> run as many jobs as the _makefile_ allows (defined by your prerequisite
> rules). It pays no attention to the limits of your system.
>
On Fri, 2012-12-14 at 12:45 +, Wang, Warner wrote:
> Hello everyone, make experts,
>
> when I use "make -j" (without specifying a number after it) to compile
> Linux kernel, it will always make my machine hung, get no response at
> all and the kernel's watchdog (khungtaskd) will complain beca
Hello everyone, make experts,
when I use "make -j" (without specifying a number after it) to compile Linux
kernel, it will always make my machine hung, get no response at all and the
kernel's watchdog (khungtaskd) will complain because there are processes in
TASK_UNINTERRUPTIBLE status for 120
..@gnu.org] On Behalf Of Khadigeh
Beiranvand
Sent: Sunday, December 18, 2011 5:15 AM
To: bug-make@gnu.org
Subject: please help me
Hi
When I typping make clean in terminal,The following message is issued:
ptsg@ubuntu:~/ptsgcodes/xpdp1/src$ make clean
rm: cannot remove `*~': No such file or
Information of my machine is:
GNU Make 3.81
Copyright (C) 2006 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.
This program built for i486-pc-linux-gnu
please help
i got this error message
[r...@localhost srilm]# make world
'make: /sbin/machine-type: Command not found
make: *** No rule to make target `world'. Stop.
please help me regarding this ..
___
Bug-make mailing list
Bug-make@gn
Hello
I am not sure if its a bug, but I'll go ahead and ask anyways
I am trying
make -t
Is there a way to have make just touch the file. Right now its looking for
dependencies and if it does not find the dependency stated
it would not touch the file
Deepa
___
_
From: Liu, ZhiMing
Sent: Friday, June 27, 2008 11:59 AM
To: '[EMAIL PROTECTED]'
Subject: RE: Gnu Make 3.7.9.1 Issue -AIX 5.2.0.0 Help needed
Paul,
Complete message attached here.
Thank
PROTECTED]>:
> Try make -f and.mk A=22 B=44.
>
>
> --
>
> *From:* [EMAIL PROTECTED] [mailto:
> bug-make-bounces+mdorey [EMAIL PROTECTED] *On
> Behalf Of *Tim Murphy
> *Sent:* Tuesday, June 17, 2008 09:31
> *To:* bug-make@gnu.org
> *Su
Try make -f and.mk A=22 B=44.
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Tim
Murphy
Sent: Tuesday, June 17, 2008 09:31
To: bug-make@gnu.org
Subject: Re: Help : how to use $(or condition ) & $(and condition )
inmakefile
Hi,
I have ame
anual you're
> reading is not the right one for the version of GNU make you're using.
>
> --
>
> ---
> Paul D. Smith <[EMAIL PROTECTED]> Find some GNU make tips at:
> http://www.gnu.org
knowledge it should return
first=
second = 1
third=1
am I correct ???
I am not able to find out the reason for this response.
Can you help me in this problem ?
Thanks and Regards
Rakesh
--- On Fri, 6/6/08, Tim Murphy <[EMAIL PROTECTED]> wrote:
From: Tim Murphy &
Sorry, forgot to send this to bug-make as well.
-- Forwarded message --
From: Tim Murphy <[EMAIL PROTECTED]>
Date: 2008/6/6
Subject: Re: Help : how to use $(or condition ) & $(and condition ) in
makefile
To: [EMAIL PROTECTED]
Hi,
# do "equal" by seeing if
wrote:
From: Sam Ravnborg <[EMAIL PROTECTED]>
Subject: Re: Help : how to use $(or condition ) & $(and condition ) in
makefiles
To: "rakesh aggarwal" <[EMAIL PROTECTED]>
Cc: bug-make@gnu.org
Date: Thursday, June 5, 2008, 11:28 PM
On Thu, Jun 05, 2008 at 05:36:56AM -0
On Thu, Jun 05, 2008 at 05:36:56AM -0700, rakesh aggarwal wrote:
> Hi,
>
> I read the GNU make manual and found there are $(or condition ) and $(and
> condition ) functions. ( at
> http://www.gnu.org/software/make/manual/make.html#Conditional-Functions )
> But i didnt get in which format i have
Hi,
I read the GNU make manual and found there are $(or condition ) and $(and
condition ) functions. ( at
http://www.gnu.org/software/make/manual/make.html#Conditional-Functions )
But i didnt get in which format i have to put conditions in these functions.
Please help me by give detail of
Hi Ricardo,
You can download from here: ftp://ftp.gnu.org/gnu/make or your local mirror.
Then just do the usual:
$ ./configure;make;make install
Or your distro might have a package you can use, ask them and find out!
Kind regards, Jon
--
weblog: http://jguk.org/
Buen dia,
Quisiera saber como puedo actualizar el comando "gmake
3.81" a "gmake 3.80" el cual lo tengo instalado con
linux Fedora 6.
* Where can i download it ? and how to install the
version 3.80 ?.
Gracias, por su ayuda.
Ricardo Morales
__
Co
ages...
However, of course, for a testsuite Perl might well be suited; and at
first, I'd be glad just to help and get some deeper insight into
development at GNU -- and of course, I'm really fond of unit-testing, as
you most probably all are ;)
So I believe that could as well be usefu
On Tue, 2007-05-08 at 19:26 +, Daniel Kraft wrote:
> I hope there's still some work to do here, but that should, of course,
> be surely the case.
Hi Daniel;
Definitely there are many things to be done. One complicating factor is
that GNU make was awarded a Google Summer of Code slot, so some
Dear GNU make team!
Some weeks ago I found at the GNU ToDo-list, that you are looking for
help implementing some new features to GNU make; I contacted the
Volunteer Coordinator, and they redirected me to this list.
So here I am, and would really like to help with GNU make, if you can
find
help-make might be an appropriate mailing list to send this request to.
Googling for a make tutorial might turn up something useful. There's always
the make manual, which contains a fairly simple example:
http://www.gnu.org/software/make/manual/make.html#Simple-Makefile
You might, ho
Hi..
Give me the steps for execution of make.
Suppose i have 3 .c and 1 .h file. what should i do to make a make file.
I m using gcc compiler.
Just write the code with any rule and dependenvy.(as u want)
and after this what i have to do to produce a make file.
tell me the command by which
These days, spam is a huge percentage of all email and the open
source mailing lists are no exception. In order to allow anyone to
report problems and ask for help many OSS mailing lists don't
require you to subscribe before posting... that means that someone
has to go throug
-config
> I got this problem :This program built for i386-redhat-linux-gnu..
> My pc is i386 packages compatible..help me out
As someone else pointed out, you should be asking for help in the nagios
lists.
May I suggest that when you ask them, you provide many more details
including the
Hello
Not sure what would cause your problem, we would need to see a complete
log your commands to give a suggestion.
You have come through to the GNU Make mailing list, rather than the
Nagios team. Perhaps you can contact the Nagios project team, their
website is http://nagios.org/
Cheers
Jon
..
My pc is i386 packages compatible..help me out
-
Everyone is raving about the all-new Yahoo! Mail beta.___
Bug-make mailing list
Bug-make@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-make
Title: help
This mailing list is for reporting
and discussing bugs in make rather than for help with installation
difficulties.
You would probably be better off
downloading an executable from, perhaps, http://www.mingw.org/download.shtml
or using Cygwin's setup tool. You'
On 20/02/06 17:31, Robert Tellamalla wrote:
Hi,
While I am trying to install the Gnu make in to my system it is showing that
make is failed and goto dosbuild.bat
Hi,
There is a win32 binary in the download section of http://mingw.org/
Kind regards
JG
Title: help
Hi,
While I am trying to install the Gnu make in to my system it is showing that make is failed and goto dosbuild.bat
It is also not showing every thing it is showing like evcery thing is no;
So if u know please help me regarding this project currently we are in Globalization
This is a problem with your code or invocation of your compiler.
This mailing list is for help with GNU make; this problem is not related
to make itself or how to write makefiles, so we can't help you.
You should find a list that deals with your compiler, or else examine
the documentation o
path %.cpp $(M1000_LOCAL_SRC_PATH)
$(COMMON_SRC_PATH)
vpath %.cxx $(M1000_LOCAL_SRC_PATH)
$(COMMON_SRC_PATH)
End ++
Please can you help me why my local ksvid.h file is not
taken or included for compilation.
Thanks in advance.
erated by your compiler, not by make.
Whatever change you made to your makefile has caused the command line
used with your compiler to fail.
This list is for help with make issues; we don't know anything about
your compile
Hi,
I
> ran the WRF model and
> > would like to see the outputs in grads. I have
> both programs (wrf2grads and grads) installed and
> > tried to modify the makefile for my machine (Linux
> -intel) and got this
> > errors:
> >
> > 20 138:13:18:56:nelsie ~/WRF2GrADS >make
> > /usr/bin/cpp -
The problem is that the Makefile that Perl MakeMaker is generating is
not valid. Unfortunately the people on this list know make, but not
necessarily Perl, and won't be able to help with this. You'll need to
take this up with some Perl folks to try to figure it out.
When you co
<>
Hi,
I am trying to run a perlscript that uses BSD::Resources.
I am running Linux Redhat Enterprise V3 OS on a Dell Latitude D600 Laptop
with 1.7Ghz and over a 1G of RAM.
I downloaded the BSD-Resource-1.24.tar.gz , gzipped it and untarred it.
i have included the perl -v & perl Makefile.PL
Hello Marcos,
On 22/03/05 12:22, Marcos Lima Rodrigues wrote:
make:
/home/marcos/usr/src/AOMD/Util/buildUtil/getarch:
Command not found
(@(@re/locale/en_US/LC_MESSAGES/make.moMakefile:175:
/home/marcos/usr/src/AOMD/Util/buildUtil/make.common:
No such file or directory
make: *** No rule to make targ
make:
/home/marcos/usr/src/AOMD/Util/buildUtil/getarch:
Command not found
(@(@re/locale/en_US/LC_MESSAGES/make.moMakefile:175:
/home/marcos/usr/src/AOMD/Util/buildUtil/make.common:
No such file or directory
make: *** No rule to make target
`/home/marcos/usr/src/AOMD/Util/buildUtil/make.common'.
St
This is not a bug in make; this is a problem with the package you're
trying to install.
I guess it means you don't have some prerequisites installed on your
system.
--
---
Paul D. Smith <[EMAIL PROTECTED]> Find
To whom it may concern.
Due installation freeradius ver. 1.0.1 on my RedHat Linux 9 it reports
the following:
[EMAIL PROTECTED] freeradius-1.0.1]# make
gmake[1]: Entering directory `/usr/local/src/freeradius-1.0.1'
Making all in src...
gmake[2]: Entering directory `/usr/local/src/freeradius-1.0.1
Oh, here's another one: fix up the regression test suite to work
better; make it easier to write new tests, make it track every test
instead of just every test file, make it relocatable so you can run the
tests from a remote directory without making a symlink farm, etc.
--
---
%% Kamil Burzynski <[EMAIL PROTECTED]> writes:
kb> On Sat, 14 Feb 2004 13:36:08 +
kb> "J. Grant" <[EMAIL PROTECTED]> wrote:
>> How about figuring out a backwards compatible way to deal with paths
>> containing spaces?
kb> Seems nice enough for a start and getting aroung with proje
On Sat, 14 Feb 2004 13:36:08 +
"J. Grant" <[EMAIL PROTECTED]> wrote:
> How about figuring out a backwards compatible way to deal with paths
> containing spaces?
Seems nice enough for a start and getting aroung with project sources ;)
Could you please give more details about problem itself (
jects that need help - 'make' was among them.
That site (http://savannah.gnu.org/people/viewjob.php?group_id=3972&job_id=200)
claimed that some improvements for make are needed.
I think I'm able to do such think of improvements (since I'm
a programmer for years and every
e> having the root permission.we are in confusion.please help us.
This list is for bugs in GNU make; if you have problems building
packages (like GTK), regardless of whether or not they use make to
build, you should be asking on lists that deal with those packages.
However, I'm sure GTK us
respected sir,
we are required to use gtk for the development of the interface.the root
permission is denied & we are not able to execute
"make INSTALL", .the project leader told us to install the same without having the
root permission.we are in confusion.please help us.
y
Hello.
Recently I've decided to spend some time on open-source
project - and after short search I've found (on savannah site)
list of projects that need help - 'make' was among them.
That site (http://savannah.gnu.org/people/viewjob.php?group_id=3972&job_id=200)
claime
error in compilation
please help me.
obj/mame/dos/blend/cpu/m68000.o
make.exe *** [obj/mame/dos/blend/cpu/m68000/68000.p]
error -1
waiting for your response.
i am compiling this to PIII laptop with default settings of makefile
dear sir i found this error in compilation
please help me.
obj/mame/dos/blend/cpu/m68000.o
make.exe *** [obj/mame/dos/blend/cpu/m68000/68000.p] error -1
waiting for your response.
i am compiling this to PIII laptop with default settings
Sorry, I don't think we can help you. First, the FSF doesn't provide
binary copies of any of their software, only the source, so if you got a
binary it wasn't from us. If it was a part of Cygwin you need to ask
them about it; if it was part of MINGW or similar you need to ask the
%% "Ganji, Sreenivas" <[EMAIL PROTECTED]> writes:
gs> Hi,
gs> I downloaded make-3.79.1.tar and installed at D:\make-3.79.1a and I have
gs> MKS Unix Toolkit 6.1 on my machine, but I unable to run the following
gs> commands.
gs> ONE:
gs> [C:/] gnumake -version
gs> GNU Make versi
%% $AUTTF(B <[EMAIL PROTECTED]> writes:
(B
(B n> After this, I use equipment read the firmware from the
(B n> S75_V020_OPT_MCU, then compare it with I just use the
(B n> source files built one. I find they are different. I don't known why?
(B
(BWe can't h
How do you do!
I am an employee of CHMAVC (Chian Hualu
Matsushitia AVC CO.,LTD).My name is Zhao Yun.I think I need your
help.Would you glad to help me?
My first question is below:
Now I had got the panel operation
control firmware of S75,but I haven't the tools
Hi,
I downloaded
make-3.79.1.tar and installed at D:\make-3.79.1a and I have MKS Unix Toolkit 6.1 on my machine, but I unable to run
the following commands.
ONE:
[C:/] gnumake -version
GNU Make version 3.79.1, by Richard Stallman and Roland
McGrath.
Built for Windows32
Copy
e above is not enough information for anyone to help: does it
give the error "command not found" because it can't find make? Or does
it start make, but then when make tries to run a command it says
"command not found"? What command is not found? Generally this means
that w
Respected Sir / Madam
I Have problem in configuring Cygwin with Make file utility ,when I type
make it gives error command not found.
Please suggest me some solution to resolve this issue
Thanks
With Rgds
Dayakar
___
Bug-make mailing list
[EMAIL PRO
Hi all;
I'm going to be on vacation next week with little or no access to the
'Net.
In the past when I've gone on vacation I've disabled moderation on the
mailing lists while I was gone. This allows people to get help in a
timely fashion, but it also lets through lots
ext Paul D. Smith [mailto:[EMAIL PROTECTED]
Sent: Tuesday, July 08, 2003 4:21 AM
To: J. Grant
Cc: [EMAIL PROTECTED]
Subject: Re: Path to binary in --help or --version
[SNIP]
I'm still not very clear on why you want the path to make.
It seems to
me that checking the version value should be able to
Hello,
I have different win32 builds, which I do not think are sufficiently
different in their --help. I'm not sure if they should do this either.
I thought something appended to the help output such as below would make
it clear:
__
Path to binary: /usr/local/bin/make
Report bugs to &l
> -Original Message-
> From: ext Paul D. Smith [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, July 08, 2003 4:21 AM
> To: J. Grant
> Cc: [EMAIL PROTECTED]
> Subject: Re: Path to binary in --help or --version
[SNIP]
> I'm still not very clear on why you want the pat
%% "J. Grant" <[EMAIL PROTECTED]> writes:
>> I'm not sure how you imagine this would work, or what use it would
>> be. If you run --version don't you already know that you have
>> different versions?
jg> For instance, cygwin make ver 3.80 and msys/mingw make ver 3.80,
jg> both installe
Hi,
I'm not sure how you imagine this would work, or what use it would be.
If you run --version don't you already know that you have different
versions?
For instance, cygwin make ver 3.80 and msys/mingw make ver 3.80, both
installed, and used by different build processes. However, there are
pro
%% "J. Grant" <[EMAIL PROTECTED]> writes:
jg> One problem I have frequently come across is having multiple
jg> incompatible versions of make installed.
jg> This would be solved if the path was visible. Could the path to
jg> the binary being run be added to th
Hi,
One problem I have frequently come across is having multiple incompatible
versions of make installed.
This would be solved if the path was visible. Could the path to the binary
being run be added to the --help or --version output please?
Alternatively if I submit a patch to add this will it
Dear Sir/Madam, I myself Vinay.M downloaded the Ethereal - Network Traffic Analyzer for Linux. I want to parallelise the services of TCP that is why I am seeking a help from yourside. Sir, I tried to compile the modules seperately (the modules such as packet-tcp,packet-telnet
r before numeric constant
make: *** [arscan.o] Error 1
I really can not understand why such an error arised. Looking forward to your help.
Thanks a lot.
___
Bug-make mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-make
%% "Jai Maraj" <[EMAIL PROTECTED]> writes:
jm> I'm having trouble using a 'target specific variable' .
jm> I haven't used this feature before and am sure what I'm doing wrong.
jm> Makefile content is
jm> jaitest: MYVAR=friend
jm> @echo Hello $(MYVAR)
This is not a target-spec
Hi Support,
Please help me out here.
I'm having trouble using a 'target specific variable' .
I haven't used this feature before and am sure what I'm doing wrong.
Makefile content is
jaitest: MYVAR=friend
@echo Hello $(MYVAR)
Command make -f jaimake.mk jaitest
-? >help.txt ] does not. So
the problem seems to be not with the program, but with how it handles the help switch
(-?).
I hope this is helpful information. Thanks again.
___
Tim Jensen
-Original Message-
From: Tim Jensen [SMTP:[EMAIL PROTECTED]]
Sent: Thursday, Apri
stderr is conventionally used for any diagnostic information. "Help"
generally counts as diagnostics. Your problem is that you're working
on an "operating system" that doesn't really understand the concept
of stderr and whose tools never accounted for its use. Since
I'm taking a C course and I desire to print the help screen data of the DJGPP MAKE
command for reference purposes and have discovered, what is to me a disturbing flaw.
To establish a frame of reference, I'll explain my understanding using C terminology
that I've been learning
1 - 100 of 125 matches
Mail list logo