I recently installed 10gR2 on SuSE Linux 10.0.

My application uses Pro*C, but after re-installation, the proc command always generates three randomly named files beginning with tp.

For example, here's one of my compiler steps:

chris@dev[152]:~/src/dcsrv/DcsDB% ll tp*
ls: No match.

proc sqlcheck=full cpp_suffix=cxx code=cpp userid=magic/wizard char_map=string include=.. include=VC SharkQuoteTbl.pc oname=SharkQuoteTbl.cxx > SharkQuoteTbl.pc.L

chris@dev[154]:~/src/dcsrv/DcsDB% ll tp*
-rw------- 1 chris users 0 2006-12-07 20:21 tp0Eudr5
-rw------- 1 chris users 0 2006-12-07 20:21 tp25IiCs
-rw------- 1 chris users 0 2006-12-07 20:21 tpSxEK1L


They are zero-length, but really irritating - with 30 or so files to compile, this generates 90 of these files. Anyone have any ideas how to coax pro*c to stop generating these?

Anyone seen this problem before?

Thanks!
Warthog