Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tools wrapper: fix error due to unused argument | Yann E. MORIN" | 2009-08-30 | 1 | -0/+3 |
| | | | | | | In the C wrapper, the argc argument is not used, causing an error (as we treat warnings as errors). Use a dummy allocation to get rid of the warning. | ||||
* | tool wrapper: add initial wrapper coded in C | Yann E. MORIN" | 2009-08-29 | 1 | -0/+128 |
Add an initial wrapper: - find the realpath of the tool being called - add the '.' in front of the tool name - add the '/lib' dir to the base dir of the tool - set and export LD_LIBRARY_PATH - execve the real tool |