|
|
||
|
Hello and thanks for this script,Try to compile it directly, e.g.:
% gcc -O2 -fno-common -c -o slnudata.o slnudata.c
% gcc -O2 -fno-common -c -o slnunico.o slnunico.c
% gcc -bundle -undefined dynamic_lookup -o unicode.so slnudata.o slnunico.o
Here is a little Lua script that does that for you:
Jelle