Re: GNU Libtool 2.2.7b released (2.2.8 release candidate).

2010-05-22 Thread Bob Friesenhahn
On Sat, 22 May 2010, Gary V. Vaughan wrote: Is the problem due to Windows searching for DLLs along $PATH? And, if so, do you know whether the current directory is always searched first irrespective of the PATH setting? Yes, Windows uses PATH equivalently to LD_LIBRARY_PATH except that it doe

Re: GNU Libtool 2.2.7b released (2.2.8 release candidate).

2010-05-22 Thread Ralf Wildenhues
* Adam Mercer wrote on Fri, May 21, 2010 at 07:23:38PM CEST: > Just updated one of my projects to use libtool-2.2.7b and configure > now fails with: > > configure: error: conditional "am__fastdepCXX" was never defined. > Usually this means the macro was only invoked conditionally. > > in configur

Re: GNU Libtool 2.2.7b released (2.2.8 release candidate).

2010-05-22 Thread Alon Bar-Lev
On Fri, May 21, 2010 at 3:22 AM, Gary V. Vaughan wrote: > GNU Libtool hides the complexity of using shared libraries behind a > consistent, portable interface. GNU Libtool ships with GNU libltdl, > which hides the complexity of loading dynamic runtime libraries > (modules) behind a consistent, por

Re: GNU Libtool 2.2.7b released (2.2.8 release candidate).

2010-05-22 Thread Alon Bar-Lev
On Sat, May 22, 2010 at 12:04 PM, Ralf Wildenhues wrote: > Hello, > > please don't Cc: autotools-announce on discussions.  Thanks. Sorry. > * Alon Bar-Lev wrote on Sat, May 22, 2010 at 09:44:46AM CEST: >> If I read your response correctly, all is needed is to set: >> lt_cv_deplibs_check_method="

Re: GNU Libtool 2.2.7b released (2.2.8 release candidate).

2010-05-22 Thread Ralf Wildenhues
Hello, please don't Cc: autotools-announce on discussions. Thanks. * Alon Bar-Lev wrote on Sat, May 22, 2010 at 09:44:46AM CEST: > If I read your response correctly, all is needed is to set: > lt_cv_deplibs_check_method="pass_all" > For mingw hosts. > > But I am no expert in libtool, and it is

Re: GNU Libtool 2.2.7b released (2.2.8 release candidate).

2010-05-22 Thread Alon Bar-Lev
On Sat, May 22, 2010 at 9:46 AM, Gary V. Vaughan wrote: > Hi Alon, > > On 22 May 2010, at 13:02, Alon Bar-Lev wrote: >> On Fri, May 21, 2010 at 3:22 AM, Gary V. Vaughan wrote: >>> >>> GNU Libtool hides the complexity of using shared libraries behind a >>> consistent, portable interface. GNU Libto