Quote Originally Posted by Relfos
Thanks for the answer, I'll try that.
I also found something similar in the Newton forums, altough this solution is for MacOS.
you can create one easily yourself with the help of 'ar'

mkdir sometmpdir && cd sometmpdir
ar x libnewton64.a
gcc -dynamiclib -flat_namespace *.o -o libnewton64.dylib

thats it ... what you get is a mac os x shared library ... hope this is allowed...
I tried that, the g3 lib is the only one that decompiles, but the dylib is only 64k so i doubt it compiled again properly