On Mon, Jul 22, 2013 at 5:04 PM, Julian Unrrein <[email protected]> wrote: > Using "export LD_PRELOAD= ..." doesn't seem to work. We'll have to do > the CMake thing.
LD_PRELOAD just loads this library before any other library. I am still not sure it will work without CMake thing because though the loader has loaded it, the linker does not know to link it with. These things are complex. It would be great if someone with significant knowledge can guide us. - Manish -- Mailing list: https://launchpad.net/~elementary-dev-community Post to : [email protected] Unsubscribe : https://launchpad.net/~elementary-dev-community More help : https://help.launchpad.net/ListHelp

