Re: Issue while compiling on LINUX

2008-07-22 Thread Paul Smith
On Tue, 2008-07-22 at 19:48 +0530, A, Sravanthi wrote: > Please advise. Hi Sravanthi; all I can do is repeat the advice I gave you the last time you posted a question like this to the GNU make mailing lists: this problem is in no way related to the use of, or bugs in, GNU make, and as such it's no

Issue while compiling on LINUX

2008-07-22 Thread A, Sravanthi
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