octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

patch for LD_PRELOAD compatibility on cygwin


From: Marco Atzeri
Subject: patch for LD_PRELOAD compatibility on cygwin
Date: Wed, 3 Jun 2009 15:07:43 +0000 (GMT)

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



      

Attachment: hg_preload.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]