Joe Conway writes:
> Are you referring to LD_PRELOAD? As I said before, it doesn't help
> preloading the library if I can't also run an initialization function.
> Do you know a way to do that? If so, is it portable?
With GCC you can use __attribute__((constructor)) after the initialization
function. It's pretty ugly to do right, admittedly.
--
Peter Eisentraut peter_e@gmx.net