Print

Print


Hi,

> Can someone tell me if I can compile the callback.c
> example in linux and how to do it?

gcc -I/path/to/your/ox/dev/directory -c callback.c
gcc -shared -o callback.so callback.o

I just tried it and it works (I think). Replace /path/to/your/ox/dev/ 
directory with the correct directory so that gcc can find the Ox  
header files.

You can see how this is automated in the "threes" makefile  
(threes.mak). See also "man make", and "man gcc".

Boa sorte.

Max