X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-2.2 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Message-ID: <972649.45266.qm@web25004.mail.ukl.yahoo.com> Date: Fri, 29 May 2009 08:10:10 +0000 (GMT) From: Marco Atzeri Subject: [1.7] does LD_PRELOAD support more than 1 dll ? To: cygwin AT cygwin DOT com MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Hi All, I was trying to understand why LD_PRELOAD does not work for octave, that have 3 dlls specified on LD_PRELOAD=20 and I discovered that it seems to handle only=20 1 dll and not more. If I specify 2 or more dlls, LD_PRELOAD stop to work $uname -a CYGWIN_NT-5.1 ITQMOZCAS2NB007 1.7.0(0.210/5/3) 2009-05-15 17:15 i686 Cygwin as test case I used the fltk-demos sudoku, and chosen 2 of the dll's $ cygcheck sudoku [snip] C:\cygwin2\bin\cygjpeg-62.dll C:\cygwin2\bin\cygpng12.dll [snip] copied them in a tmp directory mkdir /tmp/prova cp cygjpeg-62.dll cygpng12.dll /tmp/prova the outcome is: $ LD_PRELOAD=3D"/tmp/prova/cygjpeg-62.dll /tmp/prova/cygpng12.dll" sudoku 3 [main] bash 12924 C:\cygwin2\bin\bash.exe: *** fatal error - error = while loading shared libraries: /tmp/prova/cygjpeg-62.dll /tmp/prova/cygpng= 12.dll: cannot open shared object file: No such file or directory Hangup while if I specify only 1 dll $ LD_PRELOAD=3D"/tmp/prova/cygjpeg-62.dll" sudoku it works. Is it a bug, feature or a BLODA issue ? Thanks Marco -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/