nanogui@linuxhacker.org
nanogui@linuxhacker.org
> libs. Ex, it loads libawt.so when someone asks for an AWT class.
> When would you make dynamic libs of MWin? I sent an eye to akefiles but I'm
> not so good to make that work...
For ELF compile the entire library with -fPIC and it'll just work as a dynamic
library. Its one of the good bits of ELF
nanogui@linuxhacker.org