bug-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Issue while compiling on LINUX


From: A, Sravanthi
Subject: Issue while compiling on LINUX
Date: Tue, 22 Jul 2008 19:48:40 +0530

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 this can be handled with compiling options.
I verified gcc man page but couldn't identify correct option for this
issue. 

      mlRWDBDatabase rwDB = mlDatabase.getDatabase();
      DPS_SqlUtils::dropTable(rwDB,rwConnection,szTempTable);

Please advise.

Thanks,
Sravanthi




reply via email to

[Prev in Thread] Current Thread [Next in Thread]