Hi team,
Iam trying to build my application using make on Linux server. But my
build doesn't stop after first error. I tried -S options but doesn't
seems to help.
I have a makefile on parent folder and call makefiles in respective
subfolders for compiling. My LINUX machine is Red Hat Enterpris
write your recursion as
discussed in the GNU make manual, with a separate rule for each
subdirectory.]
Thanks,
Sravanthi
-Original Message-
From: Paul Smith [mailto:[EMAIL PROTECTED]
Sent: Friday, May 23, 2008 11:52 PM
To: Dave Korn
Cc: A, Sravanthi [CCC-OT_IT]; bug-make@gnu.org
Subject: RE
:[EMAIL PROTECTED]
Sent: Friday, May 23, 2008 11:19 PM
To: A, Sravanthi [CCC-OT_IT]; bug-make@gnu.org
Subject: RE: Reg Make build on LINUX
If you can reduce the test case makefiles to a few lines such that they
still demonstrate behavior that you can show is inconsistent with the
documentation, then
-Original Message-
From: A, Sravanthi [CCC-OT_IT]
Sent: Saturday, May 24, 2008 11:33 AM
To: '[EMAIL PROTECTED]'
Cc: bug-make@gnu.org; Dave Korn
Subject: RE: Reg Make build on LINUX
Smith,
Thanks a lot for your reply. That answers my problem. Let me try this
and get back. I have one m
lto:[EMAIL PROTECTED]
Sent: Friday, May 23, 2008 11:45 PM
To: A, Sravanthi [CCC-OT_IT]; bug-make@gnu.org
Subject: RE: Reg Make build on LINUX
A, Sravanthi wrote on 23 May 2008 12:14:
> Hi team,
>
> Iam trying to build my application using make on Linux server. But my
> build doesn
mber: %d", i);
printf("Hello World\n");
}
a.d file:
gfilnx1d/sa20358(160)$ cat a.d
a.o: a.c /home/sa20358/wip/d3.h /home/sa20358/wip/d4.h
/home/sa20358/wip/d3.h:
/home/sa20358/wip/d4.h:
Thanks,
Sravanthi
-----Original Message-
From: A, Sravanthi [CCC-OT_IT]
Sent:
Smith,
Thanks , now iam able to compile.
Regards,
Sravanthi
-Original Message-
From: Paul Smith [mailto:[EMAIL PROTECTED]
Sent: Monday, June 16, 2008 6:07 PM
To: A, Sravanthi [CCC-OT_IT]
Cc: bug-make@gnu.org
Subject: RE: Reg Make build on LINUX
On Mon, 2008-06-16 at 18:00 +0530, A
Smith,
One more question iam having make files in every subfolder. I cannot
give specific name for .d file. How can I append dependencies when we
have multiple levels of compiling?
Thanks,
Sravanthi
-Original Message-
From: A, Sravanthi [CCC-OT_IT]
Sent: Monday, June 16, 2008 6:12 PM
copy of my make files?
Thanks,
Sravanthi
-Original Message-
From: A, Sravanthi [CCC-OT_IT]
Sent: Monday, June 16, 2008 6:13 PM
To: '[EMAIL PROTECTED]'
Cc: 'bug-make@gnu.org'
Subject: RE: Reg Make build on LINUX
Smith,
One more question iam having make files in every
: Paul Smith [mailto:[EMAIL PROTECTED]
Sent: Tuesday, June 17, 2008 7:32 PM
To: A, Sravanthi [CCC-OT_IT]
Cc: bug-make@gnu.org
Subject: RE: Reg Make build on LINUX
On Tue, 2008-06-17 at 16:00 +0530, A, Sravanthi wrote:
> 3. b.o is dependant on a.o
>
> If any changes are done to a.cc
Smith /Team,
Would you help me on this issue. Recompilation of object files is not
happening if the source file is changed. I want to know how to use
include dependency file when I have recursive make.
Thanks,
Sravanthi
-Original Message-
From: A, Sravanthi [CCC-OT_IT]
Sent: Wednesday
Johan Bezem [mailto:[EMAIL PROTECTED]
Sent: Saturday, June 21, 2008 12:00 AM
To: A, Sravanthi [CCC-OT_IT]
Cc: bug-make@gnu.org
Subject: Re: Reg Make build on LINUX
Sravanthi,
go to Paul's website at http://make.paulandlesley.org/autodep.html, read
and _understand_ what he's showing y
Paul/Team,
We have our API programs defined in C++. Now we are porting from Solaris
5.8 version to LINUX. Currently I am using gcc 3.2.3 on Red hat 3
server. But iam getting some many errors like " ISO C++ says that
`TYPE&" , " conversion from `int' to `std::_Ios_Openmode'". From below
link under
Team,
Iam having issue when compiling code on LINUX. Below is the function
call which compiles properly on Solaris.
DPS_SqlUtils::dropTable(mlDatabase.getDatabase(),rwConnection,szTempTabl
e);
But this line fails to compile on LINUX. If I change code as below it
compiles. My wild guess that th
14 matches
Mail list logo