Bug in binutils. A fix by Dimitry is in latest binutils.
OK, I'm rebuilding mingw with gcc-3.2.3-20030504-1, binutils-2.15.90-20040222-1-src, mingw-runtime-3.2 and w32api-2.5, it should all be up to date.
MinGW folks split up the headers as well, (in their w32api package), and I think they are useful in and of themselves. Ivan?
So what we want is wine-hdrs-<version>.zip (headers) wine-dlls-<version>[-mingw].zip (2 packages with stripped and unstripped dlls) wine-prgs-<version>[-mingw].zip (2 packages with stripped and unstripped progs) wine-w32api-<version>[-mingw].zip (2 packages with stripped and unstripped libs) right?
Ivan Leo Murray-Smith wrote:
So what we want is wine-hdrs-<version>.zip (headers) wine-dlls-<version>[-mingw].zip (2 packages with stripped and unstripped dlls) wine-prgs-<version>[-mingw].zip (2 packages with stripped and unstripped progs) wine-w32api-<version>[-mingw].zip (2 packages with stripped and unstripped libs) right?
I am kind of holding my breath for a regular build of winetest.exe - any chance for that soon? :-)
Jakob
On March 20, 2004 8:01 am, Ivan Leo Murray-Smith wrote:
So what we want is wine-hdrs-<version>.zip (headers) wine-dlls-<version>[-mingw].zip (2 packages with stripped and unstripped dlls) wine-prgs-<version>[-mingw].zip (2 packages with stripped and unstripped progs) wine-w32api-<version>[-mingw].zip (2 packages with stripped and unstripped libs)
We don't need the wine-hdrs one. Here it is again:
1. wine-dlls-<version>[-mingw].zip This package includes only the .dll files. We need 2 packages, with stripped and unstripped dlls. 2. wine-prgs-<version>[-mingw].zip This package includes only the .exe files (tools/* and programs/*) We need 2 packages, with stripped and unstripped exes. 3. wine-w32api-<version>.zip This packages includes headers (.h), import libs (.a), and .def files We need only one package here, no stripping necessary, this is for development only.
In total, I guess we have 5 pacakges. It would be nice to have fewer, but the debug information is just too much to force it on everybody.