"SWIG is a software development tool that connects programs written in C and C++ with a variety of high-level programming languages" ([1]).
In other words, when you run SWIG it creates a platform specific wrapper file for your (C) functions that is targeted at a specific language (eleven different target languages are supported as of this writing).
We generated our version for use under Linux. The command we used:
< Previous (5) | [Index] | (7/13) Next >