On Sat, 26 Jul 2003 20:13:10 +0200 (Romance Daylight Time) Vadim Zeitlin <[EMAIL PROTECTED]> wrote:
> On Sat, 26 Jul 2003 18:58:02 +0200 (CEST) Robert Vazan > <[EMAIL PROTECTED]> wrote: > > RV> > Yes, this is normal. You probably can add "--inplace" switch to > RV> > --with-wx_config value but this would be just emulating > --with-wxdir > RV> > which should really work itself. > RV> > RV> Would this work for 2.4? > > It should but I didn't try it. Options inplace and with-wxdir don't work for 2.4 even if I regenerate configure script with 2.5 wxwin.m4. However, I have given up and wrote the script that modifies LD_LIBRARY_PATH. Sources of 2.4 will not be updated so I can just use installed headers. > I don't agree. I _like_ the possitibility to move libraries around by > adjusting LD_LIBRARY_PATH. I don't understand what the problem with it > is. The problem is that once you have multiple libraries with that same name, LD_LIBRARY_PATH won't help and if you set it anyway, it gets hard to predict what gets linked to which library. > And the solution consisting in editing the binaries after installation is > simply ridiculous. Yes, installation should always use standard system libraries or rename its private versions. However, we are talking about debugging of the library. Absolute paths specified during compilation are good solution here. > But you don't *have* to set it globally! What's wrong with doing > > % LD_LIBRARY_PATH=~/wxWindows-2.4/gtk-debug gdb M > > as I regularly do? It is usable, but it's redundant to configure options, the work could be centralized for all developers and it affects helpers executed from within Mahogany. ------------------------------------------------------- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to win an XBOX or Visual Studio .NET. http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01 _______________________________________________ Mahogany-Developers mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/mahogany-developers
