Re: Help wanted from 2003

2020-07-23 Thread Pete Dietl
I'm afraid that that help wanted list is severely defunct.

Re: Help : how to use $(or condition ) & $(and condition ) inmakefile

2008-06-17 Thread Tim Murphy
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

RE: Help : how to use $(or condition ) & $(and condition ) inmakefile

2008-06-17 Thread Martin Dorey
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

Re: Help : how to use $(or condition ) & $(and condition ) in makefile

2008-06-17 Thread Tim Murphy
Hi, I have amended an example of how to use $(and) that I posted earlier for Rakesh. I have tested this on Linux with make 3.81. It shows a crude way and a slightly more sophisticated way to use $(and) in an if statement to determine if two variables have equal values: A=2 > B=4 > > # do "equal

Re: Help : how to use $(or condition ) & $(and condition ) in makefile

2008-06-06 Thread rakesh aggarwal
lt;[EMAIL PROTECTED]> Subject: Re: Help : how to use $(or condition ) & $(and condition ) in makefile To: [EMAIL PROTECTED] Date: Friday, June 6, 2008, 3:40 PM Hi, # do "equal" by seeing if a subst returns the empty string: A_is_2:=$(if $(subst 2,,$(A)),,T) B_is_4:=$(if $(subst 4,,$(B)),

Re: Help : how to use $(or condition ) & $(and condition ) in makefiles

2008-06-06 Thread rakesh aggarwal
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

Re: Help : how to use $(or condition ) & $(and condition ) in makefiles

2008-06-05 Thread Sam Ravnborg
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

RE: help

2006-02-21 Thread Martin Dorey
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'd be even bett

Re: help

2006-02-21 Thread J. Grant
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

Re: help-me please

2005-03-22 Thread J. Grant
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

Re: help needed

2004-02-09 Thread Paul D. Smith
%% "edwin i" <[EMAIL PROTECTED]> writes: e> we are required to use gtk for the development of the interface.the e> root permission is denied & we are not able to execute "make e> INSTALL", .the project leader told us to install the same without e> having the root permission.we are in conf

Re: help compile

2004-01-20 Thread J. Grant
Hi, Looks like a mame problem; rather than GNU Make being at fault. I suggest you contact the website you received the source code from. Please be sure to give them complete error logs. Not just the two lines here. Regards JG on the 20/01/04 18:49, Digerati . wrote: dear sir i found this er

Re: Help Required.

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

Re: help needed

2003-07-28 Thread Paul D. Smith
%% "Dayakar.S" <[EMAIL PROTECTED]> writes: ds> Respected Sir / Madam ds> I Have problem in configuring Cygwin with Make file utility ,when I type ds> make it gives error command not found. ds> Please suggest me some solution to resolve this issue First, problems with Windows and GNU make

Re: help me

2001-07-07 Thread Paul D. Smith
%% srinivasan prasanna <[EMAIL PROTECTED]> writes: sp> This is prasanna from UAE. I have some problems for the usage of sp> cloudscape database with J2ee. Iam a new userr of cloudscape and sp> iam learning it on my own. Can u suggest me a book or manuals sp> which gives a clear picture of

Re: help me..

2001-06-19 Thread Paul D. Smith
This is not a bug in GNU make, or a problem that has anything to do with make that I can see. It seems like your TeX installation is broken somehow. -- --- Paul D. Smith <[EMAIL PROTECTED]> Find some GNU make

Re: help with installation of GNU make on win98

2001-05-28 Thread Eric Christopher
On 28 May 2001 14:30:41 -0700, leon Saviski wrote: > hi; > i have a problems with installation GNU make. > I have WIN 98 2 ed. Whenever i try to do installation I fail.DO i have to > install CYGWIN? You can install cygwin, but you do not have to do so. Perhaps if you were to tell one of us what y

Re: Help

2000-07-19 Thread Eric Christopher
> Your choices are: (1) change your makefile back to use UNIX line > endings, (2) get a fixed version of GNU make from Cygwin (ask them about > it), or (3) get the latest "regular" version of GNU make (3.79.1) from > the FSF (www.gnu.org) and build it for Windows (see the README.W32 file > for in

Re: Help

2000-07-19 Thread Paul D. Smith
%% "Giuliano Garuti" <[EMAIL PROTECTED]> writes: gg> Recently I purchased the Cygwin v1.0 software to compile Linux C gg> source files in the Windows NT environment. But something went gg> wrong. Executing the "Make" command (GNU Make version 3.77) it gg> displays the subsequent message: