Re: libtool 2.2.6 does not install libraries correctly on HP-UX

2008-10-05 Thread Ralf Wildenhues
* Ralf Wildenhues wrote on Wed, Oct 01, 2008 at 11:20:00PM CEST: [ moving from bug-libtool; this is http://thread.gmane.org/gmane.comp.gnu.libtool.bugs/6539 ] [...] Atomic shared library install permissions on HP-UX. The HP-UX 11 runtime linker fails to mmap shared libraries

[PATCH] Strip DWARF-2 debug information for libraries on Darwin.

2008-10-05 Thread Peter O'Gorman
Hi, I don't really like running strip (or dsymutil) on the library, but the debug information that is stored in the library/executable is really only paths to and uuids of the object files, and libtool may have removed those if convenience libraries were used. The .dSYM bundle contains all of the

Re: [PATCH] Strip DWARF-2 debug information for libraries on Darwin.

2008-10-05 Thread Ralf Wildenhues
Hi Peter, * Peter O'Gorman wrote on Sun, Oct 05, 2008 at 07:03:24PM CEST: I don't really like running strip (or dsymutil) on the library, but the debug information that is stored in the library/executable is really only paths to and uuids of the object files, and libtool may have removed

Re: [PATCH] Strip DWARF-2 debug information for libraries on Darwin.

2008-10-05 Thread Ralf Wildenhues
* Ralf Wildenhues wrote on Sun, Oct 05, 2008 at 08:04:44PM CEST: Do all conceivable strip programs on darwin understand -S? Or you could use $old_striplib, on the theory that when this needs fixing, at least you will only have to fix one location. Cheers, Ralf

Re: problem when cross compiling with mingw32ce

2008-10-05 Thread Ralf Wildenhues
* Vincent Torri wrote on Sun, Oct 05, 2008 at 08:00:15PM CEST: If with those settings, things still fail, you should surround the func_win32_libid code in your libtool script with 'set -x', 'set +x' and look at the commands called, when 'libtool --mode=link' is run. Call them manually and

Re: problem when cross compiling with mingw32ce

2008-10-05 Thread Vincent Torri
On Sun, 5 Oct 2008, Ralf Wildenhues wrote: * Vincent Torri wrote on Sun, Oct 05, 2008 at 08:00:15PM CEST: If with those settings, things still fail, you should surround the func_win32_libid code in your libtool script with 'set -x', 'set +x' and look at the commands called, when 'libtool