That was the problem! In Mandrake you need a separate static devel package. Its curious that I was able to compile kernels, x.org, older levels of wine, etc. without it...
I am appending from Notes 6.5.1 running under today's CVS. I have another problem, but I will report that separately.
Thanks, Paul z/OS core components development Internet: prs@us.ibm.com ----- Forwarded by Paul R Streitman/Poughkeepsie/IBM on 06/02/2004 03:30 PM -----
Mike Hearn <mh@codeweavers.c om> To Sent by: wine-devel@winehq.com wine-devel-admin@ cc winehq.org Subject Re: CVS compile failure 06/02/2004 02:21 PM
On Wed, 02 Jun 2004 12:28:46 -0400, Paul R Streitman wrote:
This is on Mandrake cooker, gcc 3.3.2.
Do you have the static libc installed? It's called libc.a and should be a part of the developer packages.
thanks -mike
On Wed, 02 Jun 2004 15:36:56 -0400, Paul R Streitman wrote:
That was the problem! In Mandrake you need a separate static devel package. Its curious that I was able to compile kernels, x.org, older levels of wine, etc. without it...
Static libc is only used rarely. We use it in Wine because, well, Wine is a rare sort of program :)
But seriously, there are very few technical reasons to make statically linked binaries usually, in fact it can even be dangerous unless you really know what you are doing (avoiding iconv/nss etc). We use one in Wine because there is no other way to achieve the effect we need.