Re: Difficulties with dlpreopen interface

2009-04-20 Thread Ineiev
Hello, Ralf; On 4/18/09, Ralf Wildenhues wrote: >> cygwin simply refused to link the application. > Can you show the error you're getting under Cygwin? I couldn't reproduce it, sorry; I evidently mistook something. it builds well; the libraries are not opened when the application run. > Can you

Re: Difficulties with dlpreopen interface

2009-04-18 Thread Ralf Wildenhues
Hello Ineiev, * Ineiev wrote on Tue, Apr 14, 2009 at 09:35:13AM CEST: > My goal was to use in an application two > versions of the same library simultaneously. Hmm, I don't think this goal is achievable portably. At least not without renaming all symbols (i.e., you may need to change the source