← Back to team overview

elementary-dev-community team mailing list archive

Re: Fixin' Files

 

On Mon, Jul 22, 2013 at 5:04 PM, Julian Unrrein <junrrein@xxxxxxxxx> 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


References