Waldek Hebisch wrote:
The size may be much smaller if the runtime is made into shared library (dll). On Linux this is very simple: Copy libgpc.a to a working directory ar x libgpc.a gcc -shared *.o -o libgpc.so
Don't you have to use `-fPIC' when building the RTS?
Frank