 
 |
You Are Here: SAP DB > 7.3 > Development > Development (Linux) > File Destinations (Linux)
SAP DB is now SAP MaxDB! For more information, visit the SAP MaxDB pages in the SAP Developer Network.
File Destinations
| Executables |
SAPDB_DEV/usr/pgm, SAPDB_DEV/usr/bin |
| Shared Objects/DLLs |
SAPDB_DEV/usr/lib |
| Libraries |
SAPDB_DEV/sys/wrk/(fast|quick|slow)/obj/*.a |
| Object Files |
SAPDB_DEV/sys/wrk/(fast|quick|slow)/obj/??/*.o
Note:
In all platforms, the file extension of object files is .o. |
| Temporary Files |
SAPDB_DEV/sys/wrk/(fast|quick|slow)/tmp
Note:
This is of particular importance with Pascal sources, since the line numbers indicated in compilation error descriptions refer to
the temporary file in the tmp directory and not to the original source. |
|
|
|