patch for LD_PRELOAD compatibility on cygwin

Marco Atzeri marco_atzeri at yahoo.it
Wed Jun 3 10:07:43 CDT 2009


Dear All,
the attached patch solve the LD_PRELOAD fault on cygwin
and it should be compatible with all the other systems.

It is just a change of separator from space to ":" and
inversion of the lib order:

-LD_PRELOAD="$liboctinterp $liboctave $libcruft" \
+LD_PRELOAD="$libcruft:$liboctave:$liboctinterp" \

I also added the full explanation and an altenative 
solution on the README.Cygwin .

If this change should cause any problem on other systems
than only the change on README.Cygwin should be applied.

Regards
Marco



      
-------------- next part --------------
A non-text attachment was scrubbed...
Name: hg_preload.patch
Type: text/x-diff
Size: 3535 bytes
Desc: not available
Url : https://www-old.cae.wisc.edu/pipermail/octave-maintainers/attachments/20090603/2b8dc37f/attachment-0001.bin 


More information about the Octave-maintainers mailing list