Brian May <bmay@csse.monash.edu.au> writes: > In libtool's documentation: GNU DLD (emulates dynamic linking for > static libraries) My impression of what this does is that it just emulates dl_open in a statically linked binary. This way you can use the same code on platforms that doesn't support shared libraries, but it doesn't give you the flexibility of shared libraries. /Johan