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


_______________________________________________
Bug-make mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-make

Reply via email to